OSDN Git Service

redirect to index at creation user
[redminele/redmine.git] / app / controllers / application_controller.rb
2011-10-08 Akihiro OnoMerge commit '1.2.1' into update
2011-07-09 Jean-Philippe LangMerged r6208 from trunk.
2011-07-09 Jean-Philippe LangBackported r6197 from trunk.
2011-07-06 Jean-Philippe LangMerged r6187 from trunk.
2011-07-03 Jean-Philippe LangMerged r6163, r6171, r6172, r6174 from trunk.
2011-06-19 Akihiro OnoMerged Redmine 1.2.0
2011-05-12 Toshi MARUYAMAremove trailing white-spaces from app/controllers/appli...
2011-05-01 Toshi MARUYAMAFix potential Execution After Redirect bugs.
2011-04-11 Jean-Philippe LangAdds an issues visibility level on roles (#7412).
2010-12-23 Jean-Philippe LangMakes the API accepts the X-Redmine-API-Key header...
2010-12-23 Jean-Philippe LangMakes API accept offset/limit or page/limit parameters...
2010-12-11 Jean-Philippe LangRestores object count and adds offset/limit attributes...
2010-12-04 Jean-Philippe LangAdds a pseudo format to api template names and override...
2010-12-03 Jean-Philippe LangAdds a reusable method to render API response on valida...
2010-12-03 Jean-Philippe LangAdds a builder-like template system for rendering xml...
2010-10-23 Jean-Philippe LangRefactor: merged error rendering methods.
2010-10-23 Jean-Philippe LangImproved error message when trying to access an archive...
2010-10-07 Jean-Baptiste BarthAdded ability to delete issues from different projects...
2010-09-29 Jean-Baptiste BarthSplitted #find_issues filter in ApplicationController...
2010-09-10 Eric DavisRefactor: convert ProjectEnumerations to a resource...
2010-08-19 Eric DavisUse the base layout for all 403, 404, and 500 pages...
2010-08-13 Eric DavisRefactor: pull up method to ApplicationController.
2010-08-12 Eric DavisRefactor: Pull up method to ApplicationController.
2010-08-04 Eric DavisRefactor: extract back_url method to ApplicationController.
2010-07-05 Eric DavisAllow js formatted responses.
2010-06-05 Eric DavisAdded JSON support to the issues API. #1214
2010-04-30 Eric DavisRefactor: Pull up #find_optional_project to Application...
2010-04-30 Jean-Philippe LangFixed: 500 internal error when browsing any Redmine...
2010-04-29 Eric DavisRefactor: pull #query_statement_invalid up to Applicati...
2010-04-17 Jean-Philippe LangFixed: API 401 response does not include WWW-Authentica...
2010-03-17 Eric DavisRefactor: Change the different find_object filters...
2010-03-16 Eric DavisRefactor: Split the find_object methods to prep for...
2010-03-03 Eric DavisRefactor: Decouple failed attachments and the flash...
2010-03-02 Eric DavisRefactor: Moved ApplicationController#attach_files...
2010-02-16 Eric DavisConverted the REDMINE_SUPPORTED_SCM constant to a...
2010-02-05 Eric DavisRefactor: Pull up several #find_project methods to...
2010-01-17 Jean-Philippe LangAdds a log message when an API call raises an InvalidAu...
2010-01-14 Jean-Philippe LangXML REST API for Projects (#296).
2010-01-13 Jean-Philippe LangXML REST API for issues that provides CRUD operations...
2009-12-23 Eric DavisAdded an Admin setting to enable/disable the REST web...
2009-12-23 Eric DavisAdded support for HTTP Basic access to the API. (#3920)
2009-12-23 Eric DavisAllow authenticating with an API token via XML or JSON...
2009-12-18 Jean-Philippe LangRemoves "xxx and return" calls (#4446).
2009-12-17 Jean-Philippe LangAdds an admin layout that displays the admin menu in...
2009-11-25 Jean-Philippe LangDisplay an error when authenticity token is invalid.
2009-11-25 Jean-Philippe LangRemove broken cookies after upgrade from 0.8.x to preve...
2009-11-21 Jean-Philippe LangReset session on login/logout (#4248).
2009-11-14 Eric DavisProtect controllers from potential CSRF attacks. #4216
2009-11-14 Eric DavisFix 500 errors with a POST request that requires a...
2009-10-21 Jean-Philippe LangContextual quick search (#3263).
2009-09-13 Eric DavisUpgraded to Rails 2.3.4 (#3597)