summaryrefslogtreecommitdiffstats
path: root/test/functional/wikis_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Redirect_to project_path after WikisController#destroy (#35610).Marius Balteanu2021-07-261-1/+1
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* Fix test failure due to missing call to set_tmp_attachments_directory (#32122).Go MAEDA2019-10-041-0/+2
* 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
* remove unused WikisController#edit (#26579)Toshi MARUYAMA2017-11-051-41/+0
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Adds a test for wiki destroy confirmation.Jean-Philippe Lang2017-06-101-1/+9
* Use Rails 5 syntax for functional tests.Jean-Philippe Lang2017-05-311-3/+3
* Removes calls to #assert_template and #assigns in functional tests.Jean-Philippe Lang2016-07-211-3/+0
* Pass parameters with :params in controller tests.Jean-Philippe Lang2016-07-161-5/+5
* Adds our own class for controller tests.Jean-Philippe Lang2016-07-141-1/+1
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Replaced "can't" with "cannot" in error messages.Jean-Philippe Lang2014-12-211-1/+1
* use escaped "can't" constant at WikisControllerTestToshi MARUYAMA2014-02-041-1/+1
* code format clean up WikisControllerTestToshi MARUYAMA2014-02-041-1/+2
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Functional tests cleanup.Jean-Philippe Lang2012-12-031-7/+0
* Upgrade to Rails 3.2.8 (#11758).Jean-Philippe Lang2012-09-021-1/+1
* Removes RJS from WikisController.Jean-Philippe Lang2012-07-191-2/+36
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* remove trailing white-spaces from test/functional/wikis_controller_test.rb.Toshi MARUYAMA2011-08-241-9/+9
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-121-1/+1
* Refactor: Move the rest of the routing tests to RoutingTest.Eric Davis2010-04-211-19/+0
* 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-1/+1
* Converted routing and urls to follow the Rails REST convention.Eric Davis2009-01-261-2/+21
* Slight changes in functional tests.Jean-Philippe Lang2009-01-041-1/+1
* Project identifier is now used in URLs (instead of project id).Jean-Philippe Lang2007-12-171-1/+1
* Added some functional tests (wiki).Jean-Philippe Lang2007-12-151-1/+14
* Fixed: Unable to create a wiki (Rails 2.0 compatibility).Jean-Philippe Lang2007-12-141-0/+43