Make image pagination not require a page load.
authorballoonguy <balloonguy123@gmail.com>
Thu, 2 May 2013 17:41:40 +0000 (13:41 -0400)
committerMatmaRex <matma.rex@gmail.com>
Sat, 22 Jun 2013 13:19:35 +0000 (15:19 +0200)
commit427b0e1bf98df84d9dd0197120a067609d5918c9
treeaa189d529ded6fe1eb37e3456a5ff1167160c953
parent1a8a5c2289827c32efd0d4ac8393e18ee7433030
Make image pagination not require a page load.

Progressively enhance multi-page image navigation so that the paginated
part is changed without requiring a full page load. Currently, the url
is not updated to reflect the current page after navigation occurs, but
if desired, this functionality could be added using history.pushState.

Bug: 40207
Change-Id: Icd1cde7c62c4d462f5b697b9f49f5c08f6e7482b
includes/ImagePage.php [changed mode: 0644->0755]
resources/Resources.php [changed mode: 0644->0755]
resources/mediawiki.page/mediawiki.page.image.pagination.js [new file with mode: 0644]