2009-03-13 Sverre Rabbelier Set the content type to text/csv for csv exports
2009-03-13 Sverre Rabbelier Add row headings to the csv export
2009-03-13 Sverre Rabbelier Added an identity function to dicts
2009-03-13 Sverre Rabbelier Don't override org view params
2009-03-13 Lennard de Rijk Changed the workflow for students regarding their proposals.
2009-03-13 Lennard de Rijk Added example and help text to clarify the use of some fields on the proposal ranking.
2009-03-13 Lennard de Rijk Some textual changes for proposal reviewing.
2009-03-13 Lennard de Rijk Minor textual changes in the StudentProposal model.
2009-03-13 Lennard de Rijk The rejected applications subsection now links to the public page for the list_self view.
2009-03-13 David Anderson Fix indentation to match Melange/Google style.
2009-03-13 David Anderson Add a log module to initialize and manage logging.
2009-03-13 David Anderson Add a decolorize() helper to undo the effects of colorize().
2009-03-13 Lennard de Rijk Fixed checkIsNotParticipatingInProgramInScope to just query for the given program instead of iterating over a list.
2009-03-13 Lennard de Rijk Updated index.yaml to reflect changes necessary for the duplicate checking views.
2009-03-13 Lennard de Rijk Started with the view for showing students who have been assigned to multiple slots.
2009-03-13 Lennard de Rijk Fixed whitespace in cache/base.py
2009-03-13 Lennard de Rijk Changed the edit template to show a Submit button instead of Save Changes when "creating" an entity.
2009-03-13 David Anderson Move run() into the util module.
2009-03-13 David Anderson Followup to r2496. Fix obvious errors.
2009-03-13 David Anderson Move the Paths class to the util module.
2009-03-13 David Anderson Refactor ANSI colorization into a new utility module.
2009-03-13 David Anderson Fix the Melange version regular expression to detect patch versions.
2009-03-13 David Anderson Create an error module containing the top-level error class.
2009-03-13 Sverre Rabbelier Only show export link if list_key_order is set
2009-03-12 Sverre Rabbelier Display a warning if there are errors on the form
2009-03-12 Sverre Rabbelier Make the error message align with the input field
2009-03-12 Sverre Rabbelier Moved stylesheet to mitigate overenthousiastic browser caching.
2009-03-12 Sverre Rabbelier Add a style class for td.twolineformfielderrorlabel.
2009-03-12 David Anderson Add the Google SoC release script to the Melange repository.
2009-03-12 Sverre Rabbelier Always convert newlines to linebreaks
2009-03-12 Sverre Rabbelier Some code re-use in templates
2009-03-12 Sverre Rabbelier Define a key order for document and org app
2009-03-12 Sverre Rabbelier Strip leading and trailing newlines from our responses
2009-03-12 Sverre Rabbelier Greatly simplify makeNewPaginationChoices
2009-03-12 Sverre Rabbelier Adhere to the DEF_... pattern for constants in lists
2009-03-12 Sverre Rabbelier Make it possible to specify the key order for csv export
2009-03-12 Augie Fackler build.sh: bail if run in the wrong directory.
2009-03-12 Sverre Rabbelier Add an export link to all list views
2009-03-12 Sverre Rabbelier Added generic csv export to all list views
2009-03-12 Sverre Rabbelier Factor download functionality out of export()
2009-03-12 Sverre Rabbelier Keep the current list and row number
2009-03-12 Sverre Rabbelier Return "" when there is no info/action set
2009-03-12 Sverre Rabbelier Allow developers to specify a higher limit for a list view
2009-03-12 Sverre Rabbelier Reinstate the 1k limit in pick()
2009-03-12 Sverre Rabbelier If not running local, use ajax.googleapis to serve jquery
2009-03-11 Sverre Rabbelier Redirect to current page if the current request times out
2009-03-11 Sverre Rabbelier Use accounts.getCurrentAccount instead of users.get_current_user
2009-03-11 Sverre Rabbelier isDebug now also checks melange version
2009-03-11 Sverre Rabbelier Allow for query caching in pick
2009-03-11 Sverre Rabbelier Added query caching
2009-03-11 Sverre Rabbelier Also clear RankerRoot and ranker from datastore
2009-03-11 Sverre Rabbelier Make it possible to only add users
2009-03-11 Sverre Rabbelier Make it possible to add an arbitrary amount of users
2009-03-11 Sverre Rabbelier Make it possible to add more users and orgs with GET args
2009-03-10 Sverre Rabbelier Retrieve all entities rather than just the first 1k
2009-03-10 Sverre Rabbelier Return a HttpResponse in seed_db
2009-03-10 Lennard de Rijk StudentProposal abstract is now a text property to support more then 500 bytes.
2009-03-10 Lennard de Rijk Organization admins can now put a Student Proposal at a specific rank.
2009-03-10 Lennard de Rijk Added getRankerFor method to student_proposal logic.
2009-03-10 Sverre Rabbelier Use the correct timeline logic in edit()
2009-03-10 Sverre Rabbelier Use params['logic'] instead of self._logic
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.
2009-03-04 Pawel Solyga Rename too short variable name in soc.logic.mail_dispatcher module.
2009-03-04 Pawel Solyga Fix too long lines in soc.logic.models.org_admin module.
2009-03-04 Pawel Solyga Fix too long lines in soc.models.ranker_root module.
2009-03-04 Pawel Solyga Fix too long lines in soc.logic.helper.timeline module.
2009-03-04 Pawel Solyga Comment out unused variables and add used but not declared class variables to __init__ method in soc.logic.allocations module.
2009-03-04 Pawel Solyga Fix too long line in soc.models.user module.
2009-03-04 Pawel Solyga Rename unused loop variables to _ in soc.views.helper.params module.
2009-03-04 Pawel Solyga Remove unused variables and imports, fix too long lines in soc.logic.helper.notifications module.
2009-03-04 Pawel Solyga Rename unused loop variable to _ in soc.views.models.user_self module.
2009-03-04 Pawel Solyga Add date postfix to the filename of each our JS or CSS files that still don't have it. Update filename changes in soc/base.html template.
2009-03-04 Pawel Solyga Style fixes plus removal of unused imports, add missing docstring and fix too long lines in soc.views.models.org_app module.
2009-03-04 Pawel Solyga Style fixes plus remove unused imports in soc.views.models.group_app module.
2009-03-04 Pawel Solyga Fix too long lines, remove unused variable, add missing docstring in soc.views.models.program module.
2009-03-04 Pawel Solyga Some style fixes and removal of unused imports in soc.views.models.document module.
2009-03-04 Pawel Solyga Some style fixes, removal of unused imports and add ugettext where it was missing in soc.views.models.organization module.
2009-03-04 Pawel Solyga Remove unused imports and variable, plus some style fixes in soc.views.models.group module.
2009-03-04 Pawel Solyga Fix too long lines in soc.views.models.student_proposal module.
2009-03-04 Pawel Solyga Remove unused imports and fix too long lines and some style fixes in soc.views.models.club module.
2009-03-04 Pawel Solyga Remove unused imports and fix too long lines in soc.views.models.request module.
2009-03-04 Pawel Solyga Remove unused imports and fix too long lines in soc.views.models.timeline module.
2009-03-04 Pawel Solyga Remove unused imports and fix too long lines in soc.views.models.site module.
2009-03-04 Pawel Solyga Remove unused imports and fix too long lines in soc.views.models.user_self module
2009-03-04 Pawel Solyga Remove unused imports, style and too long lines fixes, remove unused variables, rename too short variable names, fix docstrings in soc.views.helper.access module.
2009-03-04 Pawel Solyga Remove unused imports and rename too short variable names in soc.views.helper.decorators module.
2009-03-04 Pawel Solyga Style fixes and add ValueError exception catching to soc.views.helper.request module
2009-03-04 Pawel Solyga Fix too long lines in soc.views.helper.params module.
2009-03-04 Pawel Solyga Fix too long lines in soc.models.group_app module.
2009-03-04 Pawel Solyga Fix too long lines in soc.models.org_app module.
2009-03-04 Pawel Solyga Style and too long lines fixes in soc.models.role module.
2009-03-04 Pawel Solyga Remove unused imports, add missing blank lines, fix too long lines, fix docstring parameters to match the ones in method declaration, rename to short variable names in soc.logic.models.base module.
2009-03-04 Pawel Solyga Add missing whitespace in soc.logic.models.role module.
2009-03-04 Pawel Solyga Fix too long lines in soc.logic.models.student_proposal module.
2009-03-04 Lennard de Rijk Renamed rankerroot to ranker_root and made some changes due to comments.
2009-03-04 Lennard de Rijk Fixed early line ending in StudentProposal model.
2009-03-04 Pawel Solyga Add missing docstrings, fix indentions and too long lines in soc.logic.cleaning module.
2009-03-04 Lennard de Rijk Added access check to student_proposal review.
2009-03-04 Pawel Solyga Remove unused normalized variable from denormalizeAccount method in soc.logic.accounts module.
2009-03-04 Pawel Solyga Fix indention in _readonly_field_as_twoline_table_row.html template.
2009-03-04 Pawel Solyga Remove unused imports from soc.views.sitemap.build module.
2009-03-04 Pawel Solyga Update pylintrc file. Now function and method names can by up to 40 characters (30 was maximum previously).
2009-03-04 Lennard de Rijk Changed delete rights due to comments on r2138.
2009-03-03 Sverre Rabbelier Convert getForFields back to the Query API and add tests
2009-03-03 Lennard de Rijk Added student proposal review page.
2009-03-03 Lennard de Rijk Keep the score within the allowed bounds via student_proposal logic.
2009-03-03 Lennard de Rijk Brown paper bag fix in student_proposal logic.
2009-03-03 Lennard de Rijk Update the ranker belonging to the org of a student_proposal when the score changes.
2009-03-03 Lennard de Rijk Create a new Ranker for each organization that is created.
2009-03-03 Lennard de Rijk Added a possible_mentors property to the StudentProposal.
2009-03-03 Lennard de Rijk Added RankerRoot model.
2009-03-03 Pawel Solyga Fix the KeyError: 'scope_path' error in soc.views.helper.access module.
2009-03-03 Lennard de Rijk Fixed two bugs introduced in r2160.
2009-03-03 Lennard de Rijk Two docstring fixes.
2009-03-03 Sverre Rabbelier Add a script to normalize user accounts
2009-03-03 Sverre Rabbelier Seed some users as well
2009-03-03 Sverre Rabbelier Make it possible to work on all entities in a query
2009-03-03 Sverre Rabbelier Fix access bug due to forgotten normalization
2009-03-03 Augie Fackler Add myself to authors on this file, and allow my whitespace cleanup hook to cleanup whitespace.
2009-03-03 Augie Fackler Fix a missing import reported in #melange.
2009-03-02 Pawel Solyga Add google-app-engine-ranklist project to ranklist folder in app.
2009-03-02 Sverre Rabbelier Fixed a missing .logic in organization
2009-03-02 Sverre Rabbelier Fixed a typo in the example for network info
2009-03-02 Sverre Rabbelier Display a notice if the entity cannot be deleted
2009-03-02 Sverre Rabbelier Make the ToS field less high
2009-03-02 Sverre Rabbelier Add a maintenance end date
2009-03-02 Sverre Rabbelier Support HTML in the site-wide notice
2009-03-02 Pawel Solyga Set new Melange version number to 0-4-20090302 in app.yaml.template.
2009-03-02 Sverre Rabbelier Use the new readonly_safe_field where appropriate
2009-03-02 Sverre Rabbelier Added a _readonly_safe_field_as_table_row template tag
2009-03-02 Sverre Rabbelier Make use of readonly_url_field where appropriate
2009-03-02 Sverre Rabbelier Add a new template tag _readonly_url_field_as_table_row
2009-03-01 Sverre Rabbelier Make it possible to put the site in maintenance mode
2009-03-01 Sverre Rabbelier Make use of decorators.view for all views
2009-03-01 Sverre Rabbelier Added decorators
2009-03-01 Sverre Rabbelier Redirect to an error page when a GAE exception occurs
2009-03-01 Sverre Rabbelier Added a maintenance page
2009-03-01 Sverre Rabbelier Make it possible to use base.html to display simple messages
2009-03-01 Sverre Rabbelier Added a site-wide notice
2009-03-01 Sverre Rabbelier Turn off relative urls and removing of script hostname in TinyMCE
2009-03-01 Pawel Solyga Fix bug in checkDocumentPick of soc.views.helper.access module, which cause KeyError exceptions in document picker.
2009-03-01 Pawel Solyga Add missing thickbox file into soc/content/images and fix the url to this file in jquery-thickbox.css.
2009-03-01 Pawel Solyga Fix wrong link to loadingAnimation.gif file in jquery-autocomplete.css.
2009-03-01 Sverre Rabbelier Fixed a bug in getFromKeyFieldsOr404
2009-03-01 Lennard de Rijk Added missing comment to soc/logic/models/base.py.
2009-03-01 Tim Ansell Small fix so that error fields get the same formatting as non-error fields.
2009-03-01 Sverre Rabbelier Made description the last field on the org public page
2009-02-28 Lennard de Rijk Improved Organization Application review overview and bulk reviewing.
2009-02-28 Lennard de Rijk Students who follow the submit your student proposal link will now see their org's proposal template when creating their own proposal.
2009-02-28 Lennard de Rijk StudentProposal content is now a TextProperty.
2009-02-28 Lennard de Rijk Member template in organization is now called Contributor Template.
2009-02-28 Lennard de Rijk contrib template in org_app is now a TextProperty.
2009-02-28 Lennard de Rijk Grammar fix in group_app list view.
2009-02-28 Lennard de Rijk For links in a program to take effect there must be an active role.
2009-02-28 Lennard de Rijk Fixed site_entity not being assigned a value because site_logic was not defined.
2009-02-28 Lennard de Rijk Made mailing lists and IRC channel required for group/org applications.
2009-02-28 Sverre Rabbelier Replaced 'Melange' with site_name where appropriate
2009-02-28 Sverre Rabbelier Catch mail exceptions and use get_current_user
2009-02-28 Lennard de Rijk Fixed issue 205.
2009-02-28 Sverre Rabbelier Fixed a comment typo
2009-02-28 Sverre Rabbelier Properly fixed host access now
2009-02-28 Sverre Rabbelier Flush the receiver's sidebar when sending a notification
2009-02-28 Sverre Rabbelier Do not modify django_args directly
2009-02-28 Sverre Rabbelier Fixed a brown paper bag bug in _checkHasActiveRoleFor
2009-02-28 Lennard de Rijk Added sending of an email upon Organization Application acceptance or rejection.
2009-02-28 Lennard de Rijk Added accepted and rejected organization application mail templates.
2009-02-28 Lennard de Rijk Fixed sending out email when no-reply is not set.
2009-02-28 Lennard de Rijk getDefaultMailSender now returns a tuple (name, email adress).
2009-02-28 Sverre Rabbelier Removed updateEntityProperties's transactionality
2009-02-28 Sverre Rabbelier Denormalize accounts before trying to send e-mail
2009-02-28 Sverre Rabbelier Added a denormalizeAccount
2009-02-27 Lennard de Rijk Using getDefaultMailSender for welcome and notification messages.
2009-02-27 Lennard de Rijk Added getDefaultMailSender method to mail_dispatcher.
2009-02-27 Lennard de Rijk Fixed typo in soc/models/group_app.
2009-02-27 Sverre Rabbelier Inform the user that the link_id cannot be changed
2009-02-27 Sverre Rabbelier Made the ToS field higher
2009-02-27 Sverre Rabbelier Removed double description field
2009-02-27 Sverre Rabbelier Revert "Make the input values 100% width."
2009-02-27 Tim Ansell Make the input values 100% width.
2009-02-26 Lennard de Rijk Changed access checks for group applications to allow reviewing of rejected applications.
2009-02-26 Lennard de Rijk Added bulk reject to org_app view.
2009-02-26 Lennard de Rijk Redone the review_overview template to show bulk reject button.
2009-02-26 Lennard de Rijk Renamed org-accept.js to bulk-review.js
2009-02-26 Sverre Rabbelier Brown paper bag fix
2009-02-26 Lennard de Rijk Fix for Issue 218.
2009-02-26 Sverre Rabbelier Added a missing import
2009-02-26 Sverre Rabbelier Fix alignment of twoline readonly table rows
2009-02-26 Sverre Rabbelier Added some tests for user logic
2009-02-26 Sverre Rabbelier Fixed a bug in student access check
2009-02-26 Sverre Rabbelier Allow to do 'checkHasActiveRole' checks for document access
2009-02-26 Sverre Rabbelier Simplify the account retrieval logic
2009-02-26 Sverre Rabbelier Convert everything to use the new access methods
2009-02-26 Sverre Rabbelier Remove direct uses of checkIsActive, replace with helper methods
2009-02-26 Sverre Rabbelier Make django_args optional where appropriate and whitespace fixes
2009-02-26 Sverre Rabbelier Added an isDeveloper method to user logic
2009-02-26 Sverre Rabbelier Always normalize accounts, before even storing them
2009-02-26 Sverre Rabbelier Factor out the getForAccount logic in user
2009-02-26 Sverre Rabbelier Add a normalizeAccount to logic.accounts
2009-02-26 Sverre Rabbelier Remove unused isAccountAvailable function
2009-02-26 Sverre Rabbelier Add a _createField hook
2009-02-26 Sverre Rabbelier Pass _updateField the entity_properties dict instead of just the value
2009-02-26 Sverre Rabbelier Do not update newly created model properties
2009-02-26 Sverre Rabbelier Move the hooks in base.Logic to the bottom of the class
2009-02-26 Sverre Rabbelier Minor cleanups in base.Logic
2009-02-26 Sverre Rabbelier Add argument validation to base.Logic
2009-02-26 Sverre Rabbelier Remove updateOrCreateFromFields and it's uses
2009-02-26 Sverre Rabbelier Fix some whitespace damadge and a style fix
2009-02-26 Sverre Rabbelier Remove _silentUpdateEntityProperties
2009-02-26 Sverre Rabbelier Style fix in role.py
2009-02-26 Sverre Rabbelier Added todo for Lennard
2009-02-26 Sverre Rabbelier Make it more explicit which argument is the key_fields
2009-02-26 Lennard de Rijk Solved the JSON caching problem for bulk acceptance.
2009-02-26 Lennard de Rijk Edited checkCanReviewGroupApp to cope with the new pre-rejected status.
2009-02-26 Lennard de Rijk Add the ability to put GroupApplications into the pre-rejected state.
2009-02-26 Lennard de Rijk Added pre-rejected choice to GroupApplication.
2009-02-26 Todd Larsen Remove the release.py module and just use the field in app.yaml.template.
2009-02-25 Sverre Rabbelier Make validate.isURLValid more robust
2009-02-25 Sverre Rabbelier Fixed broken 'Edit <entity name> Settings' for orgs
2009-02-25 Sverre Rabbelier Fix the delete button submitting the form
2009-02-25 Lennard de Rijk Added proposal withdrawal for students.
2009-02-24 Sverre Rabbelier Pass the seed to _constructResponse
2009-02-24 Sverre Rabbelier Allow the document lookup to be done by key name
2009-02-24 Sverre Rabbelier Removed double home page link in group public view
2009-02-24 Pawel Solyga Reset the RELEASE_TAG to None (unreleased) now that the 0.4-20090224 release
2009-02-24 Pawel Solyga Set RELEASE_TAG to 0.4-20090224rc for release candidate.
2009-02-24 Lennard de Rijk Textual change in program menu due to comment on r2113.
2009-02-24 Lennard de Rijk Style fixes in student_proposal and organization view.
2009-02-24 Lennard de Rijk Textual changes in organization and program view.
2009-02-24 Lennard de Rijk Added view for organizations to list all proposals.
2009-02-24 Sverre Rabbelier Brown paper bag fix
2009-02-24 Lennard de Rijk Added list proposals redirect.
2009-02-24 Sverre Rabbelier Added a checkHasAny method
2009-02-24 Lennard de Rijk Added redirect for the student proposal view.
2009-02-24 Lennard de Rijk Changed the method and variable name in student_proposal to match the access type.
2009-02-24 Lennard de Rijk Added link in program menu to the new list_orgs view.
2009-02-24 Lennard de Rijk Added view which lists all orgs a student can propose to.
2009-02-24 Sverre Rabbelier Add missing comment to checkIsMyEntity
2009-02-24 Sverre Rabbelier Make all default URLS customizable
2009-02-24 Sverre Rabbelier Fix the user editing
2009-02-23 Lennard de Rijk Moved google analytics to after the footer block as commented on r866.
2009-02-23 Sverre Rabbelier Update the test suite to match the new signature of the cache methods
2009-02-23 Sverre Rabbelier Be more lenient in what we accept in cache.get() and cache.put()
2009-02-23 Sverre Rabbelier Make timeline a Linkable
2009-02-23 Sverre Rabbelier Set proper scope_logic for program and timeline
2009-02-23 Lennard de Rijk Changed the message displayed when no homepage is set to show the correct settings name.
2009-02-23 Lennard de Rijk Textual change in cleaing.py.
2009-02-22 Lennard de Rijk Temp IE7 style fix for forms.
2009-02-22 Lennard de Rijk Added list my Student Proposals link to the program menu.
2009-02-22 Lennard de Rijk Added listing of your own student proposals.
2009-02-22 Lennard de Rijk Base view list method can now use kwargs.
2009-02-22 Lennard de Rijk Changed the access checks in student_proposal view to use the newly created checks.
2009-02-22 Lennard de Rijk Added several access checks for student proposals.
2009-02-22 Lennard de Rijk Updated student proposal templates.
2009-02-22 Lennard de Rijk Fixed params used for list_action and list_description in user_self roles overview.
2009-02-22 Sverre Rabbelier Remove superfluous 'Org' in links
2009-02-22 Pawel Solyga Fix datetimepicker so that it doesn't add trailing whitespaces.
2009-02-22 Sverre Rabbelier Convert student and org_admin to dynafield
(0) -1000 -384 +384 +1000 tip