On Thu, May 6, 2010 at 12:27, Thomas Mortagne <[email protected]> wrote: > Hi devs, > > I committed the new search admin UI and fixed some issuse, should work well > now. > > Some notes: > * the actual configuration is put in a document automatically created > if it does not exist so that you can upgrade the whole app without > having to worry about what you will overwrite > * it's using Configurable system but just to be "injected" as admin > app, would be nice to be able to have some reusable code when you need > custom UI but still we some standard configuration style in the middle > of it > * there is a new central search page (Main.Search) which include the > proper engine search page depending of the configuration > > Missing things are: > * an nice icon: would be cool to have someone else than me on that > * rename "web" into "database", i just moved the page yet but "web" is > not very nice and i need to change it. I'm just a bit worried about > backward compatibility, i think i will create a DatabaseSearch page > and redirect WebSearch to Search probably to make old apps use the > right default search engine instead of the old hardcoded websearch > default page > * make number of indexing element refresh automatically using ajax: > i'm working on something else right and it's not urgent but i will > take care of it (I'm not begging for it if someone want to take it ;)) > * write documentation for it in xwiki.org (especially about how to use > indexing UI), about that do we have some clean way to put > documentation tooltips or something nice to explain to the use what he > can put in the fields and how it's working ?
I used "title" property of "input" elements to add some documentation. > > Would be cool that some people review it (pretty sure there is typos I > did not seen, there is always...). > > Thanks, > -- > Thomas Mortagne > -- Thomas Mortagne _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

