summaryrefslogtreecommitdiffstats
path: root/test/functional/messages_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Display notice on forum updates (#2635).Go MAEDA2018-12-151-0/+6
* Send individual emails for each mail recipient (#26791).Jean-Philippe Lang2018-10-061-6/+9
* Adds preview option to the wiki toolbar (#27758).Jean-Philippe Lang2018-09-261-7/+7
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Use Rails 5 syntax for functional tests.Jean-Philippe Lang2017-05-311-35/+105
* Removes calls to #assert_template and #assigns in functional tests.Jean-Philippe Lang2016-07-191-16/+16
* Adds our own class for controller tests.Jean-Philippe Lang2016-07-141-1/+1
* "I don't want to be notified of changes that I make myself" as Default for al...Jean-Philippe Lang2016-04-031-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-1/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Replaced remaining #assert_tag with #assert_select.Jean-Philippe Lang2014-11-221-5/+4
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-2/+2
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Rails4: replace deprecated Relation#first with finder options at MessagesCont...Toshi MARUYAMA2014-01-111-1/+1
* Rails4: replace deprecated Relation#last with finder options at MessagesContr...Toshi MARUYAMA2014-01-111-2/+2
* code format cleanup MessagesControllerTestToshi MARUYAMA2014-01-111-1/+4
* Fixed that requesting a message from an invalid forum should respond with 404...Jean-Philippe Lang2013-02-201-0/+5
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Code cleanup.Jean-Philippe Lang2012-12-111-0/+6
* Functional tests cleanup.Jean-Philippe Lang2012-12-031-7/+0
* Replaces find(:first) calls.Jean-Philippe Lang2012-12-031-1/+1
* Removes RJS from MessagesController.Jean-Philippe Lang2012-07-191-1/+4
* Tests should not change settings.Jean-Philippe Lang2012-07-081-2/+3
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Fixed: Unable to change locked, sticky flags and board when editing a message...Jean-Philippe Lang2012-04-061-0/+24
* More function tests for MessagesController.Jean-Philippe Lang2012-03-101-1/+31
* Adds helpers for testing email body.Jean-Philippe Lang2012-03-041-1/+1
* back out from r9031 to r9036Toshi MARUYAMA2012-03-011-1/+1
* Rails3: test: add .to_s for mail's bodies check at functional/messages_contro...Toshi MARUYAMA2012-03-011-1/+1
* Do not do assertions on mail class.Jean-Philippe Lang2012-02-251-1/+1
* Adds test for r7961 fix (#9672).Jean-Philippe Lang2011-11-271-0/+11
* remove trailing white-spaces from test/functional/messages_controller_test.rb.Toshi MARUYAMA2011-08-241-20/+20
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-121-1/+1
* Adds leading slash to all assert_redirected_to arguments (#6887).Jean-Philippe Lang2010-11-141-4/+4
* Refactor: Move the rest of the routing tests to RoutingTest.Eric Davis2010-04-211-43/+0
* Adds pagination to forum messages (#4664).Jean-Philippe Lang2010-02-061-1/+18
* Upgraded to Rails 2.3.4 (#3597)Eric Davis2009-09-131-1/+1
* Allows multiple roles on the same project (#706). Prerequisite for user group...Jean-Philippe Lang2009-05-101-1/+1
* Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2.Jean-Philippe Lang2009-02-211-4/+4
* Converted routing and urls to follow the Rails REST convention.Eric Davis2009-01-261-0/+43
* Fixes a test that was broken by r2294.Jean-Philippe Lang2009-01-241-1/+1
* Fixes functional test failures.Jean-Philippe Lang2008-12-271-1/+1
* Adds posts quoting functionality (#1825).Jean-Philippe Lang2008-08-281-0/+16
* Notify project members when a message is posted if they want to receive notif...Jean-Philippe Lang2008-04-281-0/+12
* Added some functional tests and a CVS test repository.Jean-Philippe Lang2007-12-131-0/+50
* Forums enhancements:Jean-Philippe Lang2007-11-241-0/+49