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.
Fri, 22 May 2009 10:08:08 +0200 Pawel Solyga Comment style fix in soc.views.models.organization module.
Sun, 24 May 2009 21:40:37 +0200 Sverre Rabbelier First step in the module design
Fri, 22 May 2009 09:40:53 +0200 Pawel Solyga Add comment regarding Student Project sorting on Organization home page.
Thu, 21 May 2009 14:44:41 +0200 Pawel Solyga Add sorting of student projects on organization home page.
Thu, 21 May 2009 13:25:11 +0200 Pawel Solyga Now clicking cancel button returns user to previous page. Fixes issue 569.
Wed, 20 May 2009 12:32:36 +0200 Pawel Solyga Add comment to clean_html_content function and update __authors__.
Mon, 18 May 2009 20:23:42 +0200 Pawel Solyga Invoke pylint from build script.
Mon, 18 May 2009 19:37:38 +0200 Pawel Solyga Replace usage of feedparser for sanitizing html with new HtmlSanitizer module.
Mon, 18 May 2009 19:34:19 +0200 Pawel Solyga Add htmlsanitizer folder to build script.
Mon, 18 May 2009 19:33:47 +0200 Pawel Solyga Add missing __init__.py file to htmlsanitizer folder.
Mon, 18 May 2009 14:49:43 +0200 Pawel Solyga Add HtmlSanitizer python module to Melange repository.
Mon, 18 May 2009 14:48:47 +0200 Pawel Solyga Add BeautifulSoup Python HTML/XML parser to Melange repository.
Mon, 18 May 2009 14:05:38 +0200 Pawel Solyga Add acceptedStudentsCSVExport function to stats.py script.
Mon, 18 May 2009 14:23:29 +0200 Pawel Solyga Remove accidentaly committed file.
Mon, 18 May 2009 14:22:45 +0200 Pawel Solyga Merge with Sverre's accidental head.
Fri, 15 May 2009 23:05:13 +0200 Sverre Rabbelier Do not rely on notifiction module being imported
Fri, 15 May 2009 20:54:36 +0200 Pawel Solyga Style fixes in test_functional.py.
Fri, 15 May 2009 18:01:43 +0200 Matthew Wilkes Add some example function tests that use gaeftest
Mon, 25 May 2009 23:42:15 +0200 Sverre Rabbelier Use key_name instead of link_id
(0) -1000 -300 -100 -60 +60 +100 +300 tip