Prepares for 0.18.
This commit is contained in:
parent
3baab50953
commit
47b6260186
5 changed files with 44 additions and 69 deletions
32
.gitignore
vendored
32
.gitignore
vendored
|
@ -4,10 +4,8 @@ build
|
||||||
build.local.*
|
build.local.*
|
||||||
release
|
release
|
||||||
|
|
||||||
|
# Sublime
|
||||||
# Eclipse
|
*.sublime-*
|
||||||
.classpath
|
|
||||||
.ant-targets-*
|
|
||||||
|
|
||||||
# Numerous always-ignore extensions
|
# Numerous always-ignore extensions
|
||||||
*.diff
|
*.diff
|
||||||
|
@ -20,29 +18,3 @@ release
|
||||||
*.vi
|
*.vi
|
||||||
*~
|
*~
|
||||||
*.sass-cache
|
*.sass-cache
|
||||||
|
|
||||||
# OS or Editor folders
|
|
||||||
.DS_Store
|
|
||||||
.cache
|
|
||||||
.project
|
|
||||||
.settings
|
|
||||||
.tmproj
|
|
||||||
nbproject
|
|
||||||
Thumbs.db
|
|
||||||
|
|
||||||
# Dreamweaver added files
|
|
||||||
_notes
|
|
||||||
dwsync.xml
|
|
||||||
|
|
||||||
# Komodo
|
|
||||||
*.komodoproject
|
|
||||||
.komodotools
|
|
||||||
|
|
||||||
# Folders to ignore
|
|
||||||
.hg
|
|
||||||
.svn
|
|
||||||
.CVS
|
|
||||||
intermediate
|
|
||||||
publish
|
|
||||||
.idea
|
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
Copyright (c) 2011 Lars Jung, http://larsjung.de
|
Copyright (c) 2012 Lars Jung, http://larsjung.de
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||||
this software and associated documentation files (the "Software"), to deal in
|
this software and associated documentation files (the "Software"), to deal in
|
||||||
|
|
74
README.md
74
README.md
|
@ -27,7 +27,13 @@ h5ai is provided under the terms of the [MIT License](http://github.com/lrsjng/h
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### v0.17 · *2011-11-28*
|
|
||||||
|
### v0.18 - *2012-02-??*
|
||||||
|
|
||||||
|
* updates year in `LICENSE.TXT`
|
||||||
|
|
||||||
|
|
||||||
|
### v0.17 - *2011-11-28*
|
||||||
|
|
||||||
* h5ai is now located in `_h5ai` to reduce collisions
|
* h5ai is now located in `_h5ai` to reduce collisions
|
||||||
* switches from HTML5 Boilerplate reset to normalization
|
* switches from HTML5 Boilerplate reset to normalization
|
||||||
|
@ -43,7 +49,7 @@ h5ai is provided under the terms of the [MIT License](http://github.com/lrsjng/h
|
||||||
* adds support for use with userdir (requires some manual changes)
|
* adds support for use with userdir (requires some manual changes)
|
||||||
|
|
||||||
|
|
||||||
### v0.16 · *2011-11-02*
|
### v0.16 - *2011-11-02*
|
||||||
|
|
||||||
* sorts translations in `options.js`
|
* sorts translations in `options.js`
|
||||||
* improves HTML head sections
|
* improves HTML head sections
|
||||||
|
@ -57,25 +63,25 @@ h5ai is provided under the terms of the [MIT License](http://github.com/lrsjng/h
|
||||||
* image thumbs and zipped download is disabled by default now, but works fine if PHP is configured
|
* image thumbs and zipped download is disabled by default now, but works fine if PHP is configured
|
||||||
|
|
||||||
|
|
||||||
### v0.15.2 · *2011-09-18*
|
### v0.15.2 - *2011-09-18*
|
||||||
|
|
||||||
* added it translation by [Salvo Gentile](http://github.com/SalvoGentile) and [Marco Patriarca](http://github.com/Fexys)
|
* added it translation by [Salvo Gentile](http://github.com/SalvoGentile) and [Marco Patriarca](http://github.com/Fexys)
|
||||||
* switched build process from scripp to wepp
|
* switched build process from scripp to wepp
|
||||||
|
|
||||||
|
|
||||||
### v0.15.1 · *2011-09-06*
|
### v0.15.1 - *2011-09-06*
|
||||||
|
|
||||||
* fixed security issues with the zipped download feature
|
* fixed security issues with the zipped download feature
|
||||||
* made zipped download optional (but enabled by default)
|
* made zipped download optional (but enabled by default)
|
||||||
|
|
||||||
|
|
||||||
### v0.15 · *2011-09-04*
|
### v0.15 - *2011-09-04*
|
||||||
|
|
||||||
* added zipped download for selected files
|
* added zipped download for selected files
|
||||||
* cleaned and refactored
|
* cleaned and refactored
|
||||||
|
|
||||||
|
|
||||||
### v0.14.1 · *2011-09-01*
|
### v0.14.1 - *2011-09-01*
|
||||||
|
|
||||||
* display meta information in bottom bar (icon view)
|
* display meta information in bottom bar (icon view)
|
||||||
* added zh-cn translation by [Dongsheng Cai](http://github.com/dongsheng)
|
* added zh-cn translation by [Dongsheng Cai](http://github.com/dongsheng)
|
||||||
|
@ -83,18 +89,18 @@ h5ai is provided under the terms of the [MIT License](http://github.com/lrsjng/h
|
||||||
* added ru translation by Богдан Илюхин
|
* added ru translation by Богдан Илюхин
|
||||||
|
|
||||||
|
|
||||||
### v0.14 · *2011-08-16*
|
### v0.14 - *2011-08-16*
|
||||||
|
|
||||||
* added image thumbnails for PHP version
|
* added image thumbnails for PHP version
|
||||||
* new option `slideTree` to turn off auto slide in
|
* new option `slideTree` to turn off auto slide in
|
||||||
|
|
||||||
|
|
||||||
### v0.13.2 · *2011-08-12*
|
### v0.13.2 - *2011-08-12*
|
||||||
|
|
||||||
* changes in `/h5ai/.htaccess` ... PHP configuration ...
|
* changes in `/h5ai/.htaccess` ... PHP configuration ...
|
||||||
|
|
||||||
|
|
||||||
### v0.13.1 · *2011-08-12*
|
### v0.13.1 - *2011-08-12*
|
||||||
|
|
||||||
* ~~hopefully fixed that PHP doesn't get interpreted~~ :/
|
* ~~hopefully fixed that PHP doesn't get interpreted~~ :/
|
||||||
* fixed initial tree display
|
* fixed initial tree display
|
||||||
|
@ -103,7 +109,7 @@ h5ai is provided under the terms of the [MIT License](http://github.com/lrsjng/h
|
||||||
* added lv translation by Sandis Veinbergs
|
* added lv translation by Sandis Veinbergs
|
||||||
|
|
||||||
|
|
||||||
### v0.13 · *2011-08-06*
|
### v0.13 - *2011-08-06*
|
||||||
|
|
||||||
* added PHP implementation! (should work with PHP 5.2+)
|
* added PHP implementation! (should work with PHP 5.2+)
|
||||||
* added new options
|
* added new options
|
||||||
|
@ -117,42 +123,42 @@ h5ai is provided under the terms of the [MIT License](http://github.com/lrsjng/h
|
||||||
* added bg translation by George Andonov
|
* added bg translation by George Andonov
|
||||||
|
|
||||||
|
|
||||||
### v0.12.3 · *2011-07-30*
|
### v0.12.3 - *2011-07-30*
|
||||||
|
|
||||||
* added tr translation by [Batuhan Icoz](http://github.com/batuhanicoz)
|
* added tr translation by [Batuhan Icoz](http://github.com/batuhanicoz)
|
||||||
|
|
||||||
|
|
||||||
### v0.12.2 · *2011-07-30*
|
### v0.12.2 - *2011-07-30*
|
||||||
|
|
||||||
* added es translation by Jose David Calderon Serrano
|
* added es translation by Jose David Calderon Serrano
|
||||||
|
|
||||||
|
|
||||||
### v0.12.1 · *2011-07-29*
|
### v0.12.1 - *2011-07-29*
|
||||||
|
|
||||||
* fixed unchecked use of console.log
|
* fixed unchecked use of console.log
|
||||||
|
|
||||||
|
|
||||||
### v0.12 · *2011-07-28*
|
### v0.12 - *2011-07-28*
|
||||||
|
|
||||||
* improved performance
|
* improved performance
|
||||||
|
|
||||||
|
|
||||||
### v0.11 · *2011-07-27*
|
### v0.11 - *2011-07-27*
|
||||||
|
|
||||||
* changed license to MIT license, see `LICENSE.txt`
|
* changed license to MIT license, see `LICENSE.txt`
|
||||||
|
|
||||||
|
|
||||||
### v0.10.2 · *2011-07-26*
|
### v0.10.2 - *2011-07-26*
|
||||||
|
|
||||||
* improved tree scrollbar
|
* improved tree scrollbar
|
||||||
|
|
||||||
|
|
||||||
### v0.10.1 · *2011-07-24*
|
### v0.10.1 - *2011-07-24*
|
||||||
|
|
||||||
* fixed problems with ' in links
|
* fixed problems with ' in links
|
||||||
|
|
||||||
|
|
||||||
### v0.10 · *2011-07-24*
|
### v0.10 - *2011-07-24*
|
||||||
|
|
||||||
* fixed problems with XAMPP on Windows (see `dot.htaccess` comments for instructions)
|
* fixed problems with XAMPP on Windows (see `dot.htaccess` comments for instructions)
|
||||||
* fixed tree fade-in-fade-out effect for small displays ([issue #6](http://github.com/lrsjng/h5ai/issues/6))
|
* fixed tree fade-in-fade-out effect for small displays ([issue #6](http://github.com/lrsjng/h5ai/issues/6))
|
||||||
|
@ -161,7 +167,7 @@ h5ai is provided under the terms of the [MIT License](http://github.com/lrsjng/h
|
||||||
* added "empty" to localization (hope Google Translate did a good job here)
|
* added "empty" to localization (hope Google Translate did a good job here)
|
||||||
|
|
||||||
|
|
||||||
### v0.9 · *2011-07-18*
|
### v0.9 - *2011-07-18*
|
||||||
|
|
||||||
* linked hover states between crumb, extended view and tree
|
* linked hover states between crumb, extended view and tree
|
||||||
* fixed size of tree view (now there's a ugly scrollbar, hopefully will be fixed)
|
* fixed size of tree view (now there's a ugly scrollbar, hopefully will be fixed)
|
||||||
|
@ -172,7 +178,7 @@ h5ai is provided under the terms of the [MIT License](http://github.com/lrsjng/h
|
||||||
* added sv translation by Oscar Carlsson
|
* added sv translation by Oscar Carlsson
|
||||||
|
|
||||||
|
|
||||||
### v0.8 · *2011-07-08*
|
### v0.8 - *2011-07-08*
|
||||||
|
|
||||||
* removed slashes from folder labels
|
* removed slashes from folder labels
|
||||||
* optionally rename parent folder entries to real folder names, see `options.js`
|
* optionally rename parent folder entries to real folder names, see `options.js`
|
||||||
|
@ -181,19 +187,19 @@ h5ai is provided under the terms of the [MIT License](http://github.com/lrsjng/h
|
||||||
* refactored js a lot (again...)
|
* refactored js a lot (again...)
|
||||||
|
|
||||||
|
|
||||||
### v0.7 · *2011-07-07*
|
### v0.7 - *2011-07-07*
|
||||||
|
|
||||||
* removed shadows
|
* removed shadows
|
||||||
* smarter tree side bar
|
* smarter tree side bar
|
||||||
|
|
||||||
|
|
||||||
### v0.6 · *2011-07-05*
|
### v0.6 - *2011-07-05*
|
||||||
|
|
||||||
* refactored js
|
* refactored js
|
||||||
* added localization, see `options.js`
|
* added localization, see `options.js`
|
||||||
|
|
||||||
|
|
||||||
### v0.5.3 · *2011-07-04*
|
### v0.5.3 - *2011-07-04*
|
||||||
|
|
||||||
* refactored js
|
* refactored js
|
||||||
* added basic options support via `options.js`
|
* added basic options support via `options.js`
|
||||||
|
@ -201,24 +207,24 @@ h5ai is provided under the terms of the [MIT License](http://github.com/lrsjng/h
|
||||||
* optional tree sidebar
|
* optional tree sidebar
|
||||||
|
|
||||||
|
|
||||||
### v0.5.2 · *2011-07-02*
|
### v0.5.2 - *2011-07-02*
|
||||||
|
|
||||||
* details view adjusts to window width
|
* details view adjusts to window width
|
||||||
* linked icon for *.gz and *.bz2
|
* linked icon for *.gz and *.bz2
|
||||||
|
|
||||||
|
|
||||||
### v0.5.1 · *2011-07-01*
|
### v0.5.1 - *2011-07-01*
|
||||||
|
|
||||||
* disabled tree sidebar for now, since it had unwanted side effects
|
* disabled tree sidebar for now, since it had unwanted side effects
|
||||||
|
|
||||||
|
|
||||||
### v0.5 · *2011-07-01*
|
### v0.5 - *2011-07-01*
|
||||||
|
|
||||||
* added tree sidebar
|
* added tree sidebar
|
||||||
* some refactorings
|
* some refactorings
|
||||||
|
|
||||||
|
|
||||||
### v0.4 · *2011-06-27*
|
### v0.4 - *2011-06-27*
|
||||||
|
|
||||||
* added better fallback, in case JavaScript is disabled
|
* added better fallback, in case JavaScript is disabled
|
||||||
* rewrote js, fixed middle-button click etc. problems
|
* rewrote js, fixed middle-button click etc. problems
|
||||||
|
@ -227,20 +233,20 @@ h5ai is provided under the terms of the [MIT License](http://github.com/lrsjng/h
|
||||||
* updated dot.access
|
* updated dot.access
|
||||||
|
|
||||||
|
|
||||||
### v0.3.2 · *2011-06-24*
|
### v0.3.2 - *2011-06-24*
|
||||||
|
|
||||||
* removed lib versions from file names
|
* removed lib versions from file names
|
||||||
* added 'empty' indicator for icons view
|
* added 'empty' indicator for icons view
|
||||||
|
|
||||||
|
|
||||||
### v0.3.1 · *2011-06-24*
|
### v0.3.1 - *2011-06-24*
|
||||||
|
|
||||||
* refactored js
|
* refactored js
|
||||||
* added `folderClick` and `fileClick` callback hooks
|
* added `folderClick` and `fileClick` callback hooks
|
||||||
* fixed .emtpy style
|
* fixed .emtpy style
|
||||||
|
|
||||||
|
|
||||||
### v0.3 · *2011-06-23*
|
### v0.3 - *2011-06-23*
|
||||||
|
|
||||||
* included build stuff, files previously found in the base directory are now located in folder `target`
|
* included build stuff, files previously found in the base directory are now located in folder `target`
|
||||||
* styles and scripts are now minified
|
* styles and scripts are now minified
|
||||||
|
@ -248,20 +254,20 @@ h5ai is provided under the terms of the [MIT License](http://github.com/lrsjng/h
|
||||||
* updated jQuery to version 1.6.1
|
* updated jQuery to version 1.6.1
|
||||||
|
|
||||||
|
|
||||||
### v0.2.3 · *2011-06-17*
|
### v0.2.3 - *2011-06-17*
|
||||||
|
|
||||||
* more refactoring in main.js
|
* more refactoring in main.js
|
||||||
* ~~added custom js support, and global includes~~ *removed, only custom top and bottom sections supported*
|
* ~~added custom js support, and global includes~~ *removed, only custom top and bottom sections supported*
|
||||||
|
|
||||||
|
|
||||||
### v0.2.2 · *2011-06-16*
|
### v0.2.2 - *2011-06-16*
|
||||||
|
|
||||||
* refactored a lot, added some comments
|
* refactored a lot, added some comments
|
||||||
* included fixes from [NumEricR](http://github.com/NumEricR)
|
* included fixes from [NumEricR](http://github.com/NumEricR)
|
||||||
* added top/bottom message support, only basicly styled
|
* added top/bottom message support, only basicly styled
|
||||||
|
|
||||||
|
|
||||||
### v0.2.1 · *2011-06-16*
|
### v0.2.1 - *2011-06-16*
|
||||||
|
|
||||||
* fixed croped filenames
|
* fixed croped filenames
|
||||||
* fixed missing .png extension in header
|
* fixed missing .png extension in header
|
||||||
|
@ -269,7 +275,7 @@ h5ai is provided under the terms of the [MIT License](http://github.com/lrsjng/h
|
||||||
* added changelog
|
* added changelog
|
||||||
|
|
||||||
|
|
||||||
### v0.2 · *2011-06-15*
|
### v0.2 - *2011-06-15*
|
||||||
|
|
||||||
* added icon view
|
* added icon view
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@ custom = true
|
||||||
|
|
||||||
# project
|
# project
|
||||||
project.name = h5ai
|
project.name = h5ai
|
||||||
project.version = 0.17
|
project.version = 0.18
|
||||||
|
|
||||||
|
|
||||||
# src
|
# src
|
||||||
|
|
|
@ -49,9 +49,6 @@
|
||||||
<target name="release" depends="build">
|
<target name="release" depends="build">
|
||||||
<mkdir dir="${release.dir}" />
|
<mkdir dir="${release.dir}" />
|
||||||
<zip destfile="${release.dir}/${project.name}-${project.version}.zip" basedir="${build.dir}" />
|
<zip destfile="${release.dir}/${project.name}-${project.version}.zip" basedir="${build.dir}" />
|
||||||
<tar destfile="${release.dir}/${project.name}-${project.version}.tar" basedir="${build.dir}"/>
|
|
||||||
<gzip destfile="${release.dir}/${project.name}-${project.version}.tar.gz" src="${release.dir}/${project.name}-${project.version}.tar"/>
|
|
||||||
<delete file="${release.dir}/${project.name}-${project.version}.tar" />
|
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="pre-xint" depends="build-prepare">
|
<target name="pre-xint" depends="build-prepare">
|
||||||
|
|
Loading…
Add table
Reference in a new issue