Modify ↓
Ticket #2179 (closed enhancement: duplicate)
Opened 7 years ago
Last modified 6 years ago
Make the default text of new wiki pages configurable
| Reported by: | spamfaenger@… | Owned by: | cboos |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | wiki system | Version: | 0.9b2 |
| Severity: | trivial | Keywords: | default, preferences, settings, wiki |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
Hi there,
I'd really love it if the default text for new wiki-pages where user configurable somewhere. I for example use it to have a "template chooser" macro in every new wikipage, which is quite usefull.
cu Martin
Attachments
Change History
comment:1 Changed 7 years ago by anonymous
- Type changed from defect to enhancement
comment:2 Changed 7 years ago by spamfaenger@…
Changed 7 years ago by spamfaenger@…
- Attachment configure_default_text.patch added
This adds a new prefs key "additional_default_text_for_empty_pages" in the "wiki" department, which allows to add text to the default
comment:3 Changed 6 years ago by cboos
- Owner changed from jonas to cboos
comment:4 Changed 6 years ago by anonymous
- Resolution set to duplicate
- Status changed from new to closed
This ticket is a duplicate of #962.
Note: See
TracTickets for help on using
tickets.



Well, I wrote a patch for web_ui.py (in trac.wiki) to accomplish this. Hope you like it.