Modify ↓
Opened 19 years ago
Closed 8 years ago
#1174 closed enhancement (wontfix)
[Patch] Remove modified wiki-default files from page history
| Reported by: | linetor | Owned by: | |
|---|---|---|---|
| Priority: | normal | Component: | SiteWikiDefaultPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.10 |
Description
In the current version, when you modify a file from trac's wiki-default directory, the plugin will leave the original copy in the page's version history.
It is confusing to have two versions in the page history for a newly created project.
This patch for api.py will cause the wiki-default pages to be deleted before the new versions are added to the wiki.
Attachments (2)
Change History (5)
Changed 19 years ago by
| Attachment: | apipypatch added |
|---|
comment:1 Changed 13 years ago by
| Summary: | Patch to remove modified wiki-default files from page history → [Patch] Remove modified wiki-default files from page history |
|---|
comment:2 Changed 11 years ago by
| Owner: | Noah Kantrowitz deleted |
|---|
comment:3 Changed 8 years ago by
| Resolution: | → wontfix |
|---|---|
| Status: | new → closed |
Note: See
TracTickets for help on using
tickets.



Patch to api.py