Fixed bug #70. Thanks to John.
Some changes and fixes to menu code
Fixed bug #61 - typo regarding standard menu_footer.
Fixed spelling mistakes
Frontend functions page_keywords() and page_description() now display page specific entries if present, otherwise website settings.
Changed content of config.php to empty php tags.
Fixed bug #54 - captcha functionality not working.
Added a blank space to config.php to give it non-zero file size
Fixed bug #45 - incorrect display of time in settings.
Fixed bug #32 - (wrong use of add_slashes in installation script)
Fixed bug #33 and other bugs regarding addon (un)installation
Fixed bug #44 - module entries in addons table do not get deleted upon module uninstallation.
Fixed bug #43 - double entries in addon table.
Added octal to decimal conversion in initialize.php to create a proper integer value out of string file/dir mode constants.
Initial import.
Updated installation instructions
Fixed language install problem
Fixed bug in Form settings page
Updated CHANGELOG
Updated backup and reload info files
Updated reload module info file
Fixed minor bugs with template and module permissions on groups
Fixed template install problem
Fixed minor bug in news mod
Fixed minor bug in form mod
Fixed some minor bugs with settings
Added module_function-lowercasing
Added credit for John's work on backup mod
Semi-disabled use of "separate" page trash feature
Finished backup module
backup-sql.php now fully working
Worked on backup-sql.php
Added extra language objects
Updated functions file
Fixed form action
Moved backup-sql code into seperate script
Fixed minor module-loading bug on install
Removed modules-table code
Added text for backup module
Finished reload module
Fixed str_replace
Worked on backup and reload modules
Updated tools interface
Added basic structure for two new stock tools: backup and reload
Changed included file name from include.php to tool.php
Added blank template
Fixed addon listing in numerous places so it now use's DB for info
Added addons loading code
Removed load_addons and replaced with load_module, load_template, and load_language
Fixed HTMLArea install script
Added load_addons functions
Added some DB checking code to initialize.php
Update EN.php
Tuned interface with less javascript
Added css for label element
Removed page languages option
Removed relative path input
Replaced faulty use of add_slashes by addslashes.
Replaced add_slashes by addslashes in media/browse.php where it is applied to a non GPC variable.
Replaced addslashes by magic_quotes aware add_slashes in install/save.php
Update captcha code on submitting form
Update language file
Updated Captcha code
Update for new addons table
Added captcha text to language file
Implemented backend captcha code
Added Id keyword to wb/include/index.php
Moved captcha.php into include dir
Moved captcha.php out of framework dir
Initial captcha script
Updated tool-handling code
Cleaned-up some whitespace
Updated module install code for correct insertion into addons table
Update module install code for correct insertion into addons table
Update language info
Updated template info files
Added Id keyword to htmlarea module files
Updated module info files
Renamed designed_for to platform on addons table
""
Added addons table
Updated some URLs
Updated admin footer link
Updated "Help" link
Added nl2br to body when viewing a form submission
'None found' is shown if no tools are found.
Fixed mis-use of templating for Administrative Tools section