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).
Mon, 09 Mar 2009 00:53:07 +0000 Pawel Solyga Set new Melange version number to 0-5-20090308 in app.yaml.template.
Mon, 09 Mar 2009 00:44:45 +0000 Pawel Solyga Make the http links use <a href> tag in new_notification.html and welcome.html mail templates.
Mon, 09 Mar 2009 00:43:36 +0000 Pawel Solyga Move all the jquery-purr css settings into separate file and add it to base.html template only if needed.
Mon, 09 Mar 2009 00:42:08 +0000 Pawel Solyga Remove some copy/pasted docstring in soc.views.models.comment module.
Mon, 09 Mar 2009 00:40:55 +0000 Pawel Solyga Typo fix in soc.logic.cleaning module.
Mon, 09 Mar 2009 00:40:27 +0000 Pawel Solyga Small text changes in process_request.html template.
Mon, 09 Mar 2009 00:39:25 +0000 Pawel Solyga Add indention in soc.views.models.organization module.
Mon, 09 Mar 2009 00:38:43 +0000 Pawel Solyga Add missing blank lines in test_utils module.
Mon, 09 Mar 2009 00:08:32 +0000 Sverre Rabbelier Views should have a unique name
Mon, 09 Mar 2009 00:01:21 +0000 Sverre Rabbelier Addressed comments by Pawel
Mon, 09 Mar 2009 00:00:41 +0000 Sverre Rabbelier Use getFromKeyFieldsOr404 in slots() and allocateSlots()
Mon, 09 Mar 2009 00:00:13 +0000 Sverre Rabbelier Except and properly handle Errors in view decorator
Sun, 08 Mar 2009 23:58:27 +0000 Sverre Rabbelier Hide 'slots' and add 'slots_desired'
Sun, 08 Mar 2009 21:59:57 +0000 Pawel Solyga Revert r2376 since it's not needed as discussed in Issue 188.
Sun, 08 Mar 2009 21:51:17 +0000 Lennard de Rijk Some minor style fixes.
Sun, 08 Mar 2009 21:37:21 +0000 Lennard de Rijk Some minor style fixes.
Sun, 08 Mar 2009 20:07:22 +0000 Lennard de Rijk The process_request template now properly differentiate between a request in "new" and "group_accepted" state.
Sun, 08 Mar 2009 19:12:17 +0000 Lennard de Rijk Fixed a cleaning bug which allowed a proposal to be recreated by the original proposer.
Sun, 08 Mar 2009 18:09:04 +0000 Lennard de Rijk Made all links in e-mail verbatim to solve Issue 250.
Sun, 08 Mar 2009 17:41:02 +0000 Lennard de Rijk Students who withdraw their proposal will now be removed from the ranker.
Sun, 08 Mar 2009 17:19:25 +0000 Lennard de Rijk The student proposal public page can now be used to place a public comment.
Sun, 08 Mar 2009 16:26:17 +0000 Sverre Rabbelier Switch from actual applications to popularity
(0) -1000 -300 -100 -60 +60 +100 +300 +1000 tip