Wed, 15 Oct 2008 13:47:10 +0000 |
Pawel Solyga |
Update comments in models/group.py (changed Optional to Required). Add verbose_name to founder property in Group model.
|
changeset |
files
|
Tue, 14 Oct 2008 22:57:52 +0000 |
Pawel Solyga |
Fix bug that caused Lookup user by User Account not to work properly. Basically wrong parameter to models.user.logic.getFromFields().
|
changeset |
files
|
Tue, 14 Oct 2008 22:35:46 +0000 |
Pawel Solyga |
Add deleted in r732 (don't know why) functionality that displays custom Error page when linkname in Developer User Profile url doesn't exist (/site/user/profile/<not_existing_linkname>).
|
changeset |
files
|
Tue, 14 Oct 2008 22:20:55 +0000 |
Pawel Solyga |
Add underscore in two word div class names in templates (nick_name, short_name, partial_path).
|
changeset |
files
|
Tue, 14 Oct 2008 21:39:57 +0000 |
Todd Larsen |
Add is_featured boolean property to the Work model, so that Works can be
|
changeset |
files
|
Tue, 14 Oct 2008 21:33:57 +0000 |
Pawel Solyga |
Add missing blank lines, clean up the doc string and remove white spaces at the end of the lines in reflistprop.
|
changeset |
files
|
Tue, 14 Oct 2008 21:06:23 +0000 |
Pawel Solyga |
Move <div id='notice'> into notice block in base.html template. Change formatting of notice block to make it much easier to "parse" visually. This patch is based on comments to r722.
|
changeset |
files
|
Tue, 14 Oct 2008 21:02:28 +0000 |
Todd Larsen |
Add a third-party ReferenceListProperty class. This is going to be used to
|
changeset |
files
|
Tue, 14 Oct 2008 20:33:20 +0000 |
Pawel Solyga |
Fix some defects for lookup user view. More information about the patch can be found under the link below.
|
changeset |
files
|
Tue, 14 Oct 2008 16:10:07 +0000 |
Pawel Solyga |
Add missing import in soc/views/site/sponsor/list.py which caused exception when app was deployed and first site you visited was "List Site Sponsors". Update files according to recent django update and django backwards incompatibility (for example newforms is changed to forms).
|
changeset |
files
|
Tue, 14 Oct 2008 16:00:59 +0000 |
Pawel Solyga |
Load ../vendor/django into trunk/app/django.
|
changeset |
files
|
Tue, 14 Oct 2008 12:36:55 +0000 |
Pawel Solyga |
Fixed imports sorting based on comments for r751.
|
changeset |
files
|