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 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
Fix: Timezone option in installation doesn't affect the setting.
Minor fix.
Implemented new module type 'tool'. Added setting section 'Tools' (advanced). Removed possibility to set permissions for all module types other than 'page'.
Empty_trash now also works with sub-pages in the trash.
Deleted pages cannot be chosen as parents anymore. Pages that have only deleted children do not get the plus sign if page trash is separate.
Removed strip_slashes_dummy.
Fixed ticket #19 (addon link not shown). Corrected breadcrumbs code.
Module table entries now get deleted upon module installation. Removed 1 second delay in admin success messages.
Small change regarding process time.
Implemented hook for new module type "snippet".
Created new table "modules" to allow for faster lookup of which modules are installed. Allows for greater flexibility also.
Added new setting 'wb_version' which is not changeable in admin>>settings but allows for easier upgrade scripts in the future.
Minor cleanup.
Corrected session code.
Renamed compatibility.php to frontend.functions.php.Moved frontend functions from class frontend to frontend.functions.php. Removed instances of strip_slashes_dummy. Replaced $this by $wb in a couple of places.Created file initialize.php, where all initializations now take place (moved from class wb constructor).
Fixed some issues regarding settings.
Moved all modules,templates, and languages into previous locations
Removed another occurrence of OPT_REMOVE_ALL_PATH (pclzip).
Fixed problems with settings section in admin.
Implemented upgrade functionality in templates and languages. Fixed some bugs.
Removed debugging lines.
Cleaned up settings/save.php
Fixed problems with settings in database. Should be fully functional again.
Moved settings from config.php into database.NOT FULLY WORKING!!!
Moved EN language
Moved Simple template
Moved Round template
Moved the All CSS template
Moved Wrapper module
Moved News module
Moved Menu Link module
Moved HTMLArea module
Moved Form module
Moved Code module
Moved WYSIWYG module
Fixed more path bugs concerning the htmlarea module transition.
Fixed path bugs concerning the htmlarea module transition.
Deleted htmlarea folder under include
Removed support for internal HTMLArea editor. Created new stock module HTMLArea.
Removed support for internal HTMLArea editor.
Fixed bug in new module installation routine. Added language string "Upgraded successfully".
Implemented Installation of modules on top of an older version. This is done via checking $module_version. Instead of install.php, upgrade.php is then called if it exists in the module package. For module developers: $module_version and $new_module_version are accessible in upgrade.php to find out what upgrade steps need to be taken.
Changed column names in mod_news_posts from short,long to content_short, content_long.
Rolled back changeset 62,63.