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
/
journal.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
*
Disable auto watch for the anonymous user (#38238).
Go MAEDA
2023-02-26
1
-2
/
+2
*
Update copyright year to 2023 (#38141).
Go MAEDA
2023-01-01
1
-1
/
+1
*
Adds visible? method to journal (#37772).
Go MAEDA
2022-10-20
1
-0
/
+4
*
Unify duplicate codes (#37687).
Go MAEDA
2022-09-23
1
-1
/
+1
*
Retrieve attachments with a single query when rendering a journal (#37687).
Go MAEDA
2022-09-23
1
-1
/
+2
*
Mark edited journal notes as "Edited" (#31505).
Go MAEDA
2022-07-17
1
-0
/
+2
*
Automatically add the user to the watchers list after contributing to an issu...
Marius Balteanu
2022-03-19
1
-0
/
+10
*
Allow users to be mentioned using @ in issues and wiki pages (#13919):
Marius Balteanu
2022-02-23
1
-4
/
+14
*
Update copyright year in source files to 2022 (#36379).
Go MAEDA
2022-01-02
1
-1
/
+1
*
Fixes for Performance/StringIdentifierArgument introduced in RuboCop Performa...
Go MAEDA
2021-12-29
1
-1
/
+1
*
Download all attachments in a journal (#35462).
Go MAEDA
2021-11-22
1
-1
/
+1
*
Ruby 3.0: Fix `super` calls (#34992, #34986).
Go MAEDA
2021-04-03
1
-1
/
+1
*
Update copyright year in source files to 2021 (#33069).
Go MAEDA
2021-03-25
1
-1
/
+1
*
use "do end" instead of {} at ActiveRecord scope lambda of app/models/journal.rb
Toshi MARUYAMA
2020-11-09
1
-2
/
+2
*
shorten long line of app/models/journal.rb
Toshi MARUYAMA
2020-10-22
1
-16
/
+29
*
Evaluate acts_as_activity_provider's scope lazily (#33664).
Go MAEDA
2020-10-17
1
-1
/
+3
*
remove spaces inside {} of app/models/journal.rb
Toshi MARUYAMA
2020-07-11
1
-2
/
+2
*
Update copyright year in source files to 2020 (#33069).
Go MAEDA
2020-03-03
1
-1
/
+1
*
cleanup: rubocop: fix Layout/ClosingParenthesisIndentation in app/models/jour...
Toshi MARUYAMA
2019-11-26
1
-7
/
+9
*
cleanup: rubocop: fix Layout/IndentFirstArgument in app/models/journal.rb
Toshi MARUYAMA
2019-11-25
1
-3
/
+6
*
cleanup: rubocop: fix Layout/EmptyLineAfterGuardClause in app/models/journal.rb
Toshi MARUYAMA
2019-11-22
1
-0
/
+1
*
cleanup: rubocop: fix Layout/AlignArguments in app/models/journal.rb
Toshi MARUYAMA
2019-11-08
1
-4
/
+6
*
Option to send email notification on "Target version updated" (#17840).
Go MAEDA
2019-10-05
1
-1
/
+2
*
Update copyright year.
Go MAEDA
2019-05-25
1
-1
/
+1
*
Support frozen_string_literal in issue, journal, and query (#26561).
Go MAEDA
2019-03-17
1
-2
/
+2
*
Add "frozen_string_literal: false" for all files (#26561).
Go MAEDA
2019-03-15
1
-0
/
+2
*
Send emails asynchronously (#26791).
Jean-Philippe Lang
2018-10-10
1
-1
/
+1
*
Cleanup: Remove Issue#each_notification and Journal#each_notification (#26791).
Jean-Philippe Lang
2018-10-06
1
-13
/
+0
*
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
*
Send journal notification after commit (#25794).
Jean-Philippe Lang
2017-05-27
1
-1
/
+1
*
Adds updated_by and last_updated_by filters on issues (#17720).
Jean-Philippe Lang
2017-01-19
1
-3
/
+10
*
Let user always see his private notes (#17632).
Jean-Philippe Lang
2017-01-14
1
-1
/
+2
*
Allow Journal to return empty Array instead nil in Journal#attachments (#24308).
Jean-Philippe Lang
2016-11-18
1
-1
/
+1
*
Journalize values that are cleared after project or tracker change (#21623).
Jean-Philippe Lang
2016-09-03
1
-12
/
+20
*
Use .distinct instead of .uniq.
Jean-Philippe Lang
2016-07-14
1
-1
/
+1
*
Wrap journal attributes with a journal parameter and use safe_attributes (#22...
Jean-Philippe Lang
2016-07-10
1
-0
/
+7
*
Updates copyright for 2016.
Jean-Philippe Lang
2016-03-13
1
-1
/
+1
*
Fixed that journals are shown multiple times in activity (#19168).
Jean-Philippe Lang
2015-04-12
1
-1
/
+1
*
Set :inverse_of on details association.
Jean-Philippe Lang
2015-01-24
1
-1
/
+1
*
Copyright update.
Jean-Philippe Lang
2015-01-11
1
-1
/
+1
*
Don't create a journal when creating an issue.
Jean-Philippe Lang
2014-12-08
1
-3
/
+6
*
Moved journal details generation to Journal model.
Jean-Philippe Lang
2014-12-05
1
-0
/
+102
*
remove unneeded "references" of joins
Toshi MARUYAMA
2014-10-24
1
-1
/
+0
*
Merged rails-4.1 branch (#14534).
Jean-Philippe Lang
2014-10-22
1
-5
/
+7
*
Adds an option to send email on "Assignee updated" in application settings (#...
Jean-Philippe Lang
2014-03-17
1
-1
/
+1
*
Adds an option to send email on "Assignee updated" in application settings (#...
Jean-Philippe Lang
2014-03-17
1
-4
/
+10
*
update copyright year (#15977)
Toshi MARUYAMA
2014-01-29
1
-1
/
+1
*
remove unneeded Relation#all from Journal model
Toshi MARUYAMA
2014-01-27
1
-1
/
+1
[next]