app/soc/views/models/program.py
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
Sun, 15 Mar 2009 13:16:38 +0000 Sverre Rabbelier Added a 'accepted orgs' view to program
Sun, 15 Mar 2009 11:31:26 +0000 Lennard de Rijk Style fixes.
Sat, 14 Mar 2009 19:46:20 +0000 Sverre Rabbelier Fixed a very obvious bug in slots()
Sat, 14 Mar 2009 16:09:13 +0000 Sverre Rabbelier Show 'list my org apps' only if you have org apps
Sat, 14 Mar 2009 16:08:09 +0000 Sverre Rabbelier Enable javascript in duplicate students view
Sat, 14 Mar 2009 00:12:22 +0000 Sverre Rabbelier Show 'List my Organization Applications' link even after signup closed
Fri, 13 Mar 2009 23:10:49 +0000 Sverre Rabbelier Don't override org view params
Fri, 13 Mar 2009 13:49:07 +0000 Lennard de Rijk Started with the view for showing students who have been assigned to multiple slots.
Mon, 09 Mar 2009 00:08:32 +0000 Sverre Rabbelier Views should have a unique name
Mon, 09 Mar 2009 00:00:41 +0000 Sverre Rabbelier Use getFromKeyFieldsOr404 in slots() and allocateSlots()
Sun, 08 Mar 2009 16:26:17 +0000 Sverre Rabbelier Switch from actual applications to popularity
Sun, 08 Mar 2009 15:00:59 +0000 Sverre Rabbelier Make use of groupDictBy in program.slots
Sun, 08 Mar 2009 14:38:24 +0000 Sverre Rabbelier Provide the 'return_url' in the allocate slots view
Sun, 08 Mar 2009 14:36:55 +0000 Sverre Rabbelier Don't override the params argument
Sun, 08 Mar 2009 13:58:15 +0000 Sverre Rabbelier Restricted slots and assign_slots to dev-only for now
Sun, 08 Mar 2009 02:05:12 +0000 Sverre Rabbelier Add and use the new and improved allocation scripts
Sat, 07 Mar 2009 00:33:39 +0000 Sverre Rabbelier Added a slots JSON call
Sat, 07 Mar 2009 00:33:10 +0000 Sverre Rabbelier Added a slot allocation view
Fri, 06 Mar 2009 22:32:26 +0000 Sverre Rabbelier Clean document references
Fri, 06 Mar 2009 22:31:19 +0000 Sverre Rabbelier Switch Program to regular presence
less more (0) -100 -60 tip