summaryrefslogtreecommitdiffstats
path: root/app/models/message.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed: editing a message may cause sticky attribute to be NULL (#3356).Jean-Philippe Lang2009-06-141-0/+4
* Adds the ability to move threads between project forums (#2452). 'Edit messag...Jean-Philippe Lang2009-04-051-10/+11
* Fixes message search eager loading (#2654).Jean-Philippe Lang2009-02-031-1/+1
* AttachmentsController now handles attachments deletion.Jean-Philippe Lang2008-12-091-1/+1
* Display latest user's activity on account/show view.Jean-Philippe Lang2008-11-301-1/+2
* Adds permissions to let users edit and/or delete their messages (#854, patch ...Jean-Philippe Lang2008-11-111-0/+8
* Adds watch/unwatch functionality at forum topic level (#1912).Jean-Philippe Lang2008-09-191-0/+9
* Activity refactoring.Jean-Philippe Lang2008-07-271-1/+3
* Adds anchor to atom feed messages links.Jean-Philippe Lang2008-06-261-1/+2
* Ability to search all projects or the projects the user belongs to (#791).Jean-Philippe Lang2008-05-181-2/+2
* Add an icon to each event on the activity view.Jean-Philippe Lang2008-04-121-0/+1
* Fixed: can not lock a topic when creating it.Jean-Philippe Lang2008-01-231-1/+1
* Forums enhancements:Jean-Philippe Lang2007-11-241-0/+18
* Fixed: unable to migrate from an empty database.Jean-Philippe Lang2007-09-271-1/+4
* Search engines now supports pagination.Jean-Philippe Lang2007-09-271-0/+5
* Attachments can now be added to wiki pages (original patch by Pavol Murin). O...Jean-Philippe Lang2007-05-261-0/+4
* Per project forums added.Jean-Philippe Lang2007-05-131-0/+37