Git Product home page Git Product logo

pygowave-server's People

Watchers

 avatar

pygowave-server's Issues

No activation email recieved

What steps will reproduce the problem?
1.try to registar
2.wait for activation email
3.never recieve it

What is the expected output? What do you see instead?
An activation email

What browser are you using? Which version?
Safari 4.0.3

If the issue is related to your own PyGoWave Server installation, what
version of the product are you using? On what operating system?


Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 2 Oct 2009 at 3:13

Multiline contact list hides text

What steps will reproduce the problem?
1. Write text that goes until the buttomn of the textfield
2. Add frients until a new row is oppened to hold there avatars

example: Wave "Yeha" from JustAnotherM22

What is the expected output? What do you see instead?
As the textfield is shorter now and the text doesn't fit to the page
anymore, I'd expect a scrollbar to appear. This does not happen and I can't
(visually) reach the text anymore.

What browser are you using? Which version?
Firefox 3.0.14

If the issue is related to your own PyGoWave Server installation, what
version of the product are you using? On what operating system?
I'm using http://pygowave.net/

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 11 Oct 2009 at 5:50

Fails if I try to use non-english language

What steps will reproduce the problem?
1. Go to "Waves"
2. Type "В рот мне ноге" In New Wave's title field
3. Press Create

What is the expected output? What do you see instead?

I expect a new wave to be created, but instead it fails epically:
==>
Warning at /waves/
Incorrect string value: '\xD0\x92 \xD1\x80\xD0...' for column 'title' at 
row 1
Request Method: POST
Request URL:    http://pygowave.p2k-network.org/waves/
Exception Type: Warning
Exception Value:    
Incorrect string value: '\xD0\x92 \xD1\x80\xD0...' for column 'title' at 
row 1
Exception Location: /usr/lib/python2.6/site-packages/MySQLdb/cursors.py 
in _warning_check, line 89
Python Executable:  /usr/bin/python
Python Version: 2.6.0
Python Path:    ['/srv/http/pygowave_project', '/usr/lib/python2.6/site-
packages/IniAdmin-0.2-py2.6.egg', '/usr/lib/python2.6/site-
packages/TracXMLRPC-0.1-py2.6.egg', '/usr/lib/python2.6/site-
packages/PyAMF-0.4.1-py2.6-linux-x86_64.egg', '/usr/lib/python26.zip', 
'/usr/lib/python2.6', '/usr/lib/python2.5/site-packages', 
'/usr/lib/python2.6/plat-linux2', '/usr/lib/python2.6/lib-tk', 
'/usr/lib/python2.6/lib-old', '/usr/lib/python2.6/lib-dynload', 
'/usr/lib/python2.6/site-packages', '/usr/lib/python2.6/site-packages/PIL']
Server time:    Thu, 6 Aug 2009 19:38:31 +0200
<==

What browser are you using? Which version?
Google Chrome   3.0.196.0 (Official Build 22005)
WebKit  532.0
V8  1.2.14.14
User Agent  Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/532.0 
(KHTML, like Gecko) Chrome/3.0.196.0 Safari/532.0

Please provide any additional information below.

It looks like pygowave is blissfully unaware of any characters not in 
LATIN1.

Original issue reported on code.google.com by [email protected] on 6 Aug 2009 at 5:44

New registration redirect goes to 404

What steps will reproduce the problem?
1. Register as new user
2. Confirm registration through provided link.
3. Page loads as 404 (http://pygowave.net/pygowave/home)

What is the expected output? What do you see instead?
http://pygowave.net/home

What browser are you using? Chrome
Which version? Latest (?) 


If the issue is related to your own PyGoWave Server installation, what
version of the product are you using? On what operating system?


Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 29 Sep 2009 at 9:36

Contact list

Description of the task:
A contact list is needed because PyGoWave's userbase grows much too fast :D
Adding a participant will then be limited to the user's contact list.

What research/experiments have to be done in advance?
None. It's straight forward.

What steps are to be taken?
- Create database models for a contact list
- Create views for managing the contatct list
- Change the "Add participant" query

Original issue reported on code.google.com by [email protected] on 25 Jun 2009 at 8:55

XMPP

Wave specs sayin' that server must be implemented as xmpp extension, but i 
can't see any xmpp functionality in sources... maybe i'm wrong =)

