update admin/pages/modify.php now you can send page_id with GET and POST
add new backend theme handling (Tks to Stefek)
see http://www.websitebaker2.org/forum/index.php/topic,22649.msg152666.html#msg152666
fix SERVER_EMAIL in language filesfix encoded text in sections.phpadd missing image in argos_theme
fixed strict notice warning in class.wbchange editor for intropage to editareaadd missing slash in themes
Fixed save wrong template directory in database
fix mssing filename in intro.phpinactive user in dropwonlist are show with line-through
found more backlinks to fixremove not working ftan in frontendfixed redirect in login procedure (Tks to mr-fan)update droplet LoginBox, additional parameter $redirectremove double config call in media (Tks to Testör)
change to Release Candiate 7
languages Typo fix (Tks to pcwacht)update intro, fixed savingfixed install/save.php (Tks to pcwacht)
Ticket 1099: change title for add_child_page in page tree
Preparing 2.8.2 stable, last tests
update Argostheme to version 1.5 (Tks to Argos)validation fixescall edit_full_area on the fly
redefined wrong admin backlinks
fixed unsafe sql queries
fixed unsave sql-queries in /admin/pages/settings
Security fix in pages
small fix
secure peparing and beginning fix admin/pages
more Security fix for admin/pages
update headerinfos
Security fix in admin/pages
validation fixes in pages backend theme
Security fixes
add ini_set('display_errors', 1) (Tks to Thorn)update headerinfos
Ticket #999 wrong sql statement in admin/pages/index.php (Tks to Lucutus)
insert modulename in sections, even for missing module, you can style it with class selector: module_disabled
start recoding without style display:none
rework admin/pages/save.php so that modules can use itfixed missing global variable in install to work in modules
Ticket #957 Wrong status returned for visibility
Tickets #932 change deprecated eregi functions Tickets #948 fixed Multiple use of same parametrised droplet - parameter handlingUpgrade Droplets to Version 1.0.3update some headerinfosnon existing pages, will be created if clicking save in page settings
Ticket #944 fixed double sections, with registered User
Beginning with Ticket #901 add siteadd.png to backend themeschange icon add child page
continue update headertextTicket #930 disabled SyntaxHighlighter from default WB Installationchange help url to www.websitebaker2.org
continue update headertext
update headertext
continue update header info
Ticket #911 3. continue to fix CSS-errors in WB backend
Ticket #911 2. continue to fix CSS-errors in WB backend
fix syntax error
update header, change variable
next step to validate backend themes
updated module info.php (Thanks to Waldschwein)
fixed an undefined index
change page_title to menu_title for parent dropdown list in index.php and sections.php
add two constants in /framework/initialize.php for later feature in database settingsdefine('EDIT_ONE_SECTION', true) to edit only one section with editor in manage sectionsmodify page will be loading all sections with editordefine('EDITOR_WIDTH', 900) set min width for editor...
add a child page is cumbersome when the parent dropdown list gets to be too large. (Ticket #821)
shows more details in wysiwyg editor
Ticket #805 fixed: Pagetree changed menu titles instead of page titles thanks to Ralf (Berlin)
Bugfix for #791: group-restrictions and sections.Add "order by position" inside the wbmodule.php in the FCK-Editor to display the page-tree correct.
Created 2.8.x branch
Fixed some display issues in all backend themes
some code cleaning of admin/pages/sections.php
Added some missing variables to backend_themes (Thanks to Stefek)
Fixed some display issues in argos_theme (Thanks to Argos)
Fixed bug introduced in changeset [1092]
fixed bug with page not showing if 2 sections active (ticket #751) (Thanks to Pumpi)
Replaced in some alt tags hardcoded signs with language variables (Thanks to argos)
Removed double </form> tags in pages/intro.php and wysiwyg/modify.php
replaced all remaining mktime() with time(), except from third party scripts
changed in modules/admin.php and admin/pages/add.php mktime() to time()
Fixed some validiation bugs in core and different modules (Thanks to luisehahne)
Fixed bug with sections are only editable in new backend-themes if blocks are enabled (Thanks to Luisehahne)
Fixed invalid output of page_sections Page in Backend (Thanks to Luisehahne)
- Added PageID and SectionID to all backend themes (Thanks to Luiseshahne)
- Fixed some display issues in all backend themes (Thanks to Luisehahne)
- Added new functions to admin dir (Thanks Argos and Ruud)
- Updated install and upgrade-script
- Adapted wb_theme and classic_theme to changed admin dir files
Major fixes on backend to get XHTML valid output (Thanks to Luisehahne)
-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 wrong position id when adding a new page
and another typo was to fix
Fixed small bug introduced in changeset [999]
fixed small code display issue introduced in changeset [999]
Fixed bug that parent pages didn't inherit language settings to kind pages
Fixed bug with dropdownlist in pages settings (ticket #713)
fixed manage section is showed twice (ticket #694)
added skinable Admin Interface
Copyright notices now includes 2009
Added output of block number to section admin if no block name is specified
Added output of block names to modify pages dialogue if blocks are enabled
Fixed possible clashes with intro page feature and WB core file /pages/index.php
revert back to pagename-creation from $page_menu, instead of $page_title
fixed issue with multigroups (level 0 page-creation)
fixed viewing_groups-handling in /admin/pages/add.php
made an addition to changeset 733
added missing sorting to language dropdown in admin/pages/settings.php
fixed ticket #562, applied changes from user tavitar with some own additions
adapted color for onmouseover effect
modified some colors and CSS definitions of pages, media and section interface
sections: fixed layout-issue with IE7 (hopefully, can't check this)
Added missing text in languages files for jscalendar
Settings: pages-directory '/' will be converted to '' (empty string) on save.Changed last remaining call to my_htmlspecialchars() to htmlspecialchars()
Added some missing add_slashes(), get_post_escaped(), and strip_tags() for $_POST, $_GET and $_REQUEST-data. Also for $_SERVER['PHP_SELF'].