summaryrefslogtreecommitdiffstats
path: root/test/functional/wiki_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use `fixtures :all` to ensure consistent test data and improve test reliabili...Go MAEDA2024-12-111-5/+0
* Fixes group icons not displayed only using the SVG icon (#41853).Marius Balteanu2024-12-101-1/+2
* Improve watcher list permissions check to explicitly require @view_issue_watc...Marius Balteanu2024-07-081-0/+11
* Revisions count is wrong on the wiki content page (#40655).Go MAEDA2024-06-131-0/+14
* Fix RuboCop offense Rails/HttpStatus (#39889).Go MAEDA2024-05-181-14/+14
* Replaces use of Digest::MD5 / Digest::SHA1 with ActiveSupport::Digest (#35217).Marius Balteanu2024-05-071-1/+1
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-261-1/+1
* Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (...Go MAEDA2023-01-011-1/+1
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Return 404 if revision URL doesn't exist (#36561).Marius Balteanu2022-02-181-0/+6
* Explicitly specify text formatting in the tests (#35952).Marius Balteanu2022-01-221-108/+130
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Ability to add watchers to Wiki pages (#7652).Go MAEDA2021-05-291-1/+26
* Remove #filename_for_content_disposition for MS browsers (#29914, #32914).Go MAEDA2021-04-011-5/+6
* Add filename header (#29914, #32913).Go MAEDA2021-04-011-6/+6
* Add edit button to Wiki sidebar (#32629).Go MAEDA2021-03-261-0/+8
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* Ordering wiki pages should not be case sensitive (#31287).Go MAEDA2020-06-201-3/+8
* Fix that "Successful deletion" notice is not displayed after deleting some ty...Go MAEDA2020-04-041-0/+4
* 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-7/+7
* Ruby 2.7: Remove deprecated URI.escape/unescape (#32752).Go MAEDA2020-01-231-1/+1
* Fix random test failure due to missing call to set_tmp_attachments_directory ...Go MAEDA2020-01-041-0/+2
* cleanup: rubocop: fix Layout/AlignArguments in test/functional/wiki_controlle...Toshi MARUYAMA2019-11-081-11/+9
* Fix test failure due to missing call to set_tmp_attachments_directory (#32122).Go MAEDA2019-10-041-0/+3
* Update copyright year.Go MAEDA2019-05-251-1/+1
* 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