2009-03-21 David Anderson Factor out input and file utils into io.py.
2009-03-21 Lennard de Rijk Added fields requested in Issue 392 to Student Model.
2009-03-21 Lennard de Rijk Push agreements to group 99 for Role forms.
2009-03-21 Sverre Rabbelier Use the new as_email tag for user profile
2009-03-21 Sverre Rabbelier Added an as_email template tag
2009-03-21 Lennard de Rijk Fixed typo in variable name.
2009-03-21 Pawel Solyga Fix broken list_msg that caused 500 errors on many pages that contain list. Also make sure not to display list_msg if it is None.
2009-03-21 Pawel Solyga Set new Melange version number to 0-5-20090321 in app.yaml.template.
2009-03-21 Pawel Solyga Add school name and school country properties to Student Role. For now we will use this solution, and hopefully soon we will introduce new School model.
2009-03-21 Lennard de Rijk Mentors cant resign when mentoring a project/proposal.
2009-03-20 Sverre Rabbelier Only show 'Register as student' link student has a user profile
2009-03-20 Sverre Rabbelier Explain better what a link_id should look like
2009-03-20 Sverre Rabbelier Typo and thinko fix in accepted_orgs_msg
2009-03-20 Sverre Rabbelier Show the accepted_orgs_msg for the accepted orgs page
2009-03-20 Sverre Rabbelier Allow for a message to be displayed above the list view
2009-03-20 Sverre Rabbelier Add an non-required accepted_orgs_msg property to program profile
2009-03-20 Sverre Rabbelier Requests now link to a user's profile
2009-03-20 Sverre Rabbelier Added an as_user template tag
2009-03-20 Sverre Rabbelier Clean phone numbers to be numeric only
2009-03-20 Sverre Rabbelier Added a numeric_only cleaner
2009-03-20 Sverre Rabbelier Added example text to the phone number fields
2009-03-20 Sverre Rabbelier Removed formatting from TinyMCE that use the style tag
2009-03-20 Sverre Rabbelier Show all orgs in accepted org list view
2009-03-20 Sverre Rabbelier Made _getPickData more generic by supporting ordening
2009-03-20 Sverre Rabbelier Added a new index for accepted orgs listing
2009-03-20 Lennard de Rijk Fixed docstring for canResign method.
2009-03-20 Lennard de Rijk Moved canResign check to role logic so subclasses can override.
2009-03-20 Lennard de Rijk Minor style fix.
2009-03-20 Pawel Solyga Add date postfix to slot-allocator.js file. Update base.html template with path to slot-allocator-090320.js.
2009-03-20 Pawel Solyga Slot allocator Javascript fix. This prevents from calling updateFromJSON function if there is no data.
2009-03-20 Lennard de Rijk Fixed copy/paste fail in docstring.
2009-03-20 Lennard de Rijk Only show valid roles on user roles page.
2009-03-20 Lennard de Rijk Added "How did you hear about this program?" to Student Profile.
2009-03-20 Lennard de Rijk Fixed double sending of notifications on creating a new invite.
2009-03-20 Lennard de Rijk Fixed redirect after creating/rejecting a request/invite.
2009-03-20 Pawel Solyga Set new Melange version number to 0-5-20090320 in app.yaml.template.
2009-03-20 Sverre Rabbelier Moved and updated seed_many documentation
2009-03-20 Sverre Rabbelier Minor style fixes
2009-03-20 Daniel Bentley A script for writing the application name into an app.yaml based on an app.yaml.template.
2009-03-19 Sverre Rabbelier Verbiage fix in Mentor list heading
2009-03-19 Lennard de Rijk Explicitly added access check for public profile page view.
2009-03-19 Sverre Rabbelier Verbiage fix
2009-03-19 Sverre Rabbelier Allow everyone to view an org app public page
2009-03-19 Lennard de Rijk Minor whitespace fix.
2009-03-19 Lennard de Rijk Added the users' public name to the process_request page.
2009-03-19 Lennard de Rijk Added basic student project view.
2009-03-19 Lennard de Rijk Added new Student Project cleaning method.
2009-03-19 Lennard de Rijk Added basic Student Project templates.
2009-03-19 Lennard de Rijk Added StudentProject logic.
2009-03-19 Lennard de Rijk Added StudentProject model.
2009-03-19 Lennard de Rijk Org applications can now be deleted up to the deadline.
2009-03-19 Sverre Rabbelier Rename 'orgs' to 'organizations' in page title
2009-03-19 Sverre Rabbelier Added missing status to seeded orgs
2009-03-18 Lennard de Rijk The org list proposals page now shows the amount of assigned slots.
2009-03-18 Lennard de Rijk Added a new custom class and fixed the base template css reference.
2009-03-18 Lennard de Rijk Added list_info helper module.
2009-03-18 Lennard de Rijk Renamed .css file to facilitate todays changes.
2009-03-18 Lennard de Rijk Always show the accepted organizations list even when there are None.
2009-03-18 Lennard de Rijk Added missing access check for listing of accepted orgs.
2009-03-18 Lennard de Rijk Added new access method that can check if a given event has taken place already.
2009-03-18 Pawel Solyga Set new Melange version number to 0-5-20090318 in app.yaml.template.
2009-03-18 Pawel Solyga Change the order of student proposals lists for org admins and mentors. Now the new proposals list shows up at the top. Also don't show the list of new proposals if it's empty.
2009-03-17 Lennard de Rijk Proposal data is now stored in a list rather then a dictionary for the AssignedProposals JSON object.
2009-03-17 Lennard de Rijk Cleaned up the proposal data that gets put into a JSON object.
2009-03-17 Lennard de Rijk Fixed a bug where giving a limit but no offset would cause a 505.
2009-03-17 Lennard de Rijk Fixed layout for StudentProposal reviews.
2009-03-17 Lennard de Rijk Renamed .css file to facilitate todays changes.
2009-03-17 Lennard de Rijk Moved subscription buttons to the top and comment placing to the bottom for StudentProposal review and public page.
2009-03-17 Sverre Rabbelier Added missing ','.
2009-03-17 Pawel Solyga Add organization name to organization application acceptance/rejection email templates.
2009-03-17 Sverre Rabbelier Added a Assign Slots link to sidebar for Hosts
2009-03-17 Sverre Rabbelier Added an assign slots redirects
2009-03-17 Sverre Rabbelier Make accepted org list redirect to public page
2009-03-16 Sverre Rabbelier Added a seed_db.html
2009-03-16 Sverre Rabbelier Added org app seeding to seed_many
2009-03-16 Sverre Rabbelier Added StudentProposal to clean_db
2009-03-16 Sverre Rabbelier Added seed student proposal support to seed_many
2009-03-16 Sverre Rabbelier Add seed mentor support to seed_many
2009-03-16 Sverre Rabbelier Added seed org support to seed_many
2009-03-16 Sverre Rabbelier Added seed user to seed many
2009-03-16 Sverre Rabbelier Added a seed_many url
2009-03-16 Sverre Rabbelier Factor out ensureUser and add Error class in seed_db
2009-03-16 Sverre Rabbelier Added format and containsAll to the dicts module
2009-03-16 Lennard de Rijk Hook up the new template tag for StudentProposal reviews.
2009-03-16 Lennard de Rijk Added a new template tag to serve up background color for StudentProposals Reviews.
2009-03-16 Lennard de Rijk Added background color for StudentProposal reviews to the .css file.
2009-03-16 Lennard de Rijk Notifications will not be sent out to the reviewer.
2009-03-16 Lennard de Rijk Send out a message on a new StudentProposal review to all followers.
2009-03-16 Lennard de Rijk Added sendNewReviewNotification to the notifications helper.
2009-03-16 Lennard de Rijk Added new_review template.
2009-03-16 Lennard de Rijk Make the notifications look less bloated by not adhering to the linebreaks in the template but only to the HTML in them.
2009-03-16 Lennard de Rijk Increased the length of the timebased link_id to handle more items at once.
2009-03-16 Lennard de Rijk Use site_name if the system sends a message.
2009-03-16 Pawel Solyga Style fixes for release modules.
2009-03-15 Lennard de Rijk Changed notifications helper to properly use the fact that from_user is not a required property.
2009-03-15 Lennard de Rijk Changed line-endings in notifications base template.
2009-03-15 Lennard de Rijk Fixed an Epic Fail in StudentProposal logic ^_^.
2009-03-15 Lennard de Rijk Delete all ReviewFollowers and remove the entry in the ranker before deleting a StudentProposal.
2009-03-15 Lennard de Rijk The StudentProposal review view now also allow you to subscribe to public/private reviews.
2009-03-15 Lennard de Rijk Everyone that is able to see the StudentProposals public page can subscribe to public review updates.
2009-03-15 Lennard de Rijk Added the ReviewFollower logic module.
2009-03-15 Lennard de Rijk Added the ReviewFollower model.
2009-03-15 Lennard de Rijk Some minor style fixes.
2009-03-15 Pawel Solyga Fix missing utf encoding of data when exporting lists to csv file.
2009-03-15 Lennard de Rijk Updated help text for email properties in Group model.
2009-03-15 Sverre Rabbelier Allow backup admins to edit org application
2009-03-15 Sverre Rabbelier Specify the type of Link ID used
2009-03-15 Lennard de Rijk Some minor style fixes.
2009-03-15 Lennard de Rijk Added the Follower Logic Module.
2009-03-15 Lennard de Rijk Added the Follower model.
2009-03-15 Sverre Rabbelier Replaced a '.' with '?' in org app
2009-03-15 Sverre Rabbelier Verbiage fix in ACL
2009-03-15 Sverre Rabbelier Verbiage fix in org app
2009-03-15 Lennard de Rijk Updated the accepted organization email for GSoC 2009.
2009-03-15 Pawel Solyga Set new Melange version number to 0-5-20090315 in app.yaml.template.
2009-03-15 Sverre Rabbelier Renamed "Idea page" to "Ideas page"
2009-03-15 Sverre Rabbelier Remove key_order from 'list accepted orgs' view
2009-03-15 Sverre Rabbelier Don't create csv export when no key_order is defined
2009-03-15 Sverre Rabbelier Added a 'accepted orgs' view to program
2009-03-15 Sverre Rabbelier Make an org's application visible to all logged in users
2009-03-15 Sverre Rabbelier Don't show possibly private info on org_app public page
2009-03-15 Sverre Rabbelier Added an getAcceptedOrgsRedirect to redirects
2009-03-15 Sverre Rabbelier Remove program id from org list
2009-03-15 Sverre Rabbelier Show idea page instead of last modified date in org app
2009-03-15 Lennard de Rijk Style fixes.
2009-03-14 Sverre Rabbelier Added a list of developers to the User menu
2009-03-14 Sverre Rabbelier Fixed a very obvious bug in slots()
2009-03-14 Sverre Rabbelier Don't return an empty dict when no allocation can be made
2009-03-14 Lennard de Rijk Group StudentProposals under Students in the sidebar.
2009-03-14 Sverre Rabbelier Show 'list my org apps' only if you have org apps
2009-03-14 Sverre Rabbelier Pre-accepted or pre-rejected orgs should stay under 'needs review'
2009-03-14 Sverre Rabbelier Enable javascript in duplicate students view
2009-03-14 David Anderson Factor out the Subversion wrapper to a separate module.
2009-03-14 Sverre Rabbelier Show 'List my Organization Applications' link even after signup closed
2009-03-13 David Anderson Followup to r2517: don't import threading in release.py
2009-03-13 David Anderson Redirect stdout/stderr through the logging system.
2009-03-13 Sverre Rabbelier Fixed a thinko-fix in toDict
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
(0) -1000 -256 +256 +1000 tip