Re: [Wikitech-l] Wikitech-l Digest, Vol 142, Issue 9

2015-05-08 Thread Pine W
I've never seen that before. Pinging Wikitech list admin AKlapper. Pine On Wed, May 6, 2015 at 6:00 AM, Mr. Donald J. Fortier II < technical...@yahoo.com> wrote: > Why are empty digests being mailed and how do I make it so I only get one > a day and only if not empty? > > Sent from Yahoo Mail o

Re: [Wikitech-l] jQuery UI, opensearch API, categories and autocompletion -- oh my!

2015-05-08 Thread florian.schmidt.wel...@t-online.de
> or use mw.Title to do it for you. That how i did it in the categories search in MobileFrontend, it's (in my opinion) the easiest solution: https://github.com/wikimedia/mediawiki-extensions-MobileFrontend/blob/master/resources/mobile.categories.overlays/CategoryLookupInputWidget.js#L54-L59 Best

Re: [Wikitech-l] jQuery UI, opensearch API, categories and autocompletion -- oh my!

2015-05-08 Thread Jean-Frédéric
> > > >> > I'm trying to build an autocompletion thingy that suggests categories > >> based on user input using the opensearch API [1]. > I also did something similar for our wm-metrics [1], ended up with some jqueryUI + cutting the prefix with a callback method [2] (I am JS-0.5 ;-) [1] http://to