2009-03-30 Lennard de Rijk Fixed typo in docstring for logic/models/base.py
2009-03-30 Lennard de Rijk Added clean_content_length method to clean content of a specific size.
2009-03-29 Pawel Solyga This patch adds a javascript confirmation box when clicking "Mark as Ineligible" on Student Proposal. This is temporary until we make this action reversible.
2009-03-29 Tim Ansell Make test@example.com a mentor for one gsoc org and an admin (for a different) gsoc org.
2009-03-28 Sverre Rabbelier Set fields to 100% width again
2009-03-28 Sverre Rabbelier Remove two trailing comma's
2009-03-28 Sverre Rabbelier Add a script to start an interactive shell with remote api
2009-03-28 Sverre Rabbelier Enabled remote_api for admins only
2009-03-27 Pawel Solyga Fix Issue 381(Date fields should be displayed in ISO standard formatting) and Issue 207 (Date selector Javascript control always starts out with year 1900 selected).
2009-03-27 Chen Lunpeng Fixed some typo in app/soc/views/models/base.py
2009-03-27 Lennard de Rijk Clarified docstring in access.py and changed edit access checks for role views.
2009-03-27 Lennard de Rijk Fixed access check in club_member view.
2009-03-27 Lennard de Rijk Added missing access checks to various roles.
2009-03-26 Lennard de Rijk Added document_name alias for use on award certificates.
2009-03-26 Lennard de Rijk Disabled CSV export for roles.
2009-03-26 Lennard de Rijk Name alias now does not use the name_on_documents.
2009-03-26 Pawel Solyga Add missing utf decode in html cleaner in soc.logic.cleaning module. This should fix all the 500 errors that we got. Remove extra blank line in soc.views.model.document.
2009-03-25 Pawel Solyga Use minified tiny_mce.js javascript file instead of tiny_mce_src.js which is 100kB larger.
2009-03-25 Lennard de Rijk Student Proposal Review template now has the right header_title.
2009-03-25 Lennard de Rijk Student Proposal Review page now has a title that contains the title and student name.
2009-03-25 Lennard de Rijk Made the Student Proposal review page more clear by separating the submit button from the other buttons.
2009-03-25 Pawel Solyga Set new Melange version number to 0-5-20090325 in app.yaml.template.
2009-03-25 Lennard de Rijk Placing a public review via the review interface now also triggers the status change to pending.
2009-03-25 Lennard de Rijk Show additional info link on Student Proposal pages.
2009-03-25 Lennard de Rijk Added cleaning to student proposal content and the contents of the reviews.
2009-03-25 Lennard de Rijk Removed leftover URL in duplicate-slots.js
2009-03-24 Lennard de Rijk Added JS to the duplicate proposals page.
2009-03-24 Lennard de Rijk Fixed error occurring when mentor or student posts a comment because a built-in function was passed rather then a real argument.
2009-03-24 Pawel Solyga Fix csv export of properties that are not string (like datetime.time). Also replace name_on_documents with name helper property.
2009-03-24 Pawel Solyga Set new Melange version number to 0-5-20090324 in app.yaml.template.
2009-03-24 Pawel Solyga Add csv export support for Roles. If needed we will add support for extra properties in Mentor, Org Admin and Students models later.
2009-03-24 Lennard de Rijk Now showing student name in list proposal views.
2009-03-23 Sverre Rabbelier Fixed a typo in proposal listing
2009-03-23 Sverre Rabbelier Enable resizing in the TinyMCE widget
2009-03-23 Lennard de Rijk Add "Edit my Student Profile" link to program menu.
2009-03-23 Lennard de Rijk Added check to prevent students from submitting more proposals then allowed by the program settings.
2009-03-23 Lennard de Rijk Fixed a typo in Organization model.
2009-03-22 Pawel Solyga Set new Melange version number to 0-5-20090322 in app.yaml.template.
2009-03-22 Sverre Rabbelier Redirect to show if there is no home document
2009-03-22 Sverre Rabbelier Make _public return True iff public page should be shown
2009-03-22 Sverre Rabbelier Automagically convert '+' to '00' in phone numbers
2009-03-22 Sverre Rabbelier Added a 'Can we contact you' property
2009-03-22 Sverre Rabbelier Make sure the user has restricted rights to create a new document
2009-03-22 Sverre Rabbelier Add example text on t-shirt sizes
2009-03-22 Sverre Rabbelier Ensure that the link_id entered is the user's in edit_self
2009-03-22 Sverre Rabbelier Optionally return link_id in clean_user_is_current
2009-03-22 Sverre Rabbelier Use getFromKeyFields instead of getForFields where possible
2009-03-21 Lennard de Rijk Student proposal list now shows proper date and the normal list shows the organization name.
2009-03-21 Lennard de Rijk Removes the Mentor from all Student Proposals possible mentor lists when resigning.
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
(0) -1000 -128 +128 +1000 tip