index
:
redmine.git
0.6-stable
0.7-stable
0.8-stable
0.9-stable
1.0-stable
1.1-stable
1.2-stable
1.3-stable
1.4-stable
2.0-stable
2.1-stable
2.2-stable
2.3-stable
2.4-stable
2.5-stable
2.6-stable
3.0-stable
3.1-stable
3.2-stable
3.3-stable
3.4-stable
4.0-stable
4.1-stable
4.2-stable
5.0-stable
5.1-stable
6.0-stable
integration-to-svn-stable-1.0
integration-to-svn-trunk
master
nbc
plugin-hooks
swistak
work
Mirror of redmine code source: https://github.com/redmine/redmine
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
functional
/
wiki_controller_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged r22746 from trunk to 5.1-stable (#40043).
Marius Balteanu
2024-02-27
1
-1
/
+1
*
Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (...
Go MAEDA
2023-01-01
1
-1
/
+1
*
Update copyright year to 2023 (#38141).
Go MAEDA
2023-01-01
1
-1
/
+1
*
Return 404 if revision URL doesn't exist (#36561).
Marius Balteanu
2022-02-18
1
-0
/
+6
*
Explicitly specify text formatting in the tests (#35952).
Marius Balteanu
2022-01-22
1
-108
/
+130
*
Update copyright year in source files to 2022 (#36379).
Go MAEDA
2022-01-02
1
-1
/
+1
*
Ability to add watchers to Wiki pages (#7652).
Go MAEDA
2021-05-29
1
-1
/
+26
*
Remove #filename_for_content_disposition for MS browsers (#29914, #32914).
Go MAEDA
2021-04-01
1
-5
/
+6
*
Add filename header (#29914, #32913).
Go MAEDA
2021-04-01
1
-6
/
+6
*
Add edit button to Wiki sidebar (#32629).
Go MAEDA
2021-03-26
1
-0
/
+8
*
Update copyright year in source files to 2021 (#33069).
Go MAEDA
2021-03-25
1
-1
/
+1
*
Ordering wiki pages should not be case sensitive (#31287).
Go MAEDA
2020-06-20
1
-3
/
+8
*
Fix that "Successful deletion" notice is not displayed after deleting some ty...
Go MAEDA
2020-04-04
1
-0
/
+4
*
Update copyright year in source files to 2020 (#33069).
Go MAEDA
2020-03-03
1
-1
/
+1
*
Use #media_type instead of #content_type to test the MIME type of a response ...
Go MAEDA
2020-01-27
1
-7
/
+7
*
Ruby 2.7: Remove deprecated URI.escape/unescape (#32752).
Go MAEDA
2020-01-23
1
-1
/
+1
*
Fix random test failure due to missing call to set_tmp_attachments_directory ...
Go MAEDA
2020-01-04
1
-0
/
+2
*
cleanup: rubocop: fix Layout/AlignArguments in test/functional/wiki_controlle...
Toshi MARUYAMA
2019-11-08
1
-11
/
+9
*
Fix test failure due to missing call to set_tmp_attachments_directory (#32122).
Go MAEDA
2019-10-04
1
-0
/
+3
*
Update copyright year.
Go MAEDA
2019-05-25
1
-1
/
+1
*
Show locked badge for protected pages (#9634).
Go MAEDA
2019-04-27
1
-0
/
+10
*
Enable frozen_string_literal for some files under test directory (#26561).
Go MAEDA
2019-03-16
1
-1
/
+1
*
Remove unnecessary encoding magic comment (#31034).
Go MAEDA
2019-03-16
1
-2
/
+0
*
Add "frozen_string_literal: false" for all files (#26561).
Go MAEDA
2019-03-15
1
-0
/
+2
*
Fix typo (#29503).
Go MAEDA
2018-12-06
1
-1
/
+1
*
Discourage search engines from indexing old versions of wiki pages (#29503).
Go MAEDA
2018-12-06
1
-0
/
+13
*
Remove link to current version, already present in the page breadcrumb (#26575).
Jean-Philippe Lang
2018-09-23
1
-3
/
+0
*
Bulk delete wiki attachments (#16410).
Go MAEDA
2018-07-25
1
-0
/
+38
*
Don't repeat revision on each line.
Jean-Philippe Lang
2018-06-17
1
-4
/
+3
*
fix file name corruption when export a wiki page with non-ASCII title in MS b...
Toshi MARUYAMA
2017-08-30
1
-0
/
+22
*
Adds a checkbox to set a page as the wiki start page (#26579).
Jean-Philippe Lang
2017-07-30
1
-0
/
+19
*
Get rid of acts_as_versioned.
Jean-Philippe Lang
2017-07-26
1
-12
/
+12
*
Set the parent page when creating a new wiki page from the "Add page" link (#...
Jean-Philippe Lang
2017-07-08
1
-0
/
+7
*
Update copyright.
Jean-Philippe Lang
2017-06-25
1
-1
/
+1
*
remove trailing white spaces from test/functional/wiki_controller_test.rb
Toshi MARUYAMA
2017-06-10
1
-3
/
+3
*
Use Rails 5 syntax for functional tests.
Jean-Philippe Lang
2017-05-31
1
-7
/
+7
*
Creating a wiki page named "Sidebar" without proper permission raises an exce...
Jean-Philippe Lang
2016-08-30
1
-0
/
+9
*
Removes calls to #assert_template and #assigns in functional tests.
Jean-Philippe Lang
2016-07-21
1
-59
/
+36
*
Pass parameters with :params in controller tests.
Jean-Philippe Lang
2016-07-16
1
-111
/
+206
*
Adds our own class for controller tests.
Jean-Philippe Lang
2016-07-14
1
-1
/
+1
*
Adds "New wiki page" link to create a new wiki page (#5536).
Jean-Philippe Lang
2016-04-22
1
-0
/
+49
*
Updates copyright for 2016.
Jean-Philippe Lang
2016-03-13
1
-1
/
+1
*
Fixed that #destroy_version with invalid version destroys wiki page content (...
Jean-Philippe Lang
2015-11-09
1
-0
/
+12
*
Missing fixtures.
Jean-Philippe Lang
2015-10-20
1
-1
/
+1
*
Raises wiki edits comments limit to 1024 (#19886).
Jean-Philippe Lang
2015-09-21
1
-1
/
+1
*
Add support for multiple email addresses per user (#4244).
Jean-Philippe Lang
2015-01-17
1
-1
/
+1
*
Copyright update.
Jean-Philippe Lang
2015-01-11
1
-1
/
+1
*
Replaced "can't" with "cannot" in error messages.
Jean-Philippe Lang
2014-12-21
1
-1
/
+1
*
Adds a few tests.
Jean-Philippe Lang
2014-12-03
1
-3
/
+5
*
Move wiki page to other project (#5450).
Jean-Philippe Lang
2014-11-23
1
-0
/
+33
[next]