summaryrefslogtreecommitdiffstats
path: root/app/controllers/wiki_controller.rb
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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