Project

General

Profile

RedmineWikis » History » Version 21

Mischa The Evil, 2011-09-22 17:25
Some rewording about deleting wiki page history.

1 1 Thomas Lecavelier
h1. Wikis
2
3 15 Mischa The Evil
{{>toc}}
4
5 1 Thomas Lecavelier
h2. Creating a new wiki page
6
7 12 Tom Rochette
As in every wiki, just add a link to the page you want to create.
8 1 Thomas Lecavelier
9
<pre>[[MyNewWikiPage]]</pre>
10
11 15 Mischa The Evil
Save the page and click on that link: you have created a new wiki page with "MyNewWikiPage" as its name.
12 1 Thomas Lecavelier
13 15 Mischa The Evil
h2. Creating an additional wiki side bar
14 1 Thomas Lecavelier
15 20 Mischa The Evil
The content of the wiki page named '@Sidebar@' is rendered in the wiki sidebar if it exists. Permission to protect wiki pages is required to create this page.
16 4 Barbara Post
17
h2. Creating sub-pages (parent/child relationships)
18
19 15 Mischa The Evil
It is possible to create parent/child relationships between wiki-pages. This has two benefits:
20
* On the "[[RedmineWikis#Sidebar|Index by title]]", the page tree in sorted according to the relationhips:
21 1 Thomas Lecavelier
> * Guide
22
> ** RedmineAccounts
23
> ** RedmineCustomFields
24 4 Barbara Post
> ** RedmineInstall
25
> ** RedmineIssueList
26
> ** RedmineIssues
27 15 Mischa The Evil
* On each child page a breadcrumb is displayed showing the location of the page within the page tree:
28
TODO, add image
29 4 Barbara Post
30 15 Mischa The Evil
These relations can be set by assigning a parent page to a to-be child-page. This assignment can be done via the @rename@ dialog only.
31 20 Mischa The Evil
Thus, create both the child- and parent-pages and then open the to-be child-page and click "rename", then select the name of the parent page and click "save".
32 8 Jean-Philippe Lang
33 6 Michael Koch
h2. Text formatting
34 8 Jean-Philippe Lang
35 9 Jean-Philippe Lang
See [[RedmineTextFormatting]].
36
37
h2. Protecting a wiki page
38
39
If you have the permission to protect wiki pages, you can click on !/images/locked.png! *Lock*.
40
41 20 Mischa The Evil
A locked wiki page can only be edited by users who have the permission to protect wiki pages.
42 10 Jean-Philippe Lang
It can be unlocked by those users by clicking !/images/unlock.png! *Unlock*.
43
44
h2. Wiki page history
45
46
Redmine keeps a record of every change made to a wiki page. You can view the list of these changes by clicking on !/images/history.png! *History*.
47 1 Thomas Lecavelier
48
p=. !history.png!
49
50
To view a specific version of the page click on its number.
51
52
p=. !page_version.png!
53 20 Mischa The Evil
54
What is displayed can be misleading: @Version 31/41 (diff)@ means that you are viewing version 31 out of 41, it does not mean that the diff link will show you the differences between 31 and 41. It does show you the differences between version 30 and 31. If you're looking at version 30, you'll see Version 30/41, and the diff will show you the changes in version 30.
55
56
If you want to see differences between 40 and 41, go to the revisions list and click 'View changes' (by default, it will show the diff of the last version).
57 1 Thomas Lecavelier
58 21 Mischa The Evil
You can revert a page to a previous version by clicking on !/images/cancel.png! *Rollback to this version*, then *Save*. In that case a new page version is created without losing the wiki page history.
59
60
If you instead do want to delete all history of a wiki page you have to copy the content of that page to a save place (copy/paste in edit window), delete the page and re-create it with the same name. Then re-insert the copied content.
61 15 Mischa The Evil
62
h2. Sidebar
63
64
The contextual sidebar on the right of any wiki page provides links to:
65
* *Start page*: Link to the [[RedmineProjectSettings#Wiki|configured start page]] of the wiki
66
* *Index by title*: Index of all the wiki pages sorted by name (and, if [[RedmineWikis#Creating-sub-pages-parentchild-relationships|configured]], by parent/child relationships)
67 16 Mischa The Evil
68
p=. TODO, add image
69 15 Mischa The Evil
* *Index by date*: Index of all the wiki pages sorted by date of last modification
70 16 Mischa The Evil
71
p=. TODO, add image