Set Version to WB2.8RC1
- Added posibility to upload and unzip .zip packages to media section (Thanks to BerndJM)
- Updated Browse Media Window in wb_theme now supports file icons, more file informations and a new preview function (Thanks to BerndJM)
Added missing admin/settings/setting.js
Major fixes on backend to get XHTML valid output (Thanks to Luisehahne)
Bugfix for Error-Level settings (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 missing option for admin-tools in advanced view of access settings (ticket #714)
fixed bug introduced in changeset [975]
Fixed bug with missing template object in groups and user settings(ticket #716)
Fixed bug with dropdownlist in pages settings (ticket #713)
Added language support for template_description (affects templates and themes)
fixed manage section is showed twice (ticket #694)
removed unneeded icons from wb_theme
removed unneeded stylesheet.css from account dir
renamed warning.htt to warning.html to fix display of sourcecode after invalid login attemps
added fixed error.htt also to classic theme
added skinable Admin Interface
fixed wrong index in language array and removed some comment lines
addon overview to show advanced options after redirect from reload.php
added option to invoke module upgrade.php/uninstall.php files from backend (for modules uploaded via FTP)
Added option to invoke module install.php from backend (for modules uploaded via FTP)
Moved reload option of Add-ons to main Add-on section.
reworked logout to reset possible remember key in database when logging out
Redirect time for function print_success can now be defined in Settings (ticket #603)
Added reload option to Add-on section and removed Admin tool reload
Added option to perform pre-installation checks to test requirements of Add-Ons
Mail text for register, signup and forgot mail now taken from WB language file (ticket #684)
Bugfix for ticket #680: change the condition-test to get rid of the utf-8 problematic if the languange contains entities on the button-label.
Copyright notices now includes 2009
Added Javascript syntax highlighting framework EditArea as replacement for Codepress.
Code-Snippets are not longer displayed as type unkown; addidtional key $TEXT['CODE_SNIPPET'] in the languagefiles; not full translated
modul_uninstall: Removed undefined and unused constants (DB_FETCHMODE_ASSOC)
modul_uninstall: added language variable $TEXT['FILE'] instead of "Datei"
remove debugging code
added language-support for the error-messagesfor the uninstall files for modules and templates.update german languagefile with the new textes.
replaced in news modul special chars with entities to get valid output;changed SESSION ID Separator from '&' to '&' to get valid outputRemoved the <p> tag around the news as it is added from the editorset version to 2.8 BETA
removed a query - the table isn't in wb2.7 anymore
add 'order by name' to the select-query to display the admintools in alphabetic order.
Remove undefined and unused constants (DB_FETCHMODE_ASSOC)
added config for section anchor.ATTN: add "INSERT INTO TABLE_PREFIX.'settings' (name,value,extra) VALUES ('sec_anchor', 'wb_', '')" to upgrade-script.
Modify to get informations where the modul is in use whena user try to uninstall it.
Modify to get informations where the template is in use whena user try to uninstall it. Additional informations if the template is the standard-template.
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
Set version to 2.7
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 bug introduced with Changeset 826
Allowed tags for multi-lingual module descriptions
fixed issue with multigroups (level 0 page-creation)
set version from 2.7 (RC3) to 2.7 (RC3a)
added missing group_id in INSERT-query
enlarged admin tool icon to match size 50x50px of the other icons
fixed viewing_groups-handling in /admin/pages/add.php
some small fixes: group_id/groups_id-handling, safe_mode-query in install, better work-around for issue with phplib and code-module (removed {})
minor layout change
set WB version to 2.7 (RC3) for the next upcoming release candidate
fixed some layout issues with Form module (combination with Output-filter)
fixed E_NOTICE-message in admin/modules/details.php
search: added search_time_limit in settings (mainly for sites with PHP < 4.3.3 and slow search)
Fixed missing <body> tag in Admin Interface (#572)
adjusted error/warning templates to the updated backend layout
replaced one icon in admin interface
fixed loading time and some display issues in IE6 of the new admin interface and tweaked the new admin interface a little bit.
set version number to 2.7 (RC2) for the upcoming second release candidate
fixed issue with smart view URL link
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
added workaround for language sorting-problem
Changed language sorting from directory to name (needs additional to be escaped!)
Fixed issue with two broken links
adapted color for onmouseover effect
Website Header field in Settings now visible per default; Modified templates to display Website Header and to use show_menu instead of page_menu.
added highlighting of active input elements to all WB backend areas; changed some colors
modified some colors and CSS definitions of pages, media and section interface
sections: fixed layout-issue with IE7 (hopefully, can't check this)
allowed usage of tags in settings fields: website_header, website_footer
Added missing text in languages files for jscalendar
fixed wrong redirect in /admin/images
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'].
Adjusted clock-red icon to match wb colors
Fixed parent dropdown in admin/pages/settings.php, too.
admin/pages: the parent dropdown-list showed foreign private pages, too. Fixed.
fixed bug with text Captcha (input restricted to 10 characters) and a small layout issue
Had to fix some strtotime()-related issues in admin/pages/sections and module news to use with PHP4.
fixed issue with top bar icon alt tag
added some more backend layout modifications, corrected bug in NL.php language file
Re-introduced Changeset 593 (filename in pages/ from page_title instead of menu_title)
replaced static text line with variable text from language file
introduced the WB 2.7 backend style developed by Michael Brinsteiner (escpro), thanks man
added default language for users to avoid empty language fields
added new CAPTCHA and ASP (Advanced Spam Protection)
Removed changes introduced with Changeset 593 (need to agree if we want add this to the core with WB2.7)
Generate filename in pages/ from page_title instead of menu_title.
fixed another E_NOTICE warning
Added multi-lingual Admin tool description. Moved Admin tool language text from global language file to module language files. Added function get_variable_content to allow extraction of variable without including files.