index
:
redmine.git
0.6-stable
0.7-stable
0.8-stable
0.9-stable
1.0-stable
1.1-stable
1.2-stable
1.3-stable
1.4-stable
2.0-stable
2.1-stable
2.2-stable
2.3-stable
2.4-stable
2.5-stable
2.6-stable
3.0-stable
3.1-stable
3.2-stable
3.3-stable
3.4-stable
4.0-stable
4.1-stable
4.2-stable
5.0-stable
5.1-stable
6.0-stable
integration-to-svn-stable-1.0
integration-to-svn-trunk
master
nbc
plugin-hooks
swistak
work
Mirror of redmine code source: https://github.com/redmine/redmine
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
app
/
models
/
tracker.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged r22746 from trunk to 5.1-stable (#40043).
Marius Balteanu
2024-02-27
1
-1
/
+1
*
<=> operator should return nil when invoked with an incomparable object (#387...
Go MAEDA
2023-06-29
1
-0
/
+2
*
FIX: The position of existing elements in the array CORE_FIELDS must not be c...
Go MAEDA
2023-04-14
1
-2
/
+2
*
Ability to disable the priority field (#38416).
Go MAEDA
2023-04-14
1
-2
/
+2
*
Update copyright year to 2023 (#38141).
Go MAEDA
2023-01-01
1
-1
/
+1
*
Ignore statuses if workflow only defines identity transition (#37636).
Go MAEDA
2022-09-17
1
-0
/
+1
*
Update copyright year in source files to 2022 (#36379).
Go MAEDA
2022-01-02
1
-1
/
+1
*
DEPRECATION WARNING: Uniqueness validator will no longer enforce case sensiti...
Go MAEDA
2021-04-01
1
-1
/
+1
*
Update copyright year in source files to 2021 (#33069).
Go MAEDA
2021-03-25
1
-1
/
+1
*
shorten long line of app/models/tracker.rb
Toshi MARUYAMA
2020-12-10
1
-3
/
+9
*
Create tracker by copy (#34258).
Go MAEDA
2020-11-25
1
-0
/
+10
*
remove spaces inside {} of app/models/tracker.rb
Toshi MARUYAMA
2020-11-15
1
-1
/
+1
*
use "do end" instead of {} at ActiveRecord scope lambda of app/models/tracker.rb
Toshi MARUYAMA
2020-11-12
1
-2
/
+2
*
shorten long line of app/models/tracker.rb
Toshi MARUYAMA
2020-10-11
1
-1
/
+5
*
Replace "**" method with bitwise left shift in Tracker#disabled_core_fields a...
Go MAEDA
2020-05-04
1
-2
/
+2
*
Update copyright year in source files to 2020 (#33069).
Go MAEDA
2020-03-03
1
-1
/
+1
*
Reverts r19478 (#32897).
Go MAEDA
2020-01-30
1
-1
/
+1
*
Fix 'DEPRECATION WARNING: Uniqueness validator will no longer enforce case se...
Go MAEDA
2020-01-28
1
-1
/
+1
*
cleanup: rubocop: fix Layout/AlignArguments in app/models/tracker.rb
Toshi MARUYAMA
2019-11-08
1
-2
/
+3
*
code cleanup: rubocop: fix Layout/AccessModifierIndentation and Layout/EmptyL...
Toshi MARUYAMA
2019-10-16
1
-1
/
+2
*
Update copyright year.
Go MAEDA
2019-05-25
1
-1
/
+1
*
Don't rescue Exception class (#31387).
Go MAEDA
2019-05-25
1
-1
/
+1
*
Enable frozen_string_literal for some files under app and lib directory (#265...
Go MAEDA
2019-03-16
1
-1
/
+1
*
Add a description for trackers (#442).
Jean-Philippe Lang
2019-03-15
1
-1
/
+3
*
Add "frozen_string_literal: false" for all files (#26561).
Go MAEDA
2019-03-15
1
-0
/
+2
*
Removes deprecated methods.
Jean-Philippe Lang
2017-07-23
1
-6
/
+1
*
Merged rails-5.1 branch (#23630).
Jean-Philippe Lang
2017-07-23
1
-2
/
+0
*
Update copyright.
Jean-Philippe Lang
2017-06-25
1
-1
/
+1
*
Use regular instance methods instead of association extensions.
Jean-Philippe Lang
2017-06-03
1
-2
/
+6
*
Allow to disable description field in tracker setting (#25052).
Jean-Philippe Lang
2017-03-02
1
-2
/
+2
*
Use safe_attributes.
Jean-Philippe Lang
2016-07-16
1
-0
/
+9
*
Use .distinct instead of .uniq.
Jean-Philippe Lang
2016-07-14
1
-2
/
+2
*
Limits the tracker list in filters and issue counts (#285).
Jean-Philippe Lang
2016-06-18
1
-0
/
+23
*
Replaces acts_as_list with an implementation that handles #position= (#12909).
Jean-Philippe Lang
2016-04-17
1
-1
/
+1
*
Updates copyright for 2016.
Jean-Philippe Lang
2016-03-13
1
-1
/
+1
*
Copyright update.
Jean-Philippe Lang
2015-01-11
1
-1
/
+1
*
Replaced "can't" with "cannot" in error messages.
Jean-Philippe Lang
2014-12-21
1
-1
/
+1
*
Default status per tracker (#5991).
Jean-Philippe Lang
2014-11-02
1
-7
/
+10
*
Order scopes cleanup.
Jean-Philippe Lang
2014-10-29
1
-1
/
+1
*
Use regular AR query instead of raw SQL.
Jean-Philippe Lang
2014-10-23
1
-5
/
+2
*
Merged rails-4.1 branch (#14534).
Jean-Philippe Lang
2014-10-22
1
-2
/
+2
*
update copyright year (#15977)
Toshi MARUYAMA
2014-01-29
1
-1
/
+1
*
Rails4: replace deprecated find_all_by_* at Tracker model
Toshi MARUYAMA
2014-01-09
1
-2
/
+1
*
Copyright for 2013 (#12788).
Jean-Philippe Lang
2013-01-12
1
-1
/
+1
*
Typo in app/models/tracker.rb (#12707).
Jean-Philippe Lang
2013-01-02
1
-1
/
+1
*
Use lambda form in model scopes (#12499)
Jean-Baptiste Barth
2012-12-07
1
-1
/
+1
*
Fixed that settings raises an error if not trackers exist (#11467).
Jean-Philippe Lang
2012-07-21
1
-2
/
+10
*
Workflow enhancement: editable and required fields configurable by role, trac...
Jean-Philippe Lang
2012-07-15
1
-6
/
+9
*
Ability to disable standard fields on a per tracker basis (#1091).
Jean-Philippe Lang
2012-07-05
1
-0
/
+39
*
Code cleanup.
Jean-Philippe Lang
2012-05-25
1
-6
/
+3
[next]