Sat, 14 Mar 2009 18:02:01 +0000 Group StudentProposals under Students in the sidebar.
Lennard de Rijk <ljvderijk@gmail.com> [Sat, 14 Mar 2009 18:02:01 +0000] rev 1853
Group StudentProposals under Students in the sidebar. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sat, 14 Mar 2009 16:09:13 +0000 Show 'list my org apps' only if you have org apps
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 14 Mar 2009 16:09:13 +0000] rev 1852
Show 'list my org apps' only if you have org apps Patch by: Sverre Rabbelier
Sat, 14 Mar 2009 16:08:38 +0000 Pre-accepted or pre-rejected orgs should stay under 'needs review'
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 14 Mar 2009 16:08:38 +0000] rev 1851
Pre-accepted or pre-rejected orgs should stay under 'needs review' Patch by: Sverre Rabbelier
Sat, 14 Mar 2009 16:08:09 +0000 Enable javascript in duplicate students view
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 14 Mar 2009 16:08:09 +0000] rev 1850
Enable javascript in duplicate students view Patch by: Sverre Rabbelier
Sat, 14 Mar 2009 03:49:16 +0000 Factor out the Subversion wrapper to a separate module.
David Anderson <david.jc.anderson@gmail.com> [Sat, 14 Mar 2009 03:49:16 +0000] rev 1849
Factor out the Subversion wrapper to a separate module.
Sat, 14 Mar 2009 00:12:22 +0000 Show 'List my Organization Applications' link even after signup closed
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 14 Mar 2009 00:12:22 +0000] rev 1848
Show 'List my Organization Applications' link even after signup closed Patch by: Sverre Rabbelier
Fri, 13 Mar 2009 23:18:06 +0000 Followup to r2517: don't import threading in release.py
David Anderson <david.jc.anderson@gmail.com> [Fri, 13 Mar 2009 23:18:06 +0000] rev 1847
Followup to r2517: don't import threading in release.py
Fri, 13 Mar 2009 23:12:43 +0000 Redirect stdout/stderr through the logging system.
David Anderson <david.jc.anderson@gmail.com> [Fri, 13 Mar 2009 23:12:43 +0000] rev 1846
Redirect stdout/stderr through the logging system. This change also causes the uncaptured output of subprocesses to be routed to the logging system for recording in the session transcript.
Fri, 13 Mar 2009 23:12:40 +0000 Fixed a thinko-fix in toDict
Sverre Rabbelier <srabbelier@gmail.com> [Fri, 13 Mar 2009 23:12:40 +0000] rev 1845
Fixed a thinko-fix in toDict The pick() view was broken because of this. Patch by: Sverre Rabbelier
Fri, 13 Mar 2009 23:12:15 +0000 Set the content type to text/csv for csv exports
Sverre Rabbelier <srabbelier@gmail.com> [Fri, 13 Mar 2009 23:12:15 +0000] rev 1844
Set the content type to text/csv for csv exports Patch by: Sverre Rabbelier
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
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
Thu, 12 Mar 2009 13:36:36 +0000 Return "" when there is no info/action set
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 12 Mar 2009 13:36:36 +0000] rev 1803
Return "" when there is no info/action set Patch by: Sverre Rabbelier
Thu, 12 Mar 2009 13:35:35 +0000 Allow developers to specify a higher limit for a list view
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 12 Mar 2009 13:35:35 +0000] rev 1802
Allow developers to specify a higher limit for a list view Patch by: Sverre Rabbelier
Thu, 12 Mar 2009 00:48:52 +0000 Reinstate the 1k limit in pick()
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 12 Mar 2009 00:48:52 +0000] rev 1801
Reinstate the 1k limit in pick() Considering the performance hit we take with every query of this size we need to think of a way around having to do such large queries, rather than doing them anyway. Patch by: Sverre Rabbelier
Thu, 12 Mar 2009 00:48:23 +0000 If not running local, use ajax.googleapis to serve jquery
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 12 Mar 2009 00:48:23 +0000] rev 1800
If not running local, use ajax.googleapis to serve jquery Patch by: Sverre Rabbelier
Wed, 11 Mar 2009 21:30:28 +0000 Redirect to current page if the current request times out
Sverre Rabbelier <srabbelier@gmail.com> [Wed, 11 Mar 2009 21:30:28 +0000] rev 1799
Redirect to current page if the current request times out When deleting entities it doesn't matter if we get interrupted. Patch by: Sverre Rabbelier
Wed, 11 Mar 2009 21:29:58 +0000 Use accounts.getCurrentAccount instead of users.get_current_user
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
Wed, 11 Mar 2009 21:29:32 +0000 isDebug now also checks melange version
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
Wed, 11 Mar 2009 21:28:48 +0000 Allow for query caching in pick
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
Wed, 11 Mar 2009 21:28:11 +0000 Added query caching
Sverre Rabbelier <srabbelier@gmail.com> [Wed, 11 Mar 2009 21:28:11 +0000] rev 1795
Added query caching Patch by: Sverre Rabbelier
Wed, 11 Mar 2009 19:27:13 +0000 Also clear RankerRoot and ranker from datastore
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
Wed, 11 Mar 2009 19:26:41 +0000 Make it possible to only add users
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
Wed, 11 Mar 2009 19:26:11 +0000 Make it possible to add an arbitrary amount of users
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
Wed, 11 Mar 2009 19:25:41 +0000 Make it possible to add more users and orgs with GET args
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
Tue, 10 Mar 2009 23:56:04 +0000 Retrieve all entities rather than just the first 1k
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
Tue, 10 Mar 2009 23:55:33 +0000 Return a HttpResponse in seed_db
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
Tue, 10 Mar 2009 21:08:30 +0000 StudentProposal abstract is now a text property to support more then 500 bytes.
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
Tue, 10 Mar 2009 19:09:12 +0000 Organization admins can now put a Student Proposal at a specific rank.
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
Tue, 10 Mar 2009 19:06:16 +0000 Added getRankerFor method to student_proposal logic.
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
Tue, 10 Mar 2009 15:53:26 +0000 Use the correct timeline logic in edit()
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
Tue, 10 Mar 2009 15:52:53 +0000 Use params['logic'] instead of self._logic
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
Tue, 10 Mar 2009 14:43:14 +0000 Do not override fields in the model if they are already set
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
Tue, 10 Mar 2009 12:31:25 +0000 checkIsApplicationAccepted now properly checks if the application is really from the applying user.
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
Mon, 09 Mar 2009 23:56:42 +0000 Add TinyMCE widget for org apps
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
Mon, 09 Mar 2009 23:56:14 +0000 Added a getFromKeyNameOr404 to base.Logic
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
Mon, 09 Mar 2009 20:43:46 +0000 Org admins can mark a StudentProposal as invalid if they for any reason find it ineligible.
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
Mon, 09 Mar 2009 19:37:56 +0000 Open the agreement text in a new window
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
Mon, 09 Mar 2009 19:37:23 +0000 Fix an access bug
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
Mon, 09 Mar 2009 16:34:54 +0000 Replace getFromKeyName with getFromKeyNameOr404 where appropriate in soc.views.helper.access module.
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
Mon, 09 Mar 2009 10:58:04 +0000 Add missing "a" in soc/mail/welcome.html template. Fixes Issue 313.
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.
Mon, 09 Mar 2009 08:52:10 +0000 Removed star next to logo.
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
Mon, 09 Mar 2009 01:11:33 +0000 Fix typo in soc.logic.cleaning module (site_logic.logic was called instead of just site_logic).
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
Mon, 09 Mar 2009 00:53:07 +0000 Set new Melange version number to 0-5-20090308 in app.yaml.template.
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
Mon, 09 Mar 2009 00:44:45 +0000 Make the http links use <a href> tag in new_notification.html and welcome.html mail templates.
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
Mon, 09 Mar 2009 00:43:36 +0000 Move all the jquery-purr css settings into separate file and add it to base.html template only if needed.
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
Mon, 09 Mar 2009 00:42:08 +0000 Remove some copy/pasted docstring in soc.views.models.comment module.
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
Mon, 09 Mar 2009 00:40:55 +0000 Typo fix in soc.logic.cleaning module.
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
Mon, 09 Mar 2009 00:40:27 +0000 Small text changes in process_request.html template.
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
Mon, 09 Mar 2009 00:39:25 +0000 Add indention in soc.views.models.organization module.
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
Mon, 09 Mar 2009 00:38:43 +0000 Add missing blank lines in test_utils module.
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
Mon, 09 Mar 2009 00:08:32 +0000 Views should have a unique name
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
Mon, 09 Mar 2009 00:01:21 +0000 Addressed comments by Pawel
Sverre Rabbelier <srabbelier@gmail.com> [Mon, 09 Mar 2009 00:01:21 +0000] rev 1763
Addressed comments by Pawel Patch by: Sverre Rabbelier
Mon, 09 Mar 2009 00:00:41 +0000 Use getFromKeyFieldsOr404 in slots() and allocateSlots()
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
Mon, 09 Mar 2009 00:00:13 +0000 Except and properly handle Errors in view decorator
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
Sun, 08 Mar 2009 23:58:27 +0000 Hide 'slots' and add 'slots_desired'
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
Sun, 08 Mar 2009 21:59:57 +0000 Revert r2376 since it's not needed as discussed in Issue 188.
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
Sun, 08 Mar 2009 21:51:17 +0000 Some minor style fixes.
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
Sun, 08 Mar 2009 21:37:21 +0000 Some minor style fixes.
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
Sun, 08 Mar 2009 20:07:22 +0000 The process_request template now properly differentiate between a request in "new" and "group_accepted" state.
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
Sun, 08 Mar 2009 19:12:17 +0000 Fixed a cleaning bug which allowed a proposal to be recreated by the original proposer.
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
Sun, 08 Mar 2009 18:09:04 +0000 Made all links in e-mail verbatim to solve Issue 250.
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
Sun, 08 Mar 2009 17:41:02 +0000 Students who withdraw their proposal will now be removed from the ranker.
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
Sun, 08 Mar 2009 17:19:25 +0000 The student proposal public page can now be used to place a public comment.
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
Sun, 08 Mar 2009 16:26:17 +0000 Switch from actual applications to popularity
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
Sun, 08 Mar 2009 15:00:59 +0000 Make use of groupDictBy in program.slots
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 08 Mar 2009 15:00:59 +0000] rev 1750
Make use of groupDictBy in program.slots Patch by: Sverre Rabbelier
Sun, 08 Mar 2009 15:00:31 +0000 Add a groupDictBy to dicts
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 08 Mar 2009 15:00:31 +0000] rev 1749
Add a groupDictBy to dicts Patch by: Sverre Rabbelier
Sun, 08 Mar 2009 15:00:08 +0000 Play nice with non-float allocations
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 08 Mar 2009 15:00:08 +0000] rev 1748
Play nice with non-float allocations Patch by: Sverre Rabbelier
Sun, 08 Mar 2009 14:38:24 +0000 Provide the 'return_url' in the allocate slots view
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 08 Mar 2009 14:38:24 +0000] rev 1747
Provide the 'return_url' in the allocate slots view This url can then be used to post and receive JSON data from. Patch by: Sverre Rabbelier
Sun, 08 Mar 2009 14:37:28 +0000 Add a getSlotsRedirect to redirects.py
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 08 Mar 2009 14:37:28 +0000] rev 1746
Add a getSlotsRedirect to redirects.py Patch by: Sverre Rabbelier
Sun, 08 Mar 2009 14:36:55 +0000 Don't override the params argument
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 08 Mar 2009 14:36:55 +0000] rev 1745
Don't override the params argument Patch by: Sverre Rabbelier
Sun, 08 Mar 2009 14:36:24 +0000 Treat the response from the server as a JSON object
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 08 Mar 2009 14:36:24 +0000] rev 1744
Treat the response from the server as a JSON object Patch by: Sverre Rabbelier
Sun, 08 Mar 2009 13:58:15 +0000 Restricted slots and assign_slots to dev-only for now
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 08 Mar 2009 13:58:15 +0000] rev 1743
Restricted slots and assign_slots to dev-only for now Patch by: Sverre Rabbelier
Sun, 08 Mar 2009 13:34:56 +0000 Reviews are now sorted on their created date.
Lennard de Rijk <ljvderijk@gmail.com> [Sun, 08 Mar 2009 13:34:56 +0000] rev 1742
Reviews are now sorted on their created date. Else stuff might move around when we allow people to edit their reviews. Should have been part of r2398. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sun, 08 Mar 2009 13:14:28 +0000 Public reviews are now shown on the public page for the student proposal.
Lennard de Rijk <ljvderijk@gmail.com> [Sun, 08 Mar 2009 13:14:28 +0000] rev 1741
Public reviews are now shown on the public page for the student proposal. The assigned mentor name has been removed from the public page. The student proposal view now uses the new getReviewsForEntity method. Patch by: Lennard de Rijk Reviewed by:to-be-reviewed
Sun, 08 Mar 2009 13:11:49 +0000 Added a new method in the review logic to return all reviews for the given entity as scope.
Lennard de Rijk <ljvderijk@gmail.com> [Sun, 08 Mar 2009 13:11:49 +0000] rev 1740
Added a new method in the review logic to return all reviews for the given entity as scope. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sun, 08 Mar 2009 13:10:38 +0000 Some style fixes for the student proposal review template.
Lennard de Rijk <ljvderijk@gmail.com> [Sun, 08 Mar 2009 13:10:38 +0000] rev 1739
Some style fixes for the student proposal review template. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sun, 08 Mar 2009 12:27:42 +0000 Proposal public page now properly renders HTML content.
Lennard de Rijk <ljvderijk@gmail.com> [Sun, 08 Mar 2009 12:27:42 +0000] rev 1738
Proposal public page now properly renders HTML content. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sun, 08 Mar 2009 02:13:15 +0000 Support non-float slots
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 08 Mar 2009 02:13:15 +0000] rev 1737
Support non-float slots This is for easier interaction with the frontend. Patch by: Sverre Rabbelier
Sun, 08 Mar 2009 02:05:12 +0000 Add and use the new and improved allocation scripts
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 08 Mar 2009 02:05:12 +0000] rev 1736
Add and use the new and improved allocation scripts Patch by: Sverre Rabbelier
Sun, 08 Mar 2009 02:04:46 +0000 Update the slot allocation view and template
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 08 Mar 2009 02:04:46 +0000] rev 1735
Update the slot allocation view and template Patch by: Sverre Rabbelier, "Mario Ferraro" <fadinlight@gmail.com> Reviewed by: Sverre Rabbelier
Sun, 08 Mar 2009 02:04:08 +0000 Add a slot allocation script and template
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 08 Mar 2009 02:04:08 +0000] rev 1734
Add a slot allocation script and template Patch by: Sverre Rabbelier, "Mario Ferraro" <fadinlight@gmail.com> Reviewed by: Sverre Rabbelier
Sun, 08 Mar 2009 02:03:28 +0000 Hook up json2.js in base.html
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 08 Mar 2009 02:03:28 +0000] rev 1733
Hook up json2.js in base.html We do not load it by default. Patch by: Sverre Rabbelier
Sun, 08 Mar 2009 02:03:01 +0000 Add a no_pagination.html template
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 08 Mar 2009 02:03:01 +0000] rev 1732
Add a no_pagination.html template This template can be used to turn of pagination but still have the blue 'bars' at the top and bottom show up. Patch by: Sverre Rabbelier
Sun, 08 Mar 2009 00:00:13 +0000 Add json2.js to repository under json folder, update build script and app.yaml.template files.
Pawel Solyga <Pawel.Solyga@gmail.com> [Sun, 08 Mar 2009 00:00:13 +0000] rev 1731
Add json2.js to repository under json folder, update build script and app.yaml.template files. This is pretty useful set of functions for JSON manipulation in Javascript, we will mostly use stringify function. This code is on Public Domain license and comes from http://www.json.org/js.html. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Sat, 07 Mar 2009 22:14:04 +0000 Important roles can now not resign if they are the last in their group.
Lennard de Rijk <ljvderijk@gmail.com> [Sat, 07 Mar 2009 22:14:04 +0000] rev 1730
Important roles can now not resign if they are the last in their group. Fixes Issue 288. I've decided to do it outside of the logic because if the need arises to kick the last org admin out of a group we need the ability to do so. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sat, 07 Mar 2009 20:27:52 +0000 Have slots default to 0
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 07 Mar 2009 20:27:52 +0000] rev 1729
Have slots default to 0 Patch by: Sverre Rabbelier, "Mario Ferraro" <fadinlight@gmail.com>
Sat, 07 Mar 2009 20:27:24 +0000 Include IntegerProperty in the JSON object
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 07 Mar 2009 20:27:24 +0000] rev 1728
Include IntegerProperty in the JSON object Patch by: Sverre Rabbelier, "Mario Ferraro" <fadinlight@gmail.com>
Sat, 07 Mar 2009 20:26:58 +0000 Added the spin jquery plugin
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 07 Mar 2009 20:26:58 +0000] rev 1727
Added the spin jquery plugin Patch by: "Mario Ferraro" <fadinlight@gmail.com> Reviewed by: to-be-reviewed
Sat, 07 Mar 2009 19:46:18 +0000 Add a link to the full agreement text
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 07 Mar 2009 19:46:18 +0000] rev 1726
Add a link to the full agreement text Patch by: Sverre Rabbelier
Sat, 07 Mar 2009 19:45:38 +0000 Make it possible to specify a link to the full text
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 07 Mar 2009 19:45:38 +0000] rev 1725
Make it possible to specify a link to the full text Patch by: Sverre Rabbelier
Sat, 07 Mar 2009 19:31:39 +0000 Students can not be kicked from a program by a organization admin.
Lennard de Rijk <ljvderijk@gmail.com> [Sat, 07 Mar 2009 19:31:39 +0000] rev 1724
Students can not be kicked from a program by a organization admin. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sat, 07 Mar 2009 19:23:32 +0000 Reverting part of r2378, since it's not ready yet.
Lennard de Rijk <ljvderijk@gmail.com> [Sat, 07 Mar 2009 19:23:32 +0000] rev 1723
Reverting part of r2378, since it's not ready yet. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sat, 07 Mar 2009 19:17:02 +0000 All address fields for roles and groups can now only use characters that can successfully be converted to ASCII.
Lennard de Rijk <ljvderijk@gmail.com> [Sat, 07 Mar 2009 19:17:02 +0000] rev 1722
All address fields for roles and groups can now only use characters that can successfully be converted to ASCII. Has to do with Issue 243. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sat, 07 Mar 2009 18:16:54 +0000 Adjust the total_popularity after ranging
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 07 Mar 2009 18:16:54 +0000] rev 1721
Adjust the total_popularity after ranging This way 'off the scale' orgs (many applicants, with only few mentors available) will not pull the total amount of allocated slots down as much as before. Patch by: Sverre Rabbelier
Sat, 07 Mar 2009 17:55:14 +0000 Removed the street address from influencing the maps plug in.
Lennard de Rijk <ljvderijk@gmail.com> [Sat, 07 Mar 2009 17:55:14 +0000] rev 1720
Removed the street address from influencing the maps plug in. Legally we are not allowed to publish people's street address, people can drag the marker to their street if they wish to, we are now using the postal code which would be a region within a city (if this is too much we might also take this out). Patch by: Mario Ferraro Reviewed by: Lennard de Rijk
Sat, 07 Mar 2009 17:36:32 +0000 Show the marker for the Google maps plug in by default.
Lennard de Rijk <ljvderijk@gmail.com> [Sat, 07 Mar 2009 17:36:32 +0000] rev 1719
Show the marker for the Google maps plug in by default. This fixes Issue 307. Patch by: Mario Ferraro Reviewed by: Lennard de Rijk
Sat, 07 Mar 2009 17:09:05 +0000 Added an pre-processing algorithm
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 07 Mar 2009 17:09:05 +0000] rev 1718
Added an pre-processing algorithm Patch by: Sverre Rabbelier
Sat, 07 Mar 2009 17:08:23 +0000 Added assigned mentors and amount of minimum slots per org
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 07 Mar 2009 17:08:23 +0000] rev 1717
Added assigned mentors and amount of minimum slots per org Patch by: Sverre Rabbelier
Sat, 07 Mar 2009 16:06:30 +0000 Fixes banned people being able to create a new user entity.
Lennard de Rijk <ljvderijk@gmail.com> [Sat, 07 Mar 2009 16:06:30 +0000] rev 1716
Fixes banned people being able to create a new user entity. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sat, 07 Mar 2009 15:22:48 +0000 Added the review capability to the student_proposal review page.
Lennard de Rijk <ljvderijk@gmail.com> [Sat, 07 Mar 2009 15:22:48 +0000] rev 1715
Added the review capability to the student_proposal review page. Note that editing of reviews still is not allowed, and Students can't read/respond yet. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sat, 07 Mar 2009 15:19:53 +0000 Moved some template tags out of forms_helpers into comments_helpers.py.
Lennard de Rijk <ljvderijk@gmail.com> [Sat, 07 Mar 2009 15:19:53 +0000] rev 1714
Moved some template tags out of forms_helpers into comments_helpers.py. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sat, 07 Mar 2009 15:19:06 +0000 Added new template tag for a review.
Lennard de Rijk <ljvderijk@gmail.com> [Sat, 07 Mar 2009 15:19:06 +0000] rev 1713
Added new template tag for a review. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sat, 07 Mar 2009 15:13:11 +0000 Org Application contributors template is now marked safe.
Lennard de Rijk <ljvderijk@gmail.com> [Sat, 07 Mar 2009 15:13:11 +0000] rev 1712
Org Application contributors template is now marked safe. This means the HTML content will be properly rendered. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sat, 07 Mar 2009 15:11:51 +0000 Updated the docstring for the Comment model.
Lennard de Rijk <ljvderijk@gmail.com> [Sat, 07 Mar 2009 15:11:51 +0000] rev 1711
Updated the docstring for the Comment model. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sat, 07 Mar 2009 15:07:49 +0000 Added Logic for the Review Model.
Lennard de Rijk <ljvderijk@gmail.com> [Sat, 07 Mar 2009 15:07:49 +0000] rev 1710
Added Logic for the Review Model. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sat, 07 Mar 2009 15:07:17 +0000 Redone the Review model.
Lennard de Rijk <ljvderijk@gmail.com> [Sat, 07 Mar 2009 15:07:17 +0000] rev 1709
Redone the Review model. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sat, 07 Mar 2009 14:56:22 +0000 Add forgotten image
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 07 Mar 2009 14:56:22 +0000] rev 1708
Add forgotten image Forgotten by: Sverre Rabbelier Patch by: "Mario Ferraro" <fadinlight@gmail.com>
Sat, 07 Mar 2009 14:49:03 +0000 Add the jquery-purr plugin
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 07 Mar 2009 14:49:03 +0000] rev 1707
Add the jquery-purr plugin Patch by: "Mario Ferraro" <fadinlight@gmail.com> Reviewed by: to-be-reviewed
Sat, 07 Mar 2009 00:33:39 +0000 Added a slots JSON call
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 07 Mar 2009 00:33:39 +0000] rev 1706
Added a slots JSON call Patch by: Sverre Rabbelier
Sat, 07 Mar 2009 00:33:10 +0000 Added a slot allocation view
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 07 Mar 2009 00:33:10 +0000] rev 1705
Added a slot allocation view Patch by: Sverre Rabbelier
Sat, 07 Mar 2009 00:32:15 +0000 Add slots to the organization model
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 07 Mar 2009 00:32:15 +0000] rev 1704
Add slots to the organization model Patch by: Sverre Rabbelier
Sat, 07 Mar 2009 00:31:48 +0000 Factor out the 'json' part from pick
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 07 Mar 2009 00:31:48 +0000] rev 1703
Factor out the 'json' part from pick Patch by: Sverre Rabbelier
Sat, 07 Mar 2009 00:31:16 +0000 Minor style fixes
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 07 Mar 2009 00:31:16 +0000] rev 1702
Minor style fixes Patch by: Sverre Rabbelier
Fri, 06 Mar 2009 22:55:49 +0000 Fixed more typos in Sponsor Menu.
Lennard de Rijk <ljvderijk@gmail.com> [Fri, 06 Mar 2009 22:55:49 +0000] rev 1701
Fixed more typos in Sponsor Menu. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Fri, 06 Mar 2009 22:32:26 +0000 Clean document references
Sverre Rabbelier <srabbelier@gmail.com> [Fri, 06 Mar 2009 22:32:26 +0000] rev 1700
Clean document references This has the advantage that we can inform the user if a document could not be found. Patch by: Sverre Rabbelier
Fri, 06 Mar 2009 22:31:43 +0000 Add a document ref cleaner
Sverre Rabbelier <srabbelier@gmail.com> [Fri, 06 Mar 2009 22:31:43 +0000] rev 1699
Add a document ref cleaner Patch by: Sverre Rabbelier
Fri, 06 Mar 2009 22:31:19 +0000 Switch Program to regular presence
Sverre Rabbelier <srabbelier@gmail.com> [Fri, 06 Mar 2009 22:31:19 +0000] rev 1698
Switch Program to regular presence It does not use a global ToS anyway. Patch by: Sverre Rabbelier
Fri, 06 Mar 2009 22:30:42 +0000 Set the proper filter for the home document
Sverre Rabbelier <srabbelier@gmail.com> [Fri, 06 Mar 2009 22:30:42 +0000] rev 1697
Set the proper filter for the home document Patch by: Sverre Rabbelier
Fri, 06 Mar 2009 22:30:12 +0000 Small optimization in getForFields
Sverre Rabbelier <srabbelier@gmail.com> [Fri, 06 Mar 2009 22:30:12 +0000] rev 1696
Small optimization in getForFields If the value is a list with only one element, make it a value instead. Patch by: Sverre Rabbelier
Fri, 06 Mar 2009 19:06:22 +0000 Fixed typo in Sponsor sidebar menu.
Lennard de Rijk <ljvderijk@gmail.com> [Fri, 06 Mar 2009 19:06:22 +0000] rev 1695
Fixed typo in Sponsor sidebar menu. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed Noticed by: Sverre "The Pirate" Rabbelier
Fri, 06 Mar 2009 18:57:35 +0000 Refactored part of getForFields into a getQueryForFields method.
Lennard de Rijk <ljvderijk@gmail.com> [Fri, 06 Mar 2009 18:57:35 +0000] rev 1694
Refactored part of getForFields into a getQueryForFields method. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Fri, 06 Mar 2009 18:11:09 +0000 Add a link to an org's home page if appropriate
Sverre Rabbelier <srabbelier@gmail.com> [Fri, 06 Mar 2009 18:11:09 +0000] rev 1693
Add a link to an org's home page if appropriate Patch by: Sverre Rabbelier
Fri, 06 Mar 2009 17:48:49 +0000 Bump the default pagination from 10 to 50
Sverre Rabbelier <srabbelier@gmail.com> [Fri, 06 Mar 2009 17:48:49 +0000] rev 1692
Bump the default pagination from 10 to 50 Patch by: Sverre Rabbelier
Fri, 06 Mar 2009 17:14:05 +0000 Add a very basic view test
Sverre Rabbelier <srabbelier@gmail.com> [Fri, 06 Mar 2009 17:14:05 +0000] rev 1691
Add a very basic view test Mostly just a Proof of Concept. Patch by: Sverre Rabbelier
Fri, 06 Mar 2009 17:13:32 +0000 Set CURRENT_VERSION_ID in run.py
Sverre Rabbelier <srabbelier@gmail.com> [Fri, 06 Mar 2009 17:13:32 +0000] rev 1690
Set CURRENT_VERSION_ID in run.py It is used by params.constructParams. Patch by: Sverre Rabbelier
Fri, 06 Mar 2009 17:13:13 +0000 Add path to MockRequest
Sverre Rabbelier <srabbelier@gmail.com> [Fri, 06 Mar 2009 17:13:13 +0000] rev 1689
Add path to MockRequest Patch by: Sverre Rabbelier
Fri, 06 Mar 2009 17:12:51 +0000 Split out test_model model and logic into it's own module
Sverre Rabbelier <srabbelier@gmail.com> [Fri, 06 Mar 2009 17:12:51 +0000] rev 1688
Split out test_model model and logic into it's own module Patch by: Sverre Rabbelier
Fri, 06 Mar 2009 15:52:12 +0000 Removed commented property from comment model.
Lennard de Rijk <ljvderijk@gmail.com> [Fri, 06 Mar 2009 15:52:12 +0000] rev 1687
Removed commented property from comment model. scope_path is set to the commented Work anyway and back references don't work. This means we can also comment on any other linkable. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Fri, 06 Mar 2009 15:23:22 +0000 Added created_on DateTime property to request.
Lennard de Rijk <ljvderijk@gmail.com> [Fri, 06 Mar 2009 15:23:22 +0000] rev 1686
Added created_on DateTime property to request. As requested in Issue 302. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Fri, 06 Mar 2009 12:08:55 +0000 Added a rank column to the proposals list.
Lennard de Rijk <ljvderijk@gmail.com> [Fri, 06 Mar 2009 12:08:55 +0000] rev 1685
Added a rank column to the proposals list. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Thu, 05 Mar 2009 22:30:58 +0000 Silence index.yaml
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 05 Mar 2009 22:30:58 +0000] rev 1684
Silence index.yaml Patch by: Sverre Rabbelier
Thu, 05 Mar 2009 22:30:37 +0000 Make org description use TinyMCE
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 05 Mar 2009 22:30:37 +0000] rev 1683
Make org description use TinyMCE Also clean it as well as the contrib_template with the new cleaner. Patch by: Sverre Rabbelier
Thu, 05 Mar 2009 22:30:06 +0000 Make clean_document_content generic
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 05 Mar 2009 22:30:06 +0000] rev 1682
Make clean_document_content generic Also allow all input for Developers. Patch by: Sverre Rabbelier
Thu, 05 Mar 2009 22:29:29 +0000 Fix some whitespace damadge
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 05 Mar 2009 22:29:29 +0000] rev 1681
Fix some whitespace damadge Patch by: Sverre Rabbelier
Thu, 05 Mar 2009 22:29:00 +0000 Import user and site logic globals directly
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 05 Mar 2009 22:29:00 +0000] rev 1680
Import user and site logic globals directly Patch by: Sverre Rabbelier
Thu, 05 Mar 2009 21:38:18 +0000 Add item info to the list iterator
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 05 Mar 2009 21:38:18 +0000] rev 1679
Add item info to the list iterator Patch by: Sverre Rabbelier
Thu, 05 Mar 2009 19:21:43 +0000 Added comment support, but don't enable it
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 05 Mar 2009 19:21:43 +0000] rev 1678
Added comment support, but don't enable it Patch by: Sverre Rabbelier
Thu, 05 Mar 2009 19:20:02 +0000 Make it possible to add some default values to the context
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 05 Mar 2009 19:20:02 +0000] rev 1677
Make it possible to add some default values to the context Currently only used in show, but easy enough to add elsewhere. Patch by: Sverre Rabbelier
Thu, 05 Mar 2009 17:44:48 +0000 Organization Proposals list now correctly sorts.
Lennard de Rijk <ljvderijk@gmail.com> [Thu, 05 Mar 2009 17:44:48 +0000] rev 1676
Organization Proposals list now correctly sorts. Changed the index.yaml to reflect this. (Removed old entry). Also added a TODO to change this list once http://code.google.com/p/googleappengine/issues/detail?id=1100 is fixed. This means we can't properly sort when using the IN operator on another property then we are sorting on. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Thu, 05 Mar 2009 07:49:30 +0000 Added missing ranklist in build script
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 05 Mar 2009 07:49:30 +0000] rev 1675
Added missing ranklist in build script Patch by: Sverre Rabbelier
Wed, 04 Mar 2009 23:41:26 +0000 Set new Melange version number to 0-4-20090305 in app.yaml.template.
Pawel Solyga <Pawel.Solyga@gmail.com> [Wed, 04 Mar 2009 23:41:26 +0000] rev 1674
Set new Melange version number to 0-4-20090305 in app.yaml.template. Patch by: Pawel Solyga
Wed, 04 Mar 2009 23:26:11 +0000 Add a test to ensure that ordening and filtering works
Sverre Rabbelier <srabbelier@gmail.com> [Wed, 04 Mar 2009 23:26:11 +0000] rev 1673
Add a test to ensure that ordening and filtering works Patch by: Sverre Rabbelier
Wed, 04 Mar 2009 23:11:33 +0000 Only show key_fields in error message
Sverre Rabbelier <srabbelier@gmail.com> [Wed, 04 Mar 2009 23:11:33 +0000] rev 1672
Only show key_fields in error message This caused a crash when GET, POST, and context were added to the django_args by the decorators. Patch by: Sverre Rabbelier
Wed, 04 Mar 2009 23:11:05 +0000 Don't redirect to non-existant /document/list after deleting
Sverre Rabbelier <srabbelier@gmail.com> [Wed, 04 Mar 2009 23:11:05 +0000] rev 1671
Don't redirect to non-existant /document/list after deleting Patch by: Sverre Rabbelier
Wed, 04 Mar 2009 23:10:38 +0000 Fixed a bug discovered by excepting the proper exception
Sverre Rabbelier <srabbelier@gmail.com> [Wed, 04 Mar 2009 23:10:38 +0000] rev 1670
Fixed a bug discovered by excepting the proper exception Patch by: Sverre Rabbelier
Wed, 04 Mar 2009 23:10:13 +0000 Fixed a bug in document logic
Sverre Rabbelier <srabbelier@gmail.com> [Wed, 04 Mar 2009 23:10:13 +0000] rev 1669
Fixed a bug in document logic Patch by: Sverre Rabbelier
Wed, 04 Mar 2009 22:35:54 +0000 The organization proposal list has been significantly changed.
Lennard de Rijk <ljvderijk@gmail.com> [Wed, 04 Mar 2009 22:35:54 +0000] rev 1668
The organization proposal list has been significantly changed. It now redirects to the review page. All reviewed applications are separated from the non-reviewed ones by two lists. This view uses the two new templates submitted in this patch. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Wed, 04 Mar 2009 22:24:45 +0000 Updated list to use the new order in getForFields.
Lennard de Rijk <ljvderijk@gmail.com> [Wed, 04 Mar 2009 22:24:45 +0000] rev 1667
Updated list to use the new order in getForFields. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Wed, 04 Mar 2009 22:11:26 +0000 Mentor buttons only show up depending on if you are already on the possible mentors list.
Lennard de Rijk <ljvderijk@gmail.com> [Wed, 04 Mar 2009 22:11:26 +0000] rev 1666
Mentor buttons only show up depending on if you are already on the possible mentors list. Also made the textual changes stated in a comment on r2250. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Wed, 04 Mar 2009 21:27:11 +0000 Fix too long lines, remove unused imports and variables, rename too short variables, add missing docstring and fix style in soc.views.helper.templatetags.forms_helpers module.
Pawel Solyga <Pawel.Solyga@gmail.com> [Wed, 04 Mar 2009 21:27:11 +0000] rev 1665
Fix too long lines, remove unused imports and variables, rename too short variables, add missing docstring and fix style in soc.views.helper.templatetags.forms_helpers module. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Wed, 04 Mar 2009 21:25:08 +0000 Fix too long line in soc.views.models.sponsor module.
Pawel Solyga <Pawel.Solyga@gmail.com> [Wed, 04 Mar 2009 21:25:08 +0000] rev 1664
Fix too long line in soc.views.models.sponsor module. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Wed, 04 Mar 2009 21:24:32 +0000 Fix the bug where undefined variable was used in _editPost method of soc.view.models.org_admin module.
Pawel Solyga <Pawel.Solyga@gmail.com> [Wed, 04 Mar 2009 21:24:32 +0000] rev 1663
Fix the bug where undefined variable was used in _editPost method of soc.view.models.org_admin module. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Wed, 04 Mar 2009 21:23:42 +0000 Fix too long lines soc.views.models.club_admin, club_app and club_member modules.
Pawel Solyga <Pawel.Solyga@gmail.com> [Wed, 04 Mar 2009 21:23:42 +0000] rev 1662
Fix too long lines soc.views.models.club_admin, club_app and club_member modules. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Wed, 04 Mar 2009 21:22:52 +0000 Fix too long lines and remove unused imports in soc.views.models.host module.
Pawel Solyga <Pawel.Solyga@gmail.com> [Wed, 04 Mar 2009 21:22:52 +0000] rev 1661
Fix too long lines and remove unused imports in soc.views.models.host module. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Wed, 04 Mar 2009 21:19:49 +0000 Fix too long lines and remove unused variables in soc.views.models.role module.
Pawel Solyga <Pawel.Solyga@gmail.com> [Wed, 04 Mar 2009 21:19:49 +0000] rev 1660
Fix too long lines and remove unused variables in soc.views.models.role module. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Wed, 04 Mar 2009 21:19:07 +0000 Fix too long lines and fix the bug where undefined variable was used in _editPost method in soc.views.models.mentor module.
Pawel Solyga <Pawel.Solyga@gmail.com> [Wed, 04 Mar 2009 21:19:07 +0000] rev 1659
Fix too long lines and fix the bug where undefined variable was used in _editPost method in soc.views.models.mentor module. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Wed, 04 Mar 2009 21:17:40 +0000 Fix too long lines and rename unused loop variables to _ in soc.views.models.base module.
Pawel Solyga <Pawel.Solyga@gmail.com> [Wed, 04 Mar 2009 21:17:40 +0000] rev 1658
Fix too long lines and rename unused loop variables to _ in soc.views.models.base module. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Wed, 04 Mar 2009 21:16:26 +0000 Fix too long lines and indentions in soc.models.student_proposal module.
Pawel Solyga <Pawel.Solyga@gmail.com> [Wed, 04 Mar 2009 21:16:26 +0000] rev 1657
Fix too long lines and indentions in soc.models.student_proposal module. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Wed, 04 Mar 2009 21:15:38 +0000 Remove unused variable in soc.logic.validate module.
Pawel Solyga <Pawel.Solyga@gmail.com> [Wed, 04 Mar 2009 21:15:38 +0000] rev 1656
Remove unused variable in soc.logic.validate module. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Wed, 04 Mar 2009 21:15:01 +0000 Rename too short variable name in soc.logic.mail_dispatcher module.
Pawel Solyga <Pawel.Solyga@gmail.com> [Wed, 04 Mar 2009 21:15:01 +0000] rev 1655
Rename too short variable name in soc.logic.mail_dispatcher module. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Wed, 04 Mar 2009 21:14:19 +0000 Fix too long lines in soc.logic.models.org_admin module.
Pawel Solyga <Pawel.Solyga@gmail.com> [Wed, 04 Mar 2009 21:14:19 +0000] rev 1654
Fix too long lines in soc.logic.models.org_admin module. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Wed, 04 Mar 2009 21:12:36 +0000 Fix too long lines in soc.models.ranker_root module.
Pawel Solyga <Pawel.Solyga@gmail.com> [Wed, 04 Mar 2009 21:12:36 +0000] rev 1653
Fix too long lines in soc.models.ranker_root module. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Wed, 04 Mar 2009 21:11:43 +0000 Fix too long lines in soc.logic.helper.timeline module.
Pawel Solyga <Pawel.Solyga@gmail.com> [Wed, 04 Mar 2009 21:11:43 +0000] rev 1652
Fix too long lines in soc.logic.helper.timeline module. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Wed, 04 Mar 2009 21:10:07 +0000 Comment out unused variables and add used but not declared class variables to __init__ method in soc.logic.allocations module.
Pawel Solyga <Pawel.Solyga@gmail.com> [Wed, 04 Mar 2009 21:10:07 +0000] rev 1651
Comment out unused variables and add used but not declared class variables to __init__ method in soc.logic.allocations module. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Wed, 04 Mar 2009 20:54:30 +0000 Fix too long line in soc.models.user module.
Pawel Solyga <Pawel.Solyga@gmail.com> [Wed, 04 Mar 2009 20:54:30 +0000] rev 1650
Fix too long line in soc.models.user module. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Wed, 04 Mar 2009 20:50:27 +0000 Rename unused loop variables to _ in soc.views.helper.params module.
Pawel Solyga <Pawel.Solyga@gmail.com> [Wed, 04 Mar 2009 20:50:27 +0000] rev 1649
Rename unused loop variables to _ in soc.views.helper.params module. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Wed, 04 Mar 2009 20:49:19 +0000 Remove unused variables and imports, fix too long lines in soc.logic.helper.notifications module.
Pawel Solyga <Pawel.Solyga@gmail.com> [Wed, 04 Mar 2009 20:49:19 +0000] rev 1648
Remove unused variables and imports, fix too long lines in soc.logic.helper.notifications module. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Wed, 04 Mar 2009 20:47:34 +0000 Rename unused loop variable to _ in soc.views.models.user_self module.
Pawel Solyga <Pawel.Solyga@gmail.com> [Wed, 04 Mar 2009 20:47:34 +0000] rev 1647
Rename unused loop variable to _ in soc.views.models.user_self module. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Wed, 04 Mar 2009 19:31:21 +0000 Add date postfix to the filename of each our JS or CSS files that still don't have it. Update filename changes in soc/base.html template.
Pawel Solyga <Pawel.Solyga@gmail.com> [Wed, 04 Mar 2009 19:31:21 +0000] rev 1646
Add date postfix to the filename of each our JS or CSS files that still don't have it. Update filename changes in soc/base.html template. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Wed, 04 Mar 2009 19:00:44 +0000 Style fixes plus removal of unused imports, add missing docstring and fix too long lines in soc.views.models.org_app module.
Pawel Solyga <Pawel.Solyga@gmail.com> [Wed, 04 Mar 2009 19:00:44 +0000] rev 1645
Style fixes plus removal of unused imports, add missing docstring and fix too long lines in soc.views.models.org_app module. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Wed, 04 Mar 2009 18:54:39 +0000 Style fixes plus remove unused imports in soc.views.models.group_app module.
Pawel Solyga <Pawel.Solyga@gmail.com> [Wed, 04 Mar 2009 18:54:39 +0000] rev 1644
Style fixes plus remove unused imports in soc.views.models.group_app module. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Wed, 04 Mar 2009 18:44:14 +0000 Fix too long lines, remove unused variable, add missing docstring in soc.views.models.program module.
Pawel Solyga <Pawel.Solyga@gmail.com> [Wed, 04 Mar 2009 18:44:14 +0000] rev 1643
Fix too long lines, remove unused variable, add missing docstring in soc.views.models.program module. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Wed, 04 Mar 2009 18:41:03 +0000 Some style fixes and removal of unused imports in soc.views.models.document module.
Pawel Solyga <Pawel.Solyga@gmail.com> [Wed, 04 Mar 2009 18:41:03 +0000] rev 1642
Some style fixes and removal of unused imports in soc.views.models.document module. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Wed, 04 Mar 2009 18:38:50 +0000 Some style fixes, removal of unused imports and add ugettext where it was missing in soc.views.models.organization module.
Pawel Solyga <Pawel.Solyga@gmail.com> [Wed, 04 Mar 2009 18:38:50 +0000] rev 1641
Some style fixes, removal of unused imports and add ugettext where it was missing in soc.views.models.organization module. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Wed, 04 Mar 2009 18:34:28 +0000 Remove unused imports and variable, plus some style fixes in soc.views.models.group module.
Pawel Solyga <Pawel.Solyga@gmail.com> [Wed, 04 Mar 2009 18:34:28 +0000] rev 1640
Remove unused imports and variable, plus some style fixes in soc.views.models.group module. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Wed, 04 Mar 2009 18:33:20 +0000 Fix too long lines in soc.views.models.student_proposal module.
Pawel Solyga <Pawel.Solyga@gmail.com> [Wed, 04 Mar 2009 18:33:20 +0000] rev 1639
Fix too long lines in soc.views.models.student_proposal module. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Wed, 04 Mar 2009 18:22:29 +0000 Remove unused imports and fix too long lines and some style fixes in soc.views.models.club module.
Pawel Solyga <Pawel.Solyga@gmail.com> [Wed, 04 Mar 2009 18:22:29 +0000] rev 1638
Remove unused imports and fix too long lines and some style fixes in soc.views.models.club module. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Wed, 04 Mar 2009 18:19:00 +0000 Remove unused imports and fix too long lines in soc.views.models.request module.
Pawel Solyga <Pawel.Solyga@gmail.com> [Wed, 04 Mar 2009 18:19:00 +0000] rev 1637
Remove unused imports and fix too long lines in soc.views.models.request module. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Wed, 04 Mar 2009 18:16:46 +0000 Remove unused imports and fix too long lines in soc.views.models.timeline module.
Pawel Solyga <Pawel.Solyga@gmail.com> [Wed, 04 Mar 2009 18:16:46 +0000] rev 1636
Remove unused imports and fix too long lines in soc.views.models.timeline module. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Wed, 04 Mar 2009 18:16:20 +0000 Remove unused imports and fix too long lines in soc.views.models.site module.
Pawel Solyga <Pawel.Solyga@gmail.com> [Wed, 04 Mar 2009 18:16:20 +0000] rev 1635
Remove unused imports and fix too long lines in soc.views.models.site module. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Wed, 04 Mar 2009 18:14:16 +0000 Remove unused imports and fix too long lines in soc.views.models.user_self module
Pawel Solyga <Pawel.Solyga@gmail.com> [Wed, 04 Mar 2009 18:14:16 +0000] rev 1634
Remove unused imports and fix too long lines in soc.views.models.user_self module Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Wed, 04 Mar 2009 17:36:14 +0000 Remove unused imports, style and too long lines fixes, remove unused variables, rename too short variable names, fix docstrings in soc.views.helper.access module.
Pawel Solyga <Pawel.Solyga@gmail.com> [Wed, 04 Mar 2009 17:36:14 +0000] rev 1633
Remove unused imports, style and too long lines fixes, remove unused variables, rename too short variable names, fix docstrings in soc.views.helper.access module. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Wed, 04 Mar 2009 17:33:48 +0000 Remove unused imports and rename too short variable names in soc.views.helper.decorators module.
Pawel Solyga <Pawel.Solyga@gmail.com> [Wed, 04 Mar 2009 17:33:48 +0000] rev 1632
Remove unused imports and rename too short variable names in soc.views.helper.decorators module. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Wed, 04 Mar 2009 17:32:55 +0000 Style fixes and add ValueError exception catching to soc.views.helper.request module
Pawel Solyga <Pawel.Solyga@gmail.com> [Wed, 04 Mar 2009 17:32:55 +0000] rev 1631
Style fixes and add ValueError exception catching to soc.views.helper.request module Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Wed, 04 Mar 2009 17:31:39 +0000 Fix too long lines in soc.views.helper.params module.
Pawel Solyga <Pawel.Solyga@gmail.com> [Wed, 04 Mar 2009 17:31:39 +0000] rev 1630
Fix too long lines in soc.views.helper.params module. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Wed, 04 Mar 2009 17:30:22 +0000 Fix too long lines in soc.models.group_app module.
Pawel Solyga <Pawel.Solyga@gmail.com> [Wed, 04 Mar 2009 17:30:22 +0000] rev 1629
Fix too long lines in soc.models.group_app module. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Wed, 04 Mar 2009 17:29:35 +0000 Fix too long lines in soc.models.org_app module.
Pawel Solyga <Pawel.Solyga@gmail.com> [Wed, 04 Mar 2009 17:29:35 +0000] rev 1628
Fix too long lines in soc.models.org_app module. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Wed, 04 Mar 2009 17:28:02 +0000 Style and too long lines fixes in soc.models.role module.
Pawel Solyga <Pawel.Solyga@gmail.com> [Wed, 04 Mar 2009 17:28:02 +0000] rev 1627
Style and too long lines fixes in soc.models.role module. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Wed, 04 Mar 2009 17:24:19 +0000 Remove unused imports, add missing blank lines, fix too long lines, fix docstring parameters to match the ones in method declaration, rename to short variable names in soc.logic.models.base module.
Pawel Solyga <Pawel.Solyga@gmail.com> [Wed, 04 Mar 2009 17:24:19 +0000] rev 1626
Remove unused imports, add missing blank lines, fix too long lines, fix docstring parameters to match the ones in method declaration, rename to short variable names in soc.logic.models.base module. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Wed, 04 Mar 2009 17:22:22 +0000 Add missing whitespace in soc.logic.models.role module.
Pawel Solyga <Pawel.Solyga@gmail.com> [Wed, 04 Mar 2009 17:22:22 +0000] rev 1625
Add missing whitespace in soc.logic.models.role module. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Wed, 04 Mar 2009 17:21:39 +0000 Fix too long lines in soc.logic.models.student_proposal module.
Pawel Solyga <Pawel.Solyga@gmail.com> [Wed, 04 Mar 2009 17:21:39 +0000] rev 1624
Fix too long lines in soc.logic.models.student_proposal module. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Wed, 04 Mar 2009 17:04:25 +0000 Renamed rankerroot to ranker_root and made some changes due to comments.
Lennard de Rijk <ljvderijk@gmail.com> [Wed, 04 Mar 2009 17:04:25 +0000] rev 1623
Renamed rankerroot to ranker_root and made some changes due to comments. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Wed, 04 Mar 2009 16:54:17 +0000 Fixed early line ending in StudentProposal model.
Lennard de Rijk <ljvderijk@gmail.com> [Wed, 04 Mar 2009 16:54:17 +0000] rev 1622
Fixed early line ending in StudentProposal model. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Wed, 04 Mar 2009 16:49:19 +0000 Add missing docstrings, fix indentions and too long lines in soc.logic.cleaning module.
Pawel Solyga <Pawel.Solyga@gmail.com> [Wed, 04 Mar 2009 16:49:19 +0000] rev 1621
Add missing docstrings, fix indentions and too long lines in soc.logic.cleaning module. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Wed, 04 Mar 2009 16:48:10 +0000 Added access check to student_proposal review.
Lennard de Rijk <ljvderijk@gmail.com> [Wed, 04 Mar 2009 16:48:10 +0000] rev 1620
Added access check to student_proposal review. Hosts and Developers can comment but not score an proposal (unless of course they are an org_admin/mentor). Fixed the initial scoring being set to -4, which is annoying if you just want to comment. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Wed, 04 Mar 2009 16:47:59 +0000 Remove unused normalized variable from denormalizeAccount method in soc.logic.accounts module.
Pawel Solyga <Pawel.Solyga@gmail.com> [Wed, 04 Mar 2009 16:47:59 +0000] rev 1619
Remove unused normalized variable from denormalizeAccount method in soc.logic.accounts module. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Wed, 04 Mar 2009 16:46:54 +0000 Fix indention in _readonly_field_as_twoline_table_row.html template.
Pawel Solyga <Pawel.Solyga@gmail.com> [Wed, 04 Mar 2009 16:46:54 +0000] rev 1618
Fix indention in _readonly_field_as_twoline_table_row.html template. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Wed, 04 Mar 2009 16:45:03 +0000 Remove unused imports from soc.views.sitemap.build module.
Pawel Solyga <Pawel.Solyga@gmail.com> [Wed, 04 Mar 2009 16:45:03 +0000] rev 1617
Remove unused imports from soc.views.sitemap.build module. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Wed, 04 Mar 2009 16:44:21 +0000 Update pylintrc file. Now function and method names can by up to 40 characters (30 was maximum previously).
Pawel Solyga <Pawel.Solyga@gmail.com> [Wed, 04 Mar 2009 16:44:21 +0000] rev 1616
Update pylintrc file. Now function and method names can by up to 40 characters (30 was maximum previously). Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Wed, 04 Mar 2009 16:29:21 +0000 Changed delete rights due to comments on r2138.
Lennard de Rijk <ljvderijk@gmail.com> [Wed, 04 Mar 2009 16:29:21 +0000] rev 1615
Changed delete rights due to comments on r2138. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Tue, 03 Mar 2009 23:27:39 +0000 Convert getForFields back to the Query API and add tests
Sverre Rabbelier <srabbelier@gmail.com> [Tue, 03 Mar 2009 23:27:39 +0000] rev 1614
Convert getForFields back to the Query API and add tests This is possible now that it supports the 'IN' operator. Added tests to make sure there are no regressions. Patch by: Sverre Rabbelier
(0) -1000 -240 +240 +1000 tip