Fri, 13 Mar 2009 23:11:44 +0000 Add row headings to the csv export
Sverre Rabbelier <srabbelier@gmail.com> [Fri, 13 Mar 2009 23:11:44 +0000] rev 1843
Add row headings to the csv export Patch by: Sverre Rabbelier
Fri, 13 Mar 2009 23:11:16 +0000 Added an identity function to dicts
Sverre Rabbelier <srabbelier@gmail.com> [Fri, 13 Mar 2009 23:11:16 +0000] rev 1842
Added an identity function to dicts Patch by: Sverre Rabbelier
Fri, 13 Mar 2009 23:10:49 +0000 Don't override org view params
Sverre Rabbelier <srabbelier@gmail.com> [Fri, 13 Mar 2009 23:10:49 +0000] rev 1841
Don't override org view params Patch by: Sverre Rabbelier
Fri, 13 Mar 2009 23:04:27 +0000 Changed the workflow for students regarding their proposals.
Lennard de Rijk <ljvderijk@gmail.com> [Fri, 13 Mar 2009 23:04:27 +0000] rev 1840
Changed the workflow for students regarding their proposals. The list_self for students now points to the public page where they can see their public reviews. A link on this page has been added to point to the view where they can edit their proposal. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Fri, 13 Mar 2009 23:01:11 +0000 Added example and help text to clarify the use of some fields on the proposal ranking.
Lennard de Rijk <ljvderijk@gmail.com> [Fri, 13 Mar 2009 23:01:11 +0000] rev 1839
Added example and help text to clarify the use of some fields on the proposal ranking. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Fri, 13 Mar 2009 22:35:39 +0000 Some textual changes for proposal reviewing.
Lennard de Rijk <ljvderijk@gmail.com> [Fri, 13 Mar 2009 22:35:39 +0000] rev 1838
Some textual changes for proposal reviewing. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Fri, 13 Mar 2009 20:25:18 +0000 Minor textual changes in the StudentProposal model.
Lennard de Rijk <ljvderijk@gmail.com> [Fri, 13 Mar 2009 20:25:18 +0000] rev 1837
Minor textual changes in the StudentProposal model. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Fri, 13 Mar 2009 18:41:35 +0000 The rejected applications subsection now links to the public page for the list_self view.
Lennard de Rijk <ljvderijk@gmail.com> [Fri, 13 Mar 2009 18:41:35 +0000] rev 1836
The rejected applications subsection now links to the public page for the list_self view. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Fri, 13 Mar 2009 18:22:01 +0000 Fix indentation to match Melange/Google style.
David Anderson <david.jc.anderson@gmail.com> [Fri, 13 Mar 2009 18:22:01 +0000] rev 1835
Fix indentation to match Melange/Google style.
Fri, 13 Mar 2009 18:14:54 +0000 Add a log module to initialize and manage logging.
David Anderson <david.jc.anderson@gmail.com> [Fri, 13 Mar 2009 18:14:54 +0000] rev 1834
Add a log module to initialize and manage logging.
Fri, 13 Mar 2009 18:14:44 +0000 Add a decolorize() helper to undo the effects of colorize().
David Anderson <david.jc.anderson@gmail.com> [Fri, 13 Mar 2009 18:14:44 +0000] rev 1833
Add a decolorize() helper to undo the effects of colorize().
Fri, 13 Mar 2009 16:56:56 +0000 Fixed checkIsNotParticipatingInProgramInScope to just query for the given program instead of iterating over a list.
Lennard de Rijk <ljvderijk@gmail.com> [Fri, 13 Mar 2009 16:56:56 +0000] rev 1832
Fixed checkIsNotParticipatingInProgramInScope to just query for the given program instead of iterating over a list. Also fixed the error messages to show the correct message. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Fri, 13 Mar 2009 14:11:08 +0000 Updated index.yaml to reflect changes necessary for the duplicate checking views.
Lennard de Rijk <ljvderijk@gmail.com> [Fri, 13 Mar 2009 14:11:08 +0000] rev 1831
Updated index.yaml to reflect changes necessary for the duplicate checking views. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Fri, 13 Mar 2009 13:49:07 +0000 Started with the view for showing students who have been assigned to multiple slots.
Lennard de Rijk <ljvderijk@gmail.com> [Fri, 13 Mar 2009 13:49:07 +0000] rev 1830
Started with the view for showing students who have been assigned to multiple slots. The basics that are in this patch will be used by Mario Ferraro to write the actual view. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Fri, 13 Mar 2009 13:46:30 +0000 Fixed whitespace in cache/base.py
Lennard de Rijk <ljvderijk@gmail.com> [Fri, 13 Mar 2009 13:46:30 +0000] rev 1829
Fixed whitespace in cache/base.py Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Fri, 13 Mar 2009 13:26:03 +0000 Changed the edit template to show a Submit button instead of Save Changes when "creating" an entity.
Lennard de Rijk <ljvderijk@gmail.com> [Fri, 13 Mar 2009 13:26:03 +0000] rev 1828
Changed the edit template to show a Submit button instead of Save Changes when "creating" an entity. This is because Save Changes confuses people, it has the tendency to imply a partial save. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Fri, 13 Mar 2009 03:11:42 +0000 Move run() into the util module.
David Anderson <david.jc.anderson@gmail.com> [Fri, 13 Mar 2009 03:11:42 +0000] rev 1827
Move run() into the util module.
Fri, 13 Mar 2009 02:56:35 +0000 Followup to r2496. Fix obvious errors.
David Anderson <david.jc.anderson@gmail.com> [Fri, 13 Mar 2009 02:56:35 +0000] rev 1826
Followup to r2496. Fix obvious errors.
Fri, 13 Mar 2009 02:13:21 +0000 Move the Paths class to the util module.
David Anderson <david.jc.anderson@gmail.com> [Fri, 13 Mar 2009 02:13:21 +0000] rev 1825
Move the Paths class to the util module.
Fri, 13 Mar 2009 01:59:54 +0000 Refactor ANSI colorization into a new utility module.
David Anderson <david.jc.anderson@gmail.com> [Fri, 13 Mar 2009 01:59:54 +0000] rev 1824
Refactor ANSI colorization into a new utility module.
Fri, 13 Mar 2009 01:49:39 +0000 Fix the Melange version regular expression to detect patch versions.
David Anderson <david.jc.anderson@gmail.com> [Fri, 13 Mar 2009 01:49:39 +0000] rev 1823
Fix the Melange version regular expression to detect patch versions.
Fri, 13 Mar 2009 01:44:18 +0000 Create an error module containing the top-level error class.
David Anderson <david.jc.anderson@gmail.com> [Fri, 13 Mar 2009 01:44:18 +0000] rev 1822
Create an error module containing the top-level error class.
Fri, 13 Mar 2009 00:12:42 +0000 Only show export link if list_key_order is set
Sverre Rabbelier <srabbelier@gmail.com> [Fri, 13 Mar 2009 00:12:42 +0000] rev 1821
Only show export link if list_key_order is set Patch by: Sverre Rabbelier
Thu, 12 Mar 2009 23:05:40 +0000 Display a warning if there are errors on the form
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 12 Mar 2009 23:05:40 +0000] rev 1820
Display a warning if there are errors on the form Patch by: Sverre Rabbelier
Thu, 12 Mar 2009 23:04:53 +0000 Make the error message align with the input field
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 12 Mar 2009 23:04:53 +0000] rev 1819
Make the error message align with the input field Patch by: Sverre Rabbelier
Thu, 12 Mar 2009 23:04:14 +0000 Moved stylesheet to mitigate overenthousiastic browser caching.
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 12 Mar 2009 23:04:14 +0000] rev 1818
Moved stylesheet to mitigate overenthousiastic browser caching. Also fixed some minor whitespace damage in the css while at it. Patch by: Sverre Rabbelier
Thu, 12 Mar 2009 23:03:28 +0000 Add a style class for td.twolineformfielderrorlabel.
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 12 Mar 2009 23:03:28 +0000] rev 1817
Add a style class for td.twolineformfielderrorlabel. Also right-aligned td.formfielderrorlabel etc. Patch by: Sverre Rabbelier
Thu, 12 Mar 2009 22:46:10 +0000 Add the Google SoC release script to the Melange repository.
David Anderson <david.jc.anderson@gmail.com> [Thu, 12 Mar 2009 22:46:10 +0000] rev 1816
Add the Google SoC release script to the Melange repository. The intent is to refactor this script and make it usable by Melange as well.
Thu, 12 Mar 2009 22:30:04 +0000 Always convert newlines to linebreaks
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 12 Mar 2009 22:30:04 +0000] rev 1815
Always convert newlines to linebreaks Patch by: Sverre Rabbelier
Thu, 12 Mar 2009 22:29:14 +0000 Some code re-use in templates
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 12 Mar 2009 22:29:14 +0000] rev 1814
Some code re-use in templates As a side-effect the pre-accept and pre-accept are now first, rather then mingled with the other buttons. Patch by: Sverre Rabbelier
(0) -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 tip