Changelog
February 6, 2008
fix: creating a new language could create problems to others
fix: minor layout fixes
fix: couple of small bugs in page controlling system and options
fix: the cache system had some problems with saving data
new: admin interface now can be translated to other languages (experimental)
change: menus will have the class=selected in both "li" and "a" tags for better control over your layout
skydb fix: about 10 small fixes
skydb new: handling of floats and integers added, when selecting data if it's a number it will be set to the right type, integer or float, otherwise a string
skydb new: update() now can work with multi updates for one entry e.g. array('name=>'John','family'=>'Doe') to change both columns(name,family).
skydb new: some functions were renamed (delete, update, selectwhere)
skydb new: deleted entry format changed, to reduce confusion when searching for deleted entries via count()
skydb new: new out of the class functions for file and folder controls (copy,remove,create and list)
skydb change: PHP4 functions are now all in one file with the class
skydb todo: selectwhere() doesn't handle deleted entries yet.
January 8, 2008
Second BETA release, version 0.1.1
overall: web site speed improved, admin area speed didn't change, a lot of small changes everywhere, new options, it is possible to make multilingual site, admin area is also can be translated(not fully)
new: no more empty space in database, if a page deleted, its id will be used again (!!)
new: menu is now cached - speed improved by x4-5 times
fix: endless redirect in FireFox and Navigator browsers
new: layout changed, better admin interface
new: menu can be an external link
new: new page status - not published, page is not listed in the menu and is not available
new: multilingual site (options->languages)
new: $langlist in template will display a list o languages
new: admin area can be partly translated
new: each language have its own meta data
new: more options for how URLs look like
change: admin area, up/down arrows will be shown at all times near page name
change: configuration file, functions and skydb class are now in one small file
skydb fix: sortby() is fixed
skydb new: new functions rcache() and rcachedo() added
skydb new: getid() will find deleted entry and return it's id, or return last+1
skydb change: summary of real entries will not be stored anymore (statistics)
skydb change: some functions were rewritten to get better speed
November 29, 2007
Initial release