On Tue, Jan 20, 2009 at 5:39 PM, Jean-Vincent Drean <[email protected]> wrote: > Hi, > > I'd like to move Tags related pages to their own app: xwiki-application-tag. > I'd also like to commit a small plugin that allows to manipulate tags easily. > It also avoid the need of programming rights on pages Tags and TagsRss. > The application and the plugin would have the same release cycle and would > be included in xwiki enterprise (like skinx or watchlist plugins/apps). > This also mean that we'll have a tag application in JIRA. > > Tag pages : > > - Main.TagCloud > - Main.Tags > - Main.TagsRss > - XWiki.TagClass > > Tag plugin API : > > public List<String> getTags(boolean distinct);
Why boolean distinct ? > public List<String> getPagesWithTag(String tag); > public boolean renameTag(String tag, String newTag); > public boolean deleteTag(String tag); > > Here's my +1. +1 for moving Tag related pages in its own application. > > JV. > _______________________________________________ > devs mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/devs > -- Thomas Mortagne _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

