Sverre Rabbelier <srabbelier@gmail.com> [Wed, 11 Mar 2009 21:29:58 +0000] rev 1798
Use accounts.getCurrentAccount instead of users.get_current_user
This way accounts are normalized, which is usefull now that debug
mode is also available even if deployed on appspot.com.
Patch by: Sverre Rabbelier
Sverre Rabbelier <srabbelier@gmail.com> [Wed, 11 Mar 2009 21:29:32 +0000] rev 1797
isDebug now also checks melange version
To facilitate this getMelangeVersion was introduced and in order to
not show the 'Flush Cache' button a isLocal method was also added.
Patch by: Sverre Rabbelier
Sverre Rabbelier <srabbelier@gmail.com> [Wed, 11 Mar 2009 21:28:48 +0000] rev 1796
Allow for query caching in pick
Turn the caching on for /user/pick
Patch by: Sverre Rabbelier
Sverre Rabbelier <srabbelier@gmail.com> [Wed, 11 Mar 2009 21:28:11 +0000] rev 1795
Added query caching
Patch by: Sverre Rabbelier
Sverre Rabbelier <srabbelier@gmail.com> [Wed, 11 Mar 2009 19:27:13 +0000] rev 1794
Also clear RankerRoot and ranker from datastore
Patch by: Sverre Rabbelier
Sverre Rabbelier <srabbelier@gmail.com> [Wed, 11 Mar 2009 19:26:41 +0000] rev 1793
Make it possible to only add users
Patch by: Sverre Rabbelier
Sverre Rabbelier <srabbelier@gmail.com> [Wed, 11 Mar 2009 19:26:11 +0000] rev 1792
Make it possible to add an arbitrary amount of users
Patch by: Sverre Rabbelier
Sverre Rabbelier <srabbelier@gmail.com> [Wed, 11 Mar 2009 19:25:41 +0000] rev 1791
Make it possible to add more users and orgs with GET args
Patch by: Sverre Rabbelier
Sverre Rabbelier <srabbelier@gmail.com> [Tue, 10 Mar 2009 23:56:04 +0000] rev 1790
Retrieve all entities rather than just the first 1k
We probably need to start doing some caching for the pick view soon.
Patch by: Sverre Rabbelier
Sverre Rabbelier <srabbelier@gmail.com> [Tue, 10 Mar 2009 23:55:33 +0000] rev 1789
Return a HttpResponse in seed_db
Also moved the adding of the django patterns to where they belong so
that they do not get added multiple times.
Patch by: Sverre Rabbelier
Lennard de Rijk <ljvderijk@gmail.com> [Tue, 10 Mar 2009 21:08:30 +0000] rev 1788
StudentProposal abstract is now a text property to support more then 500 bytes.
Just in case someone decides to enter a lot of info. The organizations can decide whether it fits their idea of an abstract.
Patch by: Lennard de Rijk
Reviewed by: to-be-reviewed
Lennard de Rijk <ljvderijk@gmail.com> [Tue, 10 Mar 2009 19:09:12 +0000] rev 1787
Organization admins can now put a Student Proposal at a specific rank.
Patch by: Lennard de Rijk
Reviewed by: to-be-reviewed
Lennard de Rijk <ljvderijk@gmail.com> [Tue, 10 Mar 2009 19:06:16 +0000] rev 1786
Added getRankerFor method to student_proposal logic.
Patch by: Lennard de Rijk
Reviewed by: to-be-reviewed
Sverre Rabbelier <srabbelier@gmail.com> [Tue, 10 Mar 2009 15:53:26 +0000] rev 1785
Use the correct timeline logic in edit()
Patch by: Sverre Rabbelier
Sverre Rabbelier <srabbelier@gmail.com> [Tue, 10 Mar 2009 15:52:53 +0000] rev 1784
Use params['logic'] instead of self._logic
This makes it possible to specify a different logic for each view.
Patch by: Sverre Rabbelier
Sverre Rabbelier <srabbelier@gmail.com> [Tue, 10 Mar 2009 14:43:14 +0000] rev 1783
Do not override fields in the model if they are already set
Patch by: Sverre Rabbelier
Lennard de Rijk <ljvderijk@gmail.com> [Tue, 10 Mar 2009 12:31:25 +0000] rev 1782
checkIsApplicationAccepted now properly checks if the application is really from the applying user.
Patch by: Lennard de Rijk
Reviewed by: to-be-reviewed
Sverre Rabbelier <srabbelier@gmail.com> [Mon, 09 Mar 2009 23:56:42 +0000] rev 1781
Add TinyMCE widget for org apps
Also add a cleaner for description and contrib_template.
Patch by: Sverre Rabbelier
Sverre Rabbelier <srabbelier@gmail.com> [Mon, 09 Mar 2009 23:56:14 +0000] rev 1780
Added a getFromKeyNameOr404 to base.Logic
This also fixes a bug introduced in r2437 where this method was used
although it didn't exist yet.
Patch by: Sverre Rabbelier
Lennard de Rijk <ljvderijk@gmail.com> [Mon, 09 Mar 2009 20:43:46 +0000] rev 1779
Org admins can mark a StudentProposal as invalid if they for any reason find it ineligible.
Patch by: Lennard de Rijk
Reviewed by: to-be-reviewed
Sverre Rabbelier <srabbelier@gmail.com> [Mon, 09 Mar 2009 19:37:56 +0000] rev 1778
Open the agreement text in a new window
Patch by: Sverre Rabbelier
Sverre Rabbelier <srabbelier@gmail.com> [Mon, 09 Mar 2009 19:37:23 +0000] rev 1777
Fix an access bug
Instead of 'show' the keyword 'public' was used, which is no longer
used for access checks.
Patch by: Sverre Rabbelier
Pawel Solyga <Pawel.Solyga@gmail.com> [Mon, 09 Mar 2009 16:34:54 +0000] rev 1776
Replace getFromKeyName with getFromKeyNameOr404 where appropriate in soc.views.helper.access module.
Patch by: Pawel Solyga
Reviewed by: to-be-reviewed
Pawel Solyga <Pawel.Solyga@gmail.com> [Mon, 09 Mar 2009 10:58:04 +0000] rev 1775
Add missing "a" in soc/mail/welcome.html template. Fixes Issue 313.
Patch by: Pawel Solyga
Reviewed by: to-be-reviewed.
Lennard de Rijk <ljvderijk@gmail.com> [Mon, 09 Mar 2009 08:52:10 +0000] rev 1774
Removed star next to logo.
Patch by: Lennard de Rijk
Reviewed by: to-be-reviewed
Pawel Solyga <Pawel.Solyga@gmail.com> [Mon, 09 Mar 2009 01:11:33 +0000] rev 1773
Fix typo in soc.logic.cleaning module (site_logic.logic was called instead of just site_logic).
Patch by: Pawel Solyga
Reviewed by: to-be-reviewed
Pawel Solyga <Pawel.Solyga@gmail.com> [Mon, 09 Mar 2009 00:53:07 +0000] rev 1772
Set new Melange version number to 0-5-20090308 in app.yaml.template.
Patch by: Pawel Solyga
Pawel Solyga <Pawel.Solyga@gmail.com> [Mon, 09 Mar 2009 00:44:45 +0000] rev 1771
Make the http links use <a href> tag in new_notification.html and welcome.html mail templates.
Patch by: Pawel Solyga
Reviewed by: to-be-reviewed
Pawel Solyga <Pawel.Solyga@gmail.com> [Mon, 09 Mar 2009 00:43:36 +0000] rev 1770
Move all the jquery-purr css settings into separate file and add it to base.html template only if needed.
Patch by: Pawel Solyga
Reviewed by: to-be-reviewed
Pawel Solyga <Pawel.Solyga@gmail.com> [Mon, 09 Mar 2009 00:42:08 +0000] rev 1769
Remove some copy/pasted docstring in soc.views.models.comment module.
Patch by: Pawel Solyga
Reviewed by: to-be-reviewed
Pawel Solyga <Pawel.Solyga@gmail.com> [Mon, 09 Mar 2009 00:40:55 +0000] rev 1768
Typo fix in soc.logic.cleaning module.
Patch by: Pawel Solyga
Reviewed by: to-be-reviewed
Pawel Solyga <Pawel.Solyga@gmail.com> [Mon, 09 Mar 2009 00:40:27 +0000] rev 1767
Small text changes in process_request.html template.
Patch by: Pawel Solyga
Reviewed by: to-be-reviewed
Pawel Solyga <Pawel.Solyga@gmail.com> [Mon, 09 Mar 2009 00:39:25 +0000] rev 1766
Add indention in soc.views.models.organization module.
Patch by: Pawel Solyga
Reviewed by: to-be-reviewed
Pawel Solyga <Pawel.Solyga@gmail.com> [Mon, 09 Mar 2009 00:38:43 +0000] rev 1765
Add missing blank lines in test_utils module.
Patch by: Pawel Solyga
Reviewed by: to-be-reviewed
Sverre Rabbelier <srabbelier@gmail.com> [Mon, 09 Mar 2009 00:08:32 +0000] rev 1764
Views should have a unique name
Patch by: Sverre Rabbelier
Sverre Rabbelier <srabbelier@gmail.com> [Mon, 09 Mar 2009 00:01:21 +0000] rev 1763
Addressed comments by Pawel
Patch by: Sverre Rabbelier
Sverre Rabbelier <srabbelier@gmail.com> [Mon, 09 Mar 2009 00:00:41 +0000] rev 1762
Use getFromKeyFieldsOr404 in slots() and allocateSlots()
Handling of the exception is done by the view decorator.
Patch by: Sverre Rabbelier
Sverre Rabbelier <srabbelier@gmail.com> [Mon, 09 Mar 2009 00:00:13 +0000] rev 1761
Except and properly handle Errors in view decorator
After the next release we can remove all try/except combinations that
are not customized and leave the handling of those exceptions to the
view decorator.
Patch by: Sverre Rabbelier
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 08 Mar 2009 23:58:27 +0000] rev 1760
Hide 'slots' and add 'slots_desired'
Patch by: Sverre Rabbelier
Pawel Solyga <Pawel.Solyga@gmail.com> [Sun, 08 Mar 2009 21:59:57 +0000] rev 1759
Revert r2376 since it's not needed as discussed in Issue 188.
http://code.google.com/p/soc/issues/detail?id=188
Patch by: Pawel Solyga
Reviewed by: to-be-reviewed
Lennard de Rijk <ljvderijk@gmail.com> [Sun, 08 Mar 2009 21:51:17 +0000] rev 1758
Some minor style fixes.
Patch by: Lennard de Rijk
Reviewed by: to-be-reviewed
Lennard de Rijk <ljvderijk@gmail.com> [Sun, 08 Mar 2009 21:37:21 +0000] rev 1757
Some minor style fixes.
Patch by: Lennard de Rijk
Reviewed by: to-be-reviewed
Lennard de Rijk <ljvderijk@gmail.com> [Sun, 08 Mar 2009 20:07:22 +0000] rev 1756
The process_request template now properly differentiate between a request in "new" and "group_accepted" state.
Should solve issue 237.
Patch by: Lennard de Rijk
Reviewed by: to-be-reviewed
Lennard de Rijk <ljvderijk@gmail.com> [Sun, 08 Mar 2009 19:12:17 +0000] rev 1755
Fixed a cleaning bug which allowed a proposal to be recreated by the original proposer.
Patch by: Lennard de Rijk
Reviewed by: to-be-reviewed
Lennard de Rijk <ljvderijk@gmail.com> [Sun, 08 Mar 2009 18:09:04 +0000] rev 1754
Made all links in e-mail verbatim to solve Issue 250.
Patch by: Lennard de Rijk
Reviewed by: to-be-reviewed
Lennard de Rijk <ljvderijk@gmail.com> [Sun, 08 Mar 2009 17:41:02 +0000] rev 1753
Students who withdraw their proposal will now be removed from the ranker.
And therefore don't influence the ranking of other proposals anymore.
Patch by: Lennard de Rijk
Reviewed by: to-be-reviewed
Lennard de Rijk <ljvderijk@gmail.com> [Sun, 08 Mar 2009 17:19:25 +0000] rev 1752
The student proposal public page can now be used to place a public comment.
Developers, Hosts, and the student/org_admin/mentor that this proposal is from/directed to can leave a comment.
All the comments placed will show up on the review page aswell, and vica versa.
Patch by: Lennard de Rijk
Reviewed by: to-be-reviewed
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 08 Mar 2009 16:26:17 +0000] rev 1751
Switch from actual applications to popularity
Patch by: Sverre Rabbelier