Mon, 16 Mar 2009 18:02:01 +0000 Added sendNewReviewNotification to the notifications helper.
Lennard de Rijk <ljvderijk@gmail.com> [Mon, 16 Mar 2009 18:02:01 +0000] rev 1893
Added sendNewReviewNotification to the notifications helper. This is to be used for messaging ReviewFollowers. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Mon, 16 Mar 2009 18:00:39 +0000 Added new_review template.
Lennard de Rijk <ljvderijk@gmail.com> [Mon, 16 Mar 2009 18:00:39 +0000] rev 1892
Added new_review template. Fixed minor style issue in notifications base template. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Mon, 16 Mar 2009 17:58:55 +0000 Make the notifications look less bloated by not adhering to the linebreaks in the template but only to the HTML in them.
Lennard de Rijk <ljvderijk@gmail.com> [Mon, 16 Mar 2009 17:58:55 +0000] rev 1891
Make the notifications look less bloated by not adhering to the linebreaks in the template but only to the HTML in them. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Mon, 16 Mar 2009 16:27:21 +0000 Increased the length of the timebased link_id to handle more items at once.
Lennard de Rijk <ljvderijk@gmail.com> [Mon, 16 Mar 2009 16:27:21 +0000] rev 1890
Increased the length of the timebased link_id to handle more items at once. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Mon, 16 Mar 2009 15:33:27 +0000 Use site_name if the system sends a message.
Lennard de Rijk <ljvderijk@gmail.com> [Mon, 16 Mar 2009 15:33:27 +0000] rev 1889
Use site_name if the system sends a message. Addresses comments on r2564. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Mon, 16 Mar 2009 11:57:50 +0000 Style fixes for release modules.
Pawel Solyga <Pawel.Solyga@gmail.com> [Mon, 16 Mar 2009 11:57:50 +0000] rev 1888
Style fixes for release modules. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Sun, 15 Mar 2009 22:32:05 +0000 Changed notifications helper to properly use the fact that from_user is not a required property.
Lennard de Rijk <ljvderijk@gmail.com> [Sun, 15 Mar 2009 22:32:05 +0000] rev 1887
Changed notifications helper to properly use the fact that from_user is not a required property. The list template has changed to reflect this. The naming is open for discussion but note that if it is decided to change it that it also needs to be changed in the public.html template. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sun, 15 Mar 2009 20:58:39 +0000 Changed line-endings in notifications base template.
Lennard de Rijk <ljvderijk@gmail.com> [Sun, 15 Mar 2009 20:58:39 +0000] rev 1886
Changed line-endings in notifications base template. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sun, 15 Mar 2009 20:42:21 +0000 Fixed an Epic Fail in StudentProposal logic ^_^.
Lennard de Rijk <ljvderijk@gmail.com> [Sun, 15 Mar 2009 20:42:21 +0000] rev 1885
Fixed an Epic Fail in StudentProposal logic ^_^. Import was wrong. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sun, 15 Mar 2009 20:40:03 +0000 Delete all ReviewFollowers and remove the entry in the ranker before deleting a StudentProposal.
Lennard de Rijk <ljvderijk@gmail.com> [Sun, 15 Mar 2009 20:40:03 +0000] rev 1884
Delete all ReviewFollowers and remove the entry in the ranker before deleting a StudentProposal. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sun, 15 Mar 2009 20:27:50 +0000 The StudentProposal review view now also allow you to subscribe to public/private reviews.
Lennard de Rijk <ljvderijk@gmail.com> [Sun, 15 Mar 2009 20:27:50 +0000] rev 1883
The StudentProposal review view now also allow you to subscribe to public/private reviews. Note that message sending is not yet implemented. Also moved the other GET parameter stuff into ReviewGet method. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sun, 15 Mar 2009 19:29:31 +0000 Everyone that is able to see the StudentProposals public page can subscribe to public review updates.
Lennard de Rijk <ljvderijk@gmail.com> [Sun, 15 Mar 2009 19:29:31 +0000] rev 1882
Everyone that is able to see the StudentProposals public page can subscribe to public review updates. Note: No messages will be sent yet. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sun, 15 Mar 2009 19:26:10 +0000 Added the ReviewFollower logic module.
Lennard de Rijk <ljvderijk@gmail.com> [Sun, 15 Mar 2009 19:26:10 +0000] rev 1881
Added the ReviewFollower logic module. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sun, 15 Mar 2009 19:25:14 +0000 Added the ReviewFollower model.
Lennard de Rijk <ljvderijk@gmail.com> [Sun, 15 Mar 2009 19:25:14 +0000] rev 1880
Added the ReviewFollower model. To be used to track who is subscribed to StudentProposals being reviewed. Or any other entity that uses the Review model to convey messages. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sun, 15 Mar 2009 17:33:50 +0000 Some minor style fixes.
Lennard de Rijk <ljvderijk@gmail.com> [Sun, 15 Mar 2009 17:33:50 +0000] rev 1879
Some minor style fixes. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sun, 15 Mar 2009 17:22:15 +0000 Fix missing utf encoding of data when exporting lists to csv file.
Pawel Solyga <Pawel.Solyga@gmail.com> [Sun, 15 Mar 2009 17:22:15 +0000] rev 1878
Fix missing utf encoding of data when exporting lists to csv file. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Sun, 15 Mar 2009 16:42:54 +0000 Updated help text for email properties in Group model.
Lennard de Rijk <ljvderijk@gmail.com> [Sun, 15 Mar 2009 16:42:54 +0000] rev 1877
Updated help text for email properties in Group model. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sun, 15 Mar 2009 16:30:53 +0000 Allow backup admins to edit org application
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 15 Mar 2009 16:30:53 +0000] rev 1876
Allow backup admins to edit org application Patch by: Sverre Rabbelier
Sun, 15 Mar 2009 16:30:26 +0000 Specify the type of Link ID used
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 15 Mar 2009 16:30:26 +0000] rev 1875
Specify the type of Link ID used Patch by: Sverre Rabbelier
Sun, 15 Mar 2009 16:20:24 +0000 Some minor style fixes.
Lennard de Rijk <ljvderijk@gmail.com> [Sun, 15 Mar 2009 16:20:24 +0000] rev 1874
Some minor style fixes. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sun, 15 Mar 2009 16:10:19 +0000 Added the Follower Logic Module.
Lennard de Rijk <ljvderijk@gmail.com> [Sun, 15 Mar 2009 16:10:19 +0000] rev 1873
Added the Follower Logic Module. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sun, 15 Mar 2009 16:08:45 +0000 Added the Follower model.
Lennard de Rijk <ljvderijk@gmail.com> [Sun, 15 Mar 2009 16:08:45 +0000] rev 1872
Added the Follower model. This will be used to let people subscribe to for instance a student proposal so that they can receive updates about it. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sun, 15 Mar 2009 15:21:06 +0000 Replaced a '.' with '?' in org app
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 15 Mar 2009 15:21:06 +0000] rev 1871
Replaced a '.' with '?' in org app Patch by: Sverre Rabbelier
Sun, 15 Mar 2009 15:07:38 +0000 Verbiage fix in ACL
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 15 Mar 2009 15:07:38 +0000] rev 1870
Verbiage fix in ACL Patch by: Sverre Rabbelier
Sun, 15 Mar 2009 14:55:45 +0000 Verbiage fix in org app
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 15 Mar 2009 14:55:45 +0000] rev 1869
Verbiage fix in org app Patch by: Sverre Rabbelier
Sun, 15 Mar 2009 14:53:00 +0000 Updated the accepted organization email for GSoC 2009.
Lennard de Rijk <ljvderijk@gmail.com> [Sun, 15 Mar 2009 14:53:00 +0000] rev 1868
Updated the accepted organization email for GSoC 2009. Left a TODO to use a proper template. Issue 200 addresses a possible solution. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sun, 15 Mar 2009 14:14:13 +0000 Set new Melange version number to 0-5-20090315 in app.yaml.template.
Pawel Solyga <Pawel.Solyga@gmail.com> [Sun, 15 Mar 2009 14:14:13 +0000] rev 1867
Set new Melange version number to 0-5-20090315 in app.yaml.template. Patch by: Pawel Solyga
Sun, 15 Mar 2009 14:10:21 +0000 Renamed "Idea page" to "Ideas page"
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 15 Mar 2009 14:10:21 +0000] rev 1866
Renamed "Idea page" to "Ideas page" Also renamed "all organizations" to "accepted organizations". Added a longer description to the first list. Patch by: Sverre Rabbelier
Sun, 15 Mar 2009 13:36:14 +0000 Remove key_order from 'list accepted orgs' view
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 15 Mar 2009 13:36:14 +0000] rev 1865
Remove key_order from 'list accepted orgs' view Patch by: Sverre Rabbelier
Sun, 15 Mar 2009 13:35:45 +0000 Don't create csv export when no key_order is defined
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 15 Mar 2009 13:35:45 +0000] rev 1864
Don't create csv export when no key_order is defined Patch by: Sverre Rabbelier
Sun, 15 Mar 2009 13:16:38 +0000 Added a 'accepted orgs' view to program
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 15 Mar 2009 13:16:38 +0000] rev 1863
Added a 'accepted orgs' view to program Patch by: Sverre Rabbelier
Sun, 15 Mar 2009 13:16:03 +0000 Make an org's application visible to all logged in users
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 15 Mar 2009 13:16:03 +0000] rev 1862
Make an org's application visible to all logged in users Patch by: Sverre Rabbelier
Sun, 15 Mar 2009 13:15:32 +0000 Don't show possibly private info on org_app public page
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 15 Mar 2009 13:15:32 +0000] rev 1861
Don't show possibly private info on org_app public page Patch by: Sverre Rabbelier
Sun, 15 Mar 2009 13:15:01 +0000 Added an getAcceptedOrgsRedirect to redirects
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 15 Mar 2009 13:15:01 +0000] rev 1860
Added an getAcceptedOrgsRedirect to redirects Patch by: Sverre Rabbelier
Sun, 15 Mar 2009 13:14:33 +0000 Remove program id from org list
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 15 Mar 2009 13:14:33 +0000] rev 1859
Remove program id from org list Patch by: Sverre Rabbelier
Sun, 15 Mar 2009 13:13:54 +0000 Show idea page instead of last modified date in org app
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 15 Mar 2009 13:13:54 +0000] rev 1858
Show idea page instead of last modified date in org app Patch by: Sverre Rabbelier
Sun, 15 Mar 2009 11:31:26 +0000 Style fixes.
Lennard de Rijk <ljvderijk@gmail.com> [Sun, 15 Mar 2009 11:31:26 +0000] rev 1857
Style fixes. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sat, 14 Mar 2009 20:12:56 +0000 Added a list of developers to the User menu
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 14 Mar 2009 20:12:56 +0000] rev 1856
Added a list of developers to the User menu Patch by: Sverre Rabbelier
Sat, 14 Mar 2009 19:46:20 +0000 Fixed a very obvious bug in slots()
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 14 Mar 2009 19:46:20 +0000] rev 1855
Fixed a very obvious bug in slots() The bug was not visible due to the allocator always returning an empty dictionary. Patch by: Sverre Rabbelier
Sat, 14 Mar 2009 19:45:52 +0000 Don't return an empty dict when no allocation can be made
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 14 Mar 2009 19:45:52 +0000] rev 1854
Don't return an empty dict when no allocation can be made Patch by: Sverre Rabbelier
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.
(0) -1000 -300 -100 -60 +60 +100 +300 +1000 tip