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
Initial version of RSS newsfeed script - thanks to forum user "cman"
All occurrences of "CVS" in the code are replace by ".svn"
TIME_FORMAT definition was missing in initialize.php
Restructured frontend code and fixed various bugs
Initial import from CVS to Subversion of Website Baker 2.5.2
Created initial trunk folder