! class.admin.php corrected url_help, add Translat::disableAddon() in methode print_footer! frontend.functions.php page_content() set $sSectionIdPrefix to the right format! functions.php change get_parent_titles from menu_title to filename
! forgot to upload class.wb.php
! add ErrorMsgException in /framework/globalExceptionHandler.php! ErrorMessage "ADMIN_INSUFFICIENT_PRIVELLIGES" now can be styled by the /admin/skel/themes/htt/ErrorMsgFile.htt template ! add css selectors to wb_theme
+ add maintance modus in backend
! change multi-dimensional arrays (variables) to similar arrays+ add variables for backend-menu, header.htt and footer.htt
! update upgrade-script, now don't overwrite existings values in settings+ add field tooltip to table pages in installer! change some module tool_icon.png (Tks to Stefek) ! add date_time string to backup_droplets.zip- search and comment out founded require_once(WB_PATH."/framework/class.database.php"); ...
! settigs.php add fields dev_infos and page_icon_dir+ add developer info to footer! update class.admin.php, footer.htt
! update correct_theme_source and fixed the call in all files
add linebreak in backend message for 'delete install folder...'
small changes in INSTALL and UPGRADE (Tks to unawave2)update upgrade-script showing from Version to Version (Tks to unawave2)add Servicepack version to header.htt
add new backend theme handling (Tks to Stefek)
little fix in calling globalExceptionHandler from inner core files
activate globalExceptionHandler in inner core files
database::field_modify() there was a bug to fixall other files: fixed SQL-statements to SQL-strict
class-switcher for SecureForm added
Preparing 2.8.2 stable, last tests
remove auto including YUI Framework in backend for modules, enable with >print_footer(true)>print_error and ->print_success too accept a message as arrayauto validate in frontend if style block inside body tagcaptcha now XHTML valide
update Argostheme to version 1.5 (Tks to Argos)validation fixescall edit_full_area on the fly
YGN Ethical Hacker Group (2.8.2 / 2.9.0)
fixed wb::password_chars
secure peparing and beginning fix admin/pages
fix class.admin
fixed inclusion of SecureFormadded IDNA/Punycode to wb::validate_email()
fixed headerinfos
update headerinfos
add ini_set('display_errors', 1) (Tks to Thorn)update headerinfos
recoded function extract_permission in /framework/functions.phpchange URL_HELP to http://www.websitebaker2.org/ in /framework/class.admin.phprecoded function preprocess in /framework/class.frontend.phpoptimize function getVersion in /framework/addon.precheck.inc.php
continue update headertextTicket #930 disabled SyntaxHighlighter from default WB Installationchange help url to www.websitebaker2.org
update headertext
continue update header info
Ticket #869 Droplet-Engine does'nt work in some casecontinue update header info
Ticket #911 3. continue to fix CSS-errors in WB backend
Ticket #911 Beginning to fix More CSS-errors in WB backendadd SVN- Revision to backend theme
Fix Bugs headersend errors in some core filesdelete whitespaces after ?>
Created 2.8.x branch
Moved backend.js back from <body> to <head>
Added possibility to add a backend_body.js to modules wich is then called in <body>
Added more meta tags to backend themes
-Moved styles from admin/pages/sections.php to sections.htt in backend themes (Thanks to Luisehahne)
- Moved javascript files from admin/pages/index.php to external js files (Thanks to Luisehahne)
- Major improovements and changes to all backend files to get more valide Code output (Thanks to Luisehahne)
Fixed bug with not always included stylesheets in backend (ticket #717)
added skinable Admin Interface
Added option to display user name on all backend sides
Added default target attribut to backend menu links
Added Javascript syntax highlighting framework EditArea as replacement for Codepress.
fixed error message in admin class if type array not defined
changed register_backend_modfile() to work with wysiwyg-module, too
class.admin.php deletes actual query-string while redirection. fixed.
updated edit module CSS functions to include backend.css into head if possible
Removed hardcoded /admin folder strings from WB core files where possible
fixed issue with WYSIWYG pages (appears if backend language and page frontend language differs)
fixed issue with smart view URL link
fixed language bug (backend language switched to the pages language viewed in frontend)
Added some missing add_slashes(), get_post_escaped(), and strip_tags() for $_POST, $_GET and $_REQUEST-data. Also for $_SERVER['PHP_SELF'].
introduced the WB 2.7 backend style developed by Michael Brinsteiner (escpro), thanks man
Added Javascript Admin module (developed by Stepan Riha, adapted for WB2.7 by Swen Uth)
Revoked parts of changeset [547] and again introduced changeset [540]
Reintroduced changes from changeset [520] and [540] wich where overwritten by changeset [546]
Revoked changeset [541] end removed all PAGE_EXTENSION variables and the related option in WB settings as this function only works on Apache Servers together with .htaccess and mod_rewrite...
added the "users in multiple groups" feature (closes parts of ticket #546)
Moved the admin tools from 'Settings' to the new section 'Admin-Tools'.
introduced smart URL detection for the 'View' menu in the WB backend (if page_id is set, redirect to this page instead of the root)
Changed all copyright notices to include now 2008
Added package which allows to integrate optional JS & CSS module files (frontend.css, frontend.js, backend.css, backend.js) into the <head> section of the HTML code. This allows developers to code modules which creates (X)HTML valid output.
Updated links to Website Baker website
Added 2007 to all copyright noticesAdded missing ID KeywordsRemoved not Unix conform line endings
Fixed a little typo error in class.admin.php (#364)
Fixed bugs in the new functions in class.admin.php.
Added methods get_user_details, get_page_details, get_page_permission to class admin.
Updated help links to use websitebaker.org/permalink
Updated all copyright notices to include 2006
Character encoding setting also affects admin backend. Mentioned in ticket #102.
Added an exit call after every heading("Location:...") redirector to prevent unwanted execution of code.
Replace 'admin' by 'wb' in all account pages. Moved print_success and print_error code to class.wb.php. Added correct parameters to these functions in account pages.
Fixed more inconsistencies regarding line endings and end-of-file newlines
Updated "Help" link
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).
Moved settings from config.php into database.NOT FULLY WORKING!!!
Removed initialize.php, moved initialization code to class wb constructor. Changed attribute no_default_content to default_block_content and changed behavior.
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.
Added direct access redirection in framework files.
Added the Id keyword for all files
Restructured frontend code and fixed various bugs
Initial import from CVS to Subversion of Website Baker 2.5.2