Original issue reported on code.google.com by zdevel on 3 Aug 2009 at 7:00

komische Fehlermeldung

IntegrityError at /gadgets/mine/

(1062, "Duplicate entry 'State Example' for key 'title'")

Request Method:     POST
Request URL:    http://pygowave.p2k-network.org/gadgets/mine/
Exception Type:     IntegrityError
Exception Value:    

(1062, "Duplicate entry 'State Example' for key 'title'")

Exception Location: 
/usr/lib/python2.6/site-packages/MySQLdb/connections.py in
defaulterrorhandler, line 36
Python Executable:  /usr/bin/python
Python Version:     2.6.0
Python Path:    ['/srv/http/pygowave_project',
'/usr/lib/python2.6/site-packages/IniAdmin-0.2-py2.6.egg',
'/usr/lib/python2.6/site-packages/TracXMLRPC-0.1-py2.6.egg',
'/usr/lib/python2.6/site-packages/PyAMF-0.4.1-py2.6-linux-x86_64.egg',
'/usr/lib/python26.zip', '/usr/lib/python2.6',
'/usr/lib/python2.5/site-packages', '/usr/lib/python2.6/plat-linux2',
'/usr/lib/python2.6/lib-tk', '/usr/lib/python2.6/lib-old',
'/usr/lib/python2.6/lib-dynload', '/usr/lib/python2.6/site-packages',
'/usr/lib/python2.6/site-packages/PIL']
Server time:    Fr, 3 Jul 2009 16:31:56 +0200

Original issue reported on code.google.com by [email protected] on 3 Jul 2009 at 2:36

IE8 cannot add Gadgets

