| Commit message (Expand) | Author | Age | Files | Lines |
* | Handle the case of a text formatter that doesn't support section edit (#2222). | Jean-Philippe Lang | 2011-11-18 | 1 | -3/+6 |
* | Do not show section edit links for wiki page history (#2222). | Jean-Philippe Lang | 2011-11-18 | 1 | -0/+1 |
* | Wiki: allows single section edit (#2222). | Jean-Philippe Lang | 2011-11-18 | 1 | -2/+19 |
* | pdf: add a new feature to export wiki pdf (#401) | Toshi MARUYAMA | 2011-11-06 | 1 | -1/+5 |
* | remove trailing white-spaces from wiki controller source. | Toshi MARUYAMA | 2011-05-17 | 1 | -20/+20 |
* | Do a redirect when accessing a renamed wiki page. | Jean-Philippe Lang | 2011-04-11 | 1 | -1/+10 |
* | Code cleanup. | Jean-Philippe Lang | 2011-04-11 | 1 | -6/+7 |
* | Fixed: Simultaneous wiki updates cause internal error (#7939). | Jean-Philippe Lang | 2011-03-21 | 1 | -4/+2 |
* | Moved wiki page updated_on eager load to a scope and fixed timestamp titles o... | Jean-Philippe Lang | 2011-03-12 | 1 | -16/+13 |
* | Fixed: Missing template wiki/update.erb error introduced in r4272 (#6987). | Jean-Philippe Lang | 2010-11-27 | 1 | -0/+2 |
* | Refactor: convert WikiController to a REST resource | Eric Davis | 2010-10-28 | 1 | -2/+2 |
* | Refactor: use :id instead of :page when linking to Wiki Pages | Eric Davis | 2010-10-27 | 1 | -11/+11 |
* | Refactor: convert WikiController#destroy to use HTTP DELETE | Eric Davis | 2010-10-26 | 1 | -2/+3 |
* | Refactor: Rename WikiController#page_index to #index | Eric Davis | 2010-10-25 | 1 | -5/+20 |
* | Refactor: split WikiController#edit into #update | Eric Davis | 2010-10-22 | 1 | -23/+37 |
* | Refactor: rename WikiController#index to #show, it's a single resource action | Eric Davis | 2010-10-21 | 1 | -9/+9 |
* | Refactor: change :id on WikiController to use :project_id | Eric Davis | 2010-10-20 | 1 | -7/+7 |
* | Refactor: remove WikiController#special | Eric Davis | 2010-10-19 | 1 | -15/+0 |
* | Refactor: extract method from WikiController#special | Eric Davis | 2010-10-18 | 1 | -3/+4 |
* | Refactor: extract #page_index from WikiController#special | Eric Davis | 2010-10-15 | 1 | -2/+6 |
* | Refactor: extract finder to a utility method | Eric Davis | 2010-10-14 | 1 | -6/+11 |
* | Refactor: extract method in WikiController#special to create a new #export me... | Eric Davis | 2010-10-13 | 1 | -9/+13 |
* | Makes the wiki sidebar editable (#5208). | Jean-Philippe Lang | 2010-04-11 | 1 | -1/+1 |
* | Refactor: Decouple failed attachments and the flash messages | Eric Davis | 2010-03-03 | 1 | -3/+3 |
* | Refactor: Moved ApplicationController#attach_files to the Attachment model | Eric Davis | 2010-03-02 | 1 | -3/+6 |
* | Adds attachments upload on wiki edit form (#1223). | Jean-Philippe Lang | 2010-02-28 | 1 | -0/+2 |
* | Adds a permission for exporting wiki pages. | Jean-Philippe Lang | 2010-02-06 | 1 | -11/+17 |
* | Removes "xxx and return" calls (#4446). | Jean-Philippe Lang | 2009-12-18 | 1 | -1/+2 |
* | Contextual quick search (#3263). | Jean-Philippe Lang | 2009-10-21 | 1 | -0/+1 |
* | Added more plugin hooks: | Eric Davis | 2009-05-30 | 1 | -0/+1 |
* | Ability to watch a wiki or a single wiki page (#413). | Jean-Philippe Lang | 2009-05-25 | 1 | -0/+1 |
* | Ask user what to do with child pages when deleting a parent wiki page (#3202). | Jean-Philippe Lang | 2009-04-21 | 1 | -1/+23 |
* | Adds an helper to render other formats download links. | Jean-Philippe Lang | 2009-01-29 | 1 | -2/+2 |
* | Check that wiki page exists before processing (#2360). | Jean-Philippe Lang | 2008-12-19 | 1 | -13/+13 |
* | AttachmentsController now handles attachments deletion. | Jean-Philippe Lang | 2008-12-09 | 1 | -8/+1 |
* | Makes wiki text formatter pluggable. | Jean-Philippe Lang | 2008-10-27 | 1 | -1/+8 |
* | Fixed: unable to revert to a previous wiki page version. | Jean-Philippe Lang | 2008-09-13 | 1 | -1/+4 |
* | Adds a permission 'view wiki edits' so that wiki history can be hidden to cer... | Jean-Philippe Lang | 2008-09-13 | 1 | -0/+5 |
* | Moves @layout 'base'@ to ApplicationController. | Jean-Philippe Lang | 2008-08-10 | 1 | -1/+0 |
* | Adds child_pages macro for wiki pages (#528). | Jean-Philippe Lang | 2008-07-26 | 1 | -1/+4 |
* | Wiki page hierarchy (#528). Parent page can be assigned on Rename screen. | Jean-Philippe Lang | 2008-07-26 | 1 | -0/+1 |
* | Fixed: error when previewing a new wiki page (#1292) introduced in r1415. | Jean-Philippe Lang | 2008-05-23 | 1 | -1/+2 |
* | Wiki page protection (#851, patch #1146 by Mateo Murphy with slight changes). | Jean-Philippe Lang | 2008-05-04 | 1 | -2/+20 |
* | New setting added to specify how many objects should be displayed on most pag... | Jean-Philippe Lang | 2007-12-29 | 1 | -1/+1 |
* | Added wiki annotate view. It's accessible for each version from the page hist... | Jean-Philippe Lang | 2007-12-20 | 1 | -0/+5 |
* | Added ApplicationController#attach_files as a common method to attach files i... | Jean-Philippe Lang | 2007-12-14 | 1 | -5/+1 |
* | Anonymous users can now be allowed to create, edit, comment issues, comment n... | Jean-Philippe Lang | 2007-11-20 | 1 | -2/+2 |
* | Fixed: a user not authorized to edit wiki pages gets the edit form if the pag... | Jean-Philippe Lang | 2007-10-10 | 1 | -2/+7 |
* | Added preview on add/edit issue form. | Jean-Philippe Lang | 2007-10-06 | 1 | -1/+1 |
* | Added wiki index by date. | Jean-Philippe Lang | 2007-09-27 | 1 | -1/+2 |