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
*
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
*
Adds attachments upload on wiki edit form (#1223).
Jean-Philippe Lang
2010-02-28
1
-0
/
+17
*
Upgraded to Rails 2.3.4 (#3597)
Eric Davis
2009-09-13
1
-1
/
+1
*
Allows multiple roles on the same project (#706). Prerequisite for user group...
Jean-Philippe Lang
2009-05-10
1
-1
/
+1
*
Ask user what to do with child pages when deleting a parent wiki page (#3202).
Jean-Philippe Lang
2009-04-21
1
-2
/
+40
*
Converted routing and urls to follow the Rails REST convention.
Eric Davis
2009-01-26
1
-12
/
+112
*
Slight changes in functional tests.
Jean-Philippe Lang
2009-01-04
1
-1
/
+1
*
Check that wiki page exists before processing (#2360).
Jean-Philippe Lang
2008-12-19
1
-0
/
+5
*
AttachmentsController now handles attachments deletion.
Jean-Philippe Lang
2008-12-09
1
-7
/
+0
*
Adds 'Delete wiki pages attachments' permission.
Jean-Philippe Lang
2008-10-18
1
-0
/
+7
*
Hiding the View Differences button when a wiki page's history only has one ve...
Eric Davis
2008-08-20
1
-1
/
+11
*
Adds child_pages macro for wiki pages (#528).
Jean-Philippe Lang
2008-07-26
1
-1
/
+7
*
Wiki page hierarchy (#528). Parent page can be assigned on Rename screen.
Jean-Philippe Lang
2008-07-26
1
-2
/
+10
*
Fixed: error when previewing a new wiki page (#1292) introduced in r1415.
Jean-Philippe Lang
2008-05-23
1
-0
/
+11
*
Wiki page protection (#851, patch #1146 by Mateo Murphy with slight changes).
Jean-Philippe Lang
2008-05-04
1
-0
/
+56
*
Inline images alt attribute set to the attachment description.
Jean-Philippe Lang
2008-04-05
1
-1
/
+2
*
Fixed: inline image not displayed when including a wiki page (closes #1001).
Jean-Philippe Lang
2008-04-05
1
-2
/
+5
*
Added wiki annotate view. It's accessible for each version from the page hist...
Jean-Philippe Lang
2007-12-20
1
-0
/
+14
*
Project identifier is now used in URLs (instead of project id).
Jean-Philippe Lang
2007-12-17
1
-6
/
+6
*
Added some functional tests (wiki).
Jean-Philippe Lang
2007-12-15
1
-0
/
+145