Webbased Music Julebox Changelog.

This document is very technical and is realy not important.


- version 0.1-devel2

* Finished installation script. Please use it.
* Finished skinsupport. You can choose your skin in the Admin page.
* Fixed the start procedure which appeared in the 0.1-devel1 version.
* Fixed some minor 'bugs'.

- version 0.1-devel1

* Added more configurable items to the skinsupport and fixed some pages.
* Dramatically improved the performace of filechecker.php (the time to check all files and compare them to the database was before this update 2.999 seconds for +/- 1200 mp3files & database entrys on a P2-350 with 196MB ram, afterwards he did it within 0.18 seconds .... :))

Detailed:

	filechecker.php				- using array_dif() instead of own function.
	edit.php				- fixed skinsupport / fixed an bug generated by myself (skippybal) :(
	admin.php + index.php			- fixed the default skin


- version 0.1-devel

* Added skin-support and an extra skin. The documentation to create your own is on it's way.
* Cleaned up a piece of the sourcecode.

Detailed:

	index.php				- added skinsupport && css-support / cleaned up html && php src.
	admin.php				- added skinsupport && css-support / cleaned up html && php src.
	playlist.php				- added skinsupport && css-support / cleaned up html && php src.
	filechecker.php				- added skinsupport && css-support / cleaned up html && php src.
	updatedb.php				- added skinsupport && css-support / cleaned up html && php src.
	index.php				- added skinsupport && css-support / cleaned up html && php src.
	function.php 	> html_header();	- added skinsupport && css-support / cleaned up html && php src.
			> html_footer();	- added skinsupport && css-support / cleaned up html && php src.
			> start_maintable();	- created and implemented in all .php's.
			> end_maintable();	- created and implemented in all .php's.

	config.php				- added $skindir && $skin (for devel only).

	Moved all images and .css file to $docroot/$skindir/$skin && renamed them for easy skincreation
	Created an /install dir for installation files.
	Added my own skin


- version 0.1pre

* Everything
