1
0
mirror of https://github.com/lrsjng/h5ai.git synced 2025-09-01 09:53:28 +02:00

Begin to move all src javascript to es6. Add search/filter ignore case option.

This commit is contained in:
Lars Jung
2016-06-02 23:16:23 +02:00
parent f37e8e7b89
commit 7ec2bdf16a
58 changed files with 3546 additions and 3420 deletions

View File

@@ -1,5 +1,6 @@
# Changelog
* add options to filter/search ignore case
* replace PHP `getenv` calls with `$_SERVER` lookups
* adds `view.fallbackMode` option to generally serve only fallback mode
* serves fallback mode for text browsers (`curl`, `links`, `lynx`, `w3m`)
@@ -15,7 +16,7 @@
* updates `jQuery` to 2.2.4
* updates `jquery-qrcode` to 0.14.0
* updates `lodash` to 4.13.1 (removes `contains`)
* updates `modulejs` to 1.14.0
* removes `modulejs`
## v0.28.0 - *2015-12-19*