summaryrefslogtreecommitdiffstats
path: root/test/functional/messages_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged r22913-r22917 from trunk to 5.0-stable (#40946).Marius Balteanu2024-10-281-0/+11
* Fix rubocop warnings on 5.0-stable branch.Marius Balteanu2024-03-031-1/+1
* Merged r22746 from trunk to 5.0-stable (#40043).Marius Balteanu2024-02-271-1/+1
* Merge r22584 from trunk to 5.0-stable (#39999).Marius Balteanu2024-01-031-0/+13
* 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
* Fix random failing test introduced in r21130 (#35957, #34169).Marius Balteanu2021-10-091-2/+3
* Remove unused setting 'Blind carbon copy recipients (bcc)' (#30820).Marius Balteanu2021-08-011-3/+2
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* Ability to add watchers to forum threads (#3390).Go MAEDA2021-03-151-1/+27
* fix source indent of MessagesControllerTestToshi MARUYAMA2020-11-141-48/+50
* MessagesControllerTest#test_post_new randomly fails (#34169).Go MAEDA2020-11-041-2/+3
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* Use #media_type instead of #content_type to test the MIME type of a response ...Go MAEDA2020-01-271-2/+2
* Fix test failure due to missing call to set_tmp_attachments_directory (#32122).Go MAEDA2019-10-041-0/+1
* Insert a link to the source to the attribution line when quoting a note or a ...Go MAEDA2019-06-021-1/+17
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Enable frozen_string_literal for some files under test directory (#26561).Go MAEDA2019-03-161-1/+1
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* 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