Fri, 13 Mar 2009 16:56:56 +0000 Lennard de Rijk Fixed checkIsNotParticipatingInProgramInScope to just query for the given program instead of iterating over a list.
Fri, 13 Mar 2009 14:11:08 +0000 Lennard de Rijk Updated index.yaml to reflect changes necessary for the duplicate checking views.
Fri, 13 Mar 2009 13:49:07 +0000 Lennard de Rijk Started with the view for showing students who have been assigned to multiple slots.
Fri, 13 Mar 2009 13:46:30 +0000 Lennard de Rijk Fixed whitespace in cache/base.py
Fri, 13 Mar 2009 13:26:03 +0000 Lennard de Rijk Changed the edit template to show a Submit button instead of Save Changes when "creating" an entity.
Fri, 13 Mar 2009 03:11:42 +0000 David Anderson Move run() into the util module.
Fri, 13 Mar 2009 02:56:35 +0000 David Anderson Followup to r2496. Fix obvious errors.
Fri, 13 Mar 2009 02:13:21 +0000 David Anderson Move the Paths class to the util module.
Fri, 13 Mar 2009 01:59:54 +0000 David Anderson Refactor ANSI colorization into a new utility module.
Fri, 13 Mar 2009 01:49:39 +0000 David Anderson Fix the Melange version regular expression to detect patch versions.
Fri, 13 Mar 2009 01:44:18 +0000 David Anderson Create an error module containing the top-level error class.
Fri, 13 Mar 2009 00:12:42 +0000 Sverre Rabbelier Only show export link if list_key_order is set
Thu, 12 Mar 2009 23:05:40 +0000 Sverre Rabbelier Display a warning if there are errors on the form
Thu, 12 Mar 2009 23:04:53 +0000 Sverre Rabbelier Make the error message align with the input field
Thu, 12 Mar 2009 23:04:14 +0000 Sverre Rabbelier Moved stylesheet to mitigate overenthousiastic browser caching.
Thu, 12 Mar 2009 23:03:28 +0000 Sverre Rabbelier Add a style class for td.twolineformfielderrorlabel.
Thu, 12 Mar 2009 22:46:10 +0000 David Anderson Add the Google SoC release script to the Melange repository.
Thu, 12 Mar 2009 22:30:04 +0000 Sverre Rabbelier Always convert newlines to linebreaks
Thu, 12 Mar 2009 22:29:14 +0000 Sverre Rabbelier Some code re-use in templates
Thu, 12 Mar 2009 21:38:40 +0000 Sverre Rabbelier Define a key order for document and org app
Thu, 12 Mar 2009 21:38:07 +0000 Sverre Rabbelier Strip leading and trailing newlines from our responses
Thu, 12 Mar 2009 21:37:38 +0000 Sverre Rabbelier Greatly simplify makeNewPaginationChoices
Thu, 12 Mar 2009 21:37:09 +0000 Sverre Rabbelier Adhere to the DEF_... pattern for constants in lists
Thu, 12 Mar 2009 21:36:39 +0000 Sverre Rabbelier Make it possible to specify the key order for csv export
Thu, 12 Mar 2009 14:16:55 +0000 Augie Fackler build.sh: bail if run in the wrong directory.
Thu, 12 Mar 2009 13:39:57 +0000 Sverre Rabbelier Add an export link to all list views
Thu, 12 Mar 2009 13:39:03 +0000 Sverre Rabbelier Added generic csv export to all list views
Thu, 12 Mar 2009 13:38:24 +0000 Sverre Rabbelier Factor download functionality out of export()
Thu, 12 Mar 2009 13:37:26 +0000 Sverre Rabbelier Keep the current list and row number
Thu, 12 Mar 2009 13:36:36 +0000 Sverre Rabbelier Return "" when there is no info/action set
Thu, 12 Mar 2009 13:35:35 +0000 Sverre Rabbelier Allow developers to specify a higher limit for a list view
Thu, 12 Mar 2009 00:48:52 +0000 Sverre Rabbelier Reinstate the 1k limit in pick()
Thu, 12 Mar 2009 00:48:23 +0000 Sverre Rabbelier If not running local, use ajax.googleapis to serve jquery
Wed, 11 Mar 2009 21:30:28 +0000 Sverre Rabbelier Redirect to current page if the current request times out
Wed, 11 Mar 2009 21:29:58 +0000 Sverre Rabbelier Use accounts.getCurrentAccount instead of users.get_current_user
Wed, 11 Mar 2009 21:29:32 +0000 Sverre Rabbelier isDebug now also checks melange version
Wed, 11 Mar 2009 21:28:48 +0000 Sverre Rabbelier Allow for query caching in pick
Wed, 11 Mar 2009 21:28:11 +0000 Sverre Rabbelier Added query caching
Wed, 11 Mar 2009 19:27:13 +0000 Sverre Rabbelier Also clear RankerRoot and ranker from datastore
Wed, 11 Mar 2009 19:26:41 +0000 Sverre Rabbelier Make it possible to only add users
Wed, 11 Mar 2009 19:26:11 +0000 Sverre Rabbelier Make it possible to add an arbitrary amount of users
Wed, 11 Mar 2009 19:25:41 +0000 Sverre Rabbelier Make it possible to add more users and orgs with GET args
Tue, 10 Mar 2009 23:56:04 +0000 Sverre Rabbelier Retrieve all entities rather than just the first 1k
Tue, 10 Mar 2009 23:55:33 +0000 Sverre Rabbelier Return a HttpResponse in seed_db
Tue, 10 Mar 2009 21:08:30 +0000 Lennard de Rijk StudentProposal abstract is now a text property to support more then 500 bytes.
Tue, 10 Mar 2009 19:09:12 +0000 Lennard de Rijk Organization admins can now put a Student Proposal at a specific rank.
Tue, 10 Mar 2009 19:06:16 +0000 Lennard de Rijk Added getRankerFor method to student_proposal logic.
Tue, 10 Mar 2009 15:53:26 +0000 Sverre Rabbelier Use the correct timeline logic in edit()
Tue, 10 Mar 2009 15:52:53 +0000 Sverre Rabbelier Use params['logic'] instead of self._logic
Tue, 10 Mar 2009 14:43:14 +0000 Sverre Rabbelier Do not override fields in the model if they are already set
Tue, 10 Mar 2009 12:31:25 +0000 Lennard de Rijk checkIsApplicationAccepted now properly checks if the application is really from the applying user.
Mon, 09 Mar 2009 23:56:42 +0000 Sverre Rabbelier Add TinyMCE widget for org apps
Mon, 09 Mar 2009 23:56:14 +0000 Sverre Rabbelier Added a getFromKeyNameOr404 to base.Logic
Mon, 09 Mar 2009 20:43:46 +0000 Lennard de Rijk Org admins can mark a StudentProposal as invalid if they for any reason find it ineligible.
Mon, 09 Mar 2009 19:37:56 +0000 Sverre Rabbelier Open the agreement text in a new window
Mon, 09 Mar 2009 19:37:23 +0000 Sverre Rabbelier Fix an access bug
Mon, 09 Mar 2009 16:34:54 +0000 Pawel Solyga Replace getFromKeyName with getFromKeyNameOr404 where appropriate in soc.views.helper.access module.
Mon, 09 Mar 2009 10:58:04 +0000 Pawel Solyga Add missing "a" in soc/mail/welcome.html template. Fixes Issue 313.
Mon, 09 Mar 2009 08:52:10 +0000 Lennard de Rijk Removed star next to logo.
Mon, 09 Mar 2009 01:11:33 +0000 Pawel Solyga Fix typo in soc.logic.cleaning module (site_logic.logic was called instead of just site_logic).
(0) -1000 -300 -100 -60 +60 +100 +300 +1000 tip