summaryrefslogtreecommitdiffstats
path: root/app/controllers/wiki_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Ability to edit a wiki page's parent on the edit page (#6449).Jean-Philippe Lang2012-02-051-7/+6
* Removed useless permission check in wiki controller.Jean-Philippe Lang2012-01-301-5/+0
* Adds export of all wiki pages to a PDF file (#3463).Jean-Philippe Lang2012-01-301-7/+15
* Option to set parent automatically for new wiki pages (#3108).Jean-Philippe Lang2011-12-171-1/+9
* Adds #current_version? method to wiki content.Jean-Philippe Lang2011-11-281-1/+1
* Fixed: Section-edit buttons not available when a the version parameter is pro...Jean-Philippe Lang2011-11-281-1/+1
* Handle the case of a text formatter that doesn't support section edit (#2222).Jean-Philippe Lang2011-11-181-3/+6
* Do not show section edit links for wiki page history (#2222).Jean-Philippe Lang2011-11-181-0/+1
* Wiki: allows single section edit (#2222).Jean-Philippe Lang2011-11-181-2/+19
* pdf: add a new feature to export wiki pdf (#401)Toshi MARUYAMA2011-11-061-1/+5
* remove trailing white-spaces from wiki controller source.Toshi MARUYAMA2011-05-171-20/+20
* Do a redirect when accessing a renamed wiki page.Jean-Philippe Lang2011-04-111-1/+10
* Code cleanup.Jean-Philippe Lang2011-04-111-6/+7
* Fixed: Simultaneous wiki updates cause internal error (#7939).Jean-Philippe Lang2011-03-211-4/+2
* Moved wiki page updated_on eager load to a scope and fixed timestamp titles o...Jean-Philippe Lang2011-03-121-16/+13
* Fixed: Missing template wiki/update.erb error introduced in r4272 (#6987).Jean-Philippe Lang2010-11-271-0/+2
* 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-11/+11
* Refactor: convert WikiController#destroy to use HTTP DELETEEric Davis2010-10-261-2/+3
* Refactor: Rename WikiController#page_index to #indexEric Davis2010-10-251-5/+20
* Refactor: split WikiController#edit into #updateEric Davis2010-10-221-23/+37
* Refactor: rename WikiController#index to #show, it's a single resource actionEric Davis2010-10-211-9/+9
* Refactor: change :id on WikiController to use :project_idEric Davis2010-10-201-7/+7
* Refactor: remove WikiController#specialEric Davis2010-10-191-15/+0
* Refactor: extract method from WikiController#specialEric Davis2010-10-181-3/+4
* Refactor: extract #page_index from WikiController#specialEric Davis2010-10-151-2/+6
* Refactor: extract finder to a utility methodEric Davis2010-10-141-6/+11
* Refactor: extract method in WikiController#special to create a new #export me...Eric Davis2010-10-131-9/+13
* Makes the wiki sidebar editable (#5208).Jean-Philippe Lang2010-04-111-1/+1
* Refactor: Decouple failed attachments and the flash messagesEric Davis2010-03-031-3/+3
* Refactor: Moved ApplicationController#attach_files to the Attachment modelEric Davis2010-03-021-3/+6
* Adds attachments upload on wiki edit form (#1223).Jean-Philippe Lang2010-02-281-0/+2
* Adds a permission for exporting wiki pages.Jean-Philippe Lang2010-02-061-11/+17
* Removes "xxx and return" calls (#4446).Jean-Philippe Lang2009-12-181-1/+2
* Contextual quick search (#3263).Jean-Philippe Lang2009-10-211-0/+1
* Added more plugin hooks:Eric Davis2009-05-301-0/+1
* Ability to watch a wiki or a single wiki page (#413).Jean-Philippe Lang2009-05-251-0/+1
* Ask user what to do with child pages when deleting a parent wiki page (#3202).Jean-Philippe Lang2009-04-211-1/+23
* Adds an helper to render other formats download links.Jean-Philippe Lang2009-01-291-2/+2
* Check that wiki page exists before processing (#2360).Jean-Philippe Lang2008-12-191-13/+13
* AttachmentsController now handles attachments deletion.Jean-Philippe Lang2008-12-091-8/+1
* Makes wiki text formatter pluggable.Jean-Philippe Lang2008-10-271-1/+8
* 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