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
*
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
*
Replaced remaining #assert_tag with #assert_select.
Jean-Philippe Lang
2014-11-22
1
-107
/
+64
*
add missing fixtures to test/functional/wiki_controller_test.rb
Toshi MARUYAMA
2014-11-12
1
-1
/
+2
*
Merged rails-4.1 branch (#14534).
Jean-Philippe Lang
2014-10-22
1
-2
/
+6
*
Fixed that requesting a specific version of a non-existent wiki page raises a...
Jean-Philippe Lang
2014-03-15
1
-0
/
+5
*
update copyright year (#15977)
Toshi MARUYAMA
2014-01-29
1
-1
/
+1
*
Rails4: replace deprecated Relation#first with finder options at WikiControll...
Toshi MARUYAMA
2014-01-11
1
-1
/
+1
*
code format cleanup WikiControllerTest
Toshi MARUYAMA
2014-01-11
1
-1
/
+4
*
Return to section anchor after wiki section edit (#15182).
Jean-Philippe Lang
2013-10-26
1
-2
/
+2
*
Fixed that viewing/editing a wiki page without WikiContent raises an error (#...
Jean-Philippe Lang
2013-10-13
1
-0
/
+23
*
Accommodates fixtures for databases with case sensitive sort.
Jean-Philippe Lang
2013-01-23
1
-1
/
+1
*
Attachment name is added in the generated link.
Jean-Philippe Lang
2013-01-14
1
-1
/
+1
*
Copyright for 2013 (#12788).
Jean-Philippe Lang
2013-01-12
1
-1
/
+1
*
Fixed that viewing the history of a wiki page with attachments raises an erro...
Jean-Philippe Lang
2013-01-10
1
-0
/
+13
*
Functional tests cleanup.
Jean-Philippe Lang
2012-12-03
1
-7
/
+0
*
Respond with 404 instead of 500 when requesting a wiki diff with invalid vers...
Jean-Philippe Lang
2012-11-24
1
-0
/
+15
*
REST API for retrieving wiki pages (#7082).
Jean-Philippe Lang
2012-10-25
1
-0
/
+7
*
Ability to delete a version from a wiki page history (#10852).
Jean-Philippe Lang
2012-10-23
1
-2
/
+22
*
Wiki page versions routes cleanup.
Jean-Philippe Lang
2012-10-21
1
-1
/
+28
*
Adds assertions on the confirmation form.
Jean-Philippe Lang
2012-09-16
1
-0
/
+5
*
Adjust tests for new fixture.
Jean-Philippe Lang
2012-09-16
1
-6
/
+6
[next]