Fri, 05 Jun 2009 00:00:30 +0200 Sverre Rabbelier Set new Melange version number to 0-5-20090604 in app.yaml.template v0-5-20090604
Thu, 04 Jun 2009 23:21:33 +0200 Sverre Rabbelier Display caught errors on the page itself
Thu, 04 Jun 2009 22:26:24 +0200 Sverre Rabbelier Make the maintenance page a hardcoded response
Thu, 04 Jun 2009 22:08:11 +0200 Lennard de Rijk Merge with Pawel's tip.
Thu, 04 Jun 2009 20:55:30 +0200 Pawel Solyga Partial fix for displaying mentors and students on Organization home page.
Thu, 04 Jun 2009 20:46:37 +0200 Pawel Solyga Comment out GMaps support in Organization home page template.
Thu, 04 Jun 2009 22:02:14 +0200 Lennard de Rijk Small indentation fix.
Thu, 04 Jun 2009 20:38:32 +0200 Pawel Solyga Add missing if statement in organization list row template.
Thu, 04 Jun 2009 22:01:57 +0200 Lennard de Rijk Fixed an issue where some access checks would fail due to missing arguments.
Wed, 03 Jun 2009 23:38:02 +0530 Madhusudan.C.S Introduced 'module_package' key in params dict to support modules in melange
Thu, 04 Jun 2009 21:58:05 +0200 Lennard de Rijk Now showing link to edit the home page document on the home page.
Tue, 02 Jun 2009 19:23:06 +0200 Pawel Solyga Temporary turn off GMaps support on Organization home pages until it's fixed.
Thu, 04 Jun 2009 20:21:15 +0200 Lennard de Rijk Added link to edit the Document on the Document's public page.
Tue, 02 Jun 2009 19:20:14 +0200 Pawel Solyga Rename soc-090421.css and update base.html template.
Thu, 04 Jun 2009 18:21:04 +0200 Lennard de Rijk Clarified docstring for document read/write access check.
Tue, 02 Jun 2009 19:17:46 +0200 Pawel Solyga Small changes in #extra_left, #extra_right tags in css file.
Thu, 04 Jun 2009 08:12:57 +0200 Lennard de Rijk Added a link to the website where the user has registered to the welcome email.
Mon, 01 Jun 2009 23:42:36 +0200 Pawel Solyga Add taggable-mixin and gviz to build script.
Mon, 01 Jun 2009 22:23:46 +0200 Pawel Solyga Extend taggable-mixin to support different Tag models.
Mon, 01 Jun 2009 22:17:38 +0200 Pawel Solyga Make taggable-mixin tests working by updating GAE path.
Mon, 01 Jun 2009 20:38:38 +0200 Pawel Solyga Merge with Pawel's head.
Mon, 01 Jun 2009 20:31:38 +0200 Pawel Solyga Add google-visualization-python project to Melange repository.
Mon, 01 Jun 2009 20:03:22 +0200 Lennard de Rijk Removed unecessary use of %.
Sat, 30 May 2009 09:19:10 +0200 Lennard de Rijk Changed University Student expected graduation date to be a dynamic dropdown.
Sat, 30 May 2009 01:03:20 +0200 Lennard de Rijk Added GHOP specific Mentor and Org Admin Models.
Sat, 30 May 2009 00:50:39 +0200 Pawel Solyga Add missing __init__.py file in taggable-mixin module.
Sat, 30 May 2009 00:36:52 +0200 Pawel Solyga Add taggable-mixin to Melange repository.
Fri, 29 May 2009 20:56:39 +0200 Pawel Solyga Add some missing docstrings to Seeder classes in seed_db.py
Wed, 27 May 2009 20:37:04 +0200 Pawel Solyga Style fixes and pylint: disable-msg comments in different modules.
Wed, 27 May 2009 03:31:58 +0200 Pawel Solyga Add pylint: disable-msg= where needed in Melange modules.
Wed, 27 May 2009 03:31:27 +0200 Pawel Solyga Rename bathSize variable to batch_size in soc.logic.models.base module.
Wed, 27 May 2009 03:22:37 +0200 Pawel Solyga Style fixes and wrong function call fix in soc.views.helper.lists module.
Wed, 27 May 2009 02:12:56 +0200 Pawel Solyga Remove unused variable from soc.view.models.cron module.
Wed, 27 May 2009 02:09:38 +0200 Pawel Solyga Some more pylint fixes in different Melange modules.
Wed, 27 May 2009 01:47:38 +0200 Pawel Solyga Style and pylint fixes in Melange modules.
Wed, 27 May 2009 00:31:40 +0200 Pawel Solyga Style and variable names fixes in soc.modules.core module.
Tue, 26 May 2009 22:18:04 +0200 Pawel Solyga Remove unused imports in Melange modules.
Tue, 26 May 2009 22:10:02 +0200 Pawel Solyga Remove unused imports from main.py.
Tue, 26 May 2009 22:04:52 +0200 Pawel Solyga Some small fixes to unique_user_id_adder module.
Tue, 26 May 2009 02:45:03 +0200 Lennard de Rijk Fixed typo in org_prize_assignment model.
Tue, 26 May 2009 02:37:39 +0200 Sverre Rabbelier remove accidental head
Tue, 26 May 2009 02:03:53 +0200 Lennard de Rijk Fixed the notification list to show a properly formatted date and time column.
Tue, 26 May 2009 01:58:56 +0200 Pawel Solyga Link id and key name fixes for Organization And OrgApplication in seed_db.
Mon, 25 May 2009 16:23:16 -0700 Dan Bentley Add Organization Application seeding.
Tue, 26 May 2009 00:51:33 +0200 Pawel Solyga Make user_id property in User model not required.
Tue, 26 May 2009 00:19:09 +0200 Sverre Rabbelier Merged with Sverre
Mon, 25 May 2009 23:45:20 +0200 Lennard de Rijk Fixed model name and comment typo's in task model.
Mon, 25 May 2009 23:42:56 +0200 Madhusudan C.S. Added several models related to the GHOP workflow.
Mon, 25 May 2009 23:40:07 +0200 Sverre Rabbelier Do not die on NeedIndexErrors
Mon, 25 May 2009 22:59:56 +0200 Pawel Solyga Add helper functions, model update and jobs for unique user ids.
Mon, 25 May 2009 22:59:33 +0200 Pawel Solyga Add missing django.template import to shell.py.
Mon, 25 May 2009 20:42:11 +0200 Sverre Rabbelier Revert "Add a supplemantal block to the edit form"
Mon, 25 May 2009 20:41:54 +0200 Sverre Rabbelier Revert "Add an EditForm id to the edit form"
Mon, 25 May 2009 02:25:44 +0200 James Levy Add a supplemantal block to the edit form
Mon, 25 May 2009 02:23:42 +0200 James Levy Add an EditForm id to the edit form
Mon, 25 May 2009 02:40:11 +0200 Sverre Rabbelier Remove executable bit from datatimepicker
Mon, 25 May 2009 02:33:26 +0200 Madhusudan C.S. Added GHOP Task model.
Mon, 25 May 2009 01:56:09 +0200 Lennard de Rijk Added __init__.py to ghop folder.
Sun, 24 May 2009 22:32:39 +0200 Pawel Solyga Merge with Sverre's recent module architecture commit.
Sun, 24 May 2009 22:29:54 +0200 Pawel Solyga Add web based python shell to Melange.
(0) -1000 -300 -100 -60 +60 +100 +300 tip