Sun, 08 Feb 2009 23:55:44 +0000 Lennard de Rijk Redone the listing in group_app.py.
Sun, 08 Feb 2009 23:49:29 +0000 Lennard de Rijk Added new redirect for the new list views for group_app's.
Sun, 08 Feb 2009 22:57:23 +0000 Sverre Rabbelier Fix bug in group_app
Sun, 08 Feb 2009 11:58:43 +0000 Sverre Rabbelier Temp bug fix
Sun, 08 Feb 2009 03:36:05 +0000 Augie Fackler Add myself to authors since I was missing.
Sat, 07 Feb 2009 23:26:38 +0000 Sverre Rabbelier Fixed access checkers for orgs
Sat, 07 Feb 2009 22:56:15 +0000 Sverre Rabbelier Remove unneeded stylesheet and js and fix notification area
Sat, 07 Feb 2009 22:49:51 +0000 Sverre Rabbelier Rename checkHasActiveRole to checkHasActiveRoleForScope
Sat, 07 Feb 2009 22:47:51 +0000 Sverre Rabbelier If there is no user account, don't show New Document link under Site
Sat, 07 Feb 2009 22:10:19 +0000 Lennard de Rijk Fixing r1855 that was bugged by Tortoise ^_^.
Sat, 07 Feb 2009 21:48:02 +0000 Sverre Rabbelier Fixed broken autocomplete due to wrongly named file
Sat, 07 Feb 2009 21:43:27 +0000 Lennard de Rijk Should be part of r1855.
Sat, 07 Feb 2009 20:44:05 +0000 Sverre Rabbelier Use short_name for the header title in a presence's home page
Sat, 07 Feb 2009 20:42:28 +0000 Sverre Rabbelier Handle GAE account normalization
Sat, 07 Feb 2009 20:40:48 +0000 Sverre Rabbelier Pimp TinyMCE widget.
Sat, 07 Feb 2009 20:39:08 +0000 Sverre Rabbelier Always return a site singleton and fix Edit Site Settings
Sat, 07 Feb 2009 20:37:28 +0000 Sverre Rabbelier Stylefixes in access.py and removal of self.deny calls
Sat, 07 Feb 2009 13:40:20 +0000 Lennard de Rijk Added scoped group_app listing.
Sat, 07 Feb 2009 13:36:50 +0000 Lennard de Rijk Added missing comment in access.py and removed excessive whitespace.
Sat, 07 Feb 2009 00:50:49 +0000 Todd Larsen Hide all *.pyc files in trunk/.
Sat, 07 Feb 2009 00:37:28 +0000 Todd Larsen Name .js and .css files more consistently with those previously present.
Sat, 07 Feb 2009 00:34:12 +0000 Todd Larsen Add image that appears to be missing from the original thickbox patches.
Sat, 07 Feb 2009 00:21:23 +0000 Todd Larsen Hide *.pyc files in trunk/ from 'svn status' output.
Fri, 06 Feb 2009 10:24:45 +0000 Lennard de Rijk Added pre-accpeted status to group_app.
Fri, 06 Feb 2009 10:21:18 +0000 Lennard de Rijk Added some help_text and clarifications to org_app model fields.
Thu, 05 Feb 2009 23:52:27 +0000 Sverre Rabbelier Cleanup in org_app and replace ReferenceProperty with LinkProperty
Thu, 05 Feb 2009 23:49:46 +0000 Sverre Rabbelier Refactored the picker so that it is more generic
Thu, 05 Feb 2009 23:46:39 +0000 Sverre Rabbelier Added a ReferenceField widget
Thu, 05 Feb 2009 23:43:52 +0000 Sverre Rabbelier Make picker work generically
Thu, 05 Feb 2009 23:41:02 +0000 Sverre Rabbelier Fix broken document access checks
Thu, 05 Feb 2009 22:15:38 +0000 Lennard de Rijk Org applications can now only be made by a user when a program allows it.
Thu, 05 Feb 2009 22:13:49 +0000 Lennard de Rijk Added a new redirect for apply accesstype.
Thu, 05 Feb 2009 22:13:12 +0000 Lennard de Rijk Added new access checks to deal with timeline for programs.
Thu, 05 Feb 2009 21:29:55 +0000 Lennard de Rijk Updated docstrings and used keyfields where necessary in soc/logic/models/base.py
Thu, 05 Feb 2009 20:33:47 +0000 Pawel Solyga Remove extra whitespaces in soc.views.models.organization module.
Thu, 05 Feb 2009 20:33:12 +0000 Pawel Solyga Add missing blank line to soc.logic.helper.timeline module.
Thu, 05 Feb 2009 20:32:45 +0000 Pawel Solyga Fix import sorting in soc.views.models.sponsor module.
Thu, 05 Feb 2009 20:19:17 +0000 Lennard de Rijk Cleaned up getKeyNameFromFields in Logic base.
Thu, 05 Feb 2009 19:30:43 +0000 Lennard de Rijk Reverted r1819 and making an application will now reserve the link_id indefinitely.
Wed, 04 Feb 2009 23:09:28 +0000 Sverre Rabbelier Make the ToS text in-line and hook up thick-box in the help-text.
Wed, 04 Feb 2009 23:06:48 +0000 Sverre Rabbelier Hook up the new jquery plugins in base.html and _as_table_row.html
Wed, 04 Feb 2009 23:04:10 +0000 Sverre Rabbelier Include the field_id in the context of _as_table_helper
Wed, 04 Feb 2009 23:01:36 +0000 Sverre Rabbelier Make toDict "dereference" the 'name' property if it is present
Wed, 04 Feb 2009 22:52:33 +0000 Sverre Rabbelier Added jquery thickbox, ajaxQueue, autocomplete and bgiframe
Wed, 04 Feb 2009 21:24:36 +0000 Lennard de Rijk Now calling block.super in timeline/edit.html template.
Wed, 04 Feb 2009 21:15:26 +0000 Lennard de Rijk Added timezone clarification to the timeline edit form.
Wed, 04 Feb 2009 21:12:29 +0000 Lennard de Rijk Specific program menu's now show a "Apply to become an Organization" entry when the program's timeline states that it's open.
Wed, 04 Feb 2009 21:10:34 +0000 Lennard de Rijk Added new helper module for timelines.
Wed, 04 Feb 2009 21:09:06 +0000 Lennard de Rijk Added missing table header for org_apps.
Tue, 03 Feb 2009 21:15:12 +0000 Lennard de Rijk Refactored the application review template into group_app.
Tue, 03 Feb 2009 20:30:08 +0000 Lennard de Rijk Added validate_new_group to cleaning and removed clean_new_club_link_id.
Tue, 03 Feb 2009 20:18:15 +0000 Lennard de Rijk Fixed an error in group_app view that didnt let you create a new application.
Tue, 03 Feb 2009 15:18:40 +0000 Lennard de Rijk Renamed checkHasRole to checkHasActiveRole.
Tue, 03 Feb 2009 14:19:51 +0000 Lennard de Rijk Added removal of an existing group application when someone else is applying.
Tue, 03 Feb 2009 13:50:41 +0000 Lennard de Rijk Added checkCanReviewGroupApp to acces.py.
Tue, 03 Feb 2009 13:27:52 +0000 Lennard de Rijk Added checkCanEditGroupApp to access.py.
Tue, 03 Feb 2009 13:26:34 +0000 Lennard de Rijk Fixed whitespace in /soc/models/group_app.py
Tue, 03 Feb 2009 09:20:09 +0000 Lennard de Rijk Added some extra isUser checks to make sure that you have to accept the ToS before you can do anything concerning requests.
Tue, 03 Feb 2009 08:36:05 +0000 Lennard de Rijk Fixes a bug where notifications can't be deleted.
Tue, 03 Feb 2009 08:33:46 +0000 Lennard de Rijk Only do the update routine when the status changes for group_app's and role requests.
(0) -1000 -300 -100 -60 +60 +100 +300 +1000 tip