Added an extension, called EditSectionHiliteLink, that highlights the appropriate...
authorArash Boostani <aboostani@users.mediawiki.org>
Tue, 5 May 2009 22:49:45 +0000 (22:49 +0000)
committerArash Boostani <aboostani@users.mediawiki.org>
Tue, 5 May 2009 22:49:45 +0000 (22:49 +0000)
commitf81f4c1fa61775bcbd409c8c4b3a0911904906c2
tree67c15488c705e93fd7a0bde51dcf5895fc25f45b
parent2618f80c21e50112d0b91a41a44b3add952119c2
Added an extension, called EditSectionHiliteLink, that highlights the appropriate section when the user mouses over the section edit links. Also, modified the Parser to enclose each section in a div if $wgSectionContainers is set.
extensions/EditSectionHiliteLink/EditSectionHiliteLink.css [new file with mode: 0644]
extensions/EditSectionHiliteLink/EditSectionHiliteLink.hooks.php [new file with mode: 0644]
extensions/EditSectionHiliteLink/EditSectionHiliteLink.js [new file with mode: 0644]
extensions/EditSectionHiliteLink/EditSectionHiliteLink.php [new file with mode: 0644]
includes/parser/Parser.php