summaryrefslogtreecommitdiffstats
path: root/app/models/setting.rb
Commit message (Expand)AuthorAgeFilesLines
* Fixed random failures in RepositoriesControllerTest with ruby-1.8.7-p358.Jean-Philippe Lang2012-02-191-1/+5
* Adds a method to clear the settings cache.Jean-Philippe Lang2011-11-131-3/+8
* replace RAILS_ROOT to Rails.root in setting model.Toshi MARUYAMA2011-06-161-1/+1
* remove trailing white-spaces from setting model source.Toshi MARUYAMA2011-05-181-20/+20
* scm: add CP932 at Setting::ENCODINGS (#2664, #2274).Toshi MARUYAMA2011-02-211-0/+1
* Fixed a nil method error in Setting#value=Eric Davis2010-02-121-1/+1
* Fixes Setting.openid? (#2764).Jean-Philippe Lang2009-02-191-1/+1
* Removes the fat ruby-openid gem. Simply use 'gem install ruby-openid' to enab...Jean-Philippe Lang2009-02-121-0/+4
* Adds .find and .all Plugin class methods.Jean-Philippe Lang2008-11-161-2/+2
* Adds support for commit logs reencoding to UTF-8 before insertion in the data...Jean-Philippe Lang2008-08-261-0/+39
* User display format is now configurable in administration settings.Jean-Philippe Lang2008-01-251-1/+2
* New setting added to specify how many objects should be displayed on most pag...Jean-Philippe Lang2007-12-291-0/+5
* Added a couple of new formats for the 'date format' setting.Jean-Philippe Lang2007-11-161-0/+17
* Basic plugin support.Jean-Philippe Lang2007-09-231-1/+5
* Fixed setting value serialization.Jean-Philippe Lang2007-09-191-1/+1
* Fixed: Oracle error when saving serialized setting (eg. mail notifications)Jean-Philippe Lang2007-09-181-0/+5
* Mail notification options restored (default is: issue_added and issue_updated).Jean-Philippe Lang2007-09-141-5/+12
* Added cache for application settings (Setting model).Jean-Philippe Lang2007-08-311-10/+35
* Added autologin feature (disabled by default).Jean-Philippe Lang2007-05-061-1/+1
* * fixed a variable name error in SettingJean-Philippe Lang2007-02-021-2/+2
* settings are now stored in the database (config_custom.rb no more used) and e...Jean-Philippe Lang2007-01-211-0/+61