2009-09-12 Sverre Rabbelier Fix copy/paste fail in maintenance middleware docstring
2009-09-11 Sverre Rabbelier Enable the new middleware and empty the view decorator
2009-09-11 Sverre Rabbelier Add ValueStoreMiddleware
2009-09-11 Sverre Rabbelier Add MaintenanceMiddleware
2009-09-11 Sverre Rabbelier Add ExceptionHandlerMiddleware
2009-09-11 Sverre Rabbelier Add Middleware directory
2009-09-11 Sverre Rabbelier Fix broken maintenance mode
2009-09-11 Sverre Rabbelier Fix 500 when saving /site/edit without email
2009-09-11 Sverre Rabbelier Remove __melange_queries logging
2009-09-09 Lennard de Rijk Moved enabling GHOP to settings.py.
2009-09-09 Lennard de Rijk Added the GHOP modules to the callback.
2009-09-09 Madhusudan.C.S Use available Rights Checker when rights are already defined.
2009-09-09 Madhusudan.C.S Several style and import fixes regarding the GHOP module.
2009-09-08 Madhusudan.C.S Added jquery in-place-edit.
2009-09-08 Madhusudan.C.S Added GHOP Program View.
2009-09-08 Madhusudan.C.S Added GHOP Timeline View.
2009-09-08 Madhusudan.C.S Added GHOP Task Subscription View.
2009-09-08 Madhusudan.C.S Added GHOP Organization View.
2009-09-08 Madhusudan.C.S Added GHOP Org Admin View.
2009-09-08 Madhusudan.C.S Added GHOP Mentor View.
2009-09-08 Madhusudan.C.S Added GHOP Task View.
2009-09-08 Lennard de Rijk Renamed method in GHOP Cleaning to match style guide.
2009-09-08 Sverre Rabbelier Hook up the conversion tasks
2009-09-08 Sverre Rabbelier Add a view to start conversion tasks
2009-09-08 Sverre Rabbelier Add templates for conversion task starter
2009-09-07 Sverre Rabbelier Fix import sort order
2009-09-07 Sverre Rabbelier Revert "revert wrong head"
2009-09-07 Sverre Rabbelier merge with wrong head
2009-09-07 Sverre Rabbelier Fix miscaching of homepage
2009-09-07 Sverre Rabbelier Use system.getHostname() everywhere
2009-09-07 Sverre Rabbelier Add a getHostname to system
2009-09-05 Sverre Rabbelier Enable local memcache api in interactive console
2009-09-07 Mario Ferraro Scripts to run Shrinksafe during build.
2009-09-07 Mario Ferraro Added Shrinksafe code to shrink JS files before deploy.
2009-09-07 Sverre Rabbelier revert wrong head
2009-09-06 Pawel Solyga Added tag v0-5-20090906 for changeset 9f7f269383f7
2009-09-07 Sverre Rabbelier Fix miscaching of homepage
2009-09-06 Pawel Solyga Set new Melange version number to 0-5-20090906 in app.yaml.template. v0-5-20090906
2009-09-07 Sverre Rabbelier Use system.getHostname() everywhere
2009-09-06 Pawel Solyga Remove some left overs from recent Google App Engine 1.2.5 update.
2009-09-07 Sverre Rabbelier Add a getHostname to system
2009-09-06 Pawel Solyga Update Google App Engine from 1.2.3 to 1.2.5 in thirdparty folder.
2009-09-05 Sverre Rabbelier Enable local memcache api in interactive console
2009-09-05 Lennard de Rijk Fixed Ivory Coast rename that was introduced in r74f0972f52.
2009-09-04 Lennard de Rijk Fixed GHOP Cleaning clean_mentors_list method from using query on list.
2009-09-04 Madhusudan.C.S Added cleaning method to validate a list of mentor's link_ids.
2009-09-04 Madhusudan.C.S Added cleaning method to convert a list of comma separated strings into a set.
2009-09-03 Madhusudan.C.S Added additional methods for TaskTag model and add arbit_tag type to GHOPTask.
2009-09-02 Sverre Rabbelier Updated to r11 of app_profiler
2009-09-02 Sverre Rabbelier Prefetch referenced fields in project listing
2009-09-02 Sverre Rabbelier Hook up prefetching in the view (helper)
2009-09-02 Sverre Rabbelier Add support for prefetching fields
2009-08-31 Sverre Rabbelier only store queries in debug mode
2009-08-31 Sverre Rabbelier fix typo in memcache.get in base logic
2009-08-29 Sverre Rabbelier Store queries in memcache
2009-08-29 Sverre Rabbelier Do not store core in Checker
2009-08-29 Sverre Rabbelier Add self.in_request to Core and verify correct state
2009-08-29 Sverre Rabbelier Convert profiler/start page to html
2009-08-29 Sverre Rabbelier Use profiler.py to prevent import failures
2009-08-29 Sverre Rabbelier Set expiration date of static dirs to 1d
2009-08-30 Madhusudan.C.S GHOPWorkSubmission model is made id_based and inherits from base.
2009-08-30 Lennard de Rijk Added missing blank line to GHOP redirects helper.
2009-08-30 Madhusudan.C.S Added __init__ file to the GHOP views module.
2009-08-30 Madhusudan.C.S Added list_info method for use in the GHOP module.
2009-08-30 Madhusudan.C.S Updated the docstrings for GHOP access methods.
2009-08-30 Madhusudan.C.S Added access checks for GHOP Module.
2009-08-30 Madhusudan.C.S Added redirects module for GHOP.
2009-08-30 Madhusudan.C.S Added templatetag and filter libraries for GHOP.
2009-08-29 Sverre Rabbelier Set profiler/ to admin only
2009-08-28 Sverre Rabbelier Use per-request store to store access rights
2009-08-28 Sverre Rabbelier Use the per-request store to store the context
2009-08-28 Sverre Rabbelier Hook up the new per-request value storage
2009-08-28 Sverre Rabbelier Add a new per-request value store to Core
2009-08-28 Sverre Rabbelier Profiling patch
2009-08-28 Madhusudan.C.S STATE_TRANSITIONS dictionary values are changed to strings.
2009-08-28 Madhusudan.C.S Added templatetags for use in the GHOP module.
2009-08-28 Madhusudan.C.S Bulk added templates for GHOPOrganization views.
2009-08-28 Madhusudan.C.S Bulk add templates regarding GHOPProgram Views.
2009-08-28 Madhusudan.C.S Bulk add templates regarding Task Views.
2009-08-28 Madhusudan.C.S Added Task for sending out emails to subscribed users about a Comment.
2009-08-28 Madhusudan.C.S Added method to send out mail about a Task update.
2009-08-28 Madhusudan.C.S Added template for mails regarding Task updates.
2009-08-28 Madhusudan.C.S Added several methods to the Task Logic module.
2009-08-27 Madhusudan.C.S Removed scope and scope_path properties from GHOPComment since it is ID based.
2009-08-27 Madhusudan.C.S Added reference to GHOPProgram entity for Work Submissions.
2009-08-27 Madhusudan.C.S Added GHOP Form cleaning module.
2009-08-27 Madhusudan.C.S Added GHOPTaskSubscription Logic module.
2009-08-27 Madhusudan.C.S Added GHOP Student Logic.
2009-08-27 Madhusudan.C.S Added GAE tasks that are related to updating GHOP Tasks.
2009-08-27 Madhusudan.C.S Added GHOP Logic helper package.
2009-08-27 Madhusudan.C.S Added ghop-update queue for dealing with GHOP Task updates.
2009-08-27 Madhusudan.C.S Added GHOP task package for holding GAE Task related modules.
2009-08-26 Lennard de Rijk Removed workflow property from Program model.
2009-08-26 Madhusudan.C.S Moved createTimelineForType to Program Logic.
2009-08-26 Lennard de Rijk Added timeline_logic keyword argument to Program logic.
2009-08-26 Lennard de Rijk Make the timeline View work directly on the GSoC timeline for the time being.
2009-08-26 Lennard de Rijk Make Sponsor the scope_logic for the GSoC timeline model.
2009-08-26 Lennard de Rijk Take the safe way when trying to delete a Sponsor.
2009-08-26 Madhusudan.C.S GHOPComment Logic is made to inherit from base Logic and made ID based.
2009-08-26 Madhusudan.C.S Added role_name and disallow_last_resign keyword params to OA and Mentor Logic.
2009-08-26 Madhusudan.C.S Added GHOPTaskSubscription model to keep track subscriptions for GHOPTasks.
2009-08-25 Mario Ferraro JSLint comment moved because of new uncompressed JSLint complains.
2009-08-25 Mario Ferraro JSLint script file renamed because of better file name style.
2009-08-25 Mario Ferraro JSLint updated to uncompressed version.
2009-08-25 Mario Ferraro Renamed all JS files affected by former commit.
2009-08-25 Mario Ferraro Made all JS code JSLint compliant.
2009-08-25 Mario Ferraro JSLint added to verify Javascript code quality against guidelines.
2009-08-25 James Levy Added SurveyRecordForm for viewing a SurveyRecord.
2009-08-25 Lennard de Rijk Make sure the PlainTextWidget converts linebreaks to proper HTML.
2009-08-25 Lennard de Rijk Added tag v0-5-20090825 for changeset 776aae4d0499
2009-08-25 Lennard de Rijk Set new Melange version number to 0-5-20090825 in app.yaml.template. v0-5-20090825
2009-08-24 Lennard de Rijk Only create GradingRecords for succeful projects or failed projects with Surveys.
2009-08-24 Lennard de Rijk Set default taking access for GradingProjectSurvey to org.
2009-08-24 Lennard de Rijk Added org taking access to Surveys.
2009-08-24 Madhusudan.C.S Removed reference to GHOPTask and GHOPProgram.
2009-08-24 Madhusudan.C.S Added GHOPStudent model which inherits from core Student model.
2009-08-24 Madhusudan.C.S Changed GHOPComment model to inherit from base model.
2009-08-24 Madhusudan.C.S Changed all status to start with Uppercase letters, made 3 properties required.
2009-08-23 Madhusudan.C.S Reverting last 4 patches containing GHOP related views.
2009-08-21 Madhusudan.C.S Added extra menu items per GHOPOrganization.
(0) -1000 -120 +120 tip