summaryrefslogtreecommitdiffstats
path: root/app/models/tracker.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged r22746 from trunk to 5.1-stable (#40043).Marius Balteanu2024-02-271-1/+1
* <=> operator should return nil when invoked with an incomparable object (#387...Go MAEDA2023-06-291-0/+2
* FIX: The position of existing elements in the array CORE_FIELDS must not be c...Go MAEDA2023-04-141-2/+2
* Ability to disable the priority field (#38416).Go MAEDA2023-04-141-2/+2
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Ignore statuses if workflow only defines identity transition (#37636).Go MAEDA2022-09-171-0/+1
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* DEPRECATION WARNING: Uniqueness validator will no longer enforce case sensiti...Go MAEDA2021-04-011-1/+1
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* shorten long line of app/models/tracker.rbToshi MARUYAMA2020-12-101-3/+9
* Create tracker by copy (#34258).Go MAEDA2020-11-251-0/+10
* remove spaces inside {} of app/models/tracker.rbToshi MARUYAMA2020-11-151-1/+1
* use "do end" instead of {} at ActiveRecord scope lambda of app/models/tracker.rbToshi MARUYAMA2020-11-121-2/+2
* shorten long line of app/models/tracker.rbToshi MARUYAMA2020-10-111-1/+5
* Replace "**" method with bitwise left shift in Tracker#disabled_core_fields a...Go MAEDA2020-05-041-2/+2
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* Reverts r19478 (#32897).Go MAEDA2020-01-301-1/+1
* Fix 'DEPRECATION WARNING: Uniqueness validator will no longer enforce case se...Go MAEDA2020-01-281-1/+1
* cleanup: rubocop: fix Layout/AlignArguments in app/models/tracker.rbToshi MARUYAMA2019-11-081-2/+3
* code cleanup: rubocop: fix Layout/AccessModifierIndentation and Layout/EmptyL...Toshi MARUYAMA2019-10-161-1/+2
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Don't rescue Exception class (#31387).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 a description for trackers (#442).Jean-Philippe Lang2019-03-151-1/+3
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Removes deprecated methods.Jean-Philippe Lang2017-07-231-6/+1
* Merged rails-5.1 branch (#23630).Jean-Philippe Lang2017-07-231-2/+0
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Use regular instance methods instead of association extensions.Jean-Philippe Lang2017-06-031-2/+6
* Allow to disable description field in tracker setting (#25052).Jean-Philippe Lang2017-03-021-2/+2
* Use safe_attributes.Jean-Philippe Lang2016-07-161-0/+9
* Use .distinct instead of .uniq.Jean-Philippe Lang2016-07-141-2/+2
* Limits the tracker list in filters and issue counts (#285).Jean-Philippe Lang2016-06-181-0/+23
* Replaces acts_as_list with an implementation that handles #position= (#12909).Jean-Philippe Lang2016-04-171-1/+1
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Replaced "can't" with "cannot" in error messages.Jean-Philippe Lang2014-12-211-1/+1
* Default status per tracker (#5991).Jean-Philippe Lang2014-11-021-7/+10
* Order scopes cleanup.Jean-Philippe Lang2014-10-291-1/+1
* Use regular AR query instead of raw SQL.Jean-Philippe Lang2014-10-231-5/+2
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-2/+2
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Rails4: replace deprecated find_all_by_* at Tracker modelToshi MARUYAMA2014-01-091-2/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Typo in app/models/tracker.rb (#12707).Jean-Philippe Lang2013-01-021-1/+1
* Use lambda form in model scopes (#12499)Jean-Baptiste Barth2012-12-071-1/+1
* Fixed that settings raises an error if not trackers exist (#11467).Jean-Philippe Lang2012-07-211-2/+10
* Workflow enhancement: editable and required fields configurable by role, trac...Jean-Philippe Lang2012-07-151-6/+9
* Ability to disable standard fields on a per tracker basis (#1091).Jean-Philippe Lang2012-07-051-0/+39
* Code cleanup.Jean-Philippe Lang2012-05-251-6/+3