summaryrefslogtreecommitdiffstats
path: root/app/models/setting.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable frozen_string_literal for some files under app and lib directory (#265...Go MAEDA2019-03-161-1/+1
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Reverts r17862.Go MAEDA2019-02-181-6/+0
* Fix: Mail handler does not ignore emails sent from emission email address if ...Go MAEDA2019-02-121-0/+6
* Send emails asynchronously (#26791).Jean-Philippe Lang2018-10-101-1/+1
* Fix indent (#27025).Go MAEDA2018-03-031-12/+12
* Optional regex for filtering attachments on incoming emails (#27025).Go MAEDA2018-03-031-7/+12
* Merged rails-5.1 branch (#23630).Jean-Philippe Lang2017-07-231-1/+0
* Replace tabs with spaces (#26333).Toshi MARUYAMA2017-07-041-1/+1
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Optional Regex delimiters to truncate incoming emails (#5864).Jean-Philippe Lang2016-12-131-2/+28
* Don't error if an invalid setting is given.Jean-Philippe Lang2016-07-211-1/+3
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Send a notification when security settings are changed (#21421).Jean-Philippe Lang2016-02-051-0/+17
* Reverts r14115 in trunk.Jean-Philippe Lang2015-03-151-1/+1
* Compatibility with ruby1.8 (#19305).Jean-Philippe Lang2015-03-151-1/+1
* Make sure that settings are unserialized as UTF-8 encoded strings (#19305).Jean-Philippe Lang2015-03-151-1/+23
* Reverts r14067 that triggers "can't modify frozen String" errors (#19305).Jean-Philippe Lang2015-03-081-21/+1
* Make sure that strings of serialized settings are UTF-8 encoded (#19305).Jean-Philippe Lang2015-03-081-1/+21
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Specify the order for finding a setting.Jean-Philippe Lang2014-12-051-1/+1
* Skip uniqueness validation when updating a setting without changing its name.Jean-Philippe Lang2014-12-051-1/+1
* Adds methods for loading and adding settings.Jean-Philippe Lang2014-12-051-32/+52
* Removed deprecated stuff for Redmine 3.0.Jean-Philippe Lang2014-10-221-21/+0
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-0/+2
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Rails4 compatibility of Setting modelToshi MARUYAMA2013-12-201-2/+3
* Fixed that validating a Setting with invalid name triggers an error (#15551).Jean-Philippe Lang2013-11-291-1/+3
* Ability to define commit keywords per tracker (#7590).Jean-Philippe Lang2013-10-131-24/+24
* Support for multiple issue update keywords/rules in commit messages (#4911).Jean-Philippe Lang2013-10-051-1/+73
* remove trailing white-space from app/models/setting.rbToshi MARUYAMA2013-03-251-1/+1
* replace tabs to spaces at app/models/setting.rbToshi MARUYAMA2013-02-171-9/+9
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* 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