2009-03-10 Sverre Rabbelier Do not override fields in the model if they are already set
2009-03-10 Lennard de Rijk checkIsApplicationAccepted now properly checks if the application is really from the applying user.
2009-03-09 Sverre Rabbelier Add TinyMCE widget for org apps
2009-03-09 Sverre Rabbelier Added a getFromKeyNameOr404 to base.Logic
2009-03-09 Lennard de Rijk Org admins can mark a StudentProposal as invalid if they for any reason find it ineligible.
2009-03-09 Sverre Rabbelier Open the agreement text in a new window
2009-03-09 Sverre Rabbelier Fix an access bug
2009-03-09 Pawel Solyga Replace getFromKeyName with getFromKeyNameOr404 where appropriate in soc.views.helper.access module.
2009-03-09 Pawel Solyga Add missing "a" in soc/mail/welcome.html template. Fixes Issue 313.
2009-03-09 Lennard de Rijk Removed star next to logo.
2009-03-09 Pawel Solyga Fix typo in soc.logic.cleaning module (site_logic.logic was called instead of just site_logic).
2009-03-09 Pawel Solyga Set new Melange version number to 0-5-20090308 in app.yaml.template.
2009-03-09 Pawel Solyga Make the http links use <a href> tag in new_notification.html and welcome.html mail templates.
2009-03-09 Pawel Solyga Move all the jquery-purr css settings into separate file and add it to base.html template only if needed.
2009-03-09 Pawel Solyga Remove some copy/pasted docstring in soc.views.models.comment module.
2009-03-09 Pawel Solyga Typo fix in soc.logic.cleaning module.
2009-03-09 Pawel Solyga Small text changes in process_request.html template.
2009-03-09 Pawel Solyga Add indention in soc.views.models.organization module.
2009-03-09 Pawel Solyga Add missing blank lines in test_utils module.
2009-03-09 Sverre Rabbelier Views should have a unique name
2009-03-09 Sverre Rabbelier Addressed comments by Pawel
2009-03-09 Sverre Rabbelier Use getFromKeyFieldsOr404 in slots() and allocateSlots()
2009-03-09 Sverre Rabbelier Except and properly handle Errors in view decorator
2009-03-08 Sverre Rabbelier Hide 'slots' and add 'slots_desired'
2009-03-08 Pawel Solyga Revert r2376 since it's not needed as discussed in Issue 188.
2009-03-08 Lennard de Rijk Some minor style fixes.
2009-03-08 Lennard de Rijk Some minor style fixes.
2009-03-08 Lennard de Rijk The process_request template now properly differentiate between a request in "new" and "group_accepted" state.
2009-03-08 Lennard de Rijk Fixed a cleaning bug which allowed a proposal to be recreated by the original proposer.
2009-03-08 Lennard de Rijk Made all links in e-mail verbatim to solve Issue 250.
2009-03-08 Lennard de Rijk Students who withdraw their proposal will now be removed from the ranker.
2009-03-08 Lennard de Rijk The student proposal public page can now be used to place a public comment.
2009-03-08 Sverre Rabbelier Switch from actual applications to popularity
2009-03-08 Sverre Rabbelier Make use of groupDictBy in program.slots
2009-03-08 Sverre Rabbelier Add a groupDictBy to dicts
2009-03-08 Sverre Rabbelier Play nice with non-float allocations
2009-03-08 Sverre Rabbelier Provide the 'return_url' in the allocate slots view
2009-03-08 Sverre Rabbelier Add a getSlotsRedirect to redirects.py
2009-03-08 Sverre Rabbelier Don't override the params argument
2009-03-08 Sverre Rabbelier Treat the response from the server as a JSON object
2009-03-08 Sverre Rabbelier Restricted slots and assign_slots to dev-only for now
2009-03-08 Lennard de Rijk Reviews are now sorted on their created date.
2009-03-08 Lennard de Rijk Public reviews are now shown on the public page for the student proposal.
2009-03-08 Lennard de Rijk Added a new method in the review logic to return all reviews for the given entity as scope.
2009-03-08 Lennard de Rijk Some style fixes for the student proposal review template.
2009-03-08 Lennard de Rijk Proposal public page now properly renders HTML content.
2009-03-08 Sverre Rabbelier Support non-float slots
2009-03-08 Sverre Rabbelier Add and use the new and improved allocation scripts
2009-03-08 Sverre Rabbelier Update the slot allocation view and template
2009-03-08 Sverre Rabbelier Add a slot allocation script and template
2009-03-08 Sverre Rabbelier Hook up json2.js in base.html
2009-03-08 Sverre Rabbelier Add a no_pagination.html template
2009-03-08 Pawel Solyga Add json2.js to repository under json folder, update build script and app.yaml.template files.
2009-03-07 Lennard de Rijk Important roles can now not resign if they are the last in their group.
2009-03-07 Sverre Rabbelier Have slots default to 0
2009-03-07 Sverre Rabbelier Include IntegerProperty in the JSON object
2009-03-07 Sverre Rabbelier Added the spin jquery plugin
2009-03-07 Sverre Rabbelier Add a link to the full agreement text
2009-03-07 Sverre Rabbelier Make it possible to specify a link to the full text
2009-03-07 Lennard de Rijk Students can not be kicked from a program by a organization admin.
2009-03-07 Lennard de Rijk Reverting part of r2378, since it's not ready yet.
2009-03-07 Lennard de Rijk All address fields for roles and groups can now only use characters that can successfully be converted to ASCII.
2009-03-07 Sverre Rabbelier Adjust the total_popularity after ranging
2009-03-07 Lennard de Rijk Removed the street address from influencing the maps plug in.
2009-03-07 Lennard de Rijk Show the marker for the Google maps plug in by default.
2009-03-07 Sverre Rabbelier Added an pre-processing algorithm
2009-03-07 Sverre Rabbelier Added assigned mentors and amount of minimum slots per org
2009-03-07 Lennard de Rijk Fixes banned people being able to create a new user entity.
2009-03-07 Lennard de Rijk Added the review capability to the student_proposal review page.
2009-03-07 Lennard de Rijk Moved some template tags out of forms_helpers into comments_helpers.py.
2009-03-07 Lennard de Rijk Added new template tag for a review.
2009-03-07 Lennard de Rijk Org Application contributors template is now marked safe.
2009-03-07 Lennard de Rijk Updated the docstring for the Comment model.
2009-03-07 Lennard de Rijk Added Logic for the Review Model.
2009-03-07 Lennard de Rijk Redone the Review model.
2009-03-07 Sverre Rabbelier Add forgotten image
2009-03-07 Sverre Rabbelier Add the jquery-purr plugin
2009-03-07 Sverre Rabbelier Added a slots JSON call
2009-03-07 Sverre Rabbelier Added a slot allocation view
2009-03-07 Sverre Rabbelier Add slots to the organization model
2009-03-07 Sverre Rabbelier Factor out the 'json' part from pick
2009-03-07 Sverre Rabbelier Minor style fixes
2009-03-06 Lennard de Rijk Fixed more typos in Sponsor Menu.
2009-03-06 Sverre Rabbelier Clean document references
2009-03-06 Sverre Rabbelier Add a document ref cleaner
2009-03-06 Sverre Rabbelier Switch Program to regular presence
2009-03-06 Sverre Rabbelier Set the proper filter for the home document
2009-03-06 Sverre Rabbelier Small optimization in getForFields
2009-03-06 Lennard de Rijk Fixed typo in Sponsor sidebar menu.
2009-03-06 Lennard de Rijk Refactored part of getForFields into a getQueryForFields method.
2009-03-06 Sverre Rabbelier Add a link to an org's home page if appropriate
2009-03-06 Sverre Rabbelier Bump the default pagination from 10 to 50
2009-03-06 Sverre Rabbelier Add a very basic view test
2009-03-06 Sverre Rabbelier Set CURRENT_VERSION_ID in run.py
2009-03-06 Sverre Rabbelier Add path to MockRequest
2009-03-06 Sverre Rabbelier Split out test_model model and logic into it's own module
2009-03-06 Lennard de Rijk Removed commented property from comment model.
2009-03-06 Lennard de Rijk Added created_on DateTime property to request.
2009-03-06 Lennard de Rijk Added a rank column to the proposals list.
2009-03-05 Sverre Rabbelier Silence index.yaml
2009-03-05 Sverre Rabbelier Make org description use TinyMCE
2009-03-05 Sverre Rabbelier Make clean_document_content generic
2009-03-05 Sverre Rabbelier Fix some whitespace damadge
2009-03-05 Sverre Rabbelier Import user and site logic globals directly
2009-03-05 Sverre Rabbelier Add item info to the list iterator
2009-03-05 Sverre Rabbelier Added comment support, but don't enable it
2009-03-05 Sverre Rabbelier Make it possible to add some default values to the context
2009-03-05 Lennard de Rijk Organization Proposals list now correctly sorts.
2009-03-05 Sverre Rabbelier Added missing ranklist in build script
2009-03-04 Pawel Solyga Set new Melange version number to 0-4-20090305 in app.yaml.template.
2009-03-04 Sverre Rabbelier Add a test to ensure that ordening and filtering works
2009-03-04 Sverre Rabbelier Only show key_fields in error message
2009-03-04 Sverre Rabbelier Don't redirect to non-existant /document/list after deleting
2009-03-04 Sverre Rabbelier Fixed a bug discovered by excepting the proper exception
2009-03-04 Sverre Rabbelier Fixed a bug in document logic
2009-03-04 Lennard de Rijk The organization proposal list has been significantly changed.
2009-03-04 Lennard de Rijk Updated list to use the new order in getForFields.
2009-03-04 Lennard de Rijk Mentor buttons only show up depending on if you are already on the possible mentors list.
2009-03-04 Pawel Solyga 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.
2009-03-04 Pawel Solyga Fix too long line in soc.views.models.sponsor module.
2009-03-04 Pawel Solyga Fix the bug where undefined variable was used in _editPost method of soc.view.models.org_admin module.
2009-03-04 Pawel Solyga Fix too long lines soc.views.models.club_admin, club_app and club_member modules.
2009-03-04 Pawel Solyga Fix too long lines and remove unused imports in soc.views.models.host module.
2009-03-04 Pawel Solyga Fix too long lines and remove unused variables in soc.views.models.role module.
2009-03-04 Pawel Solyga Fix too long lines and fix the bug where undefined variable was used in _editPost method in soc.views.models.mentor module.
2009-03-04 Pawel Solyga Fix too long lines and rename unused loop variables to _ in soc.views.models.base module.
2009-03-04 Pawel Solyga Fix too long lines and indentions in soc.models.student_proposal module.
2009-03-04 Pawel Solyga Remove unused variable in soc.logic.validate module.
(0) -1000 -128 +128 +1000 tip