Hi James, On Aug 14, 2011, at 11:43 AM, 许凌志(Jamesxu) wrote:
> Hi, Last week I have done following things: > 1.Implemented the relative references for link generation > 2. implemented the default suggestions for sub-trigger "attach:", "." and > "@" > The default suggestion for trigger "attach:" is the attachments that > belongs to recently modified pages. > The default suggestion for trigger "." has two different situations: > 1). when "." is after "attach:" the default suggestion is the > attachments that belongs to recently modifed pages under the specific space > 2). when "." is not after "attach:" the default suggestion is the wiki > pages under specific space. > The default suggestion for trigger "@" is the attachments that belongs > to the specific wikipage. > 3. Re-design the interface of the suggestion box according to Marius' > suggestions, and it attracts some advantages from the suggestion box of > confluence wiki. > > Till now the Major functions for link suggestion of wiki editor has been > done, here is the video of the link suggestion for wiki editor. > Please see the demo video: http://www.youtube.com/watch?v=2_be-3oqgzE > In next week, I will do the following things; > 1. Design the image suggestion functions and discuss with mentors. > 2. Test the link suggestion functions in IE, chrome, to consider the > compatibility of the functions. > 3. Refine the functions accroding to the review of mentors. Sounds cool. Some questions: - What's the status of the integration of your code into the platform? Is it ready to be integrated? - Is it clean code or do you need to clean things up? - Do you have automated tests for it to prove that it works and that it'll continue to work in the future? Basically I think you should start to focus on the integration part/clean up/stabilization/testing part since the end of summer is approaching fast :) Is there a way to test what you have written so far? (it's ok if I have to build it). Thanks -Vincent > -- > Best wishes, > > 许凌志(Jame Xu) _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

