Modify ↓
      
Opened 20 years ago
Closed 19 years ago
#2179 closed enhancement (duplicate)
Make the default text of new wiki pages configurable
| Reported by: | Owned by: | Christian Boos | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | wiki system | Version: | 0.9b2 | 
| Severity: | trivial | Keywords: | default, preferences, settings, wiki | 
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal 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 (1)
Change History (5)
comment:1 by , 20 years ago
| Type: | defect → enhancement | 
|---|
comment:2 by , 20 years ago
by , 20 years ago
| 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 by , 20 years ago
| Owner: | changed from to | 
|---|
comment:4 by , 19 years ago
| Resolution: | → duplicate | 
|---|---|
| Status: | new → 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.