summaryrefslogtreecommitdiffstats
path: root/test/functional/wiki_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fixed: Missing template wiki/update.erb error introduced in r4272 (#6987).Jean-Philippe Lang2010-11-271-0/+46
* Adds a combo to select parent on wiki page rename (#5136).Jean-Philippe Lang2010-11-061-0/+48
* Refactor: convert WikiController to a REST resourceEric Davis2010-10-281-2/+2
* Refactor: use :id instead of :page when linking to Wiki PagesEric Davis2010-10-271-31/+31
* Refactor: convert WikiController#destroy to use HTTP DELETEEric Davis2010-10-261-5/+5
* Refactor: Rename WikiController#page_index to #indexEric Davis2010-10-251-7/+7
* Refactor: split WikiController#edit into #updateEric Davis2010-10-221-2/+2
* Refactor: rename WikiController#index to #show, it's a single resource actionEric Davis2010-10-211-14/+14
* Refactor: change :id on WikiController to use :project_idEric Davis2010-10-201-43/+43
* Refactor: extract method from WikiController#specialEric Davis2010-10-181-0/+12
* Refactor: extract #page_index from WikiController#specialEric Davis2010-10-151-6/+6
* Refactor: extract method in WikiController#special to create a new #export me...Eric Davis2010-10-131-0/+28
* Move more routing tests into the routing integration test.Eric Davis2010-04-201-100/+0
* Makes the wiki sidebar editable (#5208).Jean-Philippe Lang2010-04-111-0/+11
* Adds attachments upload on wiki edit form (#1223).Jean-Philippe Lang2010-02-281-0/+17
* Upgraded to Rails 2.3.4 (#3597)Eric Davis2009-09-131-1/+1
* Allows multiple roles on the same project (#706). Prerequisite for user group...Jean-Philippe Lang2009-05-101-1/+1
* Ask user what to do with child pages when deleting a parent wiki page (#3202).Jean-Philippe Lang2009-04-211-2/+40
* Converted routing and urls to follow the Rails REST convention.Eric Davis2009-01-261-12/+112
* Slight changes in functional tests.Jean-Philippe Lang2009-01-041-1/+1
* Check that wiki page exists before processing (#2360).Jean-Philippe Lang2008-12-191-0/+5
* AttachmentsController now handles attachments deletion.Jean-Philippe Lang2008-12-091-7/+0
* Adds 'Delete wiki pages attachments' permission.Jean-Philippe Lang2008-10-181-0/+7
* Hiding the View Differences button when a wiki page's history only has one ve...Eric Davis2008-08-201-1/+11
* Adds child_pages macro for wiki pages (#528).Jean-Philippe Lang2008-07-261-1/+7
* Wiki page hierarchy (#528). Parent page can be assigned on Rename screen.Jean-Philippe Lang2008-07-261-2/+10
* Fixed: error when previewing a new wiki page (#1292) introduced in r1415.Jean-Philippe Lang2008-05-231-0/+11
* Wiki page protection (#851, patch #1146 by Mateo Murphy with slight changes).Jean-Philippe Lang2008-05-041-0/+56
* Inline images alt attribute set to the attachment description.Jean-Philippe Lang2008-04-051-1/+2
* Fixed: inline image not displayed when including a wiki page (closes #1001).Jean-Philippe Lang2008-04-051-2/+5
* Added wiki annotate view. It's accessible for each version from the page hist...Jean-Philippe Lang2007-12-201-0/+14
* Project identifier is now used in URLs (instead of project id).Jean-Philippe Lang2007-12-171-6/+6
* Added some functional tests (wiki).Jean-Philippe Lang2007-12-151-0/+145