]> git.ipfire.org Git - thirdparty/patchwork.git/commit
htdocs: Update package versions
authorStephen Finucane <stephen@that.guru>
Sun, 9 Sep 2018 01:37:46 +0000 (19:37 -0600)
committerStephen Finucane <stephen@that.guru>
Tue, 10 May 2022 18:09:50 +0000 (19:09 +0100)
commita741c957078b55c9b990aa75760d02786669d691
treeebf9749bbe5fbbea618b41b8f29927e1f64224ea
parent43d042b3569821b2eb6b2544fe26cdc56d0ddc1d
htdocs: Update package versions

  checkboxes.js            1.0.6   1.2.2
  clipboard.js             1.7.1   1.7.1
  jquery                  1.10.1   3.6.0
  selectize               0.11.2  0.13.5
  sticky-table-headers     ?.?.?  0.1.24
  tablednd                 0.4.0   1.0.5

Amazingly, the only functional change required here is to add an
additional piece of code to re-enable shift-select [1]. This is
otherwise a straight swap.

[1] https://rmariuzzo.github.io/checkboxes.js/#range-selection-of-checkboxes

Signed-off-by: Stephen Finucane <stephen@that.guru>
13 files changed:
htdocs/README.rst
htdocs/css/selectize.bootstrap3.css
htdocs/js/jquery-1.10.1.min.js [deleted file]
htdocs/js/jquery-3.6.0.min.js [new file with mode: 0644]
htdocs/js/jquery.checkboxes-1.0.6.min.js [deleted file]
htdocs/js/jquery.checkboxes-1.2.2.min.js [new file with mode: 0644]
htdocs/js/jquery.stickytableheaders.min.js
htdocs/js/jquery.tablednd.js [deleted file]
htdocs/js/jquery.tablednd.min.js [new file with mode: 0644]
htdocs/js/selectize.min.js
patchwork/templates/patchwork/bundle.html
patchwork/templates/patchwork/partials/patch-list.html
templates/base.html