summaryrefslogtreecommitdiffstats
path: root/test/functional/wiki_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* 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