1
0
mirror of https://github.com/lrsjng/h5ai.git synced 2025-08-22 05:22:53 +02:00

A lot of small fixes.

This commit is contained in:
Lars Jung
2011-11-01 22:33:00 +01:00
parent 8b1d6b9ef7
commit 4901034721
25 changed files with 496 additions and 267 deletions

View File

@@ -5,20 +5,33 @@
* Q&A group: <http://groups.google.com/group/h5ai>
h5ai is provided under the terms of the [MIT License](http://github.com/lrsjng/h5ai/blob/master/LICENSE.txt).
It uses the [Faenza icon set](http://tiheum.deviantart.com/art/Faenza-Icons-173323228) (GPL license).
## h5ai profits from these great projects
* [AmplifyJS](http://amplifyjs.com) (MIT/GPL)
* [Datejs](http://www.datejs.com) (MIT)
* [Faenza icon set](http://tiheum.deviantart.com/art/Faenza-Icons-173323228) (GPL)
* [HTML5 ★ Boilerplate](http://html5boilerplate.com)
* [jQuery](http://jquery.com) (MIT/GPL)
* [jQuery.mousewheel](http://github.com/brandonaaron/jquery-mousewheel) (MIT)
* [modernizr](http://www.modernizr.com) (MIT/BSD)
## Changelog
### v0.16 · *2011-11-??*
* sorts translations in `options.js`
* improves HTML head sections
* refactors JavaScript a lot
* refactors JavaScript and PHP a lot
* improves/fixes file selection for zipped download
* zipped download is disabled by default now
* fixed scrollbar and header/footer links issues (didn't work when zipped download enabled)
* fixes scrollbar and header/footer links issues (didn't work when zipped download enabled)
* adds support for ctrl-select
* `dateFormat` in `options.js` changed, now affecting JS and PHP version
* `dateFormat` is localizable by adding it to a translation in `options.js`
* PHP version is now configurable via `php/config.php` (set custom doc root and other PHP related things)
* image thumbs and zipped download is now disabled by default now
### v0.15.2 · *2011-09-18*