https://bugzilla.wikimedia.org/show_bug.cgi?id=34848
--- Comment #9 from Krinkle <[email protected]> 2012-07-20 19:46:34 UTC --- You're free to submit through git review, but note that at the moment I think implementation details are still to be discussed first - or at least the implementation proposed so far should be implemented. Notes: * Asking the user sounds good (this was your idea), however the patch applied does not do that (yet). * It being a minor convenience feature, it is important that it certainly does not introduce new bugs. So I think we should either implement this by asking the user in case of ambiguity or not implement it at all. * And, again, to parse titles use mw.Title. * To bind an event for one trigger only .one() may be useful, see also http://api.jquery.com/one. At least unbind it instead of having the function execute still on every change when it is no longer needed. That removes the need of this boolean state keeper. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
