Sat, 21 Feb 2009 20:15:23 +0000 Added a checkHasDocumentAccess method
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 21 Feb 2009 20:15:23 +0000] rev 1443
Added a checkHasDocumentAccess method Uses the SCOPE_DEPTH to determine how far to walk up the scope so that the correct value for scope_path is set. Patch by: Sverre Rabbelier
Sat, 21 Feb 2009 20:14:51 +0000 Specify how to walk the scope up to another scope
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 21 Feb 2009 20:14:51 +0000] rev 1442
Specify how to walk the scope up to another scope This will be used by document ACL later. Patch by: Sverre Rabbelier
Sat, 21 Feb 2009 20:14:19 +0000 Make use of default value
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 21 Feb 2009 20:14:19 +0000] rev 1441
Make use of default value field_name is not modified and as such it is possible to properly use the default value system (rather than just specifying None). Patch by: Sverre Rabbelier
Sat, 21 Feb 2009 20:13:46 +0000 Also pass the prefix in the document cleaning method
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 21 Feb 2009 20:13:46 +0000] rev 1440
Also pass the prefix in the document cleaning method The prefix is needed to determine how far to walk up the scope. Patch by: Sverre Rabbelier
Sat, 21 Feb 2009 17:58:45 +0000 Add a "Developer" tag in the top sidebar if appropriate
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 21 Feb 2009 17:58:45 +0000] rev 1439
Add a "Developer" tag in the top sidebar if appropriate Patch by: Sverre Rabbelier
Sat, 21 Feb 2009 17:10:18 +0000 Updated comments in access.py.
Lennard de Rijk <ljvderijk@gmail.com> [Sat, 21 Feb 2009 17:10:18 +0000] rev 1438
Updated comments in access.py. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sat, 21 Feb 2009 17:05:52 +0000 Added several menu items to the program menu.
Lennard de Rijk <ljvderijk@gmail.com> [Sat, 21 Feb 2009 17:05:52 +0000] rev 1437
Added several menu items to the program menu. For example, non-students now see a Apply as a mentor link that takes them to the list of all active organizations. This only happens when the organizations announced deadline has passed. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sat, 21 Feb 2009 16:40:59 +0000 Fix access bug in organization
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 21 Feb 2009 16:40:59 +0000] rev 1436
Fix access bug in organization Patch by: Sverre Rabbelier
Sat, 21 Feb 2009 16:40:22 +0000 Added support for having a format string as scope_path filter
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 21 Feb 2009 16:40:22 +0000] rev 1435
Added support for having a format string as scope_path filter Patch by: Sverre Rabbelier
Sat, 21 Feb 2009 16:39:46 +0000 Fixed a bug in seed_db
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 21 Feb 2009 16:39:46 +0000] rev 1434
Fixed a bug in seed_db The mentor and org for Melange were created with wrong scope and key. Patch by: Sverre Rabbelier
Sat, 21 Feb 2009 16:00:52 +0000 Convert mentor.py to use DynaFields as an example
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 21 Feb 2009 16:00:52 +0000] rev 1433
Convert mentor.py to use DynaFields as an example Patch by: Sverre Rabbelier
Sat, 21 Feb 2009 16:00:17 +0000 Hook up dynafields in params.py
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 21 Feb 2009 16:00:17 +0000] rev 1432
Hook up dynafields in params.py The helper method getDynaFields converts a list with dynafield dicts to a dictionary with dynaproperties and is used to update the create- and edit_dynaproperties dicts. Patch by: Sverre Rabbelier
Sat, 21 Feb 2009 15:59:42 +0000 Added DynaFields to the dynaform module
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 21 Feb 2009 15:59:42 +0000] rev 1431
Added DynaFields to the dynaform module DynaFields work similar to DynaForms, in that they allow a regular field to be created by supplying a dictionary. The main advantage is that any property can be added, even if the base class doesn't have support for it. Patch by: Sverre Rabbelier
Sat, 21 Feb 2009 15:59:07 +0000 Rename dynafields to dynaproperties
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 21 Feb 2009 15:59:07 +0000] rev 1430
Rename dynafields to dynaproperties This is to prepare for true dynafields. Patch by: Sverre Rabbelier
Sat, 21 Feb 2009 15:57:02 +0000 Update seed_db as WTFPL is no longer an allowed license
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 21 Feb 2009 15:57:02 +0000] rev 1429
Update seed_db as WTFPL is no longer an allowed license Patch by: Sverre Rabbelier
Sat, 21 Feb 2009 11:14:44 +0000 Added student_proposals to the sitemap.
Lennard de Rijk <ljvderijk@gmail.com> [Sat, 21 Feb 2009 11:14:44 +0000] rev 1428
Added student_proposals to the sitemap. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sat, 21 Feb 2009 11:14:05 +0000 Scope is already set to entity.scope, so no need to overwrite in base._editPost().
Lennard de Rijk <ljvderijk@gmail.com> [Sat, 21 Feb 2009 11:14:05 +0000] rev 1427
Scope is already set to entity.scope, so no need to overwrite in base._editPost(). Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sat, 21 Feb 2009 11:08:15 +0000 Added student_proposal view.
Lennard de Rijk <ljvderijk@gmail.com> [Sat, 21 Feb 2009 11:08:15 +0000] rev 1426
Added student_proposal view. Note that the access checks still need to be done and other functionality like ranking/scoring and withdrawal of the application are not in yet. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sat, 21 Feb 2009 11:06:23 +0000 Added new cleaning method to validate a student proposal.
Lennard de Rijk <ljvderijk@gmail.com> [Sat, 21 Feb 2009 11:06:23 +0000] rev 1425
Added new cleaning method to validate a student proposal. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sat, 21 Feb 2009 11:02:59 +0000 Since scope does not change we do not need to call getFromKeyName every time.
Lennard de Rijk <ljvderijk@gmail.com> [Sat, 21 Feb 2009 11:02:59 +0000] rev 1424
Since scope does not change we do not need to call getFromKeyName every time. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sat, 21 Feb 2009 10:57:02 +0000 Added student proposal view templates.
Lennard de Rijk <ljvderijk@gmail.com> [Sat, 21 Feb 2009 10:57:02 +0000] rev 1423
Added student proposal view templates. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sat, 21 Feb 2009 10:54:47 +0000 Added student_proposal logic.
Lennard de Rijk <ljvderijk@gmail.com> [Sat, 21 Feb 2009 10:54:47 +0000] rev 1422
Added student_proposal logic. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sat, 21 Feb 2009 10:53:52 +0000 Made some changes to StudentProposal.
Lennard de Rijk <ljvderijk@gmail.com> [Sat, 21 Feb 2009 10:53:52 +0000] rev 1421
Made some changes to StudentProposal. Abstract is now required and content field has been added. New is now the default status. This will be used to easily distinguish between applications that didn't have their initial ranking/scoring yet. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sat, 21 Feb 2009 10:36:04 +0000 Fixed name method in soc/models/role.py
Lennard de Rijk <ljvderijk@gmail.com> [Sat, 21 Feb 2009 10:36:04 +0000] rev 1420
Fixed name method in soc/models/role.py Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sat, 21 Feb 2009 00:45:57 +0000 Add caching to the homepage
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 21 Feb 2009 00:45:57 +0000] rev 1419
Add caching to the homepage Homepage is flushed when the home document is changed. Patch by: Sverre Rabbelier
Sat, 21 Feb 2009 00:45:19 +0000 Compute the memcache_key only in get()
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 21 Feb 2009 00:45:19 +0000] rev 1418
Compute the memcache_key only in get() This will be used by the homepage caching later on. Patch by: Sverre Rabbelier
Sat, 21 Feb 2009 00:43:56 +0000 Set and unset the home_for property if appropriate
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 21 Feb 2009 00:43:56 +0000] rev 1417
Set and unset the home_for property if appropriate Patch by: Sverre Rabbelier
Sat, 21 Feb 2009 00:33:59 +0000 Add an home_for reference property
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 21 Feb 2009 00:33:59 +0000] rev 1416
Add an home_for reference property This field will be set to whatever presence is using the document as home document. Patch by: Sverre Rabbelier
Sat, 21 Feb 2009 00:30:53 +0000 Added a document in the test user's user space
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 21 Feb 2009 00:30:53 +0000] rev 1415
Added a document in the test user's user space This makes it easier to test editing documents. Patch by: Sverre Rabbelier
Fri, 20 Feb 2009 23:59:23 +0000 Redone form field filling via request.GET to work on multiple fields.
Lennard de Rijk <ljvderijk@gmail.com> [Fri, 20 Feb 2009 23:59:23 +0000] rev 1414
Redone form field filling via request.GET to work on multiple fields. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
(0) -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 tip