20.04.2007 - frank
- fixed and testet problem with extension import and openbasedir
- added addslashes for COOKIE/REQUEST/SERVER
- fixed some problems with libsecure
- changed version to 0.9.8.2
- fixed a small css error
- making fileupload more secure

21.04.2007 - frank
- added version.php with version number. that file was included bei init.php and init_admin.php
- added fullscreenmode to tinymce
- fixed mistake of language in tinymce
- added underline to active tree item

22.04.2007 - frank
- add hr line to top of root items in tree (config: menu.hrrootline)

27.04.2007 - frank
- added it translation

29.04.2007 - sven
- change Knowledgeroot.de to Knowledgeroot.org
- set focus() for name fields
- order user and group by name
- added it translation and order translations by name in *.sql files
- insert asort for $this->CLASS['vars']['knowledgeroot']['availablelanguages']
- moved old content in changelog to changelog-old
- doing some work on extension history -> see changelog of extension

30.04.2007 - frank
- adding GET, POST and getLang to extension-base
- changed repository server in extension admin_extension to knowledgeroot.org
- building of .krx extension is ignoring .svn and CVS folders
- doing some worh at extension_repository

04.05.2007 - sven
- added php-gettext - first code

04.05.2007 - frank
- added gettext to admin interface
- added gettext for extensions - extension can use $this->T_('hello');
- added runtime values to index.php -> enable over settings: dev.runtime = 1
- added a runtimeclass that can be used with $CLASS['runtime']
- added smarty template engine - available over $CLASS['smarty'] - not configured at the moment

06.05.2007 - frank
- added mdb2 database layer - not tested enough but could be used

06.05.2007 - sven
- runtimeclass: getTime can print the time without an extra stop()-call bevore
- init.php: load only code for the editor that is set in config (FCK or Tiny)
- use $CLASS['vars']['htmleditor']['use'] instead of $CLASS['oFCKeditor']->use

08.05.2007 - frank
- fixed problem with ext history

10.05.2007 - frank
- moved all not necessary extensions to own folder trunk/extension

12.05.2007 - sven
- load gettext langfiles for extensions only if directory exists

13.05.2007 - frank
- modified default configs
- modified error class

13.05.2007 - sven
- path in extension class corrected (base_path end with a '/')
- any change with *.pot files

13.05.2007 - frank
- after changing base_path in class-extension the admin interface is not working - correct the init_admin to work right
- added downloadlink for extensions to admin_extension at import list

20.05.2007 - sven
- changes for gettext
- change lang folder for extensions to language
- new file for creation of language files

20.05.2007 - frank
- added hook to init_admin

22.05.2007 - sven
- fix small bug in generate_locale.sh
- changes for gettext

22.05.2007 - frank
- changed version
- changed knowledgeroot link in index.php
- fixed problems with mdb2

25.05.2007 - frank
- changing class loading in init.php
- cleanup of databaselayers: mysql,mysqli,pgsql
- added errormsg to databaselayers
- doing some changes to mdb2
- modifie config.inc.php.dist with examples of how to use the database layers and the errors
- added highlighting at contentshow - GET['highlight'] parameter is be used - different words are separeted by comma
- added browser back for search
- added highlight to searchlinks

26.05.2007 - frank
- added protection to admin_info,admin_extension,admin_config so that they could not be disabled

27.05.2007 - frank
- ajaxtree is now working with opera

28.05.2007 - frank
- fixed a mall error in class-language
- added myPath to extension-base
- make own extension of tinymce
- added support for themes as extension
- make own extension of fckeditor

02.06.2007 - sven
- small fixes
- changes for gettext

03.06.2007 - sven
- changes for gettext

03.06.2007 - frank
- removed themes: default and midnight as own extension
- set green as default theme in the knowledgeroot-theme class

07.06.2007 - frank
- fixed small problem with rte class
- modified class runtime for using names

12.06.2007 - frank
- add titel of content to search results
- fixed problem with initial load of knowledgeroot

15.06.2007 - frank
- added native support sqlite db wrapper to knowledgeroot

17.06.2007 - frank
- added phpmailer from debian that fixes security bugs
- removed quotes in sql queries and use now the db function quoteIdentifier for this

27.06.2007 - sven
- $dbtype == "sqlite" ergaenzt

13.07.2007 - frank
- changed rte handling in extension-base
- add system extensions to folder system/sysext/
- extensions can also be located in extension/ or in system/extension/
- new folder of imported extensions will be extension/

