]> git.immae.eu Git - github/shaarli/Shaarli.git/commit
Add a page to update all thumbnails through AJAX requests in both templates
authorArthurHoaro <arthur@hoa.ro>
Fri, 8 Jun 2018 10:50:49 +0000 (12:50 +0200)
committerArthurHoaro <arthur@hoa.ro>
Thu, 5 Jul 2018 18:34:22 +0000 (20:34 +0200)
commit28f26524609338316cc6e51c743058e6e8c7b12b
treee03f1e5dde3779a47a682cf1461151fbd687e4bb
parent787faa42f3a2bcbf83a7853f23f3667a6febf9da
Add a page to update all thumbnails through AJAX requests in both templates
17 files changed:
application/PageBuilder.php
application/Router.php
application/Updater.php
application/config/ConfigManager.php
assets/common/js/thumbnails-update.js [new file with mode: 0644]
assets/default/scss/shaarli.scss
assets/vintage/css/shaarli.css
composer.lock
index.php
tests/Updater/UpdaterTest.php
tests/utils/config/configJson.json.php
tpl/default/configure.html
tpl/default/page.header.html
tpl/default/thumbnails.html [new file with mode: 0644]
tpl/vintage/configure.html
tpl/vintage/thumbnails.html [new file with mode: 0644]
webpack.config.js