summaryrefslogtreecommitdiffstats
path: root/app/models/message.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged r22746 from trunk to 5.1-stable (#40043).Marius Balteanu2024-02-271-1/+1
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* remove spaces inside {} of app/models/message.rbToshi MARUYAMA2020-11-181-1/+1
* use "do end" instead of {} at ActiveRecord scope lambda of app/models/message.rbToshi MARUYAMA2020-11-101-2/+2
* shorten long line of app/models/message.rbToshi MARUYAMA2020-10-271-21/+25
* Evaluate acts_as_activity_provider's scope lazily (#33664).Go MAEDA2020-10-171-1/+1
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* cleanup: rubocop: fix Layout/BlockEndNewline in app/models/message.rbToshi MARUYAMA2019-11-091-9/+11
* cleanup: rubocop: fix Layout/AlignArguments in app/models/message.rbToshi MARUYAMA2019-11-061-3/+3
* cleanup: rubocop: fix Style/MultilineTernaryOperator in app/models/message.rbToshi MARUYAMA2019-11-051-2/+9
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Enable frozen_string_literal for some files under app and lib directory (#265...Go MAEDA2019-03-161-1/+1
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Send emails asynchronously (#26791).Jean-Philippe Lang2018-10-101-2/+2
* Merged rails-5.1 branch (#23630).Jean-Philippe Lang2017-07-231-3/+2
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Add support for multiple email addresses per user (#4244).Jean-Philippe Lang2015-01-171-0/+4
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Rewrites search engine to properly paginate results (#18631).Jean-Philippe Lang2014-12-121-3/+3
* remove unneeded "references" of joinsToshi MARUYAMA2014-10-241-1/+0
* Removed unneeded :foreign_key option on belongs_to associations.Jean-Philippe Lang2014-10-221-2/+2
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-3/+6
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Rails4: replace deprecated Relation#update_all at Message modelToshi MARUYAMA2014-01-081-2/+2
* Use AR callbacks instead of observers (removed in Rails4) for notifications.Jean-Philippe Lang2013-07-141-0/+7
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Code cleanup.Jean-Philippe Lang2012-12-131-1/+1
* Group events in the activity view (#12542).Jean-Philippe Lang2012-12-081-0/+1
* Rewrites named scopes with ARel queries.Jean-Philippe Lang2012-12-071-2/+3
* Fixed that deleting the last reply of a topic does not update last_reply_id.Jean-Philippe Lang2012-07-071-10/+6
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* model: replace Rails2 "named_scope" to Rails3 "scope"Toshi MARUYAMA2012-04-261-1/+1
* Fixed: Unable to change locked, sticky flags and board when editing a message...Jean-Philippe Lang2012-04-061-2/+1
* Prevent mass-assignment when adding/updating a forum message (#10390).Jean-Philippe Lang2012-03-061-0/+7
* Rails3: model: replace deprecated errors.add_to_base at cannot_reply_to_locke...Toshi MARUYAMA2011-10-071-1/+1
* Rails3: model: replace deprecated 'validate_on_create' method at Message modelToshi MARUYAMA2011-10-011-1/+2
* Rails3: model: replace deprecated 'after_destroy' method at Message modelToshi MARUYAMA2011-09-221-1/+2
* Rails3: model: replace deprecated 'after_update' method at Message modelToshi MARUYAMA2011-09-221-1/+2
* Rails3: replace deprecated 'after_create' method at Message model.Toshi MARUYAMA2011-09-011-2/+2
* remove trailing white-spaces from app/models/message.rb.Toshi MARUYAMA2011-08-211-1/+1
* remove trailing white-spaces from message model source.Toshi MARUYAMA2011-05-171-18/+18
* Makes visible scopes accept projects option and deprecate Project.visible_by.Jean-Philippe Lang2011-04-051-2/+2
* Adds visible scope to redmine links queries.Jean-Philippe Lang2011-01-231-0/+3
* Adds pagination to forum messages (#4664).Jean-Philippe Lang2010-02-061-1/+1
* Refactor: Move recipients method into acts_as_eventEric Davis2010-02-011-7/+0
* Make sure users don't get notified for thing they can not view (#3589).Jean-Philippe Lang2009-12-131-0/+7
* Makes user unwatch what he can no longer view after its permissions have chan...Jean-Philippe Lang2009-12-131-0/+4