summaryrefslogtreecommitdiffstats
path: root/app/helpers/settings_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Add configurable setting for copying attachments when copying an issue (#36197).Go MAEDA2024-07-141-0/+10
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-261-1/+1
* 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
* You can configure default project queries in the following places (#35795):Marius Balteanu2021-11-151-0/+4
* Default issue query (#7360).Go MAEDA2021-07-061-0/+4
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* Replace gsub with tr, delete, or squeeze (#34161).Go MAEDA2020-10-241-1/+1
* use "do end" instead of {} at SettingsHelperToshi MARUYAMA2020-09-211-6/+6
* fix source indent of SettingsHelperToshi MARUYAMA2020-09-211-5/+5
* add empty line after guard clause to SettingsHelperToshi MARUYAMA2020-09-171-0/+1
* fix closing array brace position in SettingsHelper#administration_settings_tabsToshi MARUYAMA2020-07-051-13/+20
* avoid multi-line ternary operators in app/helpers/settings_helper.rbToshi MARUYAMA2020-07-041-3/+6
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* cleanup: rubocop: fix Layout/ClosingParenthesisIndentation in app/helpers/set...Toshi MARUYAMA2019-11-231-1/+1
* cleanup: rubocop: fix Layout/AlignArguments in app/helpers/settings_helper.rbToshi MARUYAMA2019-11-061-8/+4
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Add "robohash" to "Default Gravatar image" options (#31294).Go MAEDA2019-05-041-0/+9
* Enable frozen_string_literal for some files under app and lib directory (#265...Go MAEDA2019-03-161-1/+1
* Remove unnecessary encoding magic comment (#31034).Go MAEDA2019-03-161-2/+0
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Add Users tab to application settings.Jean-Philippe Lang2018-06-171-0/+1
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Adds settings to make the issue and/or comment fields mandatory for time logs...Jean-Philippe Lang2017-01-121-0/+1
* Optional Regex delimiters to truncate incoming emails (#5864).Jean-Philippe Lang2016-12-131-6/+23
* Replace Date.today with User.current.today (#22320).Jean-Philippe Lang2016-05-071-1/+1
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Adds 4h, 8h and 12h as options for session maximum lifetime (#20933).Jean-Philippe Lang2015-10-071-0/+19
* Moves attachments settings to a new tab.Jean-Philippe Lang2015-10-061-0/+1
* Moved API settings to their own tab.Jean-Philippe Lang2015-10-011-0/+1
* Replace tabs with spaces and remove trailing tabs in several files (#20140).Jean-Philippe Lang2015-06-211-1/+1
* Adds a setting to control done ratio on parent tasks (#5490).Jean-Philippe Lang2015-05-251-0/+9
* Adds settings to control start/due dates and priority on parent tasks (#5490).Jean-Philippe Lang2015-05-251-1/+24
* Adds the date format for ambiguous dates (#19243).Jean-Philippe Lang2015-03-071-0/+11
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Configurable behavour for linking issues on copy (#18500).Jean-Philippe Lang2014-11-291-0/+10
* Disable children when checking parent notifiable.Jean-Philippe Lang2014-03-211-6/+18
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Adds settings for disabling browser language detection and language preferenc...Jean-Philippe Lang2014-01-241-1/+1
* Possibility to define the default enable trackers when creating a project (#1...Jean-Philippe Lang2013-02-151-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Ignore non-working days when rescheduling an issue (#2161).Jean-Philippe Lang2012-10-291-1/+1
* Adds a setting to allow subtasks to belong to other projects (#5487).Jean-Philippe Lang2012-10-101-0/+12
* Fixed label with invalid for attribute.Jean-Philippe Lang2012-07-291-1/+1
* Make labels clickable in Adminstration/Settings (#11496).Jean-Philippe Lang2012-07-291-1/+1
* Removed duplicate ids.Jean-Philippe Lang2012-07-291-3/+4
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Added encoding comment to helpers (#9792).Jean-Philippe Lang2011-12-141-0/+2
* Rails3: helper: use html_safe in SettingsHelperToshi MARUYAMA2011-09-291-16/+16
* code clean up settings helper.Toshi MARUYAMA2011-05-291-5/+12