summaryrefslogtreecommitdiffstats
path: root/app/views/wiki
Commit message (Expand)AuthorAgeFilesLines
* Adds breadcrumb on all wiki page views.Jean-Philippe Lang2011-07-047-5/+17
* Adds noindex,noarchive robots meta tag on form pages (#7582).Jean-Philippe Lang2011-04-121-0/+1
* Fixed: atom links on wiki index broken by r4266.Jean-Philippe Lang2011-03-212-4/+4
* Adds an option to #render_page_hierarchy to add timestamp titles.Jean-Philippe Lang2011-03-121-1/+1
* Fixes wiki diff rendering.Jean-Philippe Lang2011-02-271-1/+1
* Extracts a diff helper from the WikiDiff class.Jean-Philippe Lang2011-02-271-3/+3
* Removed extraneous hidden_field on wiki history (#7379).Jean-Philippe Lang2011-01-221-1/+0
* Removed hard-coded style on wiki history view.Jean-Philippe Lang2011-01-061-6/+6
* Broken links on wiki diff view.Jean-Philippe Lang2010-12-201-2/+2
* Adds a combo to select parent on wiki page rename (#5136).Jean-Philippe Lang2010-11-061-1/+1
* Refactor: convert WikiController to a REST resourceEric Davis2010-10-284-9/+9
* Refactor: use :id instead of :page when linking to Wiki PagesEric Davis2010-10-278-29/+29
* Refactor: convert WikiController#destroy to use HTTP DELETEEric Davis2010-10-262-2/+2
* Refactor: Rename WikiController#page_index to #indexEric Davis2010-10-252-1/+1
* Fixed: file upload on wiki page broken by recent refactoring (#6724).Jean-Philippe Lang2010-10-221-1/+1
* Refactor: split WikiController#edit into #updateEric Davis2010-10-221-1/+1
* Refactor: rename WikiController#index to #show, it's a single resource actionEric Davis2010-10-218-15/+15
* Refactor: change :id on WikiController to use :project_idEric Davis2010-10-204-3/+4
* Refactor: extract method from WikiController#specialEric Davis2010-10-182-1/+1
* Refactor: extract #page_index from WikiController#specialEric Davis2010-10-152-1/+1
* Refactor: extract method in WikiController#special to create a new #export me...Eric Davis2010-10-132-2/+2
* Fix links to activity pages broken with r4047. #6392Jean-Baptiste Barth2010-09-161-2/+2
* Refactor: extract ProjectsController#activity to a new Activities controller.Eric Davis2010-08-271-2/+2
* Makes the wiki sidebar editable (#5208).Jean-Philippe Lang2010-04-111-0/+4
* Replace the hardcoded "CodeRay" css class name for highlighted elements.Jean-Philippe Lang2010-03-141-1/+1
* Removes broken javascript on wiki history.Jean-Philippe Lang2010-03-101-1/+1
* Adds attachments upload on wiki edit form (#1223).Jean-Philippe Lang2010-02-281-1/+3
* Link to the user from the wiki history view.Jean-Philippe Lang2010-02-261-1/+1
* Adds a permission for exporting wiki pages.Jean-Philippe Lang2010-02-063-3/+3
* Remove edit link on wiki page diff (#4346).Jean-Philippe Lang2009-12-061-1/+0
* Hide paragraph terminator at the end of headings on html export (#4194).Jean-Philippe Lang2009-11-112-0/+10
* Fixes links to wiki atom feed (#3581).Jean-Philippe Lang2009-07-022-4/+4
* Ability to watch a wiki or a single wiki page (#413).Jean-Philippe Lang2009-05-253-0/+9
* Ask user what to do with child pages when deleting a parent wiki page (#3202).Jean-Philippe Lang2009-04-212-1/+20
* Hide 'New file' link and form for printing (#2949).Jean-Philippe Lang2009-03-121-0/+2
* Typos/fixes in views (#2654).Jean-Philippe Lang2009-02-032-2/+2
* Adds an helper to render other formats download links.Jean-Philippe Lang2009-01-293-15/+12
* Escape wiki annotate lines content (#2380).Jean-Philippe Lang2008-12-231-1/+1
* AttachmentsController now handles attachments deletion.Jean-Philippe Lang2008-12-091-1/+1
* Adds a permission 'view wiki edits' so that wiki history can be hidden to cer...Jean-Philippe Lang2008-09-131-1/+1
* Hiding the View Differences button when a wiki page's history only has one ve...Eric Davis2008-08-201-1/+1
* Fixes non-matching html tag (#1734).Jean-Philippe Lang2008-08-031-1/+1
* Wiki page hierarchy (#528). Parent page can be assigned on Rename screen.Jean-Philippe Lang2008-07-263-6/+5
* TOC rendered as an unordered list.Jean-Philippe Lang2008-07-221-0/+4
* Wiki page protection (#851, patch #1146 by Mateo Murphy with slight changes).Jean-Philippe Lang2008-05-041-2/+6
* Display wiki syntax quick ref link within the jstoolbar (closes #629, #767).Jean-Philippe Lang2008-03-051-5/+1
* Display links to Atom feeds (closes #496, #750).Jean-Philippe Lang2008-03-053-13/+22
* Adds an optional description to attachments.Jean-Philippe Lang2008-02-291-3/+7
* Replaced window.hash= by Element.scrollTo()Jean-Philippe Lang2008-02-111-2/+1
* Fixed: wrong url for wiki syntax pop-up when Redmine urls are prefixed.Jean-Philippe Lang2008-01-121-2/+2