summaryrefslogtreecommitdiffstats
path: root/app/controllers/wiki_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Fixed: unable to revert to a previous wiki page version.Jean-Philippe Lang2008-09-131-1/+4
* Adds a permission 'view wiki edits' so that wiki history can be hidden to cer...Jean-Philippe Lang2008-09-131-0/+5
* Moves @layout 'base'@ to ApplicationController.Jean-Philippe Lang2008-08-101-1/+0
* Adds child_pages macro for wiki pages (#528).Jean-Philippe Lang2008-07-261-1/+4
* Wiki page hierarchy (#528). Parent page can be assigned on Rename screen.Jean-Philippe Lang2008-07-261-0/+1
* Fixed: error when previewing a new wiki page (#1292) introduced in r1415.Jean-Philippe Lang2008-05-231-1/+2
* Wiki page protection (#851, patch #1146 by Mateo Murphy with slight changes).Jean-Philippe Lang2008-05-041-2/+20
* New setting added to specify how many objects should be displayed on most pag...Jean-Philippe Lang2007-12-291-1/+1
* Added wiki annotate view. It's accessible for each version from the page hist...Jean-Philippe Lang2007-12-201-0/+5
* Added ApplicationController#attach_files as a common method to attach files i...Jean-Philippe Lang2007-12-141-5/+1
* Anonymous users can now be allowed to create, edit, comment issues, comment n...Jean-Philippe Lang2007-11-201-2/+2
* Fixed: a user not authorized to edit wiki pages gets the edit form if the pag...Jean-Philippe Lang2007-10-101-2/+7
* Added preview on add/edit issue form.Jean-Philippe Lang2007-10-061-1/+1
* Added wiki index by date.Jean-Philippe Lang2007-09-271-1/+2
* Fixed: unable to save a new wiki page that just contains the default h1 titleJean-Philippe Lang2007-09-151-1/+1
* Added the ability to rename wiki pages (specific permission required).Jean-Philippe Lang2007-09-091-0/+12
* Merged 0.6 branch into trunk.Jean-Philippe Lang2007-08-291-2/+1
* Applied the flash notices patch by Matt Jones (slightly edited).Jean-Philippe Lang2007-08-021-1/+1
* Added wiki diff.Jean-Philippe Lang2007-07-141-1/+9
* Added pagination on wiki page history.Jean-Philippe Lang2007-06-231-2/+9
* A wiki page can now be attached to each version.Jean-Philippe Lang2007-06-141-0/+1
* Optimistic locking added for wiki edits.Jean-Philippe Lang2007-05-261-2/+6
* Attachments can now be added to wiki pages (original patch by Pavol Murin). O...Jean-Philippe Lang2007-05-261-3/+24
* Added the ability to destroy wiki pages (content and its history are deleted ...Jean-Philippe Lang2007-05-251-1/+11
* Fixed: 10342 Creation of Schema in OracleJean-Philippe Lang2007-04-251-3/+3
* Added the ability to easily rollback to a previous version of a wiki page.Jean-Philippe Lang2007-04-051-2/+3
* fixed #9401 New Wiki, cannot create new page (good one)Jean-Philippe Lang2007-03-201-1/+1
* fixed #9308 table_name pre/suffix supportJean-Philippe Lang2007-03-151-2/+2
* wiki branch merged into trunkJean-Philippe Lang2007-03-101-0/+111