summaryrefslogtreecommitdiffstats
path: root/test/unit/wiki_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use `fixtures :all` to ensure consistent test data and improve test reliabili...Go MAEDA11 days1-2/+0
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-261-1/+1
* Reinitialize an empty Wiki page after after project wiki is deleted (#34634).Marius Balteanu2023-10-231-0/+6
* Revert r22368.Marius Balteanu2023-10-231-6/+0
* Traditional Chinese translation update (#39221).Marius Balteanu2023-10-231-0/+6
* 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
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* 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-0/+10
* 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
* Support frozen_string_literal in test/**/*.rb (#26561).Go MAEDA2019-03-211-1/+1
* Decode hexadecimal-encoded literals in order to be frozen string literals fri...Go MAEDA2019-03-191-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
* Set User.current to nil before unit tests.Jean-Philippe Lang2018-12-161-0/+4
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Move wiki page to other project (#5450).Jean-Philippe Lang2014-11-231-0/+14
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-2/+1
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Don't create duplicate wikis in test (#15420).Jean-Philippe Lang2013-11-231-1/+1
* Removed some shoulda context.Jean-Philippe Lang2013-05-181-15/+11
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* replace hard-coded non ASCII literal to UTF-8 hexadecimal at test/unit/wiki_t...Toshi MARUYAMA2012-03-141-1/+3
* Removed some generate! calls.Jean-Philippe Lang2012-03-041-1/+1
* remove trailing white-spaces from unit wiki test.Toshi MARUYAMA2011-05-171-15/+15
* Do a redirect when accessing a renamed wiki page.Jean-Philippe Lang2011-04-111-5/+28
* Fixed: wiki page with backslash in title can not be found (#7589).Jean-Philippe Lang2011-03-121-1/+4
* Fixed: wiki pages with cyrillic characters not found with postgresql (#7245).Jean-Philippe Lang2011-01-101-0/+3
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-121-1/+1
* Fixed: Wiki#find_page should not be case sensitive because page title uniquen...Jean-Philippe Lang2010-11-271-0/+9
* Makes the wiki sidebar editable (#5208).Jean-Philippe Lang2010-04-111-0/+19
* Sets file encoding to utf-8 for ruby 1.9.Jean-Philippe Lang2009-10-101-0/+2
* Adds missing native eol properties.Jean-Philippe Lang2009-09-201-5/+5
* Upgraded to Rails 2.3.4 (#3597)Eric Davis2009-09-131-1/+1
* Fixed: Title with non-ascii characters breaks wikiJean-Philippe Lang2007-10-051-0/+5
* wiki branch merged into trunkJean-Philippe Lang2007-03-101-0/+39