summaryrefslogtreecommitdiffstats
path: root/app/views/wiki
Commit message (Expand)AuthorAgeFilesLines
* 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
* Slight improvements to the browser views.Jean-Philippe Lang2008-01-022-2/+2
* New setting added to specify how many objects should be displayed on most pag...Jean-Philippe Lang2007-12-291-2/+1
* Fixed 'export to' links positioning on wiki page.Jean-Philippe Lang2007-12-221-6/+7
* Added wiki annotate view. It's accessible for each version from the page hist...Jean-Philippe Lang2007-12-202-0/+34
* Restored wiki syntax quick ref pop-up (accessible from wiki/edit).Jean-Philippe Lang2007-12-041-2/+2
* Added wiki macros support. 2 builtin macros are defined: hello_world (sample ...Jean-Philippe Lang2007-11-123-3/+3
* Added preview on add/edit issue form.Jean-Philippe Lang2007-10-061-3/+0
* Sligth changes on my page issue tables and wiki history, changesets tables.Jean-Philippe Lang2007-10-051-3/+3
* Added some accesskeys:Jean-Philippe Lang2007-10-052-3/+3
* Sligth changes to wiki views.Jean-Philippe Lang2007-09-295-12/+4
* Added wiki index by date.Jean-Philippe Lang2007-09-273-10/+44
* Application layout refactored.Jean-Philippe Lang2007-09-222-1/+8
* Added the ability to rename wiki pages (specific permission required).Jean-Philippe Lang2007-09-092-2/+14
* Removed @html_title assignments in controllers.Jean-Philippe Lang2007-09-072-0/+4
* Improved Redmine links:Jean-Philippe Lang2007-09-071-3/+1
* Automatically scroll down to the preview when previewing wiki page.Jean-Philippe Lang2007-09-061-1/+3
* Added code highlighting support in wiki, using this syntax:Jean-Philippe Lang2007-09-062-0/+8
* Merged 0.6 branch into trunk.Jean-Philippe Lang2007-08-291-2/+2
* Fixed: wiki preview doesn't work on long entries.Jean-Philippe Lang2007-08-251-17/+3
* Added wiki diff.Jean-Philippe Lang2007-07-143-6/+33
* Added pagination on wiki page history.Jean-Philippe Lang2007-06-231-1/+4