Sat, 21 Feb 2009 23:35:29 +0000 Added a 'site name' property to site
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 21 Feb 2009 23:35:29 +0000] rev 1447
Added a 'site name' property to site Patch by: Sverre Rabbelier
Sat, 21 Feb 2009 21:56:55 +0000 Use feedparser to sanitize HTML content for documents
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 21 Feb 2009 21:56:55 +0000] rev 1446
Use feedparser to sanitize HTML content for documents Patch by: Sverre Rabbelier
Sat, 21 Feb 2009 21:49:46 +0000 Forgotten import
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 21 Feb 2009 21:49:46 +0000] rev 1445
Forgotten import Patch by: Sverre Rabbelier
Sat, 21 Feb 2009 20:15:56 +0000 Make use of the new checkHasDocumentAccess method
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 21 Feb 2009 20:15:56 +0000] rev 1444
Make use of the new checkHasDocumentAccess method Patch by: Sverre Rabbelier
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
Fri, 20 Feb 2009 12:38:29 +0000 Removed obsolete import from sitemap/build.py.
Lennard de Rijk <ljvderijk@gmail.com> [Fri, 20 Feb 2009 12:38:29 +0000] rev 1413
Removed obsolete import from sitemap/build.py. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Fri, 20 Feb 2009 11:39:00 +0000 First go at the student proposal model.
Lennard de Rijk <ljvderijk@gmail.com> [Fri, 20 Feb 2009 11:39:00 +0000] rev 1412
First go at the student proposal model. The scope will be set to the student role and the link_id will be time-based. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Fri, 20 Feb 2009 10:12:03 +0000 Footer of melange now resizes properly.
Pawel Solyga <Pawel.Solyga@gmail.com> [Fri, 20 Feb 2009 10:12:03 +0000] rev 1411
Footer of melange now resizes properly. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Thu, 19 Feb 2009 23:27:46 +0000 Fixed grouping and updated help text
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 19 Feb 2009 23:27:46 +0000] rev 1410
Fixed grouping and updated help text Patch by: Sverre Rabbelier
Thu, 19 Feb 2009 23:27:20 +0000 Make the heading line up with the input fields
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 19 Feb 2009 23:27:20 +0000] rev 1409
Make the heading line up with the input fields Patch by: Sverre Rabbelier
Thu, 19 Feb 2009 23:26:54 +0000 Deleted stale comment
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 19 Feb 2009 23:26:54 +0000] rev 1408
Deleted stale comment Patch by: Sverre Rabbelier
Thu, 19 Feb 2009 22:51:24 +0000 Fixed copy/paste fail
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 19 Feb 2009 22:51:24 +0000] rev 1407
Fixed copy/paste fail Patch by: Sverre Rabbelier
Thu, 19 Feb 2009 21:54:36 +0000 List public view for organizations should be program limited.
Lennard de Rijk <ljvderijk@gmail.com> [Thu, 19 Feb 2009 21:54:36 +0000] rev 1406
List public view for organizations should be program limited. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Thu, 19 Feb 2009 21:27:31 +0000 Added apply as a mentor view which lists all orgs for a given program.
Lennard de Rijk <ljvderijk@gmail.com> [Thu, 19 Feb 2009 21:27:31 +0000] rev 1405
Added apply as a mentor view which lists all orgs for a given program. The check if someone can actually request to become a mentor is done after the user has selected an organization from this view. This is not bad because a student would never see the link to this page in the program menu. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Thu, 19 Feb 2009 21:14:28 +0000 Added a link to the official OSI licenses list
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 19 Feb 2009 21:14:28 +0000] rev 1404
Added a link to the official OSI licenses list Patch by: Sverre Rabbelier
Thu, 19 Feb 2009 21:10:42 +0000 Make org_app use the new licenses set
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 19 Feb 2009 21:10:42 +0000] rev 1403
Make org_app use the new licenses set Patch by: Sverre Rabbelier
Thu, 19 Feb 2009 21:10:09 +0000 Added OSI approved licenses
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 19 Feb 2009 21:10:09 +0000] rev 1402
Added OSI approved licenses Patch by: Sverre Rabbelier
Thu, 19 Feb 2009 20:49:27 +0000 Wording nitpick fix
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 19 Feb 2009 20:49:27 +0000] rev 1401
Wording nitpick fix Patch by: Sverre Rabbelier
Thu, 19 Feb 2009 20:44:37 +0000 Rebased my double work on top of Todd recent commit
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 19 Feb 2009 20:44:37 +0000] rev 1400
Rebased my double work on top of Todd recent commit Patch by: Sverre Rabbelier
Thu, 19 Feb 2009 20:30:47 +0000 Make it easier to support other extensions per-Model (such as .csv, etc.).
Todd Larsen <tlarsen@google.com> [Thu, 19 Feb 2009 20:30:47 +0000] rev 1399
Make it easier to support other extensions per-Model (such as .csv, etc.). Patch by: Todd Larsen Review by: to-be-reviewed
Thu, 19 Feb 2009 20:24:17 +0000 Force browser to ask to save an Export, and provide a filename extension.
Todd Larsen <tlarsen@google.com> [Thu, 19 Feb 2009 20:24:17 +0000] rev 1398
Force browser to ask to save an Export, and provide a filename extension. See: http://code.google.com/p/soc/issues/detail?id=192 Patch by: Todd Larsen Review by: to-be-reviewed
Thu, 19 Feb 2009 20:13:41 +0000 Fixed blog on home view
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 19 Feb 2009 20:13:41 +0000] rev 1397
Fixed blog on home view For some reason the script does not work if it resides in it's own file, perhaps some JS guru can enlighten? Patch by: Sverre Rabbelier
Thu, 19 Feb 2009 19:57:07 +0000 Clean the e-mail field
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 19 Feb 2009 19:57:07 +0000] rev 1396
Clean the e-mail field Patch by: Sverre Rabbelier
Thu, 19 Feb 2009 19:56:24 +0000 Add a regular 'empty field cleaner'
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 19 Feb 2009 19:56:24 +0000] rev 1395
Add a regular 'empty field cleaner' Regular, as opposed to a decorator. Patch by: Sverre Rabbelier
Thu, 19 Feb 2009 18:37:44 +0000 Bugfix in student view.
Lennard de Rijk <ljvderijk@gmail.com> [Thu, 19 Feb 2009 18:37:44 +0000] rev 1394
Bugfix in student view. This got triggered when a student agreement was set and the create student button was clicked. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Thu, 19 Feb 2009 17:07:13 +0000 Reset the RELEASE_TAG to None (unreleased) now that the 0.3-20090219 release
Pawel Solyga <Pawel.Solyga@gmail.com> [Thu, 19 Feb 2009 17:07:13 +0000] rev 1393
Reset the RELEASE_TAG to None (unreleased) now that the 0.3-20090219 release candidate branch has been created. Patch by: Pawel Solyga
Thu, 19 Feb 2009 17:00:14 +0000 Set RELEASE_TAG to 0.3-20090219rc for release candidate.
Pawel Solyga <Pawel.Solyga@gmail.com> [Thu, 19 Feb 2009 17:00:14 +0000] rev 1392
Set RELEASE_TAG to 0.3-20090219rc for release candidate. Patch by: Pawel Solyga
Thu, 19 Feb 2009 16:34:40 +0000 Added a missing cleaner to org idea list
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 19 Feb 2009 16:34:40 +0000] rev 1391
Added a missing cleaner to org idea list Patch by: Sverre Rabbelier
Thu, 19 Feb 2009 16:34:04 +0000 Fixed a missing property in seed_db
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 19 Feb 2009 16:34:04 +0000] rev 1390
Fixed a missing property in seed_db Patch by: Sverre Rabbelier
Thu, 19 Feb 2009 16:13:04 +0000 Add noreply email property to Site model. Still missing cleaner method and changes in notifications module.
Pawel Solyga <Pawel.Solyga@gmail.com> [Thu, 19 Feb 2009 16:13:04 +0000] rev 1389
Add noreply email property to Site model. Still missing cleaner method and changes in notifications module. Patch by: Pawel Solyga Reviewed by: to-be- reviewed
Thu, 19 Feb 2009 08:10:25 +0000 Use the new program property in mentor and role for an access check.
Lennard de Rijk <ljvderijk@gmail.com> [Thu, 19 Feb 2009 08:10:25 +0000] rev 1388
Use the new program property in mentor and role for an access check. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Wed, 18 Feb 2009 21:41:27 +0000 Added required program property to org_admin and mentor.
Lennard de Rijk <ljvderijk@gmail.com> [Wed, 18 Feb 2009 21:41:27 +0000] rev 1387
Added required program property to org_admin and mentor. This can be used to simplify checks. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Wed, 18 Feb 2009 19:49:39 +0000 Org admins can now send out invitations and users can now request to become a mentor.
Lennard de Rijk <ljvderijk@gmail.com> [Wed, 18 Feb 2009 19:49:39 +0000] rev 1386
Org admins can now send out invitations and users can now request to become a mentor. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Tue, 17 Feb 2009 21:16:35 +0000 Accidently left one addrole in student.py during my quest to refactor it into params.
Lennard de Rijk <ljvderijk@gmail.com> [Tue, 17 Feb 2009 21:16:35 +0000] rev 1385
Accidently left one addrole in student.py during my quest to refactor it into params. It has now been removed. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Tue, 17 Feb 2009 20:34:01 +0000 Role overview membership is now determined by setting show_in_roles_overview param to true in the view.
Lennard de Rijk <ljvderijk@gmail.com> [Tue, 17 Feb 2009 20:34:01 +0000] rev 1384
Role overview membership is now determined by setting show_in_roles_overview param to true in the view. Also added student roles to the list. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Tue, 17 Feb 2009 20:15:43 +0000 Students now have a reference to school again.
Lennard de Rijk <ljvderijk@gmail.com> [Tue, 17 Feb 2009 20:15:43 +0000] rev 1383
Students now have a reference to school again. This reference property is not required for now since the system for choosing your own school isn't implemented yet. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Tue, 17 Feb 2009 20:07:20 +0000 Students can now only get a student role during the student signup period.
Lennard de Rijk <ljvderijk@gmail.com> [Tue, 17 Feb 2009 20:07:20 +0000] rev 1382
Students can now only get a student role during the student signup period. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Tue, 17 Feb 2009 19:40:13 +0000 Fixed style error.
Lennard de Rijk <ljvderijk@gmail.com> [Tue, 17 Feb 2009 19:40:13 +0000] rev 1381
Fixed style error. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Tue, 17 Feb 2009 19:37:47 +0000 Added students to sidebar.
Lennard de Rijk <ljvderijk@gmail.com> [Tue, 17 Feb 2009 19:37:47 +0000] rev 1380
Added students to sidebar. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Tue, 17 Feb 2009 19:37:24 +0000 Added student view and accompanying templates.
Lennard de Rijk <ljvderijk@gmail.com> [Tue, 17 Feb 2009 19:37:24 +0000] rev 1379
Added student view and accompanying templates. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Tue, 17 Feb 2009 19:36:23 +0000 Added new redirect to redirects helper.
Lennard de Rijk <ljvderijk@gmail.com> [Tue, 17 Feb 2009 19:36:23 +0000] rev 1378
Added new redirect to redirects helper. In preparation for student view. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Tue, 17 Feb 2009 19:35:00 +0000 Students can not become a mentor or org_admin in the same program.
Lennard de Rijk <ljvderijk@gmail.com> [Tue, 17 Feb 2009 19:35:00 +0000] rev 1377
Students can not become a mentor or org_admin in the same program. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Tue, 17 Feb 2009 19:33:54 +0000 Parameterized the role view manage redirect.
Lennard de Rijk <ljvderijk@gmail.com> [Tue, 17 Feb 2009 19:33:54 +0000] rev 1376
Parameterized the role view manage redirect. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Tue, 17 Feb 2009 19:32:53 +0000 Added new access methods.
Lennard de Rijk <ljvderijk@gmail.com> [Tue, 17 Feb 2009 19:32:53 +0000] rev 1375
Added new access methods. This is used to prevent students from becoming mentors/org_admins and vica versa. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Tue, 17 Feb 2009 19:29:52 +0000 Redone student model and added student logic.
Lennard de Rijk <ljvderijk@gmail.com> [Tue, 17 Feb 2009 19:29:52 +0000] rev 1374
Redone student model and added student logic. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Tue, 17 Feb 2009 17:28:54 +0000 Fixes the problem of <Entity> Saved not being
Lennard de Rijk <ljvderijk@gmail.com> [Tue, 17 Feb 2009 17:28:54 +0000] rev 1373
Fixes the problem of <Entity> Saved not being shown whenever a new entity is created. Patch by: Madhusudan C.S. Reviewed by: Lennard de Rijk
Tue, 17 Feb 2009 16:37:24 +0000 Fixed twoline style broken by recent 'form prettification' commit
Sverre Rabbelier <srabbelier@gmail.com> [Tue, 17 Feb 2009 16:37:24 +0000] rev 1372
Fixed twoline style broken by recent 'form prettification' commit Patch by: Sverre Rabbelier
Tue, 17 Feb 2009 16:36:49 +0000 Implemented simple group sorted using numerical ordering
Sverre Rabbelier <srabbelier@gmail.com> [Tue, 17 Feb 2009 16:36:49 +0000] rev 1371
Implemented simple group sorted using numerical ordering See role.py for some example usages. Note that the reason ToS does not appear seperately is due to the fact that it is defined as a regular field which does not take the group field from the one defined in the model. Patch by: Sverre Rabbelier
Tue, 17 Feb 2009 14:25:40 +0000 Add a groupby method to dicts
Sverre Rabbelier <srabbelier@gmail.com> [Tue, 17 Feb 2009 14:25:40 +0000] rev 1370
Add a groupby method to dicts This function behaves similar to Django's groupby filter. Patch by: Sverre Rabbelier
Tue, 17 Feb 2009 06:52:06 +0000 Make the web forms look a little nicer.
Tim Ansell <mithro@gmail.com> [Tue, 17 Feb 2009 06:52:06 +0000] rev 1369
Make the web forms look a little nicer.
Mon, 16 Feb 2009 22:41:52 +0000 Typo fix in seed_db module which caused loaded organization applications not to work correctly (wrong keyname).
Pawel Solyga <Pawel.Solyga@gmail.com> [Mon, 16 Feb 2009 22:41:52 +0000] rev 1368
Typo fix in seed_db module which caused loaded organization applications not to work correctly (wrong keyname). Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Mon, 16 Feb 2009 22:40:42 +0000 Style fixes in org-accept.js file.
Pawel Solyga <Pawel.Solyga@gmail.com> [Mon, 16 Feb 2009 22:40:42 +0000] rev 1367
Style fixes in org-accept.js file. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Mon, 16 Feb 2009 22:30:55 +0000 Remove extra space from soc.views.helper.access module.
Pawel Solyga <Pawel.Solyga@gmail.com> [Mon, 16 Feb 2009 22:30:55 +0000] rev 1366
Remove extra space from soc.views.helper.access module. Patch by: Pawel Solyga Review by: to-be-reviewed
Mon, 16 Feb 2009 21:28:44 +0000 Fix a bug in group_app.py (not defined context was used).
Pawel Solyga <Pawel.Solyga@gmail.com> [Mon, 16 Feb 2009 21:28:44 +0000] rev 1365
Fix a bug in group_app.py (not defined context was used). Patch by: Pawel Solyga Review by: to-be-reviewed
Mon, 16 Feb 2009 20:38:35 +0000 Update org bulk accept script.
Lennard de Rijk <ljvderijk@gmail.com> [Mon, 16 Feb 2009 20:38:35 +0000] rev 1364
Update org bulk accept script. The script now: 1) leaves correctly control to the browser to update the GUI of the progress bar during ajax communication. 2) Displays an error if something went wrong (I've tried in my box stopping the server while doing the requests), and show a retry button to fetch again the list of the applications that are still not accepted and iterate over them again (seems to recover correctly restarting the server after the error in my box) 3) doesn't display any text at the beginning, and the button has the correct CSS class assigned 4) Check if there are applications to accept, if not displays a message stating that there are no orgs to accept. Patch by: Mario Ferraro Reviewed by: Lennard de Rijk
Mon, 16 Feb 2009 19:30:33 +0000 Add GHOP as program and put 'Melange' under it
Sverre Rabbelier <srabbelier@gmail.com> [Mon, 16 Feb 2009 19:30:33 +0000] rev 1363
Add GHOP as program and put 'Melange' under it This makes it easier to verify that filtering by program works in the slot allocation view. Patch by: Sverre Rabbelier
Mon, 16 Feb 2009 19:30:11 +0000 Seed in some orgs
Sverre Rabbelier <srabbelier@gmail.com> [Mon, 16 Feb 2009 19:30:11 +0000] rev 1362
Seed in some orgs This is to facilitate testing of a 'slot allocation' ui. Patch by: SVerre Rabbelier
Mon, 16 Feb 2009 19:29:51 +0000 Fixed a copy/paste bug in group.py
Sverre Rabbelier <srabbelier@gmail.com> [Mon, 16 Feb 2009 19:29:51 +0000] rev 1361
Fixed a copy/paste bug in group.py Patch by: Sverre Rabbbelier
Sun, 15 Feb 2009 22:29:22 +0000 Added grouping support to all forms, converted role as example
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 15 Feb 2009 22:29:22 +0000] rev 1360
Added grouping support to all forms, converted role as example Any field that has the 'group' property set be placed in the specified group. If no such proprty is set, the 'General' group will be used instead. Patch by: Sverre Rabbelier
Sun, 15 Feb 2009 20:27:56 +0000 Refactor various django templates to reuse other templates where possible
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 15 Feb 2009 20:27:56 +0000] rev 1359
Refactor various django templates to reuse other templates where possible Patch by: Sverre Rabbelier
Sun, 15 Feb 2009 20:27:09 +0000 Be modular when loading the various JS modules
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 15 Feb 2009 20:27:09 +0000] rev 1358
Be modular when loading the various JS modules Patch by: Sverre Rabbelier
Sun, 15 Feb 2009 20:26:15 +0000 Prepare all views for a new modular approach to JS loading
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 15 Feb 2009 20:26:15 +0000] rev 1357
Prepare all views for a new modular approach to JS loading Patch by: Sverre Rabbelier
Sun, 15 Feb 2009 20:25:35 +0000 Make various JS methods into their own file
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 15 Feb 2009 20:25:35 +0000] rev 1356
Make various JS methods into their own file This facilitates re-use of these files. Patch by: Sverre Rabbelier
Sun, 15 Feb 2009 20:25:10 +0000 Add a Home document to the seeded entities
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 15 Feb 2009 20:25:10 +0000] rev 1355
Add a Home document to the seeded entities Patch by: Sverre Rabbelier
Sun, 15 Feb 2009 18:56:35 +0000 Fix import sorting in soc.logic.cleaning module.
Pawel Solyga <Pawel.Solyga@gmail.com> [Sun, 15 Feb 2009 18:56:35 +0000] rev 1354
Fix import sorting in soc.logic.cleaning module. Patch by: Pawel Solyga Review by: to-be-reviewed
Sun, 15 Feb 2009 18:55:48 +0000 Add missing blank line in soc.logic.rights module.
Pawel Solyga <Pawel.Solyga@gmail.com> [Sun, 15 Feb 2009 18:55:48 +0000] rev 1353
Add missing blank line in soc.logic.rights module. Patch by: Pawel Solyga Review by: to-be-reviewed
Sun, 15 Feb 2009 18:55:05 +0000 Fix import sorting in soc.views.models.program module and rename any "Org" in link names to "Organization".
Pawel Solyga <Pawel.Solyga@gmail.com> [Sun, 15 Feb 2009 18:55:05 +0000] rev 1352
Fix import sorting in soc.views.models.program module and rename any "Org" in link names to "Organization". Patch by: Pawel Solyga Review by: to-be-reviewed
Sun, 15 Feb 2009 18:53:56 +0000 Change the message shown when org admin already agreed to agreement when creating org application.
Pawel Solyga <Pawel.Solyga@gmail.com> [Sun, 15 Feb 2009 18:53:56 +0000] rev 1351
Change the message shown when org admin already agreed to agreement when creating org application. Patch by: Pawel Solyga Review by: to-be-reviewed
Sun, 15 Feb 2009 18:52:38 +0000 Add missing dots in messages in soc.views.helper.access module.
Pawel Solyga <Pawel.Solyga@gmail.com> [Sun, 15 Feb 2009 18:52:38 +0000] rev 1350
Add missing dots in messages in soc.views.helper.access module. Patch by: Pawel Solyga Review by: to-be-reviewed
Sun, 15 Feb 2009 18:50:13 +0000 Hopefully fix json caching issues in IE7.
Pawel Solyga <Pawel.Solyga@gmail.com> [Sun, 15 Feb 2009 18:50:13 +0000] rev 1349
Hopefully fix json caching issues in IE7. Will wait for Lennie to confirm if it works correctly now. Patch by: Pawel Solyga Review by: to-be-reviewed
Sun, 15 Feb 2009 16:11:47 +0000 Seed more roles and factor out common properties
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 15 Feb 2009 16:11:47 +0000] rev 1348
Seed more roles and factor out common properties Patch by: Sverre Rabbelier
Sun, 15 Feb 2009 16:11:23 +0000 Rename current 'roles' view to 'request' and add a real roles view
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 15 Feb 2009 16:11:23 +0000] rev 1347
Rename current 'roles' view to 'request' and add a real roles view Patch by: Sverre Rabbelier
Sun, 15 Feb 2009 16:10:59 +0000 Keep a global list of all known Roles
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 15 Feb 2009 16:10:59 +0000] rev 1346
Keep a global list of all known Roles This is to facilitate a view with a list of a user's roles. Patch by: Sverre Rabbelier
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
(0) -1000 -120 +120 +1000 tip