summaryrefslogtreecommitdiffstats
path: root/app/controllers/settings_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-261-1/+1
* Replace String#sub with delete_prefix / delete_suffix (#40008).Go MAEDA2024-01-081-1/+1
* Fix RuboCop offense Performance/StringIdentifierArgument (#39888).Go MAEDA2023-12-201-2/+2
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* Update copyright year.Go MAEDA2019-05-251-1/+1
* 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
* Replace Enumerable#sort with faster Enumerable#sort_by (#29299).Go MAEDA2018-08-021-1/+1
* Merged rails-5.1 branch (#23630).Jean-Philippe Lang2017-07-231-1/+1
* Don't error when posting empty plugin settings (#26393).Jean-Philippe Lang2017-07-101-1/+2
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Optional Regex delimiters to truncate incoming emails (#5864).Jean-Philippe Lang2016-12-131-13/+18
* Use the main menu for project related actions that support cross-project disp...Jean-Philippe Lang2016-11-191-0/+1
* Don't check that params[:settings] is a Hash.Jean-Philippe Lang2016-07-211-4/+5
* Use .before_action instead of .before_filter.Jean-Philippe Lang2016-07-141-1/+1
* 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-4/+1
* Require password re-entry for sensitive actions (#19851).Jean-Philippe Lang2015-06-191-0/+2
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Fixed that non array commit_update_keywords raises an error (#7590).Jean-Philippe Lang2013-10-131-1/+1
* Ability to define commit keywords per tracker (#7590).Jean-Philippe Lang2013-10-131-1/+1
* Support for multiple issue update keywords/rules in commit messages (#4911).Jean-Philippe Lang2013-10-051-3/+4
* Adds helpers for query columns selection.Jean-Philippe Lang2013-02-231-0/+2
* Fix 500 error for requests to the settings path for non-configurable plugins ...Jean-Philippe Lang2013-01-201-0/+5
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Code cleanup: implement Plugin#to_param for generating routes.Jean-Philippe Lang2012-12-131-1/+1
* Use named routes in controllers.Jean-Philippe Lang2012-12-111-2/+2
* code cleanup r10542 changes (#10937)Toshi MARUYAMA2012-10-011-1/+1
* pin user format order at setting panel (#10937)Toshi MARUYAMA2012-10-011-1/+2
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Fixes admin menu display.Jean-Philippe Lang2012-01-201-0/+1
* Adds tests for plugin settings editing.Jean-Philippe Lang2011-12-031-2/+2
* remove trailing white-spaces from settings controller source.Toshi MARUYAMA2011-05-181-4/+4
* Fix potential Execution After Redirect bugs.Toshi MARUYAMA2011-05-011-10/+11
* Reload themes so that new themes can be used without restarting Redmine (#5712).Jean-Philippe Lang2010-11-271-0/+2
* Refactor the hardcoded event actions (notifiables) to use a classEric Davis2010-09-281-1/+1
* Adds an admin layout that displays the admin menu in the sidebar.Jean-Philippe Lang2009-12-171-0/+2
* 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