Hi devs,
Until recently the Document Information panel was letting the users
edit the document tags, as indicated on
http://extensions.xwiki.org/xwiki/bin/view/Extension/Tag+Application .
Sergiu removed this feature in
https://github.com/xwiki/xwiki-platform/commit/2e4b54267b9bf4048c14fdf14b6a…
. The commit message doesn't mention this and since the style sheet
extension object related to tags edit was kept (and is still present
in the current version) I though initially that this was a mistake.
After I put it back locally I discovered the feature wasn't working
well. I've made this changes
http://pastebin.com/11ewzxYz to fix some
of them but there is still one big issue: you can't remove all tags
because
https://github.com/xwiki/xwiki-platform/commit/2d2d3b2de71b6de5a078ffccec63…
which fixes
http://jira.xwiki.org/browse/XWIKI-2545 .
Do we want to keep/maintain this feature? There is at least one users
that requested it. See
http://lists.xwiki.org/pipermail/users/2012-May/022729.html .
Thanks,
Marius