app/soc/views/models/program.py
Mon, 07 Sep 2009 20:06:27 +0200 Sverre Rabbelier Use system.getHostname() everywhere
Wed, 02 Sep 2009 10:52:04 +0200 Sverre Rabbelier Prefetch referenced fields in project listing
Wed, 26 Aug 2009 18:45:01 +0200 Lennard de Rijk Removed workflow property from Program model.
Wed, 26 Aug 2009 18:37:35 +0200 Madhusudan.C.S Moved createTimelineForType to Program Logic.
Mon, 24 Aug 2009 04:31:23 +0530 Madhusudan.C.S Reverting last 4 patches containing GHOP related views.
Sat, 22 Aug 2009 03:56:25 +0530 Madhusudan.C.S Added timeline view for GHOP.
Sat, 22 Aug 2009 03:56:04 +0530 Madhusudan.C.S Dotted path to the views in URL patterns is changed to a params parameter.
Mon, 17 Aug 2009 14:01:13 +0200 Daniel Hans Whitespace fix in Program view.
Fri, 14 Aug 2009 03:58:40 +0530 Madhusudan.C.S checkIsAfterEvent takes logic as argument instead of hard coded program logic.
Mon, 03 Aug 2009 17:33:58 +0200 Lennard de Rijk Added link for students to resign their profile to the Program menu.
Sat, 01 Aug 2009 15:55:33 -0700 Sverre Rabbelier Add link to withdraw student project page
Sun, 05 Jul 2009 11:32:26 +0200 James Levy Added Menu items for all three kinds of Surveys to the program menu.
Sat, 04 Jul 2009 18:53:37 +0200 Lennard de Rijk Several style fixes due to code reviews.
Fri, 03 Jul 2009 18:09:48 +0200 Lennard de Rijk Corrected the links to Grading Project Surveys in Program menu.
Thu, 02 Jul 2009 18:33:13 +0200 Daniel Diniz Enable the ProjectSurvey and GradingProjectSurvey views in the core.
Thu, 02 Jul 2009 10:46:39 +0200 Lennard de Rijk Removed obsolote method call in Program View.
Sun, 28 Jun 2009 14:49:39 +0200 Daniel Diniz Added Survey menu items to the Program menu.
Mon, 08 Jun 2009 22:28:17 +0200 Lennard de Rijk Temporary fix for Issue 636 by turning off the caching of the page's entities.
Wed, 27 May 2009 02:09:38 +0200 Pawel Solyga Some more pylint fixes in different Melange modules.
Fri, 01 May 2009 00:35:06 +0200 Sverre Rabbelier Add full list of accepted students
Mon, 20 Apr 2009 19:08:47 +0000 Lennard de Rijk Fixed typo in access module naming.
Fri, 17 Apr 2009 21:36:49 +0000 Lennard de Rijk Rename that should have been part of r2953.
Fri, 17 Apr 2009 20:26:37 +0000 Lennard de Rijk Moved the code to retrieve all Proposal which should be accepted for one Organization to the Proposal Logic module.
Fri, 17 Apr 2009 19:53:23 +0000 Pawel Solyga Fix too long line in soc.views.models.program module.
Mon, 13 Apr 2009 21:32:29 +0000 Sverre Rabbelier Fix a bug in duplicate detection
Sat, 11 Apr 2009 22:58:19 +0000 Sverre Rabbelier Use key().id_or_name() instead of key().name()
Sat, 11 Apr 2009 13:42:12 +0000 Lennard de Rijk Added two menu items to the program menu.
Sat, 11 Apr 2009 12:27:20 +0000 Sverre Rabbelier Remove slots_allocation from program view
Fri, 10 Apr 2009 15:45:52 +0000 Sverre Rabbelier Allow loading a previously saved slot allocation
Thu, 09 Apr 2009 22:06:18 +0000 Sverre Rabbelier Add a new allocation algorithm and use it
Thu, 09 Apr 2009 22:05:44 +0000 Sverre Rabbelier Change iterative to algorithm in slot allocator
Wed, 08 Apr 2009 23:45:41 +0000 Sverre Rabbelier Add a submit method and button to slots view
Wed, 08 Apr 2009 22:20:33 +0000 Sverre Rabbelier Drop the 'adjustement' part of slots allocation
Wed, 08 Apr 2009 22:19:24 +0000 Sverre Rabbelier Use the new self._getAcceptedOrgsList in slots view
Wed, 08 Apr 2009 22:19:05 +0000 Sverre Rabbelier Factor out _getAcceptedOrgsList from acceptedOrgs
Tue, 07 Apr 2009 21:40:23 +0000 Lennard de Rijk Added list of projects to the organization home page.
Mon, 06 Apr 2009 22:55:49 +0000 Sverre Rabbelier Make slots view available to hosts
Mon, 06 Apr 2009 22:55:27 +0000 Sverre Rabbelier Use the new nr_applications and nr_mentors
Fri, 03 Apr 2009 19:17:26 +0000 Sverre Rabbelier Also show 'List my student proposals' after signup closes
Fri, 03 Apr 2009 17:41:08 +0000 Pawel Solyga Style fixes and removal of unused imports in soc.views.models.
Fri, 03 Apr 2009 10:36:57 +0000 Lennard de Rijk Returning a JSON response on successfully storing the found duplicates.
Thu, 02 Apr 2009 19:40:28 +0000 Lennard de Rijk Enable storing of the duplicate calculation results.
Tue, 24 Mar 2009 19:49:35 +0000 Lennard de Rijk Added JS to the duplicate proposals page.
Mon, 23 Mar 2009 20:15:17 +0000 Lennard de Rijk Add "Edit my Student Profile" link to program menu.
Fri, 20 Mar 2009 23:59:18 +0000 Sverre Rabbelier Only show 'Register as student' link student has a user profile
Fri, 20 Mar 2009 22:50:34 +0000 Sverre Rabbelier Show the accepted_orgs_msg for the accepted orgs page
Fri, 20 Mar 2009 22:49:18 +0000 Sverre Rabbelier Add an non-required accepted_orgs_msg property to program profile
Fri, 20 Mar 2009 21:02:46 +0000 Sverre Rabbelier Show all orgs in accepted org list view
Thu, 19 Mar 2009 17:11:03 +0000 Sverre Rabbelier Verbiage fix
Thu, 19 Mar 2009 00:12:59 +0000 Sverre Rabbelier Rename 'orgs' to 'organizations' in page title
Wed, 18 Mar 2009 16:21:19 +0000 Lennard de Rijk Always show the accepted organizations list even when there are None.
Wed, 18 Mar 2009 16:15:32 +0000 Lennard de Rijk Added missing access check for listing of accepted orgs.
Tue, 17 Mar 2009 22:03:00 +0000 Lennard de Rijk Proposal data is now stored in a list rather then a dictionary for the AssignedProposals JSON object.
Tue, 17 Mar 2009 20:51:07 +0000 Lennard de Rijk Cleaned up the proposal data that gets put into a JSON object.
Tue, 17 Mar 2009 20:24:59 +0000 Lennard de Rijk Fixed a bug where giving a limit but no offset would cause a 505.
Tue, 17 Mar 2009 13:28:06 +0000 Sverre Rabbelier Added a Assign Slots link to sidebar for Hosts
Tue, 17 Mar 2009 13:22:00 +0000 Sverre Rabbelier Make accepted org list redirect to public page
Sun, 15 Mar 2009 16:30:26 +0000 Sverre Rabbelier Specify the type of Link ID used
Sun, 15 Mar 2009 14:10:21 +0000 Sverre Rabbelier Renamed "Idea page" to "Ideas page"
Sun, 15 Mar 2009 13:36:14 +0000 Sverre Rabbelier Remove key_order from 'list accepted orgs' view
less more (0) -100 -60 tip