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
*
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
*
Fixed that wiki diff may produce html (#11209).
Jean-Philippe Lang
2012-06-26
1
-3
/
+11
*
Copyright update.
Jean-Philippe Lang
2012-05-05
1
-1
/
+1
*
Merged rails-3.2 branch.
Jean-Philippe Lang
2012-04-25
1
-3
/
+3
*
Adds assertions on the content of a versioned wiki page export (#6941).
Jean-Philippe Lang
2012-04-06
1
-0
/
+24
*
Adds assertions on the content of a wiki page export (#6941).
Jean-Philippe Lang
2012-04-06
1
-0
/
+2
*
Ability to edit a wiki page's parent on the edit page (#6449).
Jean-Philippe Lang
2012-02-05
1
-4
/
+52
*
Removed useless permission check in wiki controller.
Jean-Philippe Lang
2012-01-30
1
-2
/
+4
*
Adds export of all wiki pages to a PDF file (#3463).
Jean-Philippe Lang
2012-01-30
1
-2
/
+15
*
Test cleanup.
Jean-Philippe Lang
2012-01-01
1
-33
/
+20
*
Additional tests for WikiController.
Jean-Philippe Lang
2011-12-17
1
-0
/
+30
*
Option to set parent automatically for new wiki pages (#3108).
Jean-Philippe Lang
2011-12-17
1
-10
/
+35
*
Adds a test for when accessing wiki history without permission.
Jean-Philippe Lang
2011-12-03
1
-0
/
+7
*
Fixed: Wiki export link doesn't work for users without :view_wiki_edits permi...
Jean-Philippe Lang
2011-11-28
1
-0
/
+7
*
Fixed: Section-edit buttons not available when a the version parameter is pro...
Jean-Philippe Lang
2011-11-28
1
-0
/
+18
*
Fixes section edit links when text includes pre/code tag (#2222).
Jean-Philippe Lang
2011-11-18
1
-0
/
+14
*
Wiki: allows single section edit (#2222).
Jean-Philippe Lang
2011-11-18
1
-0
/
+115
*
test: functional: wiki: add tests to show pdf (#401)
Toshi MARUYAMA
2011-11-06
1
-0
/
+10
*
test: functional: wiki: add tests to show html and txt (#401)
Toshi MARUYAMA
2011-11-06
1
-0
/
+20
*
code layout clean up of test/functional/wiki_controller_test.rb
Toshi MARUYAMA
2011-11-06
1
-1
/
+3
*
remove trailing white-spaces from test/functional/wiki_controller_test.rb.
Toshi MARUYAMA
2011-08-24
1
-2
/
+2
*
Fixed: Wiki annotated page does not display author of version 1 (#8449).
Jean-Philippe Lang
2011-07-09
1
-7
/
+17
*
remove trailing white-spaces from functional wiki controller test.
Toshi MARUYAMA
2011-05-16
1
-50
/
+50
*
Do a redirect when accessing a renamed wiki page.
Jean-Philippe Lang
2011-04-11
1
-0
/
+7
*
Fixed: atom links on wiki index broken by r4266.
Jean-Philippe Lang
2011-03-21
1
-0
/
+8
*
Fixed: Simultaneous wiki updates cause internal error (#7939).
Jean-Philippe Lang
2011-03-21
1
-0
/
+36
*
Moved wiki page updated_on eager load to a scope and fixed timestamp titles o...
Jean-Philippe Lang
2011-03-12
1
-2
/
+3
*
Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050
Jean-Baptiste Barth
2010-12-12
1
-1
/
+1
*
Fixed: Missing template wiki/update.erb error introduced in r4272 (#6987).
Jean-Philippe Lang
2010-11-27
1
-0
/
+46
*
Adds a combo to select parent on wiki page rename (#5136).
Jean-Philippe Lang
2010-11-06
1
-0
/
+48
*
Refactor: convert WikiController to a REST resource
Eric Davis
2010-10-28
1
-2
/
+2
*
Refactor: use :id instead of :page when linking to Wiki Pages
Eric Davis
2010-10-27
1
-31
/
+31
*
Refactor: convert WikiController#destroy to use HTTP DELETE
Eric Davis
2010-10-26
1
-5
/
+5
*
Refactor: Rename WikiController#page_index to #index
Eric Davis
2010-10-25
1
-7
/
+7
*
Refactor: split WikiController#edit into #update
Eric Davis
2010-10-22
1
-2
/
+2
*
Refactor: rename WikiController#index to #show, it's a single resource action
Eric Davis
2010-10-21
1
-14
/
+14
*
Refactor: change :id on WikiController to use :project_id
Eric Davis
2010-10-20
1
-43
/
+43
*
Refactor: extract method from WikiController#special
Eric Davis
2010-10-18
1
-0
/
+12
*
Refactor: extract #page_index from WikiController#special
Eric Davis
2010-10-15
1
-6
/
+6
*
Refactor: extract method in WikiController#special to create a new #export me...
Eric Davis
2010-10-13
1
-0
/
+28
*
Move more routing tests into the routing integration test.
Eric Davis
2010-04-20
1
-100
/
+0
*
Makes the wiki sidebar editable (#5208).
Jean-Philippe Lang
2010-04-11
1
-0
/
+11
[next]