| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged r15238. | Jean-Philippe Lang | 2016-03-13 | 1 | -1/+1 |
* | Reverts r14115 in trunk. | Jean-Philippe Lang | 2015-03-15 | 1 | -1/+1 |
* | Compatibility with ruby1.8 (#19305). | Jean-Philippe Lang | 2015-03-15 | 1 | -1/+1 |
* | Make sure that settings are unserialized as UTF-8 encoded strings (#19305). | Jean-Philippe Lang | 2015-03-15 | 1 | -1/+23 |
* | Reverts r14067 that triggers "can't modify frozen String" errors (#19305). | Jean-Philippe Lang | 2015-03-08 | 1 | -21/+1 |
* | Make sure that strings of serialized settings are UTF-8 encoded (#19305). | Jean-Philippe Lang | 2015-03-08 | 1 | -1/+21 |
* | Copyright update. | Jean-Philippe Lang | 2015-01-11 | 1 | -1/+1 |
* | Specify the order for finding a setting. | Jean-Philippe Lang | 2014-12-05 | 1 | -1/+1 |
* | Skip uniqueness validation when updating a setting without changing its name. | Jean-Philippe Lang | 2014-12-05 | 1 | -1/+1 |
* | Adds methods for loading and adding settings. | Jean-Philippe Lang | 2014-12-05 | 1 | -32/+52 |
* | Removed deprecated stuff for Redmine 3.0. | Jean-Philippe Lang | 2014-10-22 | 1 | -21/+0 |
* | Merged rails-4.1 branch (#14534). | Jean-Philippe Lang | 2014-10-22 | 1 | -0/+2 |
* | update copyright year (#15977) | Toshi MARUYAMA | 2014-01-29 | 1 | -1/+1 |
* | Rails4 compatibility of Setting model | Toshi MARUYAMA | 2013-12-20 | 1 | -2/+3 |
* | Fixed that validating a Setting with invalid name triggers an error (#15551). | Jean-Philippe Lang | 2013-11-29 | 1 | -1/+3 |
* | Ability to define commit keywords per tracker (#7590). | Jean-Philippe Lang | 2013-10-13 | 1 | -24/+24 |
* | Support for multiple issue update keywords/rules in commit messages (#4911). | Jean-Philippe Lang | 2013-10-05 | 1 | -1/+73 |
* | remove trailing white-space from app/models/setting.rb | Toshi MARUYAMA | 2013-03-25 | 1 | -1/+1 |
* | replace tabs to spaces at app/models/setting.rb | Toshi MARUYAMA | 2013-02-17 | 1 | -9/+9 |
* | Copyright for 2013 (#12788). | Jean-Philippe Lang | 2013-01-12 | 1 | -1/+1 |
* | Copyright update. | Jean-Philippe Lang | 2012-05-05 | 1 | -1/+1 |
* | Fixed random failures in RepositoriesControllerTest with ruby-1.8.7-p358. | Jean-Philippe Lang | 2012-02-19 | 1 | -1/+5 |
* | Adds a method to clear the settings cache. | Jean-Philippe Lang | 2011-11-13 | 1 | -3/+8 |
* | replace RAILS_ROOT to Rails.root in setting model. | Toshi MARUYAMA | 2011-06-16 | 1 | -1/+1 |
* | remove trailing white-spaces from setting model source. | Toshi MARUYAMA | 2011-05-18 | 1 | -20/+20 |
* | scm: add CP932 at Setting::ENCODINGS (#2664, #2274). | Toshi MARUYAMA | 2011-02-21 | 1 | -0/+1 |
* | Fixed a nil method error in Setting#value= | Eric Davis | 2010-02-12 | 1 | -1/+1 |
* | Fixes Setting.openid? (#2764). | Jean-Philippe Lang | 2009-02-19 | 1 | -1/+1 |
* | Removes the fat ruby-openid gem. Simply use 'gem install ruby-openid' to enab... | Jean-Philippe Lang | 2009-02-12 | 1 | -0/+4 |
* | Adds .find and .all Plugin class methods. | Jean-Philippe Lang | 2008-11-16 | 1 | -2/+2 |
* | Adds support for commit logs reencoding to UTF-8 before insertion in the data... | Jean-Philippe Lang | 2008-08-26 | 1 | -0/+39 |
* | User display format is now configurable in administration settings. | Jean-Philippe Lang | 2008-01-25 | 1 | -1/+2 |
* | New setting added to specify how many objects should be displayed on most pag... | Jean-Philippe Lang | 2007-12-29 | 1 | -0/+5 |
* | Added a couple of new formats for the 'date format' setting. | Jean-Philippe Lang | 2007-11-16 | 1 | -0/+17 |
* | Basic plugin support. | Jean-Philippe Lang | 2007-09-23 | 1 | -1/+5 |
* | Fixed setting value serialization. | Jean-Philippe Lang | 2007-09-19 | 1 | -1/+1 |
* | Fixed: Oracle error when saving serialized setting (eg. mail notifications) | Jean-Philippe Lang | 2007-09-18 | 1 | -0/+5 |
* | Mail notification options restored (default is: issue_added and issue_updated). | Jean-Philippe Lang | 2007-09-14 | 1 | -5/+12 |
* | Added cache for application settings (Setting model). | Jean-Philippe Lang | 2007-08-31 | 1 | -10/+35 |
* | Added autologin feature (disabled by default). | Jean-Philippe Lang | 2007-05-06 | 1 | -1/+1 |
* | * fixed a variable name error in Setting | Jean-Philippe Lang | 2007-02-02 | 1 | -2/+2 |
* | settings are now stored in the database (config_custom.rb no more used) and e... | Jean-Philippe Lang | 2007-01-21 | 1 | -0/+61 |