Mercurial
Mercurial
>
py_tasks_melange
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-1000
-300
-100
-64
+64
+100
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.
Add support for prefetching fields
2009-09-02, by Sverre Rabbelier
only store queries in debug mode
2009-08-31, by Sverre Rabbelier
fix typo in memcache.get in base logic
2009-08-31, by Sverre Rabbelier
Store queries in memcache
2009-08-29, by Sverre Rabbelier
Do not store core in Checker
2009-08-29, by Sverre Rabbelier
Add self.in_request to Core and verify correct state
2009-08-29, by Sverre Rabbelier
Convert profiler/start page to html
2009-08-29, by Sverre Rabbelier
Use profiler.py to prevent import failures
2009-08-29, by Sverre Rabbelier
Set expiration date of static dirs to 1d
2009-08-29, by Sverre Rabbelier
GHOPWorkSubmission model is made id_based and inherits from base.
2009-08-30, by Madhusudan.C.S
Added missing blank line to GHOP redirects helper.
2009-08-30, by Lennard de Rijk
Added __init__ file to the GHOP views module.
2009-08-30, by Madhusudan.C.S
Added list_info method for use in the GHOP module.
2009-08-30, by Madhusudan.C.S
Updated the docstrings for GHOP access methods.
2009-08-30, by Madhusudan.C.S
Added access checks for GHOP Module.
2009-08-30, by Madhusudan.C.S
Added redirects module for GHOP.
2009-08-30, by Madhusudan.C.S
Added templatetag and filter libraries for GHOP.
2009-08-30, by Madhusudan.C.S
Set profiler/ to admin only
2009-08-29, by Sverre Rabbelier
Use per-request store to store access rights
2009-08-28, by Sverre Rabbelier
Use the per-request store to store the context
2009-08-28, by Sverre Rabbelier
Hook up the new per-request value storage
2009-08-28, by Sverre Rabbelier
Add a new per-request value store to Core
2009-08-28, by Sverre Rabbelier
Profiling patch
2009-08-27, by Sverre Rabbelier
STATE_TRANSITIONS dictionary values are changed to strings.
2009-08-28, by Madhusudan.C.S
Added templatetags for use in the GHOP module.
2009-08-28, by Madhusudan.C.S
Bulk added templates for GHOPOrganization views.
2009-08-28, by Madhusudan.C.S
Bulk add templates regarding GHOPProgram Views.
2009-08-28, by Madhusudan.C.S
Bulk add templates regarding Task Views.
2009-08-28, by Madhusudan.C.S
Added Task for sending out emails to subscribed users about a Comment.
2009-08-28, by Madhusudan.C.S
Added method to send out mail about a Task update.
2009-08-28, by Madhusudan.C.S
Added template for mails regarding Task updates.
2009-08-28, by Madhusudan.C.S
Added several methods to the Task Logic module.
2009-08-28, by Madhusudan.C.S
Removed scope and scope_path properties from GHOPComment since it is ID based.
2009-08-27, by Madhusudan.C.S
Added reference to GHOPProgram entity for Work Submissions.
2009-08-27, by Madhusudan.C.S
Added GHOP Form cleaning module.
2009-08-27, by Madhusudan.C.S
Added GHOPTaskSubscription Logic module.
2009-08-27, by Madhusudan.C.S
Added GHOP Student Logic.
2009-08-27, by Madhusudan.C.S
Added GAE tasks that are related to updating GHOP Tasks.
2009-08-27, by Madhusudan.C.S
Added GHOP Logic helper package.
2009-08-27, by Madhusudan.C.S
Added ghop-update queue for dealing with GHOP Task updates.
2009-08-27, by Madhusudan.C.S
Added GHOP task package for holding GAE Task related modules.
2009-08-27, by Madhusudan.C.S
Removed workflow property from Program model.
2009-08-26, by Lennard de Rijk
Moved createTimelineForType to Program Logic.
2009-08-26, by Madhusudan.C.S
Added timeline_logic keyword argument to Program logic.
2009-08-26, by Lennard de Rijk
Make the timeline View work directly on the GSoC timeline for the time being.
2009-08-26, by Lennard de Rijk
Make Sponsor the scope_logic for the GSoC timeline model.
2009-08-26, by Lennard de Rijk
Take the safe way when trying to delete a Sponsor.
2009-08-26, by Lennard de Rijk
GHOPComment Logic is made to inherit from base Logic and made ID based.
2009-08-26, by Madhusudan.C.S
Added role_name and disallow_last_resign keyword params to OA and Mentor Logic.
2009-08-26, by Madhusudan.C.S
Added GHOPTaskSubscription model to keep track subscriptions for GHOPTasks.
2009-08-26, by Madhusudan.C.S
JSLint comment moved because of new uncompressed JSLint complains.
2009-08-25, by Mario Ferraro
JSLint script file renamed because of better file name style.
2009-08-25, by Mario Ferraro
JSLint updated to uncompressed version.
2009-08-25, by Mario Ferraro
Renamed all JS files affected by former commit.
2009-08-25, by Mario Ferraro
Made all JS code JSLint compliant.
2009-08-25, by Mario Ferraro
JSLint added to verify Javascript code quality against guidelines.
2009-08-25, by Mario Ferraro
Added SurveyRecordForm for viewing a SurveyRecord.
2009-08-25, by James Levy
Make sure the PlainTextWidget converts linebreaks to proper HTML.
2009-08-25, by Lennard de Rijk
Added tag v0-5-20090825 for changeset 776aae4d0499
2009-08-25, by Lennard de Rijk
Set new Melange version number to 0-5-20090825 in app.yaml.template.
v0-5-20090825
2009-08-25, by Lennard de Rijk
Only create GradingRecords for succeful projects or failed projects with Surveys.
2009-08-24, by Lennard de Rijk
Set default taking access for GradingProjectSurvey to org.
2009-08-24, by Lennard de Rijk
Added org taking access to Surveys.
2009-08-24, by Lennard de Rijk
Removed reference to GHOPTask and GHOPProgram.
2009-08-24, by Madhusudan.C.S
less
more
|
(0)
-1000
-300
-100
-64
+64
+100
tip