14.07.2007 - frank
- fixed wrong processing of adding languages to extension
- added new functions to class knowledgeroot to get better environment vars
- try to fix the problem with images in the tree and the krootlink from rte

15.07.2007 - frank
- fixed small problem with imageprefix in class tree

23.07.2007 - frank
- added some more features to errorlog - setting php error reporting is possible

24.07.2007 - frank
- fixed php notice

27.07.2007 - frank
- added full support for sqlite (need to be tested for last errors)

29.07.2007 - frank
- added first stuff for multiple rights
- phperrors will not be changed at default

10.08.2007 - frank
- removed old comments with old language get token method
- fixed bug: #39 - Internet Explorer doesn't send the submit=GO when hitting Enter
  * added a hidden intput type in index.php
  * thanks to vago and paul
- removed old languages with arrays as language
- changed class language so that it will not more load any system languagefile

11.08.2007 - frank
- added downloadcounter
  * updates to database are needed
- added static links for downloads
  * can be set over table settings value download.static = 1
- added id to every responsible link
- show_menu will now replace {$PAGEID} with the id of the page in links

17.08.2007 - frank
- added patch from kzhk.iwm
  * ticket #41
- try to fix the problems with highlighting in search for japanese
  * need to betested

21.08.2007 - frank
- added first stuff for symlinks
- added first stuff for self ordering tree elements

22.08.2007 - frank
- try to fix wrong email notifications
  * ticket #33
- added new function squery to database wrappers
- added function that checks multiple rights on element

24.08.2007 - frank
- added missing return in squery function
- changed functions rightPanel and editRightPanel for multiple rights
- added multiplerights
  * is not working with inheritrights at the moment

01.09.2007 - frank
- added patch from sven to fix problems with language files from extensions

08.09.2007 - frank
- added session handle that make checks on session and on lifetime

15.09.2007 - frank
- added multiplerights to subinheritrights

16.09.2007 - frank
- added missing statements to sqlite dump
- modified setrightsrecursiv for multiplerights

13.10.2007 - frank
- added missing multiplerights then you create a root element

