summaryrefslogtreecommitdiffstats
path: root/app/controllers/messages_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Display notice on forum updates (#2635).Go MAEDA2018-12-151-0/+3
* Adds preview option to the wiki toolbar (#27758).Jean-Philippe Lang2018-09-261-1/+1
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Use .before_action instead of .before_filter.Jean-Philippe Lang2016-07-141-4/+4
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-2/+2
* Fixed flawed regexp for removing pre blocks when quoting messages (#16353).Jean-Philippe Lang2014-03-171-1/+1
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Rails4: replace deprecated passing options to find at MessagesControllerToshi MARUYAMA2014-01-081-2/+2
* Cleanup of finders with :conditions option.Jean-Philippe Lang2013-06-121-1/+1
* Fixed that requesting a message from an invalid forum should respond with 404...Jean-Philippe Lang2013-02-201-1/+2
* Use #per_page instead of #items_per_page.Jean-Philippe Lang2013-02-171-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Deprecation warnings (#12774).Jean-Philippe Lang2013-01-081-2/+2
* Merged ajax_upload branch (#3957).Jean-Philippe Lang2012-12-101-1/+1
* Replaces find(:all) calls.Jean-Philippe Lang2012-12-021-4/+6
* Set @previewed for rendering preview partial.Jean-Philippe Lang2012-07-311-0/+1
* Support for subforums (#3831).Jean-Philippe Lang2012-07-311-0/+1
* Removes RJS from MessagesController.Jean-Philippe Lang2012-07-191-14/+5
* Use named routes.Jean-Philippe Lang2012-07-151-6/+8
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Merged rails-3.2 branch.Jean-Philippe Lang2012-04-251-1/+2
* Prevent mass-assignment when adding/updating a forum message (#10390).Jean-Philippe Lang2012-03-061-11/+6
* Removes all #verify calls in controllers. Verification is handled at routing ...Jean-Philippe Lang2012-03-031-3/+0
* Preserve uploaded files when creating a forum topic.Jean-Philippe Lang2012-02-231-5/+7
* Update MessagesController#quote to match the input id changed in r7682 (#9672).Jean-Philippe Lang2011-11-271-1/+1
* remove trailing white-spaces from app/controllers/messages_controller.rb.Toshi MARUYAMA2011-08-311-14/+14
* Refactor: Decouple failed attachments and the flash messagesEric Davis2010-03-031-3/+3
* Refactor: Moved ApplicationController#attach_files to the Attachment modelEric Davis2010-03-021-3/+6
* Adds pagination to forum messages (#4664).Jean-Philippe Lang2010-02-061-5/+19
* Removes "xxx and return" calls (#4446).Jean-Philippe Lang2009-12-181-2/+2
* Fixed that "RE:" prefix is added to the subject each time the message is quot...Jean-Philippe Lang2009-11-131-1/+2
* Fixed: Quoting in forums does not take the subject from the message being quo...Jean-Philippe Lang2009-11-131-0/+2
* Contextual quick search (#3263).Jean-Philippe Lang2009-10-211-0/+1
* Added more plugin hooks:Eric Davis2009-05-301-0/+2
* Adds the ability to move threads between project forums (#2452). 'Edit messag...Jean-Philippe Lang2009-04-051-1/+2
* Adds permissions to let users edit and/or delete their messages (#854, patch ...Jean-Philippe Lang2008-11-111-3/+5
* Adds watch/unwatch functionality at forum topic level (#1912).Jean-Philippe Lang2008-09-191-1/+1
* Adds posts quoting functionality (#1825).Jean-Philippe Lang2008-08-281-0/+16
* Moves @layout 'base'@ to ApplicationController.Jean-Philippe Lang2008-08-101-1/+0
* Added preview for forum messages.Jean-Philippe Lang2008-03-071-3/+10
* Add a user preference to choose how comments/replies are displayed: in chrono...Jean-Philippe Lang2008-03-051-0/+2
* Highlight the current item of the main menu.Jean-Philippe Lang2008-01-191-0/+1
* Added ApplicationController#attach_files as a common method to attach files i...Jean-Philippe Lang2007-12-141-9/+3
* Forums enhancements:Jean-Philippe Lang2007-11-241-6/+45
* Forums: attachments can now be added to replies.Jean-Philippe Lang2007-11-221-2/+6
* Anonymous users can now be allowed to create, edit, comment issues, comment n...Jean-Philippe Lang2007-11-201-3/+3
* Merged 0.6 branch into trunk.Jean-Philippe Lang2007-08-291-2/+1
* Attachments can now be added to wiki pages (original patch by Pavol Murin). O...Jean-Philippe Lang2007-05-261-7/+3