Thu, 17 Sep 2009 22:13:08 +0200 Added 2 missing views to the GHOPOrganization View.
Lennard de Rijk <ljvderijk@gmail.com> [Thu, 17 Sep 2009 22:13:08 +0200] rev 2944
Added 2 missing views to the GHOPOrganization View.
Thu, 17 Sep 2009 22:05:42 +0200 Fixed error in mentor field cleaning, the list of mentors was never resolved.
Lennard de Rijk <ljvderijk@gmail.com> [Thu, 17 Sep 2009 22:05:42 +0200] rev 2943
Fixed error in mentor field cleaning, the list of mentors was never resolved.
Thu, 17 Sep 2009 21:59:30 +0200 Removed undefined order argument in GHOP Task View.
Lennard de Rijk <ljvderijk@gmail.com> [Thu, 17 Sep 2009 21:59:30 +0200] rev 2942
Removed undefined order argument in GHOP Task View.
Thu, 17 Sep 2009 21:22:49 +0200 Bron paper bag fix, should have been part of ref809d10aa.
Lennard de Rijk <ljvderijk@gmail.com> [Thu, 17 Sep 2009 21:22:49 +0200] rev 2941
Bron paper bag fix, should have been part of ref809d10aa.
Thu, 17 Sep 2009 21:09:53 +0200 Fixed error occuring when tags list was empty in GHOPProgram edit View.
Lennard de Rijk <ljvderijk@gmail.com> [Thu, 17 Sep 2009 21:09:53 +0200] rev 2940
Fixed error occuring when tags list was empty in GHOPProgram edit View.
Thu, 17 Sep 2009 17:31:40 +0200 Map JS renamed because of latest changes.
Mario Ferraro <fadinlight@gmail.com> [Thu, 17 Sep 2009 17:31:40 +0200] rev 2939
Map JS renamed because of latest changes.
Thu, 17 Sep 2009 17:25:41 +0200 Shrinksafe complains during compression of map JS fixed.
Mario Ferraro <fadinlight@gmail.com> [Thu, 17 Sep 2009 17:25:41 +0200] rev 2938
Shrinksafe complains during compression of map JS fixed. It comes that "long" can't be used as a variable name as we did, because Shrinksafe complains that "long" is a reserved keyword.
Thu, 17 Sep 2009 17:15:10 +0200 Shrinksafe script fixed to workaround Linux vs BSD stat packages.
Mario Ferraro <fadinlight@gmail.com> [Thu, 17 Sep 2009 17:15:10 +0200] rev 2937
Shrinksafe script fixed to workaround Linux vs BSD stat packages. Under MacOSX (BSD) the format for stat needs "-f" switch, while under Linux stat needs "-c". Changed to use ls and awk, which seem to be cross compatible.
Thu, 17 Sep 2009 14:41:15 +0530 Added program_logic parameter to checkCanEditTimeline access check and corresponding changes in timeline views.
Madhusudan.C.S <madhusudancs@gmail.com> [Thu, 17 Sep 2009 14:41:15 +0530] rev 2936
Added program_logic parameter to checkCanEditTimeline access check and corresponding changes in timeline views. Reviewed by: Lennard de Rijk
Thu, 17 Sep 2009 12:50:14 +0530 Removed slots and apps_tasks_limit from extra_dynaexclude in params and added a getExtraMenus entry to callback for program.
Madhusudan.C.S <madhusudancs@gmail.com> [Thu, 17 Sep 2009 12:50:14 +0530] rev 2935
Removed slots and apps_tasks_limit from extra_dynaexclude in params and added a getExtraMenus entry to callback for program. Reviewed by: Lennard de Rijk
Thu, 17 Sep 2009 12:43:30 +0530 Added all indexes required for GHOP specific queries.
Madhusudan.C.S <madhusudancs@gmail.com> [Thu, 17 Sep 2009 12:43:30 +0530] rev 2934
Added all indexes required for GHOP specific queries. Reviewed by: Lennard de Rijk
Thu, 17 Sep 2009 12:40:56 +0530 Added all GHOP specific css properties.
Madhusudan.C.S <madhusudancs@gmail.com> [Thu, 17 Sep 2009 12:40:56 +0530] rev 2933
Added all GHOP specific css properties. Reviewed by: Lennard de Rijk
Wed, 16 Sep 2009 20:09:13 +0200 Fixed the Student update to properly find its own URL.
Lennard de Rijk <ljvderijk@gmail.com> [Wed, 16 Sep 2009 20:09:13 +0200] rev 2932
Fixed the Student update to properly find its own URL. Also style fix in start_update module.
Wed, 16 Sep 2009 13:38:18 +0200 Enabled the Student School type updater.
Lennard de Rijk <ljvderijk@gmail.com> [Wed, 16 Sep 2009 13:38:18 +0200] rev 2931
Enabled the Student School type updater. The updater now passes along the runner URL to the starter function. Also fixed the TaskRunner to display correct error messages when a invalid option has been specified.
Wed, 16 Sep 2009 13:35:53 +0200 Added updater to update the existing Student models with the school_type entry.
Madhusudan.C.S <madhusudancs@gmai.com> [Wed, 16 Sep 2009 13:35:53 +0200] rev 2930
Added updater to update the existing Student models with the school_type entry. Reviewed by: Lennard de Rijk
Tue, 15 Sep 2009 22:38:01 +0200 Moved the Student cleaner to the create form such that it is always used.
Lennard de Rijk <ljvderijk@gmail.com> [Tue, 15 Sep 2009 22:38:01 +0200] rev 2929
Moved the Student cleaner to the create form such that it is always used. Also enforced that the user picks a School type in the cleaner for the time being.
Tue, 15 Sep 2009 22:23:06 +0200 Changed the TaskRunner to start and run update tasks.
Lennard de Rijk <ljvderijk@gmail.com> [Tue, 15 Sep 2009 22:23:06 +0200] rev 2928
Changed the TaskRunner to start and run update tasks. Also changed the way the different updates are defined as to comments received on r2ddd386d1d.
Tue, 15 Sep 2009 22:03:18 +0200 Changed the Student Model cleaner to deal with the new Student properties.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 15 Sep 2009 22:03:18 +0200] rev 2927
Changed the Student Model cleaner to deal with the new Student properties. Patch by: Madhusudan.C.S and Lennard de Rijk Reviewed by: to-be-reviewed
Tue, 15 Sep 2009 22:01:16 +0200 Added school_type and grade property to Student model.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 15 Sep 2009 22:01:16 +0200] rev 2926
Added school_type and grade property to Student model. A GAE Task will be provided to update the existing entities in a later commit. Reviewed by: Lennard de Rijk
Tue, 15 Sep 2009 21:57:28 +0200 Moved the updater to its own module.
Lennard de Rijk <ljvderijk@gmail.com> [Tue, 15 Sep 2009 21:57:28 +0200] rev 2925
Moved the updater to its own module.
Tue, 15 Sep 2009 21:05:23 +0200 Added Student create/edit/apply template for use with the new Student Model.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 15 Sep 2009 21:05:23 +0200] rev 2924
Added Student create/edit/apply template for use with the new Student Model. Reviewed by: to-be-reviewed
Tue, 15 Sep 2009 20:57:46 +0200 Enabled the GHOPStudent view in the GHOP module.
Lennard de Rijk <ljvderijk@gmail.com> [Tue, 15 Sep 2009 20:57:46 +0200] rev 2923
Enabled the GHOPStudent view in the GHOP module.
Tue, 15 Sep 2009 20:54:40 +0200 Added GHOPStudent view and access checks.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 15 Sep 2009 20:54:40 +0200] rev 2922
Added GHOPStudent view and access checks. Reviewed by: Lennard de Rijk
Mon, 14 Sep 2009 20:21:47 +0200 Added tag v0-5-20090914 for changeset afeac06aabb2
Sverre Rabbelier <srabbelier@gmail.com> [Mon, 14 Sep 2009 20:21:47 +0200] rev 2921
Added tag v0-5-20090914 for changeset afeac06aabb2
Mon, 14 Sep 2009 20:19:46 +0200 Set new Melange version number to 0-5-20090914 in app.yaml.template. v0-5-20090914
Sverre Rabbelier <srabbelier@gmail.com> [Mon, 14 Sep 2009 20:19:46 +0200] rev 2920
Set new Melange version number to 0-5-20090914 in app.yaml.template.
Mon, 14 Sep 2009 19:58:43 +0200 Using the new checkIsMyActiveRole check where necessary.
Lennard de Rijk <ljvderijk@gmail.com> [Mon, 14 Sep 2009 19:58:43 +0200] rev 2919
Using the new checkIsMyActiveRole check where necessary.
Mon, 14 Sep 2009 19:58:10 +0200 Added checkIsMyActiveRole check to the access module.
Lennard de Rijk <ljvderijk@gmail.com> [Mon, 14 Sep 2009 19:58:10 +0200] rev 2918
Added checkIsMyActiveRole check to the access module.
Mon, 14 Sep 2009 18:52:57 +0200 Make coverage conditional on run.py flag
Sverre Rabbelier <srabbelier@gmail.com> [Mon, 14 Sep 2009 18:52:57 +0200] rev 2917
Make coverage conditional on run.py flag Coverage can now be enabled by running './run.py --coverage'.
Mon, 14 Sep 2009 18:44:46 +0200 Manually call start and end in test_sidebar
Sverre Rabbelier <srabbelier@gmail.com> [Mon, 14 Sep 2009 18:44:46 +0200] rev 2916
Manually call start and end in test_sidebar Since we are not using a request directly we need to manually do the set-up and tear-down required.
Mon, 14 Sep 2009 18:43:15 +0200 Use request.start and end
Sverre Rabbelier <srabbelier@gmail.com> [Mon, 14 Sep 2009 18:43:15 +0200] rev 2915
Use request.start and end Without the start and end we die on 'assert self.in_request' in the core per request value store methods.
(0) -1000 -300 -100 -50 -30 +30 +50 +100 tip