What steps will reproduce the problem?
1. Add a gadget
2. Recieve error (You must place your cursor inside the text to mark the
Gadget's insertion point.)
3. Wonder

What is the expected output? What do you see instead?
The gadget added

What browser are you using? Which version?
Internet Explorer 8

If the issue is related to your own PyGoWave Server installation, what
version of the product are you using? On what operating system?


Please provide any additional information below.
Every gadget i try to add fails with the above error.
Same gadgets are added fine with Firefox
I have tried adding ChromeFrame to IE8 with no result.

Original issue reported on code.google.com by michael.friis on 30 Sep 2009 at 1:22

Rewrite the PyGoWave client component

Description of the task:
The PyGoWave client component was written a kind of quick-and-dirty with 
jQuery. The whole client will be written from scratch with the use of 
MooTools, which are more appropriate for this kind of project.

What research/experiments have to be done in advance?
Several documentations and tutorials of MooTools are to be read and 
understood. I have already found a nice GUI toolkit on top of MooTools 
called MochaUI (the demo at http://mochaui.com/demo/ looks very promising).

What steps are to be taken?
- Dive into MooTools/MochaUI
- Design an object oriented GUI model
- Implement it
- Test it

Original issue reported on code.google.com by [email protected] on 14 Jun 2009 at 9:44

Licensing

I hate to be that guy, but I can't find a copy of the django-registration 
license notice in here, which 
is required by the BSD terms.

Also, ideally you'd just document it as a dependency or use something like a 
pip requirements file 
to have it pulled automatically for you; then you wouldn't need to bundle or 
worry about attribution 
at all :)

Original issue reported on code.google.com by [email protected] on 27 Jul 2009 at 2:05

Code does not follow recommendations from PEP 8

What is the expected output? What do you see instead?
According to PEP 8, python code should use spaces only for indentation and 4 
spaces per 
indentation level.  A cursory glance at the code shows that indendations are 
down with tabs instead.

Please provide any additional information below.
This isn't a big issue, but when the product gains more developers some 
arguments can be 
prevented by adopting the recommended style.

http://www.python.org/dev/peps/pep-0008/

Original issue reported on code.google.com by [email protected] on 8 Jul 2009 at 10:16

Account activation

I created account when server has problems. I didn't recieved activation email.

Need possibility to resend activation email!

Original issue reported on code.google.com by nvartolomei on 7 Aug 2009 at 10:40

Attributes of Gadgets cannot be deleted

What steps will reproduce the problem?
1. Choose the "Task list" Gadget
2. Add a task
3. Remove the task, reload the Wave
4. The task shows up again (but is blank)

What is the expected output? What do you see instead?
If you set a null value it should delete that attribute from the state 
(http://code.google.com/apis/wave/extensions/gadgets/
reference.html#wave.State.submitDelta). This is not the case in the 
current implementation.


Original issue reported on code.google.com by [email protected] on 14 Jun 2009 at 8:51

Review installation documentation

There are still some things missing in the documentation. The !PyGoWave 
test server runs on Arch Linux, there should be additional information for 
other distributions or even setup instructions for OS X and Windows.

Current target is Ubuntu/Debian. I will check for missing .deb packages 
and create them if neccessary. Then I will assemble a list of commands to 
be run in order to install the components of !PyGoWave Server and create a 
Ubuntu-specific installation note.

Original issue reported on code.google.com by [email protected] on 14 Jun 2009 at 9:43

Error on external URL at "Add Gadget"

NameError at /gadgets/mine/

global name 'urllib2' is not defined

Request Method:     POST
Request URL:    http://pygowave.p2k-network.org/gadgets/mine/
Exception Type:     NameError
Exception Value:    

global name 'urllib2' is not defined

Exception Location:     /srv/http/pygowave_project/pygowave_server/forms.py in
clean, line 163
Python Executable:  /usr/bin/python
Python Version:     2.6.0
Python Path:    ['/srv/http/pygowave_project',
'/usr/lib/python2.6/site-packages/IniAdmin-0.2-py2.6.egg',
'/usr/lib/python2.6/site-packages/TracXMLRPC-0.1-py2.6.egg',
'/usr/lib/python2.6/site-packages/PyAMF-0.4.1-py2.6-linux-x86_64.egg',
'/usr/lib/python26.zip', '/usr/lib/python2.6',
'/usr/lib/python2.5/site-packages', '/usr/lib/python2.6/plat-linux2',
'/usr/lib/python2.6/lib-tk', '/usr/lib/python2.6/lib-old',
'/usr/lib/python2.6/lib-dynload', '/usr/lib/python2.6/site-packages',
'/usr/lib/python2.6/site-packages/PIL']
Server time:    Di, 16 Jun 2009 14:55:35 +0200

Original issue reported on code.google.com by [email protected] on 16 Jun 2009 at 12:59

Cannot add gadget to wave

What steps will reproduce the problem?
1. log in
2. go to wave tab, create new wave
3. select gadget - nothing happens.  No "go" button or any such thing 
either.  Using chrome 2.0.172.31 on XP

What is the expected output? What do you see instead?
The gadget to appear in the wave.  It doesn't.  Also, when I click the big 
green + nothing happens (can't add users to wave)

What browser are you using? Which version?
Chrome 2.0.172.31

If the issue is related to your own PyGoWave Server installation, what
version of the product are you using? On what operating system?
n/a

Please provide any additional information below.
n/a

Original issue reported on code.google.com by AdamCollet on 17 Jun 2009 at 7:14

Usernames can be less than 3 characters but can only search for users with more than three

What steps will reproduce the problem?
1. Create a user with a username less than 3 characters
2. Log on as a different user and add a participant
3. The new user cannot be selected

What is the expected output? What do you see instead?

* Either a minimum username length or an impoved search

What browser are you using? Which version?

* Happens on both Flock 2.0 and Firefox 3.5

If the issue is related to your own PyGoWave Server installation, what
version of the product are you using? On what operating system?

http://pygowave.p2k-network.org/waves/

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 24 Jun 2009 at 12:06

Waves don't work on IE7/Opera10

What steps will reproduce the problem?
Try to enter a Wave in one of these Browsers (default security settings).
Does not occur on Opera 9, Firefox and Chrome (Safari is untested).


What reasons could cause the problem?
Browser security settings and firewalls may prevent the use of port 9000 
(which is used by the internal messaging system).


What steps are to be taken?
Use proxying through port 80. This should not harm the underlying web 
server, as the TCP communicaion framework does not keep the connections 
open for too long (rather reconnects at intervals).

Original issue reported on code.google.com by [email protected] on 14 Jun 2009 at 9:03

Three problems

What steps will reproduce the problem?
1. Attempt to add the Napkin gadget (http://wave-samples-
gallery.appspot.com/about_app?app_id=5023)
2. Attempt to upload gadget by specifying bad URL, the without deleting 
switching to Upload and watch it fail because of bad URL
3. nothing, feature request (add gadgets by [email protected] address)

What is the expected output? What do you see instead?
Three things today.  Feel free to split into separate problems, of course.

Gadget quick-check failed: Required feature "flash" is unsupported.  
(Napkin gadget, http://wave-samples-gallery.appspot.com/about_app?
app_id=5023)

If specify external URL to add wave, and it is bad / doesn't work, then 
switch to upload and choose a file, type desciption, etc., and hit submit 
to try upload, it still fails because of the external URL.  This is of 
course easily fixed by going to the External URL tab and deleting the URL, 
but perhaps it would be best if it only checks for what is on the current 
tab (Upload ignores External URL, and vice versa).

Is it possible to add an upload gadget option for specifying the 
[email protected] address?

What browser are you using? Which version?
Chrome 2.0.172.33 on Windows XP

If the issue is related to your own PyGoWave Server installation, what
version of the product are you using? On what operating system?
n/a

Please provide any additional information below.
n/a

Original issue reported on code.google.com by AdamCollet on 24 Jun 2009 at 3:40

settings>profile link

What steps will reproduce the problem?
1.Add the profile link on settings page.The after saving, saved changes do
not appear
2.
3.

What is the expected output? What do you see instead?
Settings changed should appear for changes and reviewing. 

What browser are you using? Which version?
Firefox 3.5.3

If the issue is related to your own PyGoWave Server installation, what
version of the product are you using? On what operating system?
no

Please provide any additional information below.
none 

Original issue reported on code.google.com by [email protected] on 2 Oct 2009 at 11:33

db setup fail with Local field 'blip' in class 'InlineBlip' clashes with field of similar name from base class 'Element'

What steps will reproduce the problem?
1.install pygowave server with Django 1.1.1
2.try to run python manage.py syncdb
3.see the exception below:

 File "manage.py", line 29, in <module>
    execute_manager(settings)           
  File "/usr/lib/python2.6/site-packages/django/core/management/__init__
.py", line 362, in execute_
manager                                                                        
    utility.execute
()                                                                    
  File "/usr/lib/python2.6/site-packages/django/core/management/__init__
.py", line 303, in 
execute                                                                         

    self.fetch_command(subcommand).run_from_argv
(self.argv)                              
  File "/usr/lib/python2.6/site-packages/django/core/management/base.py", 
line 195, in run_from_argv
    self.execute(*args, **options.__dict__)
  File "/usr/lib/python2.6/site-packages/django/core/management/base.py", 
line 221, in execute
    self.validate()
  File "/usr/lib/python2.6/site-packages/django/core/management/base.py", 
line 249, in validate
    num_errors = get_validation_errors(s, app)
  File "/usr/lib/python2.6/site-packages/django/core/management/
validation.py", line 28, in get_validation_errors
    for (app_name, error) in get_app_errors().items():
  File "/usr/lib/python2.6/site-packages/django/db/models/loading.py", 
line 131, in get_app_errors
    self._populate()
  File "/usr/lib/python2.6/site-packages/django/db/models/loading.py", 
line 58, in _populate
    self.load_app(app_name, True)
  File "/usr/lib/python2.6/site-packages/django/db/models/loading.py", 
line 74, in load_app
    models = import_module('.models', app_name)
  File "/usr/lib/python2.6/site-packages/django/utils/importlib.py", line 
35, in import_module
    __import__(name)
  File "/srv/http/pygowave_project/pygowave_server/models.py", line 279, 
in <module>
    class InlineBlip(Element):
  File "/usr/lib/python2.6/site-packages/django/db/models/base.py", line 
143, in __new__
    (field.name, name, base.__name__))
django.core.exceptions.FieldError: Local field 'blip' in class 
'InlineBlip' clashes with field of similar name from base class 'Element'


What is the expected output: success db sync





If the issue is related to your own PyGoWave Server installation, what
version of the product are you using: latest available 
On what operating system? Arch linux


Please provide any additional information below.

Django 1.1.1
python 2.6.2
mysql 5.1.37

Original issue reported on code.google.com by [email protected] on 9 Aug 2009 at 7:16

Avatar images cannot be changed

What steps will reproduce the problem?
Try to upload an avatar.


What is the expected output? What do you see instead?
You and others should see your uploaded avatar.
Instead, this will set your avatar to a non-existing URL.

Original issue reported on code.google.com by [email protected] on 14 Jun 2009 at 9:08

Server is easy to go down when many users access

What steps will reproduce the problem?
1. Post link to the pygowave on popular site (habr.ru for example)
2. Many users try to access.

What is the expected output? What do you see instead?

In wave don't loading users, gadgets, content

What browser are you using? Which version?

Any browser.

If the issue is related to your own PyGoWave Server installation, what
version of the product are you using? On what operating system?


Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 2 Sep 2009 at 6:46

OpenID support

Ever heard about OpenID?

Original issue reported on code.google.com by temotor on 14 Aug 2009 at 10:24

View more than one Wave per User

With the current system, only one Wave view per User is admitted.

To solve this issue:
Allow more than one pair of access keys per user. Implement a heartbeat on 
the client side and let the keys expire after the heartbeat misses for 
some time.

Original issue reported on code.google.com by [email protected] on 14 Jun 2009 at 8:20

Activating account does not work

What steps will reproduce the problem?
1. Register for a new account (using email address in domain zonnet.nl
2. Wait for the activation email
3. Click the link in the email

What is the expected output?
1. The account is activated

What do you see instead?
1. The system says:
Account activation

{% trans "Sorry, your account could not be activated. Please contact the
server administrator." %}

What browser are you using? Which version?
Firefox 3.0.14 on Mandriva 2009.1 Linux

If the issue is related to your own PyGoWave Server installation, what
version of the product are you using? On what operating system?


Please provide any additional information below.
I could reset my password, the system recognized my email address and send
me the needed information to reset the password. I could even reset the
password. But after trying to login using the new password, it would not
let me login.

Original issue reported on code.google.com by [email protected] on 3 Oct 2009 at 7:24

gadgets unable to display

What steps will reproduce the problem?
1.Login to acoount,create awave 
2.Try to add a gaget this is not being displayed.
3.

What is the expected output? What do you see instead?
I am expecting a gadget preview as shown on googl editor

What browser are you using? Which version?
Tested on both Mozilla and IE7.
If the issue is related to your own PyGoWave Server installation, what
version of the product are you using? On what operating system?


Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 2 Jul 2009 at 11:36

Bug in Language form

aber i logged in (http://pygowave.net/home/) i deleted the /home in the url
and reloaded the page, now there isn the home tab anymore its now Начало .

See Screenshot in attached file


Original issue reported on code.google.com by [email protected] on 2 Sep 2009 at 7:28

Attachments:

Javascript files may cause django error

What steps will reproduce the problem?
1. Visit http://pygowave.net/client/view/participants.js with as-yet
unknown settings.
2. Crashes.

What is the expected output? What do you see instead?
I expect a javascript file. I get a django crash error:

KeyError at /client/view/participants.js

HTTP_ACCEPT_ENCODING


Traceback:
File "/usr/lib/python2.6/site-packages/django/core/handlers/base.py" in
get_response
  92.                 response = callback(request, *callback_args,
**callback_kwargs)
File "/home/pygowave/project/pygowave_client/views.py" in view_module
  88.   if "gzip" in request.META["HTTP_ACCEPT_ENCODING"].split(","):

Exception Type: KeyError at /client/view/participants.js
Exception Value: HTTP_ACCEPT_ENCODING



What browser are you using? Which version?
Firefox 3.5.2, official from Arch Linux. I have a friend with the same
browser and OS who is not getting the error. It works fine in Opera.


If the issue is related to your own PyGoWave Server installation, what
version of the product are you using? On what operating system?

I was using the public version at pygowave.net


Please provide any additional information below.
my browser IS sending the accept_encoding header, but for some reason,
django isn't picking it up. However, the view should be using .get()
anyway, because some browsers may not send it.

Original issue reported on code.google.com by [email protected] on 8 Sep 2009 at 5:01

activation e-mail Resend needed

Activation e-mail RESEND needed!

What steps will reproduce the problem?
1. registered new account
2. didn't get my activation e-mail (checked tash & spam folder)
3. requested "Lost passwor" mail and recived it, changed my password
4. still can't login because of account INACTIVE.


What is the expected output? What do you see instead?

Expected to get a new activation e-mail or find a way to request it at 
least.

Original issue reported on code.google.com by [email protected] on 3 Oct 2009 at 1:24

small chromium bug

after login you'll get a wring path in chromium

http://pygowave.net/pygowave/home/ instead of http://pygowave.net/home/

Original issue reported on code.google.com by [email protected] on 11 Oct 2009 at 8:00

Installation to vhost, errors

What steps will reproduce the problem?
1. Follow installation steps, but change settings to host from the path '/'

What is the expected output? What do you see instead?

The server reports errors on any page but the homepage. The debug
information shows all of the path variables as being correct, except the
line showing the request URL, which is displayed as http://hostnamethe/path
instead of http://hostname/the/path. Changing the django.root variable to
http://hostname/ works. Making the django.root '/<any single character>'
also appears to work, however some links become http://the/path then.

If the issue is related to your own PyGoWave Server installation, what
version of the product are you using? On what operating system?

alpha 0.3 on Ubuntu *.10

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 27 Jun 2009 at 12:45

How can anyone get involved?

I am particularly interested in Robot implementation - and Robots not
running on the Google App Engine.
[I made the Noughts and Crosses gadget]

Original issue reported on code.google.com by [email protected] on 6 Sep 2009 at 9:12

Gadget addition fails on postgresql

What steps will reproduce the problem?
1. Install on postgresql
2. Add the attached gadget file
3. You get an "cant adapt" error.

This is the traceback:
{{{
Request Method: POST
Request URL: http://localhost:9000/gadgets/mine/
Django Version: 1.2 pre-alpha SVN-11479
Python Version: 2.6.2
Installed Applications:
['django.contrib.auth',
 'django.contrib.contenttypes',
 'django.contrib.sessions',
 'django.contrib.sites',
 'django.contrib.admin',
 'registration',
 'pygowave_server',
 'pygowave_client']
Installed Middleware:
('django.contrib.sessions.middleware.SessionMiddleware',
 'django.middleware.locale.LocaleMiddleware',
 'django.middleware.common.CommonMiddleware',
 'django.contrib.auth.middleware.AuthenticationMiddleware',
 'pygowave_server.middleware.UserOnlineMiddleware')


Traceback:
File "/home/lin/django_src/django/core/handlers/base.py" in get_response
  92.                 response = callback(request, *callback_args,
**callback_kwargs)
File "/home/lin/django_src/django/contrib/auth/decorators.py" in __call__
  78.             return self.view_func(request, *args, **kwargs)
File "/home/lin/src/pygowave/pygowave_server/views.py" in my_gadgets
  148.             gadget.save()
File "/home/lin/django_src/django/db/models/base.py" in save
  410.         self.save_base(force_insert=force_insert,
force_update=force_update)
File "/home/lin/django_src/django/db/models/base.py" in save_base
  495.                     result = manager._insert(values,
return_id=update_pk)
File "/home/lin/django_src/django/db/models/manager.py" in _insert
  177.         return insert_query(self.model, values, **kwargs)
File "/home/lin/django_src/django/db/models/query.py" in insert_query
  1087.     return query.execute_sql(return_id)
File "/home/lin/django_src/django/db/models/sql/subqueries.py" in execute_sql
  320.         cursor = super(InsertQuery, self).execute_sql(None)
File "/home/lin/django_src/django/db/models/sql/query.py" in execute_sql
  2369.         cursor.execute(sql, params)
File "/home/lin/django_src/django/db/backends/util.py" in execute
  19.             return self.cursor.execute(sql, params)

Exception Type: ProgrammingError at /gadgets/mine/
Exception Value: can't adapt
}}}

Original issue reported on code.google.com by [email protected] on 8 Oct 2009 at 3:02

Attachments:

Problem with markup.

The problem is that developers did not expected too much participants in
one wave.

How to fix:
 style.css
 + clear: both for h4 tag
 + float: left for #participant_list
 - height: 48px for #participant_list

See attachements!

Original issue reported on code.google.com by nvartolomei on 7 Aug 2009 at 4:25

Attachments:

Can't login

What steps will reproduce the problem?
1.Register in service
2.Activate account
3.Type correct login and password and recive next message

>Authentication failed!
>Please enter a correct username and password. Note that both fields are 
>case-sensitive.

login [email protected] 

Browser Google Chrome 3.0.196.2
OS Windows XP PRof SP3



If the issue is related to your own PyGoWave Server installation, what
version of the product are you using? On what operating system?


Please provide any additional information below.

Original issue reported on code.google.com by p.slant on 8 Aug 2009 at 7:26

Things dissapear in gadgets (states not being updated locally)

What steps will reproduce the problem?
1. Add the sudoku (Austin's Test) gadget to a wave - from Google and works 
on other emulators - try adding a number, it's as if nothing happened - 
number doesn't stay, no status update for right/wrong guess
2. Add the SVG editor gadget to a wave - draw a line (or whatever), then 
click to start drawing another, and observe the first one dissapear
3. ?

What is the expected output? What do you see instead?
States to update/be saved.  numbers to appear in sudoku and generate 
right/wrong feedback.  SVG images to keep building as you draw more lines, 
etc. rather than clearing out.

What browser are you using? Which version?
Chrome 2.0.172.31 on XP

If the issue is related to your own PyGoWave Server installation, what
version of the product are you using? On what operating system?
-

Please provide any additional information below.
Thanks for fixing the can't add to wave problem so quickly!

Original issue reported on code.google.com by AdamCollet on 18 Jun 2009 at 3:49

Cyrillic error

Cannot start wave with cyrrilic symbols in title like  "название"

Original issue reported on code.google.com by [email protected] on 7 Aug 2009 at 9:46

Cannot add participant to a wave

What steps will reproduce the problem?
1. open or create a wave
2. click "plus" sign to add participant

What is the expected output? What do you see instead?
nothing happens

What browser are you using? Which version?
FF3.5.1, IE 7.0

If the issue is related to your own PyGoWave Server installation, what
version of the product are you using? On what operating system?


Please provide any additional information below.
latest pygowave (0.2)

Original issue reported on code.google.com by [email protected] on 28 Jul 2009 at 2:49

Unable to complete registration process

What steps will reproduce the problem?
I went to http://pygowave.net/accounts/register/, entered the username
'qwandor', my email address and a password. The registration did not
complete successfully but rather came back with a Python backtrace (I
forgot to save a copy of it, sorry), something about being unable to connect.

If I try again to register I get "This username is already taken. Please
choose another.". If I try to login I get "Authentication failed! This
account is inactive.". If I try to reset my password via
http://pygowave.net/accounts/password/reset/ I get the following error:

Environment:

Request Method: POST
Request URL: http://pygowave.net/accounts/password/reset/
Django Version: 1.1
Python Version: 2.6.0
Installed Applications:
['django.contrib.auth',
 'django.contrib.contenttypes',
 'django.contrib.sessions',
 'django.contrib.sites',
 'django.contrib.admin',
 'registration',
 'pygowave_server',
 'pygowave_client',
 'rosetta']
Installed Middleware:
('django.contrib.sessions.middleware.SessionMiddleware',
 'django.middleware.locale.LocaleMiddleware',
 'django.middleware.common.CommonMiddleware',
 'django.contrib.auth.middleware.AuthenticationMiddleware',
 'pygowave_server.middleware.UserOnlineMiddleware')


Traceback:
File "/usr/lib/python2.6/site-packages/django/core/handlers/base.py" in
get_response
  92.                 response = callback(request, *callback_args,
**callback_kwargs)
File "/usr/lib/python2.6/site-packages/django/contrib/auth/views.py" in
password_reset
  99.             form.save(**opts)
File "/usr/lib/python2.6/site-packages/django/contrib/auth/forms.py" in save
  136.                 t.render(Context(c)), None, [user.email])
File "/usr/lib/python2.6/site-packages/django/core/mail.py" in send_mail
  390.                         connection=connection).send()
File "/usr/lib/python2.6/site-packages/django/core/mail.py" in send
  266.         return self.get_connection(fail_silently).send_messages([self])
File "/usr/lib/python2.6/site-packages/django/core/mail.py" in send_messages
  166.         new_conn_created = self.open()
File "/usr/lib/python2.6/site-packages/django/core/mail.py" in open
  131.                                           
local_hostname=DNS_NAME.get_fqdn())
File "/usr/lib/python2.6/smtplib.py" in __init__
  239.             (code, msg) = self.connect(host, port)
File "/usr/lib/python2.6/smtplib.py" in connect
  295.         self.sock = self._get_socket(host, port, self.timeout)
File "/usr/lib/python2.6/smtplib.py" in _get_socket
  273.         return socket.create_connection((port, host), timeout)
File "/usr/lib/python2.6/socket.py" in create_connection
  512.     raise error, msg

Exception Type: error at /accounts/password/reset/
Exception Value: (111, 'Connection refused')


What browser are you using? Which version?
Firefox (well, Iceweasel) 3.0.3.

Original issue reported on code.google.com by [email protected] on 2 Sep 2009 at 5:24

Gadget errors

What steps will reproduce the problem?
1. Try adding the various gadgets to a wave
2. Leave a wave (only problem if creator has left wave since you entered 
it?)
3.

What is the expected output? What do you see instead?
Multiple gadget errors here.  I'm using the names they were given on upload 
to the pygowave server.

Pacman: Error while loading Gadget:
Gadget quick-check failed: Required feature "analytics" is unsupported.

Wave bidding: works, but if no one has bid, the avatar is an error image.  
Is this the gadget or the server?

Mappy: works, but the cursor doesn't change if you select a different tool.  
Is this the gadget or the server?

Are You In?: Error while loading Gadget:
Gadget quick-check failed: Required feature "opensocial-templates" is 
unsupported.

Wave Rating: Graphics appear but no interaction works.

SVG editor/SVG-edit: massive errors (get() returned more than one Gadget) 
... just try adding it to a Wave to see the error.  This gadget used to 
(sort of) work on pygowave

Mini Piano: Error while loading Gadget:
Gadget quick-check failed: Required feature "analytics" is unsupported.

Twitter reader: blank.  Is this related to how the gadget works? (i.e. it 
is somehow supposed to know what my twitter account is, but doesn't?) Or is 
this the server?

ALSO: When I left the wave ("Hey this is kinda cool"), I got and error: 
Lost Connection, Code: 201.  It appears to have totally deleted the wave 
thereafter ... it's possible the other participant also left, but seems 
odd.

As ever, keep up the amazing work.

What browser are you using? Which version?
Chrome 2.0.172.33

If the issue is related to your own PyGoWave Server installation, what
version of the product are you using? On what operating system?
n/a

Please provide any additional information below.
n/a

Original issue reported on code.google.com by AdamCollet on 24 Jun 2009 at 3:55

Password reset for forgotten passwords

I have forgotten my password and was hoping to get it reset. Didn't find a
link (which this issue can address) for a means to make that happen. 
Please let me know if it can be reset before such a feature can be added my
account is jashatton.

Thanks,
Jas

Original issue reported on code.google.com by [email protected] on 2 Jul 2009 at 2:39

get() returned more than one Gadget

What steps will reproduce the problem?
1. Create new wave
2. Select SVG-Edit or SVG Editor gadget
3. Look at response


What is the expected output? What do you see instead?

I see a django based error message:

Exception Value:    

get() returned more than one Gadget -- it returned 2! Lookup parameters
were {'url': u'http://svg-edit.googlecode.com/svn/trunk/wave/svg-edit.xml'}

I can provide the full details, including stack trace, if you really want,
however I suspect that won't be required....


What browser are you using? Which version?

Firefox 3.0.11 in Ubuntu.


Please provide any additional information below.

It seems like there two identical gadgets got uploaded, this was not
detected by pygowave-server, and as a result Django is confused and doesn't
know which one to pick.

(note I haven't looked at the source code so this is a bit of guess work
too - however the error seems self explanatory to me)


Brian May

Original issue reported on code.google.com by [email protected] on 4 Aug 2009 at 5:08

Web login- linked to from the registration email, is broken.

What steps will reproduce the problem?
1. Sign up for account
2. Receive email verification
3. Click link and log into new account

What is the expected output? What do you see instead?
Expected: I'd be able to log into new account.
Seen instead: 404 error: http://twitpic.com/j0vq0 

What browser are you using? Which version?
Don't think that matters

If the issue is related to your own PyGoWave Server installation, what
version of the product are you using? On what operating system?
Meh.

Please provide any additional information below.
Should probably not redirect that to /pygowave/home, but just /home- just a
thought :)

Original issue reported on code.google.com by mettadore on 25 Sep 2009 at 3:20

Translation system

Description of the task:
PyGoWave Server is used in international context and thus needs a 
translation system.

What research/experiments have to be done in advance?
Already found django-rosetta and played around with it.

What steps are to be taken?
Install django-rosetta; ask users kindly for assistance. Implement 
language selector.

Original issue reported on code.google.com by [email protected] on 14 Jun 2009 at 9:48

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.