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
Thu, 12 Mar 2009 21:38:40 +0000 Define a key order for document and org app
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 12 Mar 2009 21:38:40 +0000] rev 1813
Define a key order for document and org app This way the export order will be constant, even if we add more model properties later on. Patch by: Sverre Rabbelier
Thu, 12 Mar 2009 21:38:07 +0000 Strip leading and trailing newlines from our responses
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 12 Mar 2009 21:38:07 +0000] rev 1812
Strip leading and trailing newlines from our responses Without this CSV exports look funny. Patch by: Sverre Rabbelier
Thu, 12 Mar 2009 21:37:38 +0000 Greatly simplify makeNewPaginationChoices
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 12 Mar 2009 21:37:38 +0000] rev 1811
Greatly simplify makeNewPaginationChoices Also added two developer-only choices. Patch by: Sverre Rabbelier
Thu, 12 Mar 2009 21:37:09 +0000 Adhere to the DEF_... pattern for constants in lists
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 12 Mar 2009 21:37:09 +0000] rev 1810
Adhere to the DEF_... pattern for constants in lists Patch by: Sverre Rabbelier
Thu, 12 Mar 2009 21:36:39 +0000 Make it possible to specify the key order for csv export
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 12 Mar 2009 21:36:39 +0000] rev 1809
Make it possible to specify the key order for csv export Patch by: Sverre Rabbelier
Thu, 12 Mar 2009 14:16:55 +0000 build.sh: bail if run in the wrong directory.
Augie Fackler <durin42@gmail.com> [Thu, 12 Mar 2009 14:16:55 +0000] rev 1808
build.sh: bail if run in the wrong directory. Patch by: Augie Fackler
Thu, 12 Mar 2009 13:39:57 +0000 Add an export link to all list views
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 12 Mar 2009 13:39:57 +0000] rev 1807
Add an export link to all list views Patch by: Sverre Rabbelier
Thu, 12 Mar 2009 13:39:03 +0000 Added generic csv export to all list views
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 12 Mar 2009 13:39:03 +0000] rev 1806
Added generic csv export to all list views Patch by: Sverre Rabbelier
Thu, 12 Mar 2009 13:38:24 +0000 Factor download functionality out of export()
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 12 Mar 2009 13:38:24 +0000] rev 1805
Factor download functionality out of export() This way any kind of data can be offered as downloadable file. Patch by: Sverre Rabbelier
Thu, 12 Mar 2009 13:37:26 +0000 Keep the current list and row number
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 12 Mar 2009 13:37:26 +0000] rev 1804
Keep the current list and row number Patch by: Sverre Rabbelier
(0) -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 tip