mirror of
https://github.com/oupala/apaxy.git
synced 2025-09-26 12:29:04 +02:00
Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
ea8a72d375 | ||
|
ded1ffc983 | ||
|
5668b927f6 | ||
|
b12c040727 |
@@ -1,3 +1,12 @@
|
|||||||
|
## [2.1.2](https://github.com/oupala/apaxy/compare/2.1.1...2.1.2) (2019-06-04)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* add gif extension to image gallery viewer ([5668b92](https://github.com/oupala/apaxy/commit/5668b92))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [2.1.1](https://github.com/oupala/apaxy/compare/2.1.0...2.1.1) (2019-06-03)
|
## [2.1.1](https://github.com/oupala/apaxy/compare/2.1.0...2.1.1) (2019-06-03)
|
||||||
|
|
||||||
|
|
||||||
|
@@ -252,7 +252,7 @@ fi
|
|||||||
# script
|
# script
|
||||||
|
|
||||||
# output current config
|
# output current config
|
||||||
log 3 "current config"
|
log 3 "- current config"
|
||||||
log 3 " configFile: ${configFile}"
|
log 3 " configFile: ${configFile}"
|
||||||
log 3 " apacheWebRootPath: ${apacheWebRootPath}"
|
log 3 " apacheWebRootPath: ${apacheWebRootPath}"
|
||||||
log 3 " installWebPath: ${installWebPath}"
|
log 3 " installWebPath: ${installWebPath}"
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
var imageSelector = [
|
var imageSelector = [
|
||||||
'tr:not(.parent) td.indexcolname a[href$=".png"]',
|
'tr:not(.parent) td.indexcolname a[href$=".png"]',
|
||||||
'tr:not(.parent) td.indexcolname a[href$=".jpg"]',
|
'tr:not(.parent) td.indexcolname a[href$=".jpg"]',
|
||||||
'tr:not(.parent) td.indexcolname a[href$=".jpeg"]',
|
'tr:not(.parent) td.indexcolname a[href$=".gif"]',
|
||||||
].join(', ');
|
].join(', ');
|
||||||
|
|
||||||
lightGallery(document.getElementById('indexlist'), {
|
lightGallery(document.getElementById('indexlist'), {
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "apaxy",
|
"name": "apaxy",
|
||||||
"version": "2.1.1",
|
"version": "2.1.2",
|
||||||
"description": "A simple, customisable theme for your Apache directory listing.",
|
"description": "A simple, customisable theme for your Apache directory listing.",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
Reference in New Issue
Block a user