27.10.2007 - frank
- added search with multiple words (#46)
- fixed some problems with multple rights

28.10.2007 - frank
- added multiple rights and subinherit rights to content elements
- setting recursiv rights with multiple and subinherit rights are working

03.10.2007 - frank
- added first stuff for rightclickcontextmenu

04.10.2007 - frank
- remove contextmenu from move and editor tree window
- fixed some problems with the menu
- added wrap for menus
- added styles for contextmenu
- added contextmenu for content elements

10.10.2007 - frank
- added hr line to contextmenu
- added option to enable/disable contextmenus

11.11.2007 - frank
- added first drag and drop in tree
- added recusriv delete (CLose: #45)
- make it possible to edit tooltip for tree elements (Close: #44)

15.11.2007 - frank
- fixed problem with menuvalue in extension admin_config
- fixed small performance problem in filelisting (Closes: #47)
- added new drag&drop icon
- fixed wrong contentdisplay of disabled extensions (Closes: #48)

02.01.2008 - frank
- added first stuff for drag and drop for content

03.01.2008 - frank
- change style of drag and drop for content elements

04.01.2008 - frank
- changed some stuff for content drag and drop
- try to fix a small problem with css and the contentline

06.03.2008 - fhabermann
- changed class auth to class knowledgeroot_auth so that other auth classes
  could be used like pear auth

20080316 - fhabermann
- changed date style in changelog ;)
- removed twice loaded js files from scriptaculous
- added stuff for content moving by ajax

20080410 - fhabermann
- added new class db_core for core functions that will extends als db classes
- added new class db_result for better result informations
- integration of new classes
- added new db function data_seek to set pointer in result

20080412 - fhabermann
- added tree counter (Closes: #53)
- added content counter (Closes: #52)

20080414 - fhabermann
- added missing tree itemcounter to non-ajax tree

20080415 - fhabermann
- added more OOP style in class db_result

20080422 - fhabermann
- added new menutype called treebottom
- added new styles for treebottom menu
- changed column value in table settings from varchar to text to save bigger values
- added new function defaultlayoutfortree (Closes: #56)

20080424 - fhabermann
- fixed small css problem
- added option to show sourceforgelogo
- added knowledgeroot logo and option to display the logo
- added first testclass for oracle

20080621 - fhabermann
- added missing sound.js

20080621 - sven
- fix some HTML problems (& > &amp; ...)

20080623 - fhabermann
- fix https download of files for ie

20080906 - fhabermann
- fixed problem with show_menu if extension is deleted but enabled

20090211 - fhabermann
- added new highlight function with own class (Closes: #66)

20090212 - fhabermann
- added content collapse if content is direct opened (Closes: #60)
- fixed layout problems with small browser window in admin interface (Closes: #1)

20090213 - fhabermann
- added prototype 1.6.0.3
- added scriptaculous 1.8.2

20090215 - fhabermann
- enabled javascript drag and drop only in firefox

20090221 - fhabermann
- fixed problems with sqlite dump
- removed symlink for libhttps that is not used here

20090222 - fhabermann
- removed unused smarty source (Closes: #85)
- fixed problem with sqlite dump (Closes: #84)

20090223 - fhabermann
- added .htaccess file

20090301 - fhabermann
- changed function to get base_path

20090318 - fhabermann
- popup for movecontent is now scrollable (Closes: #91)

20090319 - fhabermann
- pages and content can only with javascript enabled deleted (Closes: #90)

20090322 - fhabermann
- added new pot template for knowledgeroot
- moved german locale folder from de to de_DE.UTF8
- lang dropdown now search for gettext languages

20090402 - fhabermann
- enabled drag and drop in tree and for contents for ie8 (Closes #92)

20090403 - fhabermann
- added prototypejs 1.6.1rc2

20090404 - fhabermann
- added two settings to dumps: version and baseurl
- cleanup of init.php
- installer saves now baseurl

20090405 - fhabermann
- added english translation (en_US)

20090408 - fhabermann
- added french translation (fr_FR)
- make dumps and update process clean
- fixed problem with option language change

20090410 - fhabermann
- cleanup of sqlite dump
- added missing statements to sqlite dump
- changed version to 0.9.9rc2

20090419 - fhabermann
- added missing diff dumps

20090427 - fhabermann
- added two new hooks to login screen: before_submit and after_submit (Closes: #94)

20090512 - fhabermann
- changed version to 0.9.9 (stable)

20090705 - fhabermann
- changed version to 0.9.9.1
- fixed db handling with mysql that has problems with some files (Closes: #108)
- fixed windows problems with gettext (Closes: #109)

20090707 - fhabermann
- fixed mistake with filehandling

20090708 - fhabermann
- update prototypejs to version 1.6.1rc3 (Closes: #112)
- fixed problems with link in mail notification (Closes: #113)
- fixed problem with title style (Closes: #116)

20090712 - fhabermann
- fixed notices (Closes: #117)

20090720 - fhabermann
- fixed problem with var and notice (Closes: #122)
- fixed problem with user creation (Closes: #124)
- added rte extensions in dump and active fckeditor for default (Closes: #123)
- set version of database at install or update (Closes: #114)
- added showlogo option to upgrade_diff

20090724 - fhabermann
- fixed mysql download problem (Closes: #129)
- update the upgrade doc (Closes: #128)
- fixed search problems with whitespaces (Closes: #121)

20090731 - fhabermann
- added new search group option with that you can search for multiple words with an and condition (Closes: #126)

20090801 - fhabermann
- fixed a sql dump problem with value for download.static

20090802 - fhabermann
- fixed sql dump problems
- changed version to 0.9.9.2
- fixed problem with tooltip notice - that was a update problem (Closes: #130)

20090806 - fhabermann
- added nl_NL translation

20090812 - fhabermann
- added missing counter field to sqlite dump (Closes: #134)
- fixed download problems with sqlite as database (Closes: #134)
- date in download is now chown for sqlite as database (Closes: #137)

20090820 - fhabermann
- fixed collapsing problems if you come from search to content element (Closes: #135)
- fixed search problem with multiple rights (Closes: #136)
- fixed problem with move content (Closes: #133)

20090821 - fhabermann
- fixed problem with search and multiple rights

20090825 - fhabermann
- add italian translation (Closes: #140)

20090908 - fhabermann
- added prototype 1.6.1 (Closes: #142)

20090910 - fhabermann
- fixed js problem with ie (Closes: #145)
- fixed js problem with tree expand in ie (Closes: #141)

20090920 - fhabermann
- fixed highlight problem (Closes: #148)
- changed version to 0.9.9.4

20090922 - fhabermann
- fixed gettext warning in admin interface on windows (Closes: #152)

20091021 - fhabermann
- add spanish translation (Closes: #157)

20091030 - fhabermann
- fixed contextmenu problems with extensions (Closes: #151)
- make different classnames for extensions possible (Closes: #158)

20091031 - fhabermann
- make direct search with content ids possible (Closes: #147)
- changed version to 0.9.9.5
