Wed, 15 Apr 2009 19:13:16 +0000 Pawel Solyga Fix too long line in soc.cache.logic module.
Wed, 15 Apr 2009 16:05:29 +0000 Pawel Solyga Add missing responses import and replace usage of helper.responses with just responses in soc.views.models.student module.
Wed, 15 Apr 2009 15:56:17 +0000 Pawel Solyga Fix too long line and redefining variable 'review' from outer scope in soc.views.models.student_proposal module.
Wed, 15 Apr 2009 08:01:17 +0000 Daniel Bentley Step 2 of moving to new seeding model.
Tue, 14 Apr 2009 18:44:06 +0000 Lennard de Rijk Added additional_mentors property to StudentProject.
Tue, 14 Apr 2009 18:42:27 +0000 Lennard de Rijk Whitespace fix in sponsor model.
Mon, 13 Apr 2009 21:46:33 +0000 Sverre Rabbelier Place the getSingleton call in view decorator in the try
Mon, 13 Apr 2009 21:32:29 +0000 Sverre Rabbelier Fix a bug in duplicate detection
Mon, 13 Apr 2009 21:32:12 +0000 Sverre Rabbelier Undid superfluas replacement of .name() with .name_or_id()
Mon, 13 Apr 2009 16:31:36 +0000 Lennard de Rijk Fixes access check for manage view.
Mon, 13 Apr 2009 15:31:39 +0000 Sverre Rabbelier Do not rely on dicts.merge to change target
Mon, 13 Apr 2009 15:30:48 +0000 Sverre Rabbelier Use key().id_or_name() instead of key().name()
Mon, 13 Apr 2009 14:34:42 +0000 Sverre Rabbelier Fix a bug in seed_db
Sun, 12 Apr 2009 16:43:30 +0000 Lennard de Rijk Added a warning message to alert the user that reviews are not editable.
Sun, 12 Apr 2009 16:09:00 +0000 Lennard de Rijk Added overview of private reviews to the Student Proposal review page.
Sun, 12 Apr 2009 13:22:43 +0000 Pawel Solyga Load /Users/solydzajs/Downloads/google_appengine into
Sun, 12 Apr 2009 13:14:03 +0000 Sverre Rabbelier Do not rely on a backup_admin being set
Sun, 12 Apr 2009 12:31:55 +0000 Sverre Rabbelier Send out notifications and emails to admin and backup admin
Sun, 12 Apr 2009 12:31:23 +0000 Sverre Rabbelier Allow the backup_admin to fill in the org application
Sun, 12 Apr 2009 09:06:45 +0000 Daniel Bentley Use offset_linkid instead of offset to scan >1000 entities.
Sun, 12 Apr 2009 06:24:14 +0000 Daniel Bentley Respond to comments on r2769.
Sun, 12 Apr 2009 06:21:15 +0000 Daniel Bentley Last step of refactoring before adding support for > 1000 entities.
Sun, 12 Apr 2009 00:18:38 +0000 Sverre Rabbelier Add (better) help_text to publish_location and school_name
Sun, 12 Apr 2009 00:18:19 +0000 Sverre Rabbelier Brown paper bag fix
Sat, 11 Apr 2009 23:04:29 +0000 Sverre Rabbelier Added Joel Sherrill to the AUTHORS file
Sat, 11 Apr 2009 22:59:30 +0000 Sverre Rabbelier Lower ASCII fix
Sat, 11 Apr 2009 22:58:57 +0000 Sverre Rabbelier Remove getKeySuffix and it's usage
Sat, 11 Apr 2009 22:58:19 +0000 Sverre Rabbelier Use key().id_or_name() instead of key().name()
Sat, 11 Apr 2009 22:57:23 +0000 Sverre Rabbelier Use key.id_or_name in templates rather than key.name
Sat, 11 Apr 2009 17:40:41 +0000 Lennard de Rijk Indentation fixes.
Sat, 11 Apr 2009 16:00:03 +0000 Lennard de Rijk Indentation fixes.
Sat, 11 Apr 2009 13:42:12 +0000 Lennard de Rijk Added two menu items to the program menu.
Sat, 11 Apr 2009 13:37:31 +0000 Lennard de Rijk Removed obsolete white line in soc/models/views/models/organization.py.
Sat, 11 Apr 2009 13:36:50 +0000 Lennard de Rijk Added listing of Student Projects for Students themselves.
Sat, 11 Apr 2009 13:34:37 +0000 Lennard de Rijk Added three new redirect methods.
Sat, 11 Apr 2009 13:32:35 +0000 Lennard de Rijk Brown paper bag fix for Student Project Manage and Edit access check.
Sat, 11 Apr 2009 13:19:23 +0000 Sverre Rabbelier Style fix in function names in stats.py
Sat, 11 Apr 2009 12:27:41 +0000 Sverre Rabbelier When ranking, put them at or above the given rank
Sat, 11 Apr 2009 12:27:20 +0000 Sverre Rabbelier Remove slots_allocation from program view
Fri, 10 Apr 2009 15:46:05 +0000 Sverre Rabbelier Make it possible to save any value with saveValues
Fri, 10 Apr 2009 15:45:52 +0000 Sverre Rabbelier Allow loading a previously saved slot allocation
Fri, 10 Apr 2009 15:32:11 +0000 Lennard de Rijk Added Manage Student Projects item to the organization menu.
Fri, 10 Apr 2009 15:24:43 +0000 Lennard de Rijk Fixed typo in checkStudentProjectHasStatus docstring.
Fri, 10 Apr 2009 15:22:38 +0000 Lennard de Rijk Removed TODO that has been completed in r2876.
Fri, 10 Apr 2009 11:27:33 +0000 Sverre Rabbelier Fix bug exposed in previous commit
Fri, 10 Apr 2009 11:27:15 +0000 Sverre Rabbelier Add a test case to demonstrate a bug in the allocator
Thu, 09 Apr 2009 22:37:29 +0000 Pawel Solyga Set new Melange version number to 0-5-20090410 in app.yaml.template.
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
Thu, 09 Apr 2009 22:05:07 +0000 Sverre Rabbelier Store min and max slots in the program model
Thu, 09 Apr 2009 22:04:47 +0000 Sverre Rabbelier If nothing is assigned, return no assignments
Wed, 08 Apr 2009 23:45:41 +0000 Sverre Rabbelier Add a submit method and button to slots view
Wed, 08 Apr 2009 22:47:46 +0000 Pawel Solyga Make "Private Comment" first in the selection box on Student Proposal review page.
Wed, 08 Apr 2009 22:21:50 +0000 Sverre Rabbelier Add auto-completion for mentor field
Wed, 08 Apr 2009 22:21:30 +0000 Sverre Rabbelier Make mentor pickable
Wed, 08 Apr 2009 22:21:12 +0000 Sverre Rabbelier Make it possible to specify the key_order for pick
Wed, 08 Apr 2009 22:20:53 +0000 Sverre Rabbelier Add a temporary hack to allow filtering on org.key().name()
Wed, 08 Apr 2009 22:20:33 +0000 Sverre Rabbelier Drop the 'adjustement' part of slots allocation
Wed, 08 Apr 2009 22:20:00 +0000 Sverre Rabbelier Use slots allocated instead of adjustment in slots view
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 22:22:43 +0000 Lennard de Rijk Public page for StudentProjects now displays public info.
Tue, 07 Apr 2009 22:20:23 +0000 Lennard de Rijk Added public info as TinyMCE to the edit pages.
Tue, 07 Apr 2009 22:19:01 +0000 Lennard de Rijk Added public_info property to StudentProject model.
Tue, 07 Apr 2009 21:57:50 +0000 Lennard de Rijk Student Project public page now shows feed entries.
Tue, 07 Apr 2009 21:55:54 +0000 Lennard de Rijk Added feed_url to StudentProject.
Tue, 07 Apr 2009 21:40:23 +0000 Lennard de Rijk Added list of projects to the organization home page.
Tue, 07 Apr 2009 21:12:29 +0000 Lennard de Rijk Changed StudentProposal list to show the amount of pending mentors if none have been assigned.
Tue, 07 Apr 2009 18:50:24 +0000 Sverre Rabbelier Brown paper bag fix
Tue, 07 Apr 2009 18:20:27 +0000 Pawel Solyga Set new Melange version number to 0-5-20090407 in app.yaml.template.
Tue, 07 Apr 2009 18:12:29 +0000 Pawel Solyga Add missing imports, remove unsused imports, fix too long lines and some other style fixes in soc.views.models.student_project module.
Tue, 07 Apr 2009 12:31:12 +0000 Pawel Solyga Add pylint: disable-msg=W0706 to soc.views.helper.access module.
Tue, 07 Apr 2009 08:49:47 +0000 Lennard de Rijk Major update to the views concerning StudentProjects.
Tue, 07 Apr 2009 08:44:56 +0000 Lennard de Rijk Added new redirect method to be used for StudentProjects.
Tue, 07 Apr 2009 08:43:50 +0000 Lennard de Rijk Added two new templates for use in StudentProject views.
Tue, 07 Apr 2009 08:41:58 +0000 Lennard de Rijk Added 2 new access checks to deal with StudentProjects.
Tue, 07 Apr 2009 08:40:51 +0000 Lennard de Rijk Student Project listing now includes mentor column.
Tue, 07 Apr 2009 08:09:47 +0000 Lennard de Rijk Change the dropdown menu to state Comment Visible to Student.
Tue, 07 Apr 2009 07:28:31 +0000 Lennard de Rijk Only show mentor name in the detailed list.
Mon, 06 Apr 2009 23:46:46 +0000 Sverre Rabbelier Properly handle exports when there are multiple lists
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
Mon, 06 Apr 2009 22:55:08 +0000 Sverre Rabbelier Add the amount of proposals and mentors to slots view
Mon, 06 Apr 2009 22:54:41 +0000 Sverre Rabbelier Added Matthew Wilkes to the AUTHORS file
Mon, 06 Apr 2009 22:54:31 +0000 Sverre Rabbelier Added key_order to student proposal to enable csv export
Mon, 06 Apr 2009 22:54:11 +0000 Sverre Rabbelier Fixed wrong usage of twoline_field in proposal view
Mon, 06 Apr 2009 22:53:47 +0000 Sverre Rabbelier Fixed bug introduced by fixing a pylint error
Mon, 06 Apr 2009 22:02:16 +0000 Lennard de Rijk Added name column to all role lists.
Mon, 06 Apr 2009 21:38:10 +0000 Lennard de Rijk Added Mentor name column to StudentProposals list.
Mon, 06 Apr 2009 21:19:58 +0000 Pawel Solyga Fix too long line in soc.views.models.student_proposal module.
Mon, 06 Apr 2009 21:05:30 +0000 Lennard de Rijk Added simple listing (no score, rank) for Student Proposals you are a mentor for.
Mon, 06 Apr 2009 20:36:18 +0000 Lennard de Rijk Changed label and help_text for public review button on studentproposal review page.
Mon, 06 Apr 2009 19:22:42 +0000 Pawel Solyga Replace current favicon with the cleaned up one (smudges).
Mon, 06 Apr 2009 18:18:53 +0000 Pawel Solyga Allow students to see and comment on withdrawn and ineligible proposals, hide withdraw button for those proposals.
Mon, 06 Apr 2009 18:16:30 +0000 Pawel Solyga Indention fix in soc.views.models.organization module.
Mon, 06 Apr 2009 11:04:57 +0000 Pawel Solyga When Student withdrew a proposal a public comment "Student withdrew proposal." is posted.
Mon, 06 Apr 2009 10:11:44 +0000 Pawel Solyga Make "Mark as Ineligible" reversable and make this feature available for mentors too.
Sun, 05 Apr 2009 23:39:36 +0000 Sverre Rabbelier Add a script to subscribe someone to all updates
Sun, 05 Apr 2009 23:39:25 +0000 Sverre Rabbelier Add the entities to the context too
Sun, 05 Apr 2009 22:51:54 +0000 Pawel Solyga Fix posting public comments as private in student proposals review.html template.
Sun, 05 Apr 2009 19:43:26 +0000 Sverre Rabbelier Brown paper bag fix, sort by last name in AUTHORS
Sun, 05 Apr 2009 19:38:10 +0000 Sverre Rabbelier Added Dmitri to the AUTHORS file
Sun, 05 Apr 2009 19:37:56 +0000 Sverre Rabbelier Use different colors for public/private comment widget
Sun, 05 Apr 2009 18:18:07 +0000 Sverre Rabbelier Fixed a missing variable declaration
Sun, 05 Apr 2009 17:57:33 +0000 Pawel Solyga Disable E1002 pylint error in soc.views.helper.dynaform module.
Sun, 05 Apr 2009 17:50:56 +0000 Sverre Rabbelier Fixed a 'stylefix' in DynaField that wasn't a style issue
Sat, 04 Apr 2009 09:09:35 +0000 Pawel Solyga Fix wrong usage of helper requests module in soc.views.models.base after recent unused imports cleanup.
Fri, 03 Apr 2009 19:17:26 +0000 Sverre Rabbelier Also show 'List my student proposals' after signup closes
Fri, 03 Apr 2009 19:17:08 +0000 Sverre Rabbelier Minor tweaks to orgStats
Fri, 03 Apr 2009 17:54:57 +0000 Pawel Solyga Fix calling of super class __init__ method in out_of_band Error class (wrong number of parameters).
Fri, 03 Apr 2009 17:43:41 +0000 Pawel Solyga Style fixes, add missing docstring, fix some wrong calls to super classes and removal of unused imports in soc.views.helper.
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 17:34:20 +0000 Pawel Solyga Call super class in __init__ in soc.views.out_of_band module Error class.
Fri, 03 Apr 2009 17:32:15 +0000 Pawel Solyga Fix too long lines, style and remove unused imports in soc.models modules.
Fri, 03 Apr 2009 17:30:36 +0000 Pawel Solyga Style fixes and removal of unused imports in soc.logic modules.
Fri, 03 Apr 2009 17:29:36 +0000 Pawel Solyga Style fixes and removal of unused imports in soc.logic.models modules.
Fri, 03 Apr 2009 17:27:31 +0000 Pawel Solyga Disable some messages in pylintrc and disable cyclic imports check in silent mode of do_pylint.sh.
Fri, 03 Apr 2009 17:23:53 +0000 Pawel Solyga Remove unused imports soc.cache.base module and rename key variable to filter_key in soc.views.sitemap modules (access to outer scope names).
Fri, 03 Apr 2009 17:21:26 +0000 Pawel Solyga Remove unused imports in soc.views.sitemap modules.
Fri, 03 Apr 2009 17:19:46 +0000 Pawel Solyga Style fixes and removal of unused imports in soc.logic.helper modules.
Fri, 03 Apr 2009 17:10:32 +0000 Pawel Solyga Add missing docstring url.py.
Fri, 03 Apr 2009 17:09:34 +0000 Pawel Solyga Add missing docstrings to main.py and settings.py.
Fri, 03 Apr 2009 17:06:27 +0000 Pawel Solyga Add license file and docstring to __init__.py files across different modules within Melange.
Fri, 03 Apr 2009 10:36:57 +0000 Lennard de Rijk Returning a JSON response on successfully storing the found duplicates.
Fri, 03 Apr 2009 04:54:10 +0000 Sverre Rabbelier Fixed a typo in stats.py
Thu, 02 Apr 2009 23:06:52 +0000 Sverre Rabbelier Refactor getProps to use dateFetch
Thu, 02 Apr 2009 23:06:39 +0000 Sverre Rabbelier Style fixes
Thu, 02 Apr 2009 23:06:28 +0000 Sverre Rabbelier Add and use a getEntities method
Thu, 02 Apr 2009 23:06:15 +0000 Sverre Rabbelier Make it possible to retrieve all properties in toDict
Thu, 02 Apr 2009 23:05:56 +0000 Sverre Rabbelier Add dateFetch
Thu, 02 Apr 2009 23:05:43 +0000 Sverre Rabbelier Make stats.py executable
Thu, 02 Apr 2009 23:05:31 +0000 Sverre Rabbelier Print how many entities have been retrieved
Thu, 02 Apr 2009 19:40:28 +0000 Lennard de Rijk Enable storing of the duplicate calculation results.
Thu, 02 Apr 2009 19:38:49 +0000 Lennard de Rijk Added ProposalDuplicates model and logic.
Thu, 02 Apr 2009 16:30:38 +0000 Pawel Solyga Replace "Founded by" with "Registered by" in soc.models.group module.
Thu, 02 Apr 2009 15:31:36 +0000 Pawel Solyga Add some additional functions for stats to stats.py script.
Thu, 02 Apr 2009 10:11:38 +0000 Pawel Solyga Make the mentor and organization admin comment submission on student proposal nicer. Now drop down box allows you to select comment type and based on selected type and your current Role shows you available comment options. Left TODO to put inline JS into separate JS file.
Wed, 01 Apr 2009 17:23:49 +0000 Lennard de Rijk "Where did you hear about this program"- can now be changed at any time.
Wed, 01 Apr 2009 12:01:58 +0000 Daniel Bentley Some fixes to lists helper to reduce mutation.
Wed, 01 Apr 2009 10:24:26 +0000 Daniel Bentley A new model for seeding the database that makes it easier to seed many entities.
Wed, 01 Apr 2009 00:30:01 +0000 Sverre Rabbelier Added a stats module to scripts
Wed, 01 Apr 2009 00:29:50 +0000 Sverre Rabbelier Factor out the setup() method in interactive
Wed, 01 Apr 2009 00:29:34 +0000 Sverre Rabbelier Fixed a typo in seed_db.html
Tue, 31 Mar 2009 19:25:43 +0000 Lennard de Rijk Now using GET request for getting the data.
Tue, 31 Mar 2009 19:25:17 +0000 Lennard de Rijk Missing template change from r2750.
Tue, 31 Mar 2009 19:21:26 +0000 Lennard de Rijk Renamed duplicate-slots.js to prepare for changes.
Tue, 31 Mar 2009 16:00:17 +0000 Pawel Solyga Make invalid Student Proposals also accessible for Hosts, Mentors and Org admins. Previously only new and pending Student Proposals could be viewed.
Tue, 31 Mar 2009 15:45:39 +0000 Lennard de Rijk Added example text to birth_date.
Tue, 31 Mar 2009 11:40:40 +0000 Pawel Solyga Fix docstring in interactive.py script.
Mon, 30 Mar 2009 22:57:27 +0000 Pawel Solyga Set new Melange version number to 0-5-20090331 in app.yaml.template.
Mon, 30 Mar 2009 22:52:15 +0000 Sverre Rabbelier Added nr_applications and nr_mentors
Mon, 30 Mar 2009 22:38:08 +0000 Sverre Rabbelier Use ugettext and shorter variable names for inellegible list
Mon, 30 Mar 2009 22:16:55 +0000 Pawel Solyga Add listing of ineligible Student Proposals to "View all Students Proposals" view. Now mentors and org admin can see what application has been marked as ineligible or withdrawn by student.
Mon, 30 Mar 2009 21:16:18 +0000 Lennard de Rijk Fixed the duplicate slots view.
Mon, 30 Mar 2009 21:12:44 +0000 Lennard de Rijk Renamed duplicate-slots.js to prepare for changes.
Mon, 30 Mar 2009 19:46:41 +0000 Lennard de Rijk Added missing return to manage access check.
Mon, 30 Mar 2009 19:41:05 +0000 Lennard de Rijk Enforce the 500 character limit for abstracts.
Mon, 30 Mar 2009 19:36:43 +0000 Lennard de Rijk Fixed typo in docstring for logic/models/base.py
Mon, 30 Mar 2009 19:35:44 +0000 Lennard de Rijk Added clean_content_length method to clean content of a specific size.
Sun, 29 Mar 2009 21:35:02 +0000 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.
Sun, 29 Mar 2009 07:43:04 +0000 Tim Ansell Make test@example.com a mentor for one gsoc org and an admin (for a different) gsoc org.
Sat, 28 Mar 2009 20:19:50 +0000 Sverre Rabbelier Set fields to 100% width again
Sat, 28 Mar 2009 20:19:18 +0000 Sverre Rabbelier Remove two trailing comma's
Sat, 28 Mar 2009 02:21:48 +0000 Sverre Rabbelier Add a script to start an interactive shell with remote api
Sat, 28 Mar 2009 02:21:37 +0000 Sverre Rabbelier Enabled remote_api for admins only
Fri, 27 Mar 2009 14:19:16 +0000 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).
Fri, 27 Mar 2009 13:16:27 +0000 Chen Lunpeng Fixed some typo in app/soc/views/models/base.py
Fri, 27 Mar 2009 11:16:35 +0000 Lennard de Rijk Clarified docstring in access.py and changed edit access checks for role views.
Fri, 27 Mar 2009 10:34:18 +0000 Lennard de Rijk Fixed access check in club_member view.
Fri, 27 Mar 2009 09:51:25 +0000 Lennard de Rijk Added missing access checks to various roles.
Thu, 26 Mar 2009 14:11:06 +0000 Lennard de Rijk Added document_name alias for use on award certificates.
Thu, 26 Mar 2009 13:58:13 +0000 Lennard de Rijk Disabled CSV export for roles.
Thu, 26 Mar 2009 13:35:49 +0000 Lennard de Rijk Name alias now does not use the name_on_documents.
Thu, 26 Mar 2009 12:19:33 +0000 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.
Wed, 25 Mar 2009 22:42:35 +0000 Pawel Solyga Use minified tiny_mce.js javascript file instead of tiny_mce_src.js which is 100kB larger.
Wed, 25 Mar 2009 18:56:31 +0000 Lennard de Rijk Student Proposal Review template now has the right header_title.
Wed, 25 Mar 2009 18:54:55 +0000 Lennard de Rijk Student Proposal Review page now has a title that contains the title and student name.
Wed, 25 Mar 2009 17:55:16 +0000 Lennard de Rijk Made the Student Proposal review page more clear by separating the submit button from the other buttons.
Wed, 25 Mar 2009 17:44:36 +0000 Pawel Solyga Set new Melange version number to 0-5-20090325 in app.yaml.template.
Wed, 25 Mar 2009 15:20:01 +0000 Lennard de Rijk Placing a public review via the review interface now also triggers the status change to pending.
Wed, 25 Mar 2009 15:16:50 +0000 Lennard de Rijk Show additional info link on Student Proposal pages.
Wed, 25 Mar 2009 14:07:21 +0000 Lennard de Rijk Added cleaning to student proposal content and the contents of the reviews.
Wed, 25 Mar 2009 08:46:28 +0000 Lennard de Rijk Removed leftover URL in duplicate-slots.js
Tue, 24 Mar 2009 19:49:35 +0000 Lennard de Rijk Added JS to the duplicate proposals page.
Tue, 24 Mar 2009 18:43:22 +0000 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.
Tue, 24 Mar 2009 18:00:46 +0000 Pawel Solyga Fix csv export of properties that are not string (like datetime.time). Also replace name_on_documents with name helper property.
Tue, 24 Mar 2009 16:21:36 +0000 Pawel Solyga Set new Melange version number to 0-5-20090324 in app.yaml.template.
Tue, 24 Mar 2009 16:18:53 +0000 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.
Tue, 24 Mar 2009 08:46:18 +0000 Lennard de Rijk Now showing student name in list proposal views.
Mon, 23 Mar 2009 22:43:14 +0000 Sverre Rabbelier Fixed a typo in proposal listing
Mon, 23 Mar 2009 21:54:50 +0000 Sverre Rabbelier Enable resizing in the TinyMCE widget
Mon, 23 Mar 2009 20:15:17 +0000 Lennard de Rijk Add "Edit my Student Profile" link to program menu.
Mon, 23 Mar 2009 20:05:00 +0000 Lennard de Rijk Added check to prevent students from submitting more proposals then allowed by the program settings.
Mon, 23 Mar 2009 08:44:29 +0000 Lennard de Rijk Fixed a typo in Organization model.
Sun, 22 Mar 2009 23:45:23 +0000 Pawel Solyga Set new Melange version number to 0-5-20090322 in app.yaml.template.
Sun, 22 Mar 2009 22:54:40 +0000 Sverre Rabbelier Redirect to show if there is no home document
Sun, 22 Mar 2009 22:54:14 +0000 Sverre Rabbelier Make _public return True iff public page should be shown
Sun, 22 Mar 2009 22:15:46 +0000 Sverre Rabbelier Automagically convert '+' to '00' in phone numbers
Sun, 22 Mar 2009 22:06:54 +0000 Sverre Rabbelier Added a 'Can we contact you' property
Sun, 22 Mar 2009 20:13:19 +0000 Sverre Rabbelier Make sure the user has restricted rights to create a new document
Sun, 22 Mar 2009 18:05:10 +0000 Sverre Rabbelier Add example text on t-shirt sizes
Sun, 22 Mar 2009 14:52:38 +0000 Sverre Rabbelier Ensure that the link_id entered is the user's in edit_self
Sun, 22 Mar 2009 14:52:05 +0000 Sverre Rabbelier Optionally return link_id in clean_user_is_current
Sun, 22 Mar 2009 14:51:37 +0000 Sverre Rabbelier Use getFromKeyFields instead of getForFields where possible
Sat, 21 Mar 2009 18:15:18 +0000 Lennard de Rijk Student proposal list now shows proper date and the normal list shows the organization name.
Sat, 21 Mar 2009 18:02:49 +0000 Lennard de Rijk Removes the Mentor from all Student Proposals possible mentor lists when resigning.
Sat, 21 Mar 2009 17:12:07 +0000 David Anderson Factor out input and file utils into io.py.
Sat, 21 Mar 2009 16:19:42 +0000 Lennard de Rijk Added fields requested in Issue 392 to Student Model.
Sat, 21 Mar 2009 15:55:33 +0000 Lennard de Rijk Push agreements to group 99 for Role forms.
Sat, 21 Mar 2009 13:07:12 +0000 Sverre Rabbelier Use the new as_email tag for user profile
Sat, 21 Mar 2009 13:06:32 +0000 Sverre Rabbelier Added an as_email template tag
Sat, 21 Mar 2009 10:40:20 +0000 Lennard de Rijk Fixed typo in variable name.
Sat, 21 Mar 2009 08:47:25 +0000 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.
Sat, 21 Mar 2009 01:07:40 +0000 Pawel Solyga Set new Melange version number to 0-5-20090321 in app.yaml.template.
Sat, 21 Mar 2009 00:49:10 +0000 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.
Sat, 21 Mar 2009 00:30:07 +0000 Lennard de Rijk Mentors cant resign when mentoring a project/proposal.
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 23:21:45 +0000 Sverre Rabbelier Explain better what a link_id should look like
Fri, 20 Mar 2009 23:21:21 +0000 Sverre Rabbelier Typo and thinko fix in accepted_orgs_msg
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:56 +0000 Sverre Rabbelier Allow for a message to be displayed above the list view
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 22:00:14 +0000 Sverre Rabbelier Requests now link to a user's profile
Fri, 20 Mar 2009 21:59:42 +0000 Sverre Rabbelier Added an as_user template tag
Fri, 20 Mar 2009 21:27:39 +0000 Sverre Rabbelier Clean phone numbers to be numeric only
Fri, 20 Mar 2009 21:27:14 +0000 Sverre Rabbelier Added a numeric_only cleaner
Fri, 20 Mar 2009 21:16:15 +0000 Sverre Rabbelier Added example text to the phone number fields
Fri, 20 Mar 2009 21:11:23 +0000 Sverre Rabbelier Removed formatting from TinyMCE that use the style tag
Fri, 20 Mar 2009 21:02:46 +0000 Sverre Rabbelier Show all orgs in accepted org list view
Fri, 20 Mar 2009 21:02:21 +0000 Sverre Rabbelier Made _getPickData more generic by supporting ordening
Fri, 20 Mar 2009 21:01:49 +0000 Sverre Rabbelier Added a new index for accepted orgs listing
Fri, 20 Mar 2009 19:11:56 +0000 Lennard de Rijk Fixed docstring for canResign method.
Fri, 20 Mar 2009 18:53:37 +0000 Lennard de Rijk Moved canResign check to role logic so subclasses can override.
Fri, 20 Mar 2009 16:54:01 +0000 Lennard de Rijk Minor style fix.
Fri, 20 Mar 2009 14:40:22 +0000 Pawel Solyga Add date postfix to slot-allocator.js file. Update base.html template with path to slot-allocator-090320.js.
Fri, 20 Mar 2009 14:37:52 +0000 Pawel Solyga Slot allocator Javascript fix. This prevents from calling updateFromJSON function if there is no data.
Fri, 20 Mar 2009 14:18:07 +0000 Lennard de Rijk Fixed copy/paste fail in docstring.
Fri, 20 Mar 2009 14:17:10 +0000 Lennard de Rijk Only show valid roles on user roles page.
Fri, 20 Mar 2009 14:07:57 +0000 Lennard de Rijk Added "How did you hear about this program?" to Student Profile.
Fri, 20 Mar 2009 14:04:57 +0000 Lennard de Rijk Fixed double sending of notifications on creating a new invite.
Fri, 20 Mar 2009 11:49:12 +0000 Lennard de Rijk Fixed redirect after creating/rejecting a request/invite.
Fri, 20 Mar 2009 10:57:54 +0000 Pawel Solyga Set new Melange version number to 0-5-20090320 in app.yaml.template.
Fri, 20 Mar 2009 09:58:23 +0000 Sverre Rabbelier Moved and updated seed_many documentation
Fri, 20 Mar 2009 09:09:48 +0000 Sverre Rabbelier Minor style fixes
Fri, 20 Mar 2009 08:11:59 +0000 Daniel Bentley A script for writing the application name into an app.yaml based on an app.yaml.template.
Thu, 19 Mar 2009 23:25:34 +0000 Sverre Rabbelier Verbiage fix in Mentor list heading
Thu, 19 Mar 2009 17:30:17 +0000 Lennard de Rijk Explicitly added access check for public profile page view.
Thu, 19 Mar 2009 17:11:03 +0000 Sverre Rabbelier Verbiage fix
Thu, 19 Mar 2009 17:10:26 +0000 Sverre Rabbelier Allow everyone to view an org app public page
Thu, 19 Mar 2009 08:53:52 +0000 Lennard de Rijk Minor whitespace fix.
Thu, 19 Mar 2009 08:52:55 +0000 Lennard de Rijk Added the users' public name to the process_request page.
Thu, 19 Mar 2009 08:38:01 +0000 Lennard de Rijk Added basic student project view.
Thu, 19 Mar 2009 08:37:16 +0000 Lennard de Rijk Added new Student Project cleaning method.
Thu, 19 Mar 2009 08:31:15 +0000 Lennard de Rijk Added basic Student Project templates.
Thu, 19 Mar 2009 08:30:06 +0000 Lennard de Rijk Added StudentProject logic.
Thu, 19 Mar 2009 08:27:47 +0000 Lennard de Rijk Added StudentProject model.
Thu, 19 Mar 2009 08:04:07 +0000 Lennard de Rijk Org applications can now be deleted up to the deadline.
Thu, 19 Mar 2009 00:12:59 +0000 Sverre Rabbelier Rename 'orgs' to 'organizations' in page title
Thu, 19 Mar 2009 00:12:35 +0000 Sverre Rabbelier Added missing status to seeded orgs
Wed, 18 Mar 2009 17:18:19 +0000 Lennard de Rijk The org list proposals page now shows the amount of assigned slots.
Wed, 18 Mar 2009 17:17:20 +0000 Lennard de Rijk Added a new custom class and fixed the base template css reference.
Wed, 18 Mar 2009 17:12:25 +0000 Lennard de Rijk Added list_info helper module.
Wed, 18 Mar 2009 17:07:33 +0000 Lennard de Rijk Renamed .css file to facilitate todays changes.
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.
Wed, 18 Mar 2009 16:14:29 +0000 Lennard de Rijk Added new access method that can check if a given event has taken place already.
Wed, 18 Mar 2009 15:29:25 +0000 Pawel Solyga Set new Melange version number to 0-5-20090318 in app.yaml.template.
Wed, 18 Mar 2009 12:41:59 +0000 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.
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 18:03:31 +0000 Lennard de Rijk Fixed layout for StudentProposal reviews.
Tue, 17 Mar 2009 18:02:11 +0000 Lennard de Rijk Renamed .css file to facilitate todays changes.
Tue, 17 Mar 2009 17:35:12 +0000 Lennard de Rijk Moved subscription buttons to the top and comment placing to the bottom for StudentProposal review and public page.
Tue, 17 Mar 2009 17:19:30 +0000 Sverre Rabbelier Added missing ','.
Tue, 17 Mar 2009 16:54:50 +0000 Pawel Solyga Add organization name to organization application acceptance/rejection email templates.
Tue, 17 Mar 2009 13:28:06 +0000 Sverre Rabbelier Added a Assign Slots link to sidebar for Hosts
Tue, 17 Mar 2009 13:25:55 +0000 Sverre Rabbelier Added an assign slots redirects
Tue, 17 Mar 2009 13:22:00 +0000 Sverre Rabbelier Make accepted org list redirect to public page
Mon, 16 Mar 2009 23:55:28 +0000 Sverre Rabbelier Added a seed_db.html
Mon, 16 Mar 2009 23:55:04 +0000 Sverre Rabbelier Added org app seeding to seed_many
Mon, 16 Mar 2009 23:54:33 +0000 Sverre Rabbelier Added StudentProposal to clean_db
Mon, 16 Mar 2009 23:54:07 +0000 Sverre Rabbelier Added seed student proposal support to seed_many
Mon, 16 Mar 2009 23:53:41 +0000 Sverre Rabbelier Add seed mentor support to seed_many
Mon, 16 Mar 2009 23:53:14 +0000 Sverre Rabbelier Added seed org support to seed_many
Mon, 16 Mar 2009 23:52:49 +0000 Sverre Rabbelier Added seed user to seed many
Mon, 16 Mar 2009 23:52:22 +0000 Sverre Rabbelier Added a seed_many url
Mon, 16 Mar 2009 23:51:46 +0000 Sverre Rabbelier Factor out ensureUser and add Error class in seed_db
Mon, 16 Mar 2009 23:51:20 +0000 Sverre Rabbelier Added format and containsAll to the dicts module
Mon, 16 Mar 2009 21:18:20 +0000 Lennard de Rijk Hook up the new template tag for StudentProposal reviews.
Mon, 16 Mar 2009 21:17:04 +0000 Lennard de Rijk Added a new template tag to serve up background color for StudentProposals Reviews.
Mon, 16 Mar 2009 21:14:55 +0000 Lennard de Rijk Added background color for StudentProposal reviews to the .css file.
Mon, 16 Mar 2009 19:08:50 +0000 Lennard de Rijk Notifications will not be sent out to the reviewer.
Mon, 16 Mar 2009 18:05:08 +0000 Lennard de Rijk Send out a message on a new StudentProposal review to all followers.
Mon, 16 Mar 2009 18:02:01 +0000 Lennard de Rijk Added sendNewReviewNotification to the notifications helper.
Mon, 16 Mar 2009 18:00:39 +0000 Lennard de Rijk Added new_review template.
Mon, 16 Mar 2009 17:58:55 +0000 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.
Mon, 16 Mar 2009 16:27:21 +0000 Lennard de Rijk Increased the length of the timebased link_id to handle more items at once.
Mon, 16 Mar 2009 15:33:27 +0000 Lennard de Rijk Use site_name if the system sends a message.
Mon, 16 Mar 2009 11:57:50 +0000 Pawel Solyga Style fixes for release modules.
Sun, 15 Mar 2009 22:32:05 +0000 Lennard de Rijk Changed notifications helper to properly use the fact that from_user is not a required property.
Sun, 15 Mar 2009 20:58:39 +0000 Lennard de Rijk Changed line-endings in notifications base template.
Sun, 15 Mar 2009 20:42:21 +0000 Lennard de Rijk Fixed an Epic Fail in StudentProposal logic ^_^.
Sun, 15 Mar 2009 20:40:03 +0000 Lennard de Rijk Delete all ReviewFollowers and remove the entry in the ranker before deleting a StudentProposal.
Sun, 15 Mar 2009 20:27:50 +0000 Lennard de Rijk The StudentProposal review view now also allow you to subscribe to public/private reviews.
Sun, 15 Mar 2009 19:29:31 +0000 Lennard de Rijk Everyone that is able to see the StudentProposals public page can subscribe to public review updates.
Sun, 15 Mar 2009 19:26:10 +0000 Lennard de Rijk Added the ReviewFollower logic module.
Sun, 15 Mar 2009 19:25:14 +0000 Lennard de Rijk Added the ReviewFollower model.
Sun, 15 Mar 2009 17:33:50 +0000 Lennard de Rijk Some minor style fixes.
Sun, 15 Mar 2009 17:22:15 +0000 Pawel Solyga Fix missing utf encoding of data when exporting lists to csv file.
Sun, 15 Mar 2009 16:42:54 +0000 Lennard de Rijk Updated help text for email properties in Group model.
Sun, 15 Mar 2009 16:30:53 +0000 Sverre Rabbelier Allow backup admins to edit org application
Sun, 15 Mar 2009 16:30:26 +0000 Sverre Rabbelier Specify the type of Link ID used
Sun, 15 Mar 2009 16:20:24 +0000 Lennard de Rijk Some minor style fixes.
Sun, 15 Mar 2009 16:10:19 +0000 Lennard de Rijk Added the Follower Logic Module.
Sun, 15 Mar 2009 16:08:45 +0000 Lennard de Rijk Added the Follower model.
Sun, 15 Mar 2009 15:21:06 +0000 Sverre Rabbelier Replaced a '.' with '?' in org app
Sun, 15 Mar 2009 15:07:38 +0000 Sverre Rabbelier Verbiage fix in ACL
Sun, 15 Mar 2009 14:55:45 +0000 Sverre Rabbelier Verbiage fix in org app
Sun, 15 Mar 2009 14:53:00 +0000 Lennard de Rijk Updated the accepted organization email for GSoC 2009.
Sun, 15 Mar 2009 14:14:13 +0000 Pawel Solyga Set new Melange version number to 0-5-20090315 in app.yaml.template.
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:35:45 +0000 Sverre Rabbelier Don't create csv export when no key_order is defined
Sun, 15 Mar 2009 13:16:38 +0000 Sverre Rabbelier Added a 'accepted orgs' view to program
Sun, 15 Mar 2009 13:16:03 +0000 Sverre Rabbelier Make an org's application visible to all logged in users
Sun, 15 Mar 2009 13:15:32 +0000 Sverre Rabbelier Don't show possibly private info on org_app public page
Sun, 15 Mar 2009 13:15:01 +0000 Sverre Rabbelier Added an getAcceptedOrgsRedirect to redirects
Sun, 15 Mar 2009 13:14:33 +0000 Sverre Rabbelier Remove program id from org list
Sun, 15 Mar 2009 13:13:54 +0000 Sverre Rabbelier Show idea page instead of last modified date in org app
Sun, 15 Mar 2009 11:31:26 +0000 Lennard de Rijk Style fixes.
Sat, 14 Mar 2009 20:12:56 +0000 Sverre Rabbelier Added a list of developers to the User menu
Sat, 14 Mar 2009 19:46:20 +0000 Sverre Rabbelier Fixed a very obvious bug in slots()
Sat, 14 Mar 2009 19:45:52 +0000 Sverre Rabbelier Don't return an empty dict when no allocation can be made
Sat, 14 Mar 2009 18:02:01 +0000 Lennard de Rijk Group StudentProposals under Students in the sidebar.
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:38 +0000 Sverre Rabbelier Pre-accepted or pre-rejected orgs should stay under 'needs review'
Sat, 14 Mar 2009 16:08:09 +0000 Sverre Rabbelier Enable javascript in duplicate students view
Sat, 14 Mar 2009 03:49:16 +0000 David Anderson Factor out the Subversion wrapper to a separate module.
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:18:06 +0000 David Anderson Followup to r2517: don't import threading in release.py
Fri, 13 Mar 2009 23:12:43 +0000 David Anderson Redirect stdout/stderr through the logging system.
Fri, 13 Mar 2009 23:12:40 +0000 Sverre Rabbelier Fixed a thinko-fix in toDict
Fri, 13 Mar 2009 23:12:15 +0000 Sverre Rabbelier Set the content type to text/csv for csv exports
Fri, 13 Mar 2009 23:11:44 +0000 Sverre Rabbelier Add row headings to the csv export
Fri, 13 Mar 2009 23:11:16 +0000 Sverre Rabbelier Added an identity function to dicts
Fri, 13 Mar 2009 23:10:49 +0000 Sverre Rabbelier Don't override org view params
Fri, 13 Mar 2009 23:04:27 +0000 Lennard de Rijk Changed the workflow for students regarding their proposals.
Fri, 13 Mar 2009 23:01:11 +0000 Lennard de Rijk Added example and help text to clarify the use of some fields on the proposal ranking.
Fri, 13 Mar 2009 22:35:39 +0000 Lennard de Rijk Some textual changes for proposal reviewing.
Fri, 13 Mar 2009 20:25:18 +0000 Lennard de Rijk Minor textual changes in the StudentProposal model.
Fri, 13 Mar 2009 18:41:35 +0000 Lennard de Rijk The rejected applications subsection now links to the public page for the list_self view.
Fri, 13 Mar 2009 18:22:01 +0000 David Anderson Fix indentation to match Melange/Google style.
Fri, 13 Mar 2009 18:14:54 +0000 David Anderson Add a log module to initialize and manage logging.
Fri, 13 Mar 2009 18:14:44 +0000 David Anderson Add a decolorize() helper to undo the effects of colorize().
Fri, 13 Mar 2009 16:56:56 +0000 Lennard de Rijk Fixed checkIsNotParticipatingInProgramInScope to just query for the given program instead of iterating over a list.
Fri, 13 Mar 2009 14:11:08 +0000 Lennard de Rijk Updated index.yaml to reflect changes necessary for the duplicate checking views.
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.
Fri, 13 Mar 2009 13:46:30 +0000 Lennard de Rijk Fixed whitespace in cache/base.py
Fri, 13 Mar 2009 13:26:03 +0000 Lennard de Rijk Changed the edit template to show a Submit button instead of Save Changes when "creating" an entity.
Fri, 13 Mar 2009 03:11:42 +0000 David Anderson Move run() into the util module.
Fri, 13 Mar 2009 02:56:35 +0000 David Anderson Followup to r2496. Fix obvious errors.
Fri, 13 Mar 2009 02:13:21 +0000 David Anderson Move the Paths class to the util module.
Fri, 13 Mar 2009 01:59:54 +0000 David Anderson Refactor ANSI colorization into a new utility module.
Fri, 13 Mar 2009 01:49:39 +0000 David Anderson Fix the Melange version regular expression to detect patch versions.
Fri, 13 Mar 2009 01:44:18 +0000 David Anderson Create an error module containing the top-level error class.
Fri, 13 Mar 2009 00:12:42 +0000 Sverre Rabbelier Only show export link if list_key_order is set
Thu, 12 Mar 2009 23:05:40 +0000 Sverre Rabbelier Display a warning if there are errors on the form
Thu, 12 Mar 2009 23:04:53 +0000 Sverre Rabbelier Make the error message align with the input field
Thu, 12 Mar 2009 23:04:14 +0000 Sverre Rabbelier Moved stylesheet to mitigate overenthousiastic browser caching.
Thu, 12 Mar 2009 23:03:28 +0000 Sverre Rabbelier Add a style class for td.twolineformfielderrorlabel.
Thu, 12 Mar 2009 22:46:10 +0000 David Anderson Add the Google SoC release script to the Melange repository.
Thu, 12 Mar 2009 22:30:04 +0000 Sverre Rabbelier Always convert newlines to linebreaks
Thu, 12 Mar 2009 22:29:14 +0000 Sverre Rabbelier Some code re-use in templates
Thu, 12 Mar 2009 21:38:40 +0000 Sverre Rabbelier Define a key order for document and org app
Thu, 12 Mar 2009 21:38:07 +0000 Sverre Rabbelier Strip leading and trailing newlines from our responses
Thu, 12 Mar 2009 21:37:38 +0000 Sverre Rabbelier Greatly simplify makeNewPaginationChoices
Thu, 12 Mar 2009 21:37:09 +0000 Sverre Rabbelier Adhere to the DEF_... pattern for constants in lists
Thu, 12 Mar 2009 21:36:39 +0000 Sverre Rabbelier Make it possible to specify the key order for csv export
Thu, 12 Mar 2009 14:16:55 +0000 Augie Fackler build.sh: bail if run in the wrong directory.
Thu, 12 Mar 2009 13:39:57 +0000 Sverre Rabbelier Add an export link to all list views
Thu, 12 Mar 2009 13:39:03 +0000 Sverre Rabbelier Added generic csv export to all list views
Thu, 12 Mar 2009 13:38:24 +0000 Sverre Rabbelier Factor download functionality out of export()
Thu, 12 Mar 2009 13:37:26 +0000 Sverre Rabbelier Keep the current list and row number
Thu, 12 Mar 2009 13:36:36 +0000 Sverre Rabbelier Return "" when there is no info/action set
Thu, 12 Mar 2009 13:35:35 +0000 Sverre Rabbelier Allow developers to specify a higher limit for a list view
Thu, 12 Mar 2009 00:48:52 +0000 Sverre Rabbelier Reinstate the 1k limit in pick()
Thu, 12 Mar 2009 00:48:23 +0000 Sverre Rabbelier If not running local, use ajax.googleapis to serve jquery
Wed, 11 Mar 2009 21:30:28 +0000 Sverre Rabbelier Redirect to current page if the current request times out
Wed, 11 Mar 2009 21:29:58 +0000 Sverre Rabbelier Use accounts.getCurrentAccount instead of users.get_current_user
Wed, 11 Mar 2009 21:29:32 +0000 Sverre Rabbelier isDebug now also checks melange version
Wed, 11 Mar 2009 21:28:48 +0000 Sverre Rabbelier Allow for query caching in pick
Wed, 11 Mar 2009 21:28:11 +0000 Sverre Rabbelier Added query caching
Wed, 11 Mar 2009 19:27:13 +0000 Sverre Rabbelier Also clear RankerRoot and ranker from datastore
Wed, 11 Mar 2009 19:26:41 +0000 Sverre Rabbelier Make it possible to only add users
Wed, 11 Mar 2009 19:26:11 +0000 Sverre Rabbelier Make it possible to add an arbitrary amount of users
Wed, 11 Mar 2009 19:25:41 +0000 Sverre Rabbelier Make it possible to add more users and orgs with GET args
Tue, 10 Mar 2009 23:56:04 +0000 Sverre Rabbelier Retrieve all entities rather than just the first 1k
Tue, 10 Mar 2009 23:55:33 +0000 Sverre Rabbelier Return a HttpResponse in seed_db
Tue, 10 Mar 2009 21:08:30 +0000 Lennard de Rijk StudentProposal abstract is now a text property to support more then 500 bytes.
Tue, 10 Mar 2009 19:09:12 +0000 Lennard de Rijk Organization admins can now put a Student Proposal at a specific rank.
Tue, 10 Mar 2009 19:06:16 +0000 Lennard de Rijk Added getRankerFor method to student_proposal logic.
Tue, 10 Mar 2009 15:53:26 +0000 Sverre Rabbelier Use the correct timeline logic in edit()
Tue, 10 Mar 2009 15:52:53 +0000 Sverre Rabbelier Use params['logic'] instead of self._logic
Tue, 10 Mar 2009 14:43:14 +0000 Sverre Rabbelier Do not override fields in the model if they are already set
Tue, 10 Mar 2009 12:31:25 +0000 Lennard de Rijk checkIsApplicationAccepted now properly checks if the application is really from the applying user.
Mon, 09 Mar 2009 23:56:42 +0000 Sverre Rabbelier Add TinyMCE widget for org apps
Mon, 09 Mar 2009 23:56:14 +0000 Sverre Rabbelier Added a getFromKeyNameOr404 to base.Logic
Mon, 09 Mar 2009 20:43:46 +0000 Lennard de Rijk Org admins can mark a StudentProposal as invalid if they for any reason find it ineligible.
Mon, 09 Mar 2009 19:37:56 +0000 Sverre Rabbelier Open the agreement text in a new window
Mon, 09 Mar 2009 19:37:23 +0000 Sverre Rabbelier Fix an access bug
Mon, 09 Mar 2009 16:34:54 +0000 Pawel Solyga Replace getFromKeyName with getFromKeyNameOr404 where appropriate in soc.views.helper.access module.
Mon, 09 Mar 2009 10:58:04 +0000 Pawel Solyga Add missing "a" in soc/mail/welcome.html template. Fixes Issue 313.
Mon, 09 Mar 2009 08:52:10 +0000 Lennard de Rijk Removed star next to logo.
Mon, 09 Mar 2009 01:11:33 +0000 Pawel Solyga Fix typo in soc.logic.cleaning module (site_logic.logic was called instead of just site_logic).
Mon, 09 Mar 2009 00:53:07 +0000 Pawel Solyga Set new Melange version number to 0-5-20090308 in app.yaml.template.
Mon, 09 Mar 2009 00:44:45 +0000 Pawel Solyga Make the http links use <a href> tag in new_notification.html and welcome.html mail templates.
Mon, 09 Mar 2009 00:43:36 +0000 Pawel Solyga Move all the jquery-purr css settings into separate file and add it to base.html template only if needed.
Mon, 09 Mar 2009 00:42:08 +0000 Pawel Solyga Remove some copy/pasted docstring in soc.views.models.comment module.
Mon, 09 Mar 2009 00:40:55 +0000 Pawel Solyga Typo fix in soc.logic.cleaning module.
Mon, 09 Mar 2009 00:40:27 +0000 Pawel Solyga Small text changes in process_request.html template.
Mon, 09 Mar 2009 00:39:25 +0000 Pawel Solyga Add indention in soc.views.models.organization module.
Mon, 09 Mar 2009 00:38:43 +0000 Pawel Solyga Add missing blank lines in test_utils module.
Mon, 09 Mar 2009 00:08:32 +0000 Sverre Rabbelier Views should have a unique name
Mon, 09 Mar 2009 00:01:21 +0000 Sverre Rabbelier Addressed comments by Pawel
Mon, 09 Mar 2009 00:00:41 +0000 Sverre Rabbelier Use getFromKeyFieldsOr404 in slots() and allocateSlots()
Mon, 09 Mar 2009 00:00:13 +0000 Sverre Rabbelier Except and properly handle Errors in view decorator
Sun, 08 Mar 2009 23:58:27 +0000 Sverre Rabbelier Hide 'slots' and add 'slots_desired'
Sun, 08 Mar 2009 21:59:57 +0000 Pawel Solyga Revert r2376 since it's not needed as discussed in Issue 188.
Sun, 08 Mar 2009 21:51:17 +0000 Lennard de Rijk Some minor style fixes.
Sun, 08 Mar 2009 21:37:21 +0000 Lennard de Rijk Some minor style fixes.
Sun, 08 Mar 2009 20:07:22 +0000 Lennard de Rijk The process_request template now properly differentiate between a request in "new" and "group_accepted" state.
Sun, 08 Mar 2009 19:12:17 +0000 Lennard de Rijk Fixed a cleaning bug which allowed a proposal to be recreated by the original proposer.
Sun, 08 Mar 2009 18:09:04 +0000 Lennard de Rijk Made all links in e-mail verbatim to solve Issue 250.
Sun, 08 Mar 2009 17:41:02 +0000 Lennard de Rijk Students who withdraw their proposal will now be removed from the ranker.
Sun, 08 Mar 2009 17:19:25 +0000 Lennard de Rijk The student proposal public page can now be used to place a public comment.
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 15:00:31 +0000 Sverre Rabbelier Add a groupDictBy to dicts
Sun, 08 Mar 2009 15:00:08 +0000 Sverre Rabbelier Play nice with non-float allocations
Sun, 08 Mar 2009 14:38:24 +0000 Sverre Rabbelier Provide the 'return_url' in the allocate slots view
Sun, 08 Mar 2009 14:37:28 +0000 Sverre Rabbelier Add a getSlotsRedirect to redirects.py
Sun, 08 Mar 2009 14:36:55 +0000 Sverre Rabbelier Don't override the params argument
Sun, 08 Mar 2009 14:36:24 +0000 Sverre Rabbelier Treat the response from the server as a JSON object
Sun, 08 Mar 2009 13:58:15 +0000 Sverre Rabbelier Restricted slots and assign_slots to dev-only for now
Sun, 08 Mar 2009 13:34:56 +0000 Lennard de Rijk Reviews are now sorted on their created date.
Sun, 08 Mar 2009 13:14:28 +0000 Lennard de Rijk Public reviews are now shown on the public page for the student proposal.
Sun, 08 Mar 2009 13:11:49 +0000 Lennard de Rijk Added a new method in the review logic to return all reviews for the given entity as scope.
Sun, 08 Mar 2009 13:10:38 +0000 Lennard de Rijk Some style fixes for the student proposal review template.
Sun, 08 Mar 2009 12:27:42 +0000 Lennard de Rijk Proposal public page now properly renders HTML content.
Sun, 08 Mar 2009 02:13:15 +0000 Sverre Rabbelier Support non-float slots
Sun, 08 Mar 2009 02:05:12 +0000 Sverre Rabbelier Add and use the new and improved allocation scripts
Sun, 08 Mar 2009 02:04:46 +0000 Sverre Rabbelier Update the slot allocation view and template
Sun, 08 Mar 2009 02:04:08 +0000 Sverre Rabbelier Add a slot allocation script and template
Sun, 08 Mar 2009 02:03:28 +0000 Sverre Rabbelier Hook up json2.js in base.html
Sun, 08 Mar 2009 02:03:01 +0000 Sverre Rabbelier Add a no_pagination.html template
Sun, 08 Mar 2009 00:00:13 +0000 Pawel Solyga Add json2.js to repository under json folder, update build script and app.yaml.template files.
Sat, 07 Mar 2009 22:14:04 +0000 Lennard de Rijk Important roles can now not resign if they are the last in their group.
Sat, 07 Mar 2009 20:27:52 +0000 Sverre Rabbelier Have slots default to 0
Sat, 07 Mar 2009 20:27:24 +0000 Sverre Rabbelier Include IntegerProperty in the JSON object
Sat, 07 Mar 2009 20:26:58 +0000 Sverre Rabbelier Added the spin jquery plugin
Sat, 07 Mar 2009 19:46:18 +0000 Sverre Rabbelier Add a link to the full agreement text
Sat, 07 Mar 2009 19:45:38 +0000 Sverre Rabbelier Make it possible to specify a link to the full text
Sat, 07 Mar 2009 19:31:39 +0000 Lennard de Rijk Students can not be kicked from a program by a organization admin.
Sat, 07 Mar 2009 19:23:32 +0000 Lennard de Rijk Reverting part of r2378, since it's not ready yet.
Sat, 07 Mar 2009 19:17:02 +0000 Lennard de Rijk All address fields for roles and groups can now only use characters that can successfully be converted to ASCII.
Sat, 07 Mar 2009 18:16:54 +0000 Sverre Rabbelier Adjust the total_popularity after ranging
Sat, 07 Mar 2009 17:55:14 +0000 Lennard de Rijk Removed the street address from influencing the maps plug in.
Sat, 07 Mar 2009 17:36:32 +0000 Lennard de Rijk Show the marker for the Google maps plug in by default.
Sat, 07 Mar 2009 17:09:05 +0000 Sverre Rabbelier Added an pre-processing algorithm
Sat, 07 Mar 2009 17:08:23 +0000 Sverre Rabbelier Added assigned mentors and amount of minimum slots per org
Sat, 07 Mar 2009 16:06:30 +0000 Lennard de Rijk Fixes banned people being able to create a new user entity.
Sat, 07 Mar 2009 15:22:48 +0000 Lennard de Rijk Added the review capability to the student_proposal review page.
Sat, 07 Mar 2009 15:19:53 +0000 Lennard de Rijk Moved some template tags out of forms_helpers into comments_helpers.py.
Sat, 07 Mar 2009 15:19:06 +0000 Lennard de Rijk Added new template tag for a review.
Sat, 07 Mar 2009 15:13:11 +0000 Lennard de Rijk Org Application contributors template is now marked safe.
Sat, 07 Mar 2009 15:11:51 +0000 Lennard de Rijk Updated the docstring for the Comment model.
Sat, 07 Mar 2009 15:07:49 +0000 Lennard de Rijk Added Logic for the Review Model.
Sat, 07 Mar 2009 15:07:17 +0000 Lennard de Rijk Redone the Review model.
Sat, 07 Mar 2009 14:56:22 +0000 Sverre Rabbelier Add forgotten image
(0) -1000 -480 +480 tip