[xwiki-users] Tag edit as minor change
Hi all, i made my own tag edit, which is based on ajax. Everything works perfect, but every change of tag will increment document version. (Like 1.1 to 2.1 and so on.) So how could I say to xwiki, that current edit is minor change not main? I thought about changing version by setting version as string. Something like this doc.setVersion("1.2"); but i am not quite sure if it is the proper way how to make this. Thanks.
http://tinyurl.com/6na4vs Hope this helps, Marius
Hi all, i made my own tag edit, which is based on ajax. Everything works perfect, but every change of tag will increment document version. (Like 1.1 to 2.1 and so on.) So how could I say to xwiki, that current edit is minor change not main? I thought about changing version by setting version as string. Something like this doc.setVersion("1.2"); but i am not quite sure if it is the proper way how to make this.
Thanks. _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
Hi Jan, this sounds interesting and it may solve a problem I am facing right now. Is the editor available on the net? Regards Stefan
-----Original Message----- From: Jan Kodera [mailto:[email protected]] Sent: Freitag, 8. August 2008 10:28 To: XWiki Users Subject: [xwiki-users] Tag edit as minor change
Hi all, i made my own tag edit, which is based on ajax. Everything works perfect, but every change of tag will increment document version. (Like 1.1 to 2.1 and so on.) So how could I say to xwiki, that current edit is minor change not main? I thought about changing version by setting version as string. Something like this doc.setVersion("1.2"); but i am not quite sure if it is the proper way how to make this.
Thanks. _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
Hi Stefan, not at all, but i will send you some screenshots to your mail address and if you will be still interested i will make some public release. Jan On Fri, Aug 22, 2008 at 5:26 PM, Stefan Völkel <[email protected]> wrote:
Hi Jan,
this sounds interesting and it may solve a problem I am facing right now.
Is the editor available on the net?
Regards
Stefan
-----Original Message----- From: Jan Kodera [mailto:[email protected]] Sent: Freitag, 8. August 2008 10:28 To: XWiki Users Subject: [xwiki-users] Tag edit as minor change
Hi all, i made my own tag edit, which is based on ajax. Everything works perfect, but every change of tag will increment document version. (Like 1.1 to 2.1 and so on.) So how could I say to xwiki, that current edit is minor change not main? I thought about changing version by setting version as string. Something like this doc.setVersion("1.2"); but i am not quite sure if it is the proper way how to make this.
Thanks. _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
participants (3)
-
Jan Kodera -
Marius Dumitru Florea -
Stefan Völkel