Opened 20 years ago
Closed 20 years ago
#1470 closed enhancement (duplicate)
using a default page for new wiki page
Reported by: | Owned by: | Jonas Borgström | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | wiki system | Version: | 0.8.1 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal 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 (1)
Change History (2)
by , 20 years ago
Attachment: | Wiki.py.diff added |
---|
comment:1 by , 20 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
This is actually a duplicate of #962.
patch to customize new page