[16:06:49] is there any other action besides type: 'encapsulate' in the new toolbar? [16:59:02] you can also trigger a dialog, or an arbitrary function [17:00:31] liangent: see http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/UsabilityInitiative/js/plugins/jquery.wikiEditor.toolbar.js?view=markup line 246 [17:00:46] oh, there's also replace [17:01:59] TrevorParscal: thanks, but any docs? [17:02:11] not really yet [17:04:34] essentially, this software was developed under very tight time constraints, so things like unit-testing are minimal and documentation is scarce [17:04:34] w [17:04:54] we are working on changing around some of our engineering practices to be better about that sort of thing [17:05:56] TrevorParscal: are we having the meeting today? [17:06:34] TrevorParscal: so will that part be stable now? [17:06:39] it's on my calendar, but other that you and I, I don't think anyone else is around.... [17:06:46] I mean, will the interface be changed later? [17:06:58] liangent: that part is stable [17:07:35] we have yet to need to break the configuration structure [17:08:44] but doAction will not be touched? [17:11:12] the function will probably be modified, but the contract shouldn't be broken [17:12:14] ok. thanks [17:21:30] TrevorParscal: are you going to wikimania? [17:21:36] yes [17:21:39] leaving tomorrow [17:22:07] cool [17:24:26] TrevorParscal: do you know what that search extension is on en.wikipedia.org that allows for all the special cases? [17:25:01] i'm working on some bugs relating to emboldening, and all seem to be special case related [17:25:02] lucene [17:25:11] oh...what's it use locally? [17:26:17] lucene is a search engine written in java that we use for our production sites [17:26:44] a vanilla mediawiki install is using a MySQL powered search feature as a fallback