summaryrefslogtreecommitdiffstats
path: root/app/controllers/settings_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Fixed that non array commit_update_keywords raises an error (#7590).Jean-Philippe Lang2013-10-131-1/+1
* Ability to define commit keywords per tracker (#7590).Jean-Philippe Lang2013-10-131-1/+1
* Support for multiple issue update keywords/rules in commit messages (#4911).Jean-Philippe Lang2013-10-051-3/+4
* Adds helpers for query columns selection.Jean-Philippe Lang2013-02-231-0/+2
* Fix 500 error for requests to the settings path for non-configurable plugins ...Jean-Philippe Lang2013-01-201-0/+5
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Code cleanup: implement Plugin#to_param for generating routes.Jean-Philippe Lang2012-12-131-1/+1
* Use named routes in controllers.Jean-Philippe Lang2012-12-111-2/+2
* code cleanup r10542 changes (#10937)Toshi MARUYAMA2012-10-011-1/+1
* pin user format order at setting panel (#10937)Toshi MARUYAMA2012-10-011-1/+2
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Fixes admin menu display.Jean-Philippe Lang2012-01-201-0/+1
* Adds tests for plugin settings editing.Jean-Philippe Lang2011-12-031-2/+2
* remove trailing white-spaces from settings controller source.Toshi MARUYAMA2011-05-181-4/+4
* Fix potential Execution After Redirect bugs.Toshi MARUYAMA2011-05-011-10/+11
* Reload themes so that new themes can be used without restarting Redmine (#5712).Jean-Philippe Lang2010-11-271-0/+2
* Refactor the hardcoded event actions (notifiables) to use a classEric Davis2010-09-281-1/+1
* Adds an admin layout that displays the admin menu in the sidebar.Jean-Philippe Lang2009-12-171-0/+2
* Adds email notification on wiki changes (#413). It's disabled by default and ...Jean-Philippe Lang2009-05-171-1/+1
* Fixed: TypeError (can't modify frozen string) on settings view (#2700).Jean-Philippe Lang2009-02-091-1/+1
* Slight changes to ease Rails 2.2 support.Jean-Philippe Lang2009-01-041-1/+1
* Adds .find and .all Plugin class methods.Jean-Philippe Lang2008-11-161-5/+6
* Host setting should contain the path prefix (Redmine base URL) to properly ge...Jean-Philippe Lang2008-11-071-4/+7
* Moves @layout 'base'@ to ApplicationController.Jean-Philippe Lang2008-08-101-1/+0
* Fixed: Plugin's setting page is broken after upgrading to rails 2.1.0 (#1620).Jean-Philippe Lang2008-07-121-1/+1
* Email delivery configuration moved to an unversioned YAML file (config/email....Jean-Philippe Lang2008-07-041-0/+1
* User display format is now configurable in administration settings.Jean-Philippe Lang2008-01-251-0/+3
* Admin settings screen split to tabs.Jean-Philippe Lang2008-01-061-3/+10
* Basic plugin support.Jean-Philippe Lang2007-09-231-0/+12
* Removed RedCloth checks since it's now supplied with the application.Jean-Philippe Lang2007-09-051-1/+0
* Text formatting drop down disabled if RedCloth is not available (system setti...Jean-Philippe Lang2007-05-011-0/+1
* settings are now stored in the database (config_custom.rb no more used) and e...Jean-Philippe Lang2007-01-211-0/+33