summaryrefslogtreecommitdiffstats
path: root/test/functional/wiki_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Show locked badge for protected pages (#9634).Go MAEDA2019-04-271-0/+10
* Enable frozen_string_literal for some files under test directory (#26561).Go MAEDA2019-03-161-1/+1
* Remove unnecessary encoding magic comment (#31034).Go MAEDA2019-03-161-2/+0
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Fix typo (#29503).Go MAEDA2018-12-061-1/+1
* Discourage search engines from indexing old versions of wiki pages (#29503).Go MAEDA2018-12-061-0/+13
* Remove link to current version, already present in the page breadcrumb (#26575).Jean-Philippe Lang2018-09-231-3/+0
* Bulk delete wiki attachments (#16410).Go MAEDA2018-07-251-0/+38
* Don't repeat revision on each line.Jean-Philippe Lang2018-06-171-4/+3
* fix file name corruption when export a wiki page with non-ASCII title in MS b...Toshi MARUYAMA2017-08-301-0/+22
* Adds a checkbox to set a page as the wiki start page (#26579).Jean-Philippe Lang2017-07-301-0/+19
* Get rid of acts_as_versioned.Jean-Philippe Lang2017-07-261-12/+12
* Set the parent page when creating a new wiki page from the "Add page" link (#...Jean-Philippe Lang2017-07-081-0/+7
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* remove trailing white spaces from test/functional/wiki_controller_test.rbToshi MARUYAMA2017-06-101-3/+3
* Use Rails 5 syntax for functional tests.Jean-Philippe Lang2017-05-311-7/+7
* Creating a wiki page named "Sidebar" without proper permission raises an exce...Jean-Philippe Lang2016-08-301-0/+9
* Removes calls to #assert_template and #assigns in functional tests.Jean-Philippe Lang2016-07-211-59/+36
* Pass parameters with :params in controller tests.Jean-Philippe Lang2016-07-161-111/+206
* Adds our own class for controller tests.Jean-Philippe Lang2016-07-141-1/+1
* Adds "New wiki page" link to create a new wiki page (#5536).Jean-Philippe Lang2016-04-221-0/+49
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Fixed that #destroy_version with invalid version destroys wiki page content (...Jean-Philippe Lang2015-11-091-0/+12
* Missing fixtures.Jean-Philippe Lang2015-10-201-1/+1
* Raises wiki edits comments limit to 1024 (#19886).Jean-Philippe Lang2015-09-211-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 "can't" with "cannot" in error messages.Jean-Philippe Lang2014-12-211-1/+1
* Adds a few tests.Jean-Philippe Lang2014-12-031-3/+5
* Move wiki page to other project (#5450).Jean-Philippe Lang2014-11-231-0/+33
* Replaced remaining #assert_tag with #assert_select.Jean-Philippe Lang2014-11-221-107/+64
* add missing fixtures to test/functional/wiki_controller_test.rbToshi MARUYAMA2014-11-121-1/+2
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-2/+6
* Fixed that requesting a specific version of a non-existent wiki page raises a...Jean-Philippe Lang2014-03-151-0/+5
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Rails4: replace deprecated Relation#first with finder options at WikiControll...Toshi MARUYAMA2014-01-111-1/+1
* code format cleanup WikiControllerTestToshi MARUYAMA2014-01-111-1/+4
* Return to section anchor after wiki section edit (#15182).Jean-Philippe Lang2013-10-261-2/+2
* Fixed that viewing/editing a wiki page without WikiContent raises an error (#...Jean-Philippe Lang2013-10-131-0/+23
* Accommodates fixtures for databases with case sensitive sort.Jean-Philippe Lang2013-01-231-1/+1
* Attachment name is added in the generated link.Jean-Philippe Lang2013-01-141-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Fixed that viewing the history of a wiki page with attachments raises an erro...Jean-Philippe Lang2013-01-101-0/+13
* Functional tests cleanup.Jean-Philippe Lang2012-12-031-7/+0
* Respond with 404 instead of 500 when requesting a wiki diff with invalid vers...Jean-Philippe Lang2012-11-241-0/+15
* REST API for retrieving wiki pages (#7082).Jean-Philippe Lang2012-10-251-0/+7
* Ability to delete a version from a wiki page history (#10852).Jean-Philippe Lang2012-10-231-2/+22
* Wiki page versions routes cleanup.Jean-Philippe Lang2012-10-211-1/+28
* Adds assertions on the confirmation form.Jean-Philippe Lang2012-09-161-0/+5
* Adjust tests for new fixture.Jean-Philippe Lang2012-09-161-6/+6