Sun, 15 Feb 2009 15:53:38 +0000 Fixed a bug in admin_form generation
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 15 Feb 2009 15:53:38 +0000] rev 1345
Fixed a bug in admin_form generation The edit_form was also being modified. Patch by: Sverre Rabbelier
Sun, 15 Feb 2009 14:58:27 +0000 Redirect to the admin view in listPublic
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 15 Feb 2009 14:58:27 +0000] rev 1344
Redirect to the admin view in listPublic Patch by: Sverre Rabbelier
Sun, 15 Feb 2009 14:58:03 +0000 Hook up the admin view everywhere
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 15 Feb 2009 14:58:03 +0000] rev 1343
Hook up the admin view everywhere Patch by: Sverre Rabbelier
Sun, 15 Feb 2009 14:57:03 +0000 Add an admin view
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 15 Feb 2009 14:57:03 +0000] rev 1342
Add an admin view Makes use of the new admin form and the as_readonly_table tag. Patch by: Sverre Rabbelier
Sun, 15 Feb 2009 14:56:30 +0000 Add an as_readonly_table filter
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 15 Feb 2009 14:56:30 +0000] rev 1341
Add an as_readonly_table filter Results in a very plain table, with no error messages etc. Intended use is in combination with PTW's. Patch by: Sverre Rabbelier
Sun, 15 Feb 2009 14:55:53 +0000 Add an admin redirect
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 15 Feb 2009 14:55:53 +0000] rev 1340
Add an admin redirect Patch by: Sverre Rabbelier
Sun, 15 Feb 2009 14:55:29 +0000 Make _constructResponsoe take an optional template
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 15 Feb 2009 14:55:29 +0000] rev 1339
Make _constructResponsoe take an optional template Patch by: Sverre Rabbelier
Sun, 15 Feb 2009 14:55:05 +0000 Add an AdminForm that renders all fields as PTW's
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 15 Feb 2009 14:55:05 +0000] rev 1338
Add an AdminForm that renders all fields as PTW's Patch by: Sverre Rabbelier
Sun, 15 Feb 2009 14:54:42 +0000 Add a PlainTextWidget
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 15 Feb 2009 14:54:42 +0000] rev 1337
Add a PlainTextWidget Patch by: Sverre Rabbelier
Sun, 15 Feb 2009 13:59:36 +0000 Use entity.key.name instead of key_suffix
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 15 Feb 2009 13:59:36 +0000] rev 1336
Use entity.key.name instead of key_suffix Patch by: Sverre Rabbelier
Sun, 15 Feb 2009 13:59:06 +0000 Added melange as org.
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 15 Feb 2009 13:59:06 +0000] rev 1335
Added melange as org. Also added license text and author. Patch by: Sverre Rabbelier
Sun, 15 Feb 2009 11:14:26 +0000 Fixed a bug in access.py where a non-existing variable would have been called.
Lennard de Rijk <ljvderijk@gmail.com> [Sun, 15 Feb 2009 11:14:26 +0000] rev 1334
Fixed a bug in access.py where a non-existing variable would have been called. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sun, 15 Feb 2009 11:13:46 +0000 Added clean_user_is_current to cleaning and fixed some indentation.
Lennard de Rijk <ljvderijk@gmail.com> [Sun, 15 Feb 2009 11:13:46 +0000] rev 1333
Added clean_user_is_current to cleaning and fixed some indentation. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sat, 14 Feb 2009 23:56:49 +0000 Add a script to (re)seed the datastore
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 14 Feb 2009 23:56:49 +0000] rev 1332
Add a script to (re)seed the datastore For obvious reasons enabled only when running in debug mode. Patch by: Sverre Rabbelier
Sat, 14 Feb 2009 22:04:14 +0000 Added no-cache headers to pick and bulk-accept views.
Lennard de Rijk <ljvderijk@gmail.com> [Sat, 14 Feb 2009 22:04:14 +0000] rev 1331
Added no-cache headers to pick and bulk-accept views. Also added a TODO since IE7 seems to ignore the headers. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sat, 14 Feb 2009 21:32:25 +0000 Remove private data from club and org public templates
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 14 Feb 2009 21:32:25 +0000] rev 1330
Remove private data from club and org public templates Also re-use the club/public.html template in organization's template. Patch by: Sverre Rabbelier
Sat, 14 Feb 2009 21:31:33 +0000 Skip a field when it's value is not set
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 14 Feb 2009 21:31:33 +0000] rev 1329
Skip a field when it's value is not set Patch by: Sverre Rabbelier
Sat, 14 Feb 2009 21:18:12 +0000 Added bulk acceptance and progress bar in review org applications view.
Lennard de Rijk <ljvderijk@gmail.com> [Sat, 14 Feb 2009 21:18:12 +0000] rev 1328
Added bulk acceptance and progress bar in review org applications view. In the list of organization applications for reviewing, if you click the button "click here" the whole first text line will fade out and the progress bar will fade in while starting to contact the server for the list of orgs to accept and then make synchronous calls for acceptance, while updating the progress bar, the name of the organization currently accepting and the number of orgs already accepted against the total. Inside the script, what's inside the parenthesis is converted due to regexp (in this case (link_id)) and then read the json_object.applications[index].link_id. By doing this with an eval(), you can use other names as well and the script will be reading for example json_object.applications[index].attribute_name if you insert "(attribute_name)" inside the link returned by {{ bulk_accept_link }}. Notes by Lennard: -Put Done outside the for-loop so that it also shows when there are 0 pre-accepted organizations. -Made some minor style fixes Patch by: Mario Ferraro Reviewed by: Lennard de Rijk
Sat, 14 Feb 2009 20:26:27 +0000 Now using the correct path to the loading animation in jquery-thickbox.
Lennard de Rijk <ljvderijk@gmail.com> [Sat, 14 Feb 2009 20:26:27 +0000] rev 1327
Now using the correct path to the loading animation in jquery-thickbox. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sat, 14 Feb 2009 20:23:43 +0000 Minor style fix
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 14 Feb 2009 20:23:43 +0000] rev 1326
Minor style fix dicts.merge already takes care of the case where target is None. Patch by: Sverre Rabbelier
Sat, 14 Feb 2009 20:23:18 +0000 Add a list_public view to organization
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 14 Feb 2009 20:23:18 +0000] rev 1325
Add a list_public view to organization Patch by: Sverre Rabbelier
Sat, 14 Feb 2009 20:22:50 +0000 Factor out the 'key fields without link_id' logic from document
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 14 Feb 2009 20:22:50 +0000] rev 1324
Factor out the 'key fields without link_id' logic from document Also make sure the to-be-removed is present before removing it when doing the field reordening. Patch by: Sverre Rabbelier
Sat, 14 Feb 2009 20:22:17 +0000 Add a getListRedirect and getListPublicRedirect function
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 14 Feb 2009 20:22:17 +0000] rev 1323
Add a getListRedirect and getListPublicRedirect function Patch by: Sverre Rabbelier
Sat, 14 Feb 2009 20:21:51 +0000 Add an idea list (url) property to organization
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 14 Feb 2009 20:21:51 +0000] rev 1322
Add an idea list (url) property to organization Also include this url in the organisation list. Patch by: Sverre Rabbelier
Sat, 14 Feb 2009 19:03:38 +0000 Fixed missing parameters in program view due to change in _getTimeDependentEntries in r1943.
Lennard de Rijk <ljvderijk@gmail.com> [Sat, 14 Feb 2009 19:03:38 +0000] rev 1321
Fixed missing parameters in program view due to change in _getTimeDependentEntries in r1943. Also the sidebar once more shows "Apply to become an Organization" even if you are not logged in. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sat, 14 Feb 2009 16:44:14 +0000 Include scope_path as django_args
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 14 Feb 2009 16:44:14 +0000] rev 1320
Include scope_path as django_args Otherwise users cannot create documents in their own prefix. Patch by: Sverre Rabbelier
Sat, 14 Feb 2009 16:43:53 +0000 Disable the raw create and list link for documents
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 14 Feb 2009 16:43:53 +0000] rev 1319
Disable the raw create and list link for documents Patch by: Sverre Rabbelier
Sat, 14 Feb 2009 16:43:20 +0000 Add custom access check for document listing
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 14 Feb 2009 16:43:20 +0000] rev 1318
Add custom access check for document listing Patch by: Sverre Rabbelier
Sat, 14 Feb 2009 15:57:53 +0000 Add a 'list documents' link everywhere
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 14 Feb 2009 15:57:53 +0000] rev 1317
Add a 'list documents' link everywhere Also disable the Documents sidebar menu, since it does not provide anything useful anymore. Patch by: Sverre Rabbelier
Sat, 14 Feb 2009 15:57:14 +0000 Allow documents to be filtered by prefix and scope
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 14 Feb 2009 15:57:14 +0000] rev 1316
Allow documents to be filtered by prefix and scope Patch by: Sverre Rabbelier
(0) -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 tip