Jean-Vincent Drean 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);
> public List<String> getPagesWithTag(String tag);
> public boolean renameTag(String tag, String newTag);

Will come handy :)

> public boolean deleteTag(String tag);
>
> Here's my +1.

+1

Jerome

>
> JV.
> _______________________________________________
> devs mailing list
> [email protected]
> http://lists.xwiki.org/mailman/listinfo/devs

_______________________________________________
devs mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/devs

Reply via email to