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