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.
Removed addons folder
Moved all modules,templates, and languages into previous locations
Temporarily moved addons folder
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
Created modules folder under addons to put modules in
Created addons folder to move addons into
Fixed more path bugs concerning the htmlarea module transition.
Fixed path bugs concerning the htmlarea module transition.
Updated Changelog
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.
Fixed a php peculiarity bug ;-)
Updated CHANGELOG
Added code to remove occurances DB_URL in Code module to prevent exposure of database info
Fixed missing parent option 'none' - ticket #12 - and a minor scope bug.
Removed initialize.php, moved initialization code to class wb constructor. Changed attribute no_default_content to default_block_content and changed behavior.
Fixed bug #2 - Issue when changing page parent
Fixed addslashes issue in form/save_field.php
Changed language string name 'EDITOR' to 'WYSIWYG_EDITOR'
Added new frontend class attribute no_default_content which controls what is shown in other blocks on pages like search, login,... and corrected implementation
Fixed typo
When PAGE_CONTENT is defined, other blocks are still shown
Fixed minor compatibility bug
Added htmlspecialchars when saving intro page
Fixed minor bugs
Implemented choice of WYSIWYG editor
Added automatic frontend redirection on login.
Changed most occurrences of strip_slashes to new dummy method strip_slashes_dummy.
Corrected use of addslashes in install/save.php
Change addslashes,stripslashes to (wb class) method calls add_slashes,strip_slashes
Reverted erroneous deletion in class.wb.php
Reworked search.php, fixed typo in media/browse.html.
Removed debugging line...
Created new stripslashes method in class wb. Changed stripslashes() calls to method calls.
Cleaned up code concerning deleting/restoring pages.
Added frontend class initialisation code to RSS script
Fixed some DB code for RSS script
Fixed a minor parse error
Updated CHANGELOG (in r29)
Fixed bug concerning direct access of preferences page.
Reworked visibility and menu code (frontend login problem)
Pages in link list in htmlarea popup are now correctly ordered.
Resubmitting changeset 23.
Undoing changes from r21 on
Fixed bug where group with existing name can be added.
Rewrote menu function. Parameters are now given as attributes to frontend class.
Removed direct access path disclosure occurrences.
Added direct access redirection in framework files.
Added direct access redirection in account files.
Reduced redundant initialization code, removed further 'CVS' occurrences. Made $admin accessible in page_content function.
Added directory check to browse.php to prevent xss exploit by trusted users.
Updated various links
Changed 2.5.2 to 2.6.0
Changed 2.5.3 to 2.6.0
Added the Id keyword into the top of each file that was missing it
Added the Id keyword for all files