Ticket #1470 (closed enhancement: duplicate)
Opened 7 years ago
Last modified 7 years ago
using a default page for new wiki page
| Reported by: | sn00py.2@… | Owned by: | jonas |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | wiki system | Version: | 0.8.1 |
| Severity: | normal | Keywords: | |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
Hi,
I need to customize the wiki text displayed by trac when someone create a new page in order to force him to use a skeleton for his page. (for example, I'm using a macro who display a menu like in TracGuide)
I've made a small patch to Wiki.py who allow to create a page named 'defaultPage' displayed when someone create a new page. This page is displayed only if user have write permission, maybe an other one could be used to display a 'not found' error.
Look attachment for the diff.
Attachments
Change History
Changed 7 years ago by sn00py.2@…
- Attachment Wiki.py.diff added
comment:1 Changed 7 years ago by cmlenz
- Resolution set to duplicate
- Status changed from new to closed
This is actually a duplicate of #962.



patch to customize new page