summaryrefslogtreecommitdiffstats
path: root/app/models/journal.rb
Commit message (Expand)AuthorAgeFilesLines
* Support frozen_string_literal in issue, journal, and query (#26561).Go MAEDA2019-03-171-2/+2
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Send emails asynchronously (#26791).Jean-Philippe Lang2018-10-101-1/+1
* Cleanup: Remove Issue#each_notification and Journal#each_notification (#26791).Jean-Philippe Lang2018-10-061-13/+0
* Merged rails-5.1 branch (#23630).Jean-Philippe Lang2017-07-231-1/+0
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Send journal notification after commit (#25794).Jean-Philippe Lang2017-05-271-1/+1
* Adds updated_by and last_updated_by filters on issues (#17720).Jean-Philippe Lang2017-01-191-3/+10
* Let user always see his private notes (#17632).Jean-Philippe Lang2017-01-141-1/+2
* Allow Journal to return empty Array instead nil in Journal#attachments (#24308).Jean-Philippe Lang2016-11-181-1/+1
* Journalize values that are cleared after project or tracker change (#21623).Jean-Philippe Lang2016-09-031-12/+20
* Use .distinct instead of .uniq.Jean-Philippe Lang2016-07-141-1/+1
* Wrap journal attributes with a journal parameter and use safe_attributes (#22...Jean-Philippe Lang2016-07-101-0/+7
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Fixed that journals are shown multiple times in activity (#19168).Jean-Philippe Lang2015-04-121-1/+1
* Set :inverse_of on details association.Jean-Philippe Lang2015-01-241-1/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Don't create a journal when creating an issue.Jean-Philippe Lang2014-12-081-3/+6
* Moved journal details generation to Journal model.Jean-Philippe Lang2014-12-051-0/+102
* remove unneeded "references" of joinsToshi MARUYAMA2014-10-241-1/+0
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-5/+7
* Adds an option to send email on "Assignee updated" in application settings (#...Jean-Philippe Lang2014-03-171-1/+1
* Adds an option to send email on "Assignee updated" in application settings (#...Jean-Philippe Lang2014-03-171-4/+10
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* remove unneeded Relation#all from Journal modelToshi MARUYAMA2014-01-271-1/+1
* Rails4: replace deprecated find_all_by_* at Journal modelToshi MARUYAMA2014-01-071-1/+1
* Avoid lots of CustomField.find_by_id calls when displaying an issue history w...Jean-Philippe Lang2013-10-131-3/+17
* remove trailing white-space from app/models/journal.rbToshi MARUYAMA2013-09-051-1/+1
* Use AR callbacks instead of observers (removed in Rails4) for notifications.Jean-Philippe Lang2013-07-141-0/+11
* Don't notify users about relations that are not visible (#1005).Jean-Philippe Lang2013-07-131-0/+13
* Fixed that relations to issues that are not visible are displayed in the issu...Jean-Philippe Lang2013-07-131-0/+3
* Role-based issue custom field visibility (#5037).Jean-Philippe Lang2013-07-131-4/+24
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Group events in the activity view (#12542).Jean-Philippe Lang2012-12-081-0/+1
* Fixed that watchers receive notifications for private comments without permis...Jean-Philippe Lang2012-11-051-0/+8
* Private issue notes (#1554).Jean-Philippe Lang2012-10-031-4/+39
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* model: replace Rails2 "named_scope" to Rails3 "scope"Toshi MARUYAMA2012-04-261-1/+1
* remove trailing white-spaces from app/models/journal.rb.Toshi MARUYAMA2011-08-311-13/+13
* Fixed: activity shows updates of private issues (#8432).Jean-Philippe Lang2011-05-291-1/+0
* Fixed: notes are lost when copying issue(s) (#6901, #8239).Jean-Philippe Lang2011-04-291-0/+8
* Makes visible scopes accept projects option and deprecate Project.visible_by.Jean-Philippe Lang2011-04-051-1/+1
* Adds a visible scope to the Journal model.Jean-Philippe Lang2011-03-151-2/+7
* Refactor: move method to model. (references r4057)Eric Davis2010-09-051-0/+8
* Fixes Journal#save signature (#3014).Jean-Philippe Lang2009-03-231-1/+1
* Display latest user's activity on account/show view.Jean-Philippe Lang2008-11-301-0/+1
* Activity refactoring.Jean-Philippe Lang2008-07-271-0/+6
* Search engine: display total results count (#906) and count by result type.Jean-Philippe Lang2008-07-201-6/+0
* Fixed: search engine may reveal private projects (#1613).Jean-Philippe Lang2008-07-101-1/+2
* Display issue notes in the activity view (#1509).Jean-Philippe Lang2008-06-211-1/+1