Mon, 22 Sep 2008 14:08:37 +0000 |
Pawel Solyga |
Add list_helpers functions that are going to be used when rendering list views like (Users List, Sponsors List etc).
|
changeset |
files
|
Mon, 22 Sep 2008 13:42:53 +0000 |
Pawel Solyga |
Add support for changing User id (Google Account email) in User Profile Developer view. Now user profile developer edit view includes hidden key_name field. Fix typo in user/profile.py. Show former user ids in lookup and edit User Profile Developer views.
|
changeset |
files
|
Sun, 21 Sep 2008 08:59:11 +0000 |
Pawel Solyga |
Small change to unescape function in template_helpers (move replace('&', '&') at the end).
|
changeset |
files
|
Sun, 21 Sep 2008 08:56:52 +0000 |
Pawel Solyga |
Add rounded corners graphics. Add .notice class and rounded corners classes to soc.css file, those will be used to better visualize submit_message like "Profile saved.".
|
changeset |
files
|
Sun, 21 Sep 2008 08:50:42 +0000 |
Pawel Solyga |
Remove Author model (use Person instead). Update models after removing Author. Add new Sponsor, Organization models.
|
changeset |
files
|
Sun, 21 Sep 2008 02:16:00 +0000 |
Augie Fackler |
Two changes to ease CI:
|
changeset |
files
|
Sat, 20 Sep 2008 19:04:43 +0000 |
Pawel Solyga |
Add custom 404 error message with link to "Create a New User" which is displayed when linkname in User Profile Developer view URL (/site/user/profile/<linkname>) doesn't exist. Add default value (None) to new_suffix parameter of template_helpers replaceSuffix and redirectToChangedSuffix functions.
|
changeset |
files
|
Sat, 20 Sep 2008 17:39:07 +0000 |
Augie Fackler |
Testing buildbot. Sorry about the noise. (Last one for now, I've got most of the kinks figured out I think)
|
changeset |
files
|
Sat, 20 Sep 2008 16:50:20 +0000 |
Augie Fackler |
Testing buildbot. Sorry about the noise.
|
changeset |
files
|
Sat, 20 Sep 2008 16:47:09 +0000 |
Augie Fackler |
Testing buildbot. Sorry about the noise.
|
changeset |
files
|
Fri, 19 Sep 2008 21:11:39 +0000 |
Todd Larsen |
Make django.zip in release/, instead of in app/ with a symlink in release/.
|
changeset |
files
|
Fri, 19 Sep 2008 18:02:37 +0000 |
Todd Larsen |
A rough draft of the Group Model, to be merged with Pawel's current effort in
|
changeset |
files
|
Fri, 19 Sep 2008 17:51:33 +0000 |
Todd Larsen |
First pass (from some old code notes) of a School Model (a form of Group).
|
changeset |
files
|
Fri, 19 Sep 2008 17:47:21 +0000 |
Todd Larsen |
First pass (from some old code notes) of a Club Model (a form of Group).
|
changeset |
files
|
Fri, 19 Sep 2008 12:45:13 +0000 |
Pawel Solyga |
Bug fixes to revision r596. User Account field in Developer User Profile view needs to be an email not a login name. Header title of User Profile Developer view, when form validation failes is now showing correct value ("Modify existing ..." instead of "Create new user ...").
|
changeset |
files
|