Hi Jun, Nice work!
The only thing to note is that the rename page functionality is a bit misleading (being combined with copy and all of that). I noticed that you wanted to reuse things, but maybe you should have made 2 separate actions (copy and move/rename) to make things less complicated for the user. Internally, you can reuse the dialog and pass the type as parameter :) Thanks, Eduard On Tue, Aug 23, 2011 at 10:37 PM, Jun Han <[email protected]> wrote: > Dear all, > > I added a screencast for my recent work. > The demo link is http://youtu.be/IAfAcrcx-z0 > > One part I forgot to mention is > XEclipse also can search for pages based on the title and open the > selected one. It also support the search for the translation pages if it > is stored in local cache. > > Best regards > Jun Han > > > On 08/23/2011 12:59 AM, Jun Han wrote: > > Dear all, > > > > My recent work includes the following: > > 1. fixed XWIKI-6790, which adds copyFrom and moveFrom support for > > putPage method in RESTful API. > > 1.1 server side code is added in xwiki-platform, > > > xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/main/java/org/xwiki/rest/resources/pages/PageResource.java > > 1.2 test cases are provided in xwiki-enterprise, > > > xwiki-enterprise-test/xwiki-enterprise-test-rest/src/test/it/org/xwiki/test/rest/PageResourceTest.java > > Pull requests have been initiated for two repos, respectively. > > > > 2. implement page rename function via the newly implemented RESTful > > API in XEclipse > > > > 3. improvements: > > 3.1 add cancel and background running button > > 3.2 page conflict handling can show multiple conflicts for various > > sections as long as the sections are separated by one or more blank > lines. > > 3.3 the current object conflicts handling only overrides the > > values in the remote server with current local values and users cannot > > select which object properties to synchronize. > > > > The current RESTification development almost covers the functions in > > XEclipse via xmlrpc. A code review will be of great help for me to > > clean the my code base so that it can be integrated to the main > > repository. > > > > Best regards > > Jun Han > > > > On 08/16/2011 05:53 AM, Fabio Mancinelli wrote: > >> Hi Jun, > >> > >> great work indeed. > >> I am (partially) back from holidays and Eduard just started his. > >> > >> I will review it though Eduard did already a great job (thanks Edy) > >> > >> You can ping me whenever you want for the final phase of the GSoC. > >> > >> Thanks, > >> Fabio > >> > >> On Sat, Aug 13, 2011 at 3:00 AM, Jun Han<[email protected]> wrote: > >>> Dear Vincent, Sergiu and Eduard, > >>> > >>> Before the end of GSOC program, I will focus on rest part, including > >>> coding + polishing+ documentation. > >>> > >>> After that, I can take a look at adding xwiki syntax 2.0 support. > >>> It would be great that some general guidelines can be given regarding > >>> how to achieve this goal. > >>> > >>> However, the overall development progress might be slow, as the fall > >>> semester has already begun in our university, I will be busy with > thesis > >>> and course work. > >>> > >>> Best regards > >>> Jun Han > >>> > >>> On 8/12/2011 5:22 PM, Eduard Moraru wrote: > >>>> Hi Jun, > >>>> > >>>> On Thu, Aug 11, 2011 at 9:03 PM, Sergiu Dumitriu<[email protected]> > wrote: > >>>> > >>>>> On 08/11/2011 11:12 AM, Jun Han wrote: > >>>>>> Hi, Eduard, > >>>>>> > >>>>>> Except for the "page rename" function, I do not have other pending > >>>>> issues. > >>>>>> At current stage, more of the methods in the adapater class for > xmlrpc > >>>>>> backend are left un-implemented. Do I need to make them work as > well? > >>>>> IMO, it's not required for completing the GSoC project, but it would > be > >>>>> nice if you have some spare time. > >>>>> > >>>> Same opinion as Sergiu. Your main priority is REST + > polish&documentation. > >>>> > >>>> Thanks, > >>>> Eduard > >>>> > >>>> > >>>>>> I will clean and polish the code eventually as well as adding more > tests > >>>>>> in the remainder of the GSOC. > >>>>> -- > >>>>> Sergiu Dumitriu > >>>>> http://purl.org/net/sergiu/ > >>>>> _______________________________________________ > >>>>> devs mailing list > >>>>> [email protected] > >>>>> http://lists.xwiki.org/mailman/listinfo/devs > >>>>> > >>>> _______________________________________________ > >>>> devs mailing list > >>>> [email protected] > >>>> http://lists.xwiki.org/mailman/listinfo/devs > >>> _______________________________________________ > >>> devs mailing list > >>> [email protected] > >>> http://lists.xwiki.org/mailman/listinfo/devs > >>> > >> _______________________________________________ > >> devs mailing list > >> [email protected] > >> http://lists.xwiki.org/mailman/listinfo/devs > > > > _______________________________________________ > devs mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/devs > _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

