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