Mercurial
Mercurial
>
py_tasks_melange
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-1000
-128
+128
+1000
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.
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
less
more
|
(0)
-1000
-128
+128
+1000
tip