Removed initialize.php, moved initialization code to class wb constructor. Changed attribute no_default_content to default_block_content and changed behavior.
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
Added automatic frontend redirection on login.
Changed most occurrences of strip_slashes to new dummy method strip_slashes_dummy.
Change addslashes,stripslashes to (wb class) method calls add_slashes,strip_slashes
Created new stripslashes method in class wb. Changed stripslashes() calls to method calls.
Reworked visibility and menu code (frontend login problem)
Rewrote menu function. Parameters are now given as attributes to frontend class.
Added direct access redirection in framework files.
Reduced redundant initialization code, removed further 'CVS' occurrences. Made $admin accessible in page_content function.
Added the Id keyword into the top of each file that was missing it
Added the Id keyword for all files
Restructured frontend code and fixed various bugs