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
/
changeset.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
*
Fix RuboCop offense Performance/ConstantRegexp (#38146).
Go MAEDA
2023-01-11
1
-1
/
+1
*
Update copyright year to 2023 (#38141).
Go MAEDA
2023-01-01
1
-1
/
+1
*
Ruby 3.2: `Changeset.normalize_comments` raises Encoding::CompatibilityError ...
Go MAEDA
2022-12-26
1
-1
/
+1
*
Fix RuboCop offense Rails/Pluck (#37248).
Go MAEDA
2022-10-28
1
-1
/
+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
-2
/
+2
*
Update copyright year in source files to 2021 (#33069).
Go MAEDA
2021-03-25
1
-1
/
+1
*
remove redundant 'return' from app/models/changeset.rb
Toshi MARUYAMA
2020-12-19
1
-1
/
+1
*
shorten long line of app/models/changeset.rb
Toshi MARUYAMA
2020-12-10
1
-10
/
+23
*
remove spaces inside {} of app/models/changeset.rb
Toshi MARUYAMA
2020-11-17
1
-1
/
+1
*
use "do end" instead of {} at ActiveRecord scope lambda of app/models/changes...
Toshi MARUYAMA
2020-11-12
1
-2
/
+2
*
Evaluate acts_as_activity_provider's scope lazily (#33664).
Go MAEDA
2020-10-17
1
-1
/
+1
*
fix source indent of app/models/changeset.rb
Toshi MARUYAMA
2020-09-26
1
-2
/
+2
*
fix source indent of app/models/changeset.rb
Toshi MARUYAMA
2020-09-12
1
-7
/
+8
*
add empty line after guard clause to app/models/changeset.rb
Toshi MARUYAMA
2020-07-21
1
-0
/
+2
*
remove spaces inside {} of app/models/changeset.rb
Toshi MARUYAMA
2020-07-21
1
-1
/
+1
*
Update copyright year in source files to 2020 (#33069).
Go MAEDA
2020-03-03
1
-1
/
+1
*
Fix logging time via a commit message for project specific activities (#29838).
Go MAEDA
2020-02-11
1
-7
/
+3
*
Reverts r19478 (#32897).
Go MAEDA
2020-01-30
1
-2
/
+2
*
Fix 'DEPRECATION WARNING: Uniqueness validator will no longer enforce case se...
Go MAEDA
2020-01-28
1
-2
/
+2
*
code cleanup: rubocop: fix Layout/ElseAlignment in app/models/changeset.rb
Toshi MARUYAMA
2019-10-09
1
-5
/
+1
*
code cleanup: fix source code comment in r18607
Toshi MARUYAMA
2019-10-07
1
-1
/
+1
*
code cleanup: rubocop: fix Lint/UselessAccessModifier in app/models/changeset.rb
Toshi MARUYAMA
2019-10-07
1
-8
/
+9
*
Update copyright year.
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 "frozen_string_literal: false" for all files (#26561).
Go MAEDA
2019-03-15
1
-0
/
+2
*
Merged rails-5.1 branch (#23630).
Jean-Philippe Lang
2017-07-23
1
-1
/
+0
*
Update copyright.
Jean-Philippe Lang
2017-06-25
1
-1
/
+1
*
Make sure that the journal is not created if issue is saved.
Jean-Philippe Lang
2017-06-03
1
-0
/
+2
*
Updates copyright for 2016.
Jean-Philippe Lang
2016-03-13
1
-1
/
+1
*
find_referenced_issue_by_id fails with RangeError for large numbers (#21071).
Jean-Philippe Lang
2015-10-29
1
-1
/
+1
*
Keywords in commit messages: journal entries are created even if nothing was ...
Jean-Philippe Lang
2015-04-12
1
-2
/
+5
*
revert r13896 (#14534)
Toshi MARUYAMA
2015-03-20
1
-11
/
+3
*
Use attribute writers instead of before_create callback to normalize comments...
Jean-Philippe Lang
2015-01-18
1
-3
/
+11
*
Copyright update.
Jean-Philippe Lang
2015-01-11
1
-1
/
+1
*
Rewrites search engine to properly paginate results (#18631).
Jean-Philippe Lang
2014-12-12
1
-2
/
+2
*
Code cleanup.
Jean-Philippe Lang
2014-10-25
1
-1
/
+1
*
remove unneeded "references" of joins
Toshi MARUYAMA
2014-10-24
1
-1
/
+0
*
Fixed an SQL error with SQLServer (#14534).
Jean-Philippe Lang
2014-10-22
1
-1
/
+1
*
Merged rails-4.1 branch (#14534).
Jean-Philippe Lang
2014-10-22
1
-3
/
+6
*
Don't link multiple changesets from the same commit multiple times (#17931).
Jean-Philippe Lang
2014-10-05
1
-1
/
+7
*
update copyright year (#15977)
Toshi MARUYAMA
2014-01-29
1
-1
/
+1
*
Fixed Changeset#text_tag for changeset with hash and repository identifier (#...
Jean-Philippe Lang
2014-01-12
1
-5
/
+6
*
Rails4: replace deprecated find_by_id at Changeset class
Toshi MARUYAMA
2013-12-29
1
-1
/
+1
*
code format cleanup app/models/changeset.rb
Toshi MARUYAMA
2013-10-24
1
-2
/
+6
*
Ability to define commit keywords per tracker (#7590).
Jean-Philippe Lang
2013-10-13
1
-5
/
+7
*
Don't update issues nor log time when importing old changesets (#4823).
Jean-Philippe Lang
2013-10-05
1
-2
/
+5
*
Pass the commit keyword used to update the issue to the plugin hook.
Jean-Philippe Lang
2013-10-05
1
-1
/
+1
*
Support for multiple issue update keywords/rules in commit messages (#4911).
Jean-Philippe Lang
2013-10-05
1
-13
/
+8
[next]