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.
(0) -1000 -300 -100 -60 +60 +100 +300 +1000 tip