app/soc/views/models/program.py
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
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
Wed, 04 Mar 2009 18:44:14 +0000 Pawel Solyga Fix too long lines, remove unused variable, add missing docstring in soc.views.models.program module.
Sun, 01 Mar 2009 20:20:47 +0000 Sverre Rabbelier Make use of decorators.view for all views
Sat, 28 Feb 2009 17:37:01 +0000 Lennard de Rijk For links in a program to take effect there must be an active role.
Thu, 26 Feb 2009 16:49:06 +0000 Sverre Rabbelier Remove updateOrCreateFromFields and it's uses
Thu, 26 Feb 2009 16:48:02 +0000 Sverre Rabbelier Fix some whitespace damadge and a style fix
Tue, 24 Feb 2009 20:29:27 +0000 Lennard de Rijk Textual change in program menu due to comment on r2113.
Tue, 24 Feb 2009 20:14:59 +0000 Lennard de Rijk Textual changes in organization and program view.
Tue, 24 Feb 2009 19:43:15 +0000 Lennard de Rijk Added link in program menu to the new list_orgs view.
Mon, 23 Feb 2009 18:27:14 +0000 Sverre Rabbelier Make timeline a Linkable
Sun, 22 Feb 2009 21:08:41 +0000 Lennard de Rijk Added list my Student Proposals link to the program menu.
Sat, 21 Feb 2009 17:05:52 +0000 Lennard de Rijk Added several menu items to the program menu.
Sat, 21 Feb 2009 15:59:07 +0000 Sverre Rabbelier Rename dynafields to dynaproperties
Sun, 15 Feb 2009 18:55:05 +0000 Pawel Solyga Fix import sorting in soc.views.models.program module and rename any "Org" in link names to "Organization".
Sun, 15 Feb 2009 14:58:03 +0000 Sverre Rabbelier Hook up the admin view everywhere
Sat, 14 Feb 2009 20:23:18 +0000 Sverre Rabbelier Add a list_public view to organization
Sat, 14 Feb 2009 19:03:38 +0000 Lennard de Rijk Fixed missing parameters in program view due to change in _getTimeDependentEntries in r1943.
Sat, 14 Feb 2009 15:57:53 +0000 Sverre Rabbelier Add a 'list documents' link everywhere
Fri, 13 Feb 2009 23:18:39 +0000 Sverre Rabbelier Partially reverted "Update the copyright notice for 2009."
Fri, 13 Feb 2009 22:36:45 +0000 Sverre Rabbelier Update the copyright notice for 2009.
Fri, 13 Feb 2009 21:53:15 +0000 Sverre Rabbelier Add prefix filtering and refactored program field generation
Thu, 12 Feb 2009 20:13:51 +0000 Sverre Rabbelier Program requires the filter to be set to __scoped__
Thu, 12 Feb 2009 10:24:37 +0000 Sverre Rabbelier Removed unused argument in program.py
Wed, 11 Feb 2009 23:57:08 +0000 Sverre Rabbelier Use the newly added __scoped__ and references for program's ToSes
Tue, 10 Feb 2009 23:13:06 +0000 Lennard de Rijk Added Agreement properties to Program Model.
Mon, 09 Feb 2009 00:02:07 +0000 Lennard de Rijk Added a button to list all your org applications to a speficic program menu.
Sat, 07 Feb 2009 22:49:51 +0000 Sverre Rabbelier Rename checkHasActiveRole to checkHasActiveRoleForScope
Sat, 07 Feb 2009 13:40:20 +0000 Lennard de Rijk Added scoped group_app listing.
Thu, 05 Feb 2009 22:15:38 +0000 Lennard de Rijk Org applications can now only be made by a user when a program allows it.
Thu, 05 Feb 2009 20:19:17 +0000 Lennard de Rijk Cleaned up getKeyNameFromFields in Logic base.
Wed, 04 Feb 2009 21:12:29 +0000 Lennard de Rijk Specific program menu's now show a "Apply to become an Organization" entry when the program's timeline states that it's open.
Tue, 03 Feb 2009 15:18:40 +0000 Lennard de Rijk Renamed checkHasRole to checkHasActiveRole.
Mon, 02 Feb 2009 17:02:31 +0000 Sverre Rabbelier More access related fixes
Mon, 02 Feb 2009 14:19:22 +0000 Lennard de Rijk Removed work flow field from the check in getExtraMenus for program.
Sun, 01 Feb 2009 20:44:47 +0000 Sverre Rabbelier Cleaned up access.py
Sun, 01 Feb 2009 20:41:58 +0000 Sverre Rabbelier Do not return empty menu's in program.
Sun, 01 Feb 2009 13:29:34 +0000 Pawel Solyga Rename 'Create a new document' links to 'Create a New Document', also rename 'Create a new Program' to 'Create a New Program' in soc.views.models modules.
Sat, 31 Jan 2009 15:41:45 +0000 Sverre Rabbelier Cleanups in base.Logic
Sat, 31 Jan 2009 13:48:48 +0000 Lennard de Rijk Added status to program.
Fri, 30 Jan 2009 22:02:20 +0000 Sverre Rabbelier Add a 'Create new document' link for clubs, sponsors and programs
Thu, 29 Jan 2009 23:05:37 +0000 Sverre Rabbelier Properly check if a program is active
Wed, 28 Jan 2009 21:01:37 +0000 Todd Larsen Rename the confusing Tossed Model class to PresenceWithToS.
Wed, 28 Jan 2009 20:21:15 +0000 Sverre Rabbelier Create a new Tossed layer in the MVC
Wed, 28 Jan 2009 15:25:50 +0000 Sverre Rabbelier Allow for a program on/off switch
Wed, 28 Jan 2009 15:22:34 +0000 Sverre Rabbelier Add an 'edit' link to the program menu
Wed, 28 Jan 2009 02:28:52 +0000 Sverre Rabbelier Add grouping to the existing views
Wed, 28 Jan 2009 02:27:25 +0000 Sverre Rabbelier Group dynamically generated menu items
Wed, 28 Jan 2009 02:25:51 +0000 Sverre Rabbelier Bugfixes after recent refactoring
Tue, 27 Jan 2009 22:59:01 +0000 Sverre Rabbelier Cache access checks and disable sidebar caching
Mon, 26 Jan 2009 23:32:10 +0000 Sverre Rabbelier Major refactor of the access module
Sun, 25 Jan 2009 00:04:11 +0000 Sverre Rabbelier Do not pass around request anymore in buildSidebar
Fri, 23 Jan 2009 21:18:39 +0000 Sverre Rabbelier Add a 'pick' view to the appropriate views
Fri, 23 Jan 2009 15:32:58 +0000 Sverre Rabbelier Hook up the 'home' view for site and program
Thu, 22 Jan 2009 16:04:48 +0000 Sverre Rabbelier Presence is now a 'abstract' View, pull in members from program
Wed, 21 Jan 2009 00:27:39 +0000 Todd Larsen Add an export() view, and implement it as text/text for Document.
Wed, 14 Jan 2009 20:37:56 +0000 Todd Larsen Hide 'tos' pull-down selector from Program profile forms.
Sat, 10 Jan 2009 18:17:16 +0000 Sverre Rabbelier Construct names automatically from base name.
Wed, 07 Jan 2009 21:58:43 +0000 Sverre Rabbelier Added support for mutliple edit forms based on entity type
Wed, 07 Jan 2009 21:57:48 +0000 Sverre Rabbelier Added an 'edit timeline' button to the program edit page
Wed, 07 Jan 2009 16:49:16 +0000 Lennard de Rijk Typo and style fixes.
less more (0) -120 tip