#6235 closed enhancement (fixed)
trac: possibility to mark englisch wiki pages as outdated/incomplete
| Reported by: | skyper | Owned by: | stoecker |
|---|---|---|---|
| Priority: | major | Component: | Trac |
| Version: | Keywords: | mark page incomplete outdated | |
| Cc: |
Description (last modified by skyper)
Hi
I think it would be usefule to mark englisch wiki pages as outdated/incomplete as a note for other users and to find them more easyly. Something like the version system but with more categories:
- page outdated
- page incomplete (important information missing)
- picture outdated
I often stumble upon some issue, but I normally forget about it, if I have no time to fix it right away.
Thanks skyper
Attachments (0)
Change History (9)
comment:1 Changed 2 years ago by skyper
- Description modified (diff)
comment:2 Changed 2 years ago by skyper
- Type changed from defect to enhancement
comment:3 follow-up: ↓ 6 Changed 2 years ago by stoecker
comment:4 follow-up: ↓ 5 Changed 2 years ago by stoecker
P.S. Should work for non-english pages as well.
comment:5 in reply to: ↑ 4 Changed 2 years ago by skyper
- Resolution set to fixed
- Status changed from new to closed
Replying to stoecker:
P.S. Should work for non-english pages as well.
That will do it so far. Thanks a lot.
Do not have much time right now - close the ticket for now with the option to reopen it.
comment:6 in reply to: ↑ 3 Changed 2 years ago by skyper
- Resolution fixed deleted
- Status changed from closed to reopened
Replying to stoecker:
I added a parameter "outdated=..." to TranslatedPages, which you can add. It results in printing the text as well as marking the page yellow in the overview.
I used:
[[TranslatedPages(outdated=incomplete)]]
but it does not work.
Could you please add the option on the wiki-page Translations.
Thanks.
comment:7 Changed 2 years ago by stoecker
- Resolution set to fixed
- Status changed from reopened to closed
Was a bug.
comment:8 Changed 2 years ago by skyper
Hi Dirk
I have some more, little problems with this macro. (translatedPage)
- outdated: "," is interpreted as seperator. Is there any escape sequence for plan text ?
- showproblem + lang do not work together.
comment:9 Changed 2 years ago by stoecker
Use backslash for escaping.
Currently there is no need for a lang parameter for showproblems (the internal texts aren't localizable at all ATM).



I added a parameter "outdated=..." to TranslatedPages, which you can add. It results in printing the text as well as marking the page yellow in the overview.