atom feed8 messages in org.xwiki.devsRe: [xwiki-devs] [Proposal] Extend th...
FromSent OnAttachments
Florin CiubotaruJun 12, 2009 4:28 am 
Sergiu DumitriuJun 12, 2009 5:29 am 
Marius Dumitru FloreaJun 12, 2009 5:36 am 
Anca Paula LucaJun 12, 2009 5:38 am 
Vincent MassolJun 12, 2009 5:41 am 
Florin CiubotaruJun 12, 2009 5:53 am 
Fabio MancinelliJun 16, 2009 5:41 am 
Venkatesh NandakumarJun 28, 2009 7:01 am 
Subject:Re: [xwiki-devs] [Proposal] Extend the XML-RPC API
From:Venkatesh Nandakumar (venk@gmail.com)
Date:Jun 28, 2009 7:01:07 am
List:org.xwiki.devs

Hi all,

I would also like to have a -moveAttachment() according to http://confluence.atlassian.com/display/DOC/Remote+API+Specification#RemoteAPISpecification-Attachmentsnewinversion2.0which uses copyAttachment() and removeAttachment() internally.

Other xmlrpc functions, (non-confluence specified), that should be there are:- -copyAttachment() -copyPage() -movePage() [current renamePage() being used by XEclipse is not good]

2009/6/16 Fabio Mancinelli <fabi@xwiki.com>

1) Getting collections (i.e., pages/spaces/objects/attachments/etc) using start and offset parameters. This is needed for pagination and incremental retrieval of huge amount of data (e.g., a wiki with thousands of spaces and pages)

The 2nd patch in xwiki-1559 does this, albeit only for pages, enough to rectify xeclipse-106. And it uses native SQL, and not parametrized query, as told to me by sergiu.

I will create the xmlrpc functions that I said above and will notify Florin.

The functions would be used for Drag and Drop Functionalities for XEclipse navigator. http://gsoc.myxwiki.org/xwiki/bin/view/XEclipse/DragDrop

Current status of the gsoc project:- http://gsoc.myxwiki.org/xwiki/bin/view/XEclipse/

Please let me know.