summaryrefslogtreecommitdiffstats
path: root/app/models/journal.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged r22746 from trunk to 5.1-stable (#40043).Marius Balteanu2024-02-271-1/+1
* Disable auto watch for the anonymous user (#38238).Go MAEDA2023-02-261-2/+2
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Adds visible? method to journal (#37772).Go MAEDA2022-10-201-0/+4
* Unify duplicate codes (#37687).Go MAEDA2022-09-231-1/+1
* Retrieve attachments with a single query when rendering a journal (#37687).Go MAEDA2022-09-231-1/+2
* Mark edited journal notes as "Edited" (#31505).Go MAEDA2022-07-171-0/+2
* Automatically add the user to the watchers list after contributing to an issu...Marius Balteanu2022-03-191-0/+10
* Allow users to be mentioned using @ in issues and wiki pages (#13919):Marius Balteanu2022-02-231-4/+14
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Fixes for Performance/StringIdentifierArgument introduced in RuboCop Performa...Go MAEDA2021-12-291-1/+1
* Download all attachments in a journal (#35462).Go MAEDA2021-11-221-1/+1
* Ruby 3.0: Fix `super` calls (#34992, #34986).Go MAEDA2021-04-031-1/+1
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* use "do end" instead of {} at ActiveRecord scope lambda of app/models/journal.rbToshi MARUYAMA2020-11-091-2/+2
* shorten long line of app/models/journal.rbToshi MARUYAMA2020-10-221-16/+29
* Evaluate acts_as_activity_provider's scope lazily (#33664).Go MAEDA2020-10-171-1/+3
* remove spaces inside {} of app/models/journal.rbToshi MARUYAMA2020-07-111-2/+2
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* cleanup: rubocop: fix Layout/ClosingParenthesisIndentation in app/models/jour...Toshi MARUYAMA2019-11-261-7/+9
* cleanup: rubocop: fix Layout/IndentFirstArgument in app/models/journal.rbToshi MARUYAMA2019-11-251-3/+6
* cleanup: rubocop: fix Layout/EmptyLineAfterGuardClause in app/models/journal.rbToshi MARUYAMA2019-11-221-0/+1
* cleanup: rubocop: fix Layout/AlignArguments in app/models/journal.rbToshi MARUYAMA2019-11-081-4/+6
* Option to send email notification on "Target version updated" (#17840).Go MAEDA2019-10-051-1/+2
* Update copyright year.Go MAEDA2019-05-251-1/+1
* 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