(bug 22209, bug 22574) Make indent, bullet list and numbered list buttons in the...
authorRoan Kattouw <catrope@users.mediawiki.org>
Thu, 21 Apr 2011 13:42:39 +0000 (13:42 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Thu, 21 Apr 2011 13:42:39 +0000 (13:42 +0000)
commit19edd6b0e4738aecd6478b9920346154a358adb9
tree3799e51abc84c213de36af2e475705cb4535b97f
parentb823a455b14ff2b9017454ce4b1d90119d410918
(bug 22209, bug 22574) Make indent, bullet list and numbered list buttons in the WikiEditor toolbar act on each line individually

* Reintroduce support for the splitlines argument in encapsulateSelection(). Was implemented by Adam Miller in r61493 but got lost somehow
* Add 'splitlines': true for the bullet list and numbered list buttons. The indent button already had it, so that part of r61493 did survive
* Copy options.pre and options.post to local pre and post variables instead of using (and modifying!) them directly all over the place
resources/jquery/jquery.textSelection.js