* Fixed CR r48837. Although using ids[]=x in the query string is wrong and broken...
authorTim Starling <tstarling@users.mediawiki.org>
Wed, 2 Sep 2009 01:59:36 +0000 (01:59 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Wed, 2 Sep 2009 01:59:36 +0000 (01:59 +0000)
commit281cbfb883703dd38774831bd23f3a7df3d59ae5
tree8cd4a14b64acf4d232eddd88801eed43bc528208
parent2857c99dc89da9d567e5eeb2cedd0aa72fba769c
* Fixed CR r48837. Although using ids[]=x in the query string is wrong and broken, ids[x]=1 works just fine and is a convenient interface.
* Fixed CR r49408: removed JS dependency for multiple revision delete/undelete. Using <button type=submit> we can submit the parameter "action=revisiondelete". The custom action is then distributed to Special:Revisiondelete, which can understand this kind of entry point with only minor changes.
* Also used <button type=submit> to avoid submitting the htmldiff button caption back to the server
* Show the same buttons at the top and bottom of the history page, refactored duplicated code
includes/Article.php
includes/HistoryPage.php
includes/Wiki.php
includes/specials/SpecialRevisiondelete.php
skins/common/history.js