Mercurial
Mercurial
>
py_tasks_melange
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-1000
-240
+240
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.
Fixed missing value in context when a form with a different name then form was used.
2009-04-25, by Lennard de Rijk
Fix broken tests by renaming default app id from "your_app_id" to "test-app-run".
2009-04-25, by Pawel Solyga
Add .hgignore to repository and ignore all .pyc files and app.yaml file.
2009-04-25, by Pawel Solyga
Add getStudentsProjects to context in stats.py script.
2009-04-24, by Pawel Solyga
Load /Users/solydzajs/Desktop/google_appengine into
2009-04-24, by Pawel Solyga
Renamed .css file due to recent changes.
2009-04-21, by Lennard de Rijk
Added map of accepted student proposals to mentors to the org home page.
2009-04-21, by Lennard de Rijk
Fix missing dot in stats.py docstring.
2009-04-21, by Pawel Solyga
Fixing the build now that emails have been tested.
2009-04-21, by Sverre Rabbelier
Intentionally breaking the build so that we can verify BuildBot will send email.
2009-04-21, by Sverre Rabbelier
Fixing the build now that emails have been tested.
2009-04-21, by Augie Fackler
Intentionally breaking the build so that we can verify BuildBot will send email.
2009-04-21, by Augie Fackler
Added reviveJobs and deidleJobs to stats.py
2009-04-20, by Sverre Rabbelier
Email address is actually private, not public, make this obvios
2009-04-20, by Sverre Rabbelier
Set the last_modified_on date to last change
2009-04-20, by Sverre Rabbelier
Set batch size to 10
2009-04-20, by Sverre Rabbelier
Added index needed to convert proposals
2009-04-20, by Sverre Rabbelier
Some minor style fixes.
2009-04-20, by Lennard de Rijk
Changed the accepted and rejected list to redirect to the review page in ListProposals view.
2009-04-20, by Lennard de Rijk
Allowing student project review page to be viewed in read-only mode after the deadline has passed.
2009-04-20, by Lennard de Rijk
Fixed typo in access module naming.
2009-04-20, by Lennard de Rijk
Set new Melange version number to 0-5-20090420 in app.yaml.template.
2009-04-20, by Pawel Solyga
Some minor style fixes.
2009-04-19, by Lennard de Rijk
Added listing of accepted and rejected proposals to the organization proposal page.
2009-04-19, by Lennard de Rijk
Added org_home_gmap function to the map JS for displaying the mentor-student map.
2009-04-19, by Lennard de Rijk
Added mentor-marker.png to content\images.
2009-04-19, by Lennard de Rijk
Renamed map JS to facilitate upcoming changes.
2009-04-19, by Lennard de Rijk
Added the gathering of data required to display a map on the org home page.
2009-04-19, by Lennard de Rijk
Added ccTld property to role to retrieve the ccTld of the country of residence for a specific role entity.
2009-04-19, by Lennard de Rijk
Added dictionary mapping country names to their CCTLD in countries model.
2009-04-19, by Lennard de Rijk
Don't run in a transaction if not needed
2009-04-19, by Sverre Rabbelier
Tweak the 'load balancing' algorithm
2009-04-19, by Sverre Rabbelier
Added deleteEntities methods to stats.py
2009-04-19, by Sverre Rabbelier
Fixed typo in cron.job module's timeOutJob docstring.
2009-04-19, by Lennard de Rijk
Use status codes in job.py
2009-04-19, by Sverre Rabbelier
getDefaultMailSender now properly handles users who are logged in but not registered.
2009-04-19, by Lennard de Rijk
Allow anyone to see student projects
2009-04-19, by Sverre Rabbelier
Changed the type of Error occurring when no valid sender could be found to a FatalJobError in student_proposal_mailer.
2009-04-19, by Lennard de Rijk
Students can not list their own projects before the accepted students announced deadline.
2009-04-19, by Lennard de Rijk
Student Proposal Mailer is now sending out real emails.
2009-04-19, by Lennard de Rijk
Fixed a comment typo and possible bug in mail_dispatcher.
2009-04-19, by Lennard de Rijk
Added email templates for accepted and rejected students in a GSoC like program.
2009-04-19, by Lennard de Rijk
Major brown paper bag fix
2009-04-19, by Sverre Rabbelier
Add a startSpam method to stats
2009-04-19, by Sverre Rabbelier
Add job to the index
2009-04-19, by Sverre Rabbelier
Add a random chance to ignore a job to reduce contention
2009-04-19, by Sverre Rabbelier
Do not fetch all jobs with each poke
2009-04-19, by Sverre Rabbelier
Add entityIterator to base Logic
2009-04-19, by Sverre Rabbelier
Store how many times a job has timed out and abort if needed
2009-04-19, by Sverre Rabbelier
Wrong usage of twoline_table_row caused weird layout in project
2009-04-18, by Sverre Rabbelier
Add cron.yaml to the build script
2009-04-18, by Sverre Rabbelier
Instead of text_data use key_data property to check for uniqueness.
2009-04-18, by Lennard de Rijk
Style fix in Job model.
2009-04-18, by Lennard de Rijk
Hook up the Student Proposal Mailer in the cron/jobs module.
2009-04-18, by Lennard de Rijk
Added Student Proposal Mailer module for mailing students who are accepted/rejected into the program.
2009-04-18, by Lennard de Rijk
Various improvements to convertProposals
2009-04-18, by Sverre Rabbelier
Add a silent option to updateOrCreateFromFields
2009-04-18, by Sverre Rabbelier
Fixed wrong import for list proposals view.
2009-04-18, by Lennard de Rijk
Fixed typo and added myself to authors in the cron/job module.
2009-04-18, by Lennard de Rijk
Add a script to convert proposals.
2009-04-18, by Sverre Rabbelier
Added FatalJobError to the cron/job module.
2009-04-18, by Lennard de Rijk
Fixed typo in documentation of the Job Model.
2009-04-18, by Lennard de Rijk
Changed the response message in the cron poke view.
2009-04-18, by Lennard de Rijk
Remove debug url too
2009-04-18, by Sverre Rabbelier
Remove testing method and update docstring for cron system
2009-04-18, by Sverre Rabbelier
Removed unneeded imports and variables
2009-04-18, by Sverre Rabbelier
Add cron, the core of the job system
2009-04-18, by Sverre Rabbelier
Add priority groups and jobs to the sitemap
2009-04-18, by Sverre Rabbelier
Add jobs (model, logic, and view)
2009-04-18, by Sverre Rabbelier
Add priority groups (model, logic, and view)
2009-04-18, by Sverre Rabbelier
The listing of accepted projects on the Organization's homepage is now timeline dependent.
2009-04-18, by Lennard de Rijk
White space fix in list_info module.
2009-04-18, by Lennard de Rijk
Fix user_self calling editGet with a wrong parameter
2009-04-18, by Sverre Rabbelier
Split edit and create into different methods
2009-04-18, by Sverre Rabbelier
Add support for ID based entities
2009-04-18, by Sverre Rabbelier
Use proposal key instead of raw proposal
2009-04-18, by Sverre Rabbelier
Show in green the proposals that would be accepted
2009-04-18, by Sverre Rabbelier
Add proper generation of Student entities and StudentProposal entities to seed_db module.
2009-04-17, by Pawel Solyga
Rename that should have been part of r2953.
2009-04-17, by Lennard de Rijk
Renamed stepsize to step_size in Student Proposal Logic.
2009-04-17, by Lennard de Rijk
Moved the code to retrieve all Proposal which should be accepted for one Organization to the Proposal Logic module.
2009-04-17, by Lennard de Rijk
Style fixes in soc.views.helper.lists module.
2009-04-17, by Pawel Solyga
Style fixes in soc.views.models.organization module.
2009-04-17, by Pawel Solyga
Fix too long line in soc.views.models.program module.
2009-04-17, by Pawel Solyga
Comment out unused variables in soc.views.models.base module.
2009-04-17, by Pawel Solyga
Fix too long line in soc.views.helper.templatetags.forms_helpers module.
2009-04-17, by Pawel Solyga
Proposal CSV export for students.
2009-04-17, by Pawel Solyga
Readability fix in base logic
2009-04-15, by Sverre Rabbelier
Remove redundant if check
2009-04-15, by Sverre Rabbelier
Comment out unused variables in soc.logic.allocations module.
2009-04-15, by Pawel Solyga
Fix too long line in soc.cache.logic module.
2009-04-15, by Pawel Solyga
Add missing responses import and replace usage of helper.responses with just responses in soc.views.models.student module.
2009-04-15, by Pawel Solyga
Fix too long line and redefining variable 'review' from outer scope in soc.views.models.student_proposal module.
2009-04-15, by Pawel Solyga
Step 2 of moving to new seeding model.
2009-04-15, by Daniel Bentley
Added additional_mentors property to StudentProject.
2009-04-14, by Lennard de Rijk
Whitespace fix in sponsor model.
2009-04-14, by Lennard de Rijk
Place the getSingleton call in view decorator in the try
2009-04-13, by Sverre Rabbelier
Fix a bug in duplicate detection
2009-04-13, by Sverre Rabbelier
Undid superfluas replacement of .name() with .name_or_id()
2009-04-13, by Sverre Rabbelier
Fixes access check for manage view.
2009-04-13, by Lennard de Rijk
Do not rely on dicts.merge to change target
2009-04-13, by Sverre Rabbelier
Use key().id_or_name() instead of key().name()
2009-04-13, by Sverre Rabbelier
Fix a bug in seed_db
2009-04-13, by Sverre Rabbelier
Added a warning message to alert the user that reviews are not editable.
2009-04-12, by Lennard de Rijk
Added overview of private reviews to the Student Proposal review page.
2009-04-12, by Lennard de Rijk
Load /Users/solydzajs/Downloads/google_appengine into
2009-04-12, by Pawel Solyga
Do not rely on a backup_admin being set
2009-04-12, by Sverre Rabbelier
Send out notifications and emails to admin and backup admin
2009-04-12, by Sverre Rabbelier
Allow the backup_admin to fill in the org application
2009-04-12, by Sverre Rabbelier
Use offset_linkid instead of offset to scan >1000 entities.
2009-04-12, by Daniel Bentley
Respond to comments on r2769.
2009-04-12, by Daniel Bentley
Last step of refactoring before adding support for > 1000 entities.
2009-04-12, by Daniel Bentley
Add (better) help_text to publish_location and school_name
2009-04-12, by Sverre Rabbelier
Brown paper bag fix
2009-04-12, by Sverre Rabbelier
Added Joel Sherrill to the AUTHORS file
2009-04-11, by Sverre Rabbelier
Lower ASCII fix
2009-04-11, by Sverre Rabbelier
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
less
more
|
(0)
-1000
-240
+240
tip