Feature #2042
Category-Index "ohne" Category-Begriff, wegen alphabetischer Auflistung
Description
Beispiel das Wort "Telefon".
Ich möchte das Wort "Telefon" innerhalb des Wikis mehrfach verwenden, so bleibt ja nur die Möglichkeit, dieses in mehrere Kategorien aufzunehmen.
PRODUKTE:Telefon
HILFE:Telefon
Wenn ich jetzt aber für "Produkte" einen Category-Index anzeigen lasse, sieht der wie folgt aus:
P
PRODUKTE:ANALOG
PRODUKTE:ISDN
PRODUKTE:Telefon
Es währe schön, wenn in einem Category-Index der Category-Betriff selbst nicht mit aufgeführt, wird, damit die Begriffe wieder schön im Alphabet aufgelistet werden.
Torsten.E
Related issues
Updated by Denis Royer about 12 years ago
- Assignee set to Denis Royer
- Priority changed from Should have to Must have
Updated by Denis Royer almost 12 years ago
- Due date set to 2009-03-06
- Status changed from New to Accepted
- Target version set to dr_wiki 1.x
- % Done changed from 30 to 90
- Estimated time set to 5.00 h
Hi,
In Revision r17349 I added support for MediaWiki like handling of pages being in the "Category:" namespace. These wiki links (e.g. "Catgory:SomePage") are now automatically removed from the wiki body and added to an array, which will be later re-added to the page.
This way it is possible to have all the category links in a footer - same way as for MediaWiki.
Please note: The template of the extension needs to be altered as well in order to get it up and running, as the new marker ###CATEGORY### was added.
ToDo:- Check if this is working now
- Enhance the template handling
Updated by Denis Royer almost 12 years ago
- Status changed from Accepted to Needs Feedback
Hi,
I did some research on the category handling. Wikipedia has the concept of sub-categories (categories of categories). An example can be found here: http://en.wikipedia.org/wiki/Category:Applied_mathematics.
To me, using the sub-category thing looks more promissing - especially wrt Issue #2737 and Issue #2733.
Best Denis
Updated by Denis Royer almost 12 years ago
- Status changed from Needs Feedback to Closed
sorting is fixed in Keyword Index (Revision r17450) - see also Issue #2752. Next step: transfer code to Category Index to fix this issue
Updated by Denis Royer almost 12 years ago
- % Done changed from 90 to 100
Fixed - see Revision r17451