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
*
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
*
Rails4: replace deprecated find_all_by_* at Journal model
Toshi MARUYAMA
2014-01-07
1
-1
/
+1
*
Avoid lots of CustomField.find_by_id calls when displaying an issue history w...
Jean-Philippe Lang
2013-10-13
1
-3
/
+17
*
remove trailing white-space from app/models/journal.rb
Toshi MARUYAMA
2013-09-05
1
-1
/
+1
*
Use AR callbacks instead of observers (removed in Rails4) for notifications.
Jean-Philippe Lang
2013-07-14
1
-0
/
+11
*
Don't notify users about relations that are not visible (#1005).
Jean-Philippe Lang
2013-07-13
1
-0
/
+13
*
Fixed that relations to issues that are not visible are displayed in the issu...
Jean-Philippe Lang
2013-07-13
1
-0
/
+3
*
Role-based issue custom field visibility (#5037).
Jean-Philippe Lang
2013-07-13
1
-4
/
+24
*
Copyright for 2013 (#12788).
Jean-Philippe Lang
2013-01-12
1
-1
/
+1
*
Group events in the activity view (#12542).
Jean-Philippe Lang
2012-12-08
1
-0
/
+1
*
Fixed that watchers receive notifications for private comments without permis...
Jean-Philippe Lang
2012-11-05
1
-0
/
+8
*
Private issue notes (#1554).
Jean-Philippe Lang
2012-10-03
1
-4
/
+39
*
Copyright update.
Jean-Philippe Lang
2012-05-05
1
-1
/
+1
*
model: replace Rails2 "named_scope" to Rails3 "scope"
Toshi MARUYAMA
2012-04-26
1
-1
/
+1
*
remove trailing white-spaces from app/models/journal.rb.
Toshi MARUYAMA
2011-08-31
1
-13
/
+13
*
Fixed: activity shows updates of private issues (#8432).
Jean-Philippe Lang
2011-05-29
1
-1
/
+0
*
Fixed: notes are lost when copying issue(s) (#6901, #8239).
Jean-Philippe Lang
2011-04-29
1
-0
/
+8
*
Makes visible scopes accept projects option and deprecate Project.visible_by.
Jean-Philippe Lang
2011-04-05
1
-1
/
+1
*
Adds a visible scope to the Journal model.
Jean-Philippe Lang
2011-03-15
1
-2
/
+7
*
Refactor: move method to model. (references r4057)
Eric Davis
2010-09-05
1
-0
/
+8
*
Fixes Journal#save signature (#3014).
Jean-Philippe Lang
2009-03-23
1
-1
/
+1
*
Display latest user's activity on account/show view.
Jean-Philippe Lang
2008-11-30
1
-0
/
+1
*
Activity refactoring.
Jean-Philippe Lang
2008-07-27
1
-0
/
+6
*
Search engine: display total results count (#906) and count by result type.
Jean-Philippe Lang
2008-07-20
1
-6
/
+0
*
Fixed: search engine may reveal private projects (#1613).
Jean-Philippe Lang
2008-07-10
1
-1
/
+2
*
Display issue notes in the activity view (#1509).
Jean-Philippe Lang
2008-06-21
1
-1
/
+1
[next]