summaryrefslogtreecommitdiffstats
path: root/app/controllers/settings_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* 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