! update version number of module FCK-Editor to 2.10.0
! /include/editarea/wb_wrapper_edit_area.php:: add init parameters as Array! /modules/droplets/modify_droplet.php call edit_area with Array
! /modules/droplets/example/ update some droplets and remove the old ones
! /install/index.php add query magic_quotes_gpc (has to be disables)! /install/save.php set values for home_folders and page_languages to default false- remove 0 byte file in FCKeditor
! initialize.php now blocking PHP-versions <5.3.2 and PHP with magic_quotes enabled! droplets some new/recoded droplets added, some old ones removed
! [wblink] outputfilter now can handle ancors too! WbLink Interface is much more easier to use now.
! some new or fixed Droplets added
- \templates\wb_theme\css :: remove 0 byte files
+ added new Interface usable to connect from WYSIWYG-Editor to all Modules with subitems like news or topics
! modules/wysiwyg made completely independend from hardcoded internal URLs
! /modules/MultiLingual/tpl/lang.html.twig updating template with changed data
! /modules/news/upgrade.php optimize add and modify field tables, rebuild message! /modules/news/modify_post.php and modify_post.php check posts folder if not exists then create! /upgrade-script.php add ModuleReorgAbstract calling the Reorg Accessfiles from modules
! WbAdaptor::getWbConstants() now on import skip constants holding database settings
+ /module/news/WbLink.php added Interface class to module news! ../fck_wbmodules.php & ../wbmodules.htt modified link generation for news module
! /module/output_filter/filters/filterWbLink added extended format to [wblinkXX] - tag+ /framework/WbLinkAbstract.php added abstract class/interface for filterWbLink
fixed /news/Reorg::deleteAll() typofixupdate ModuleReorgAbstract::__construct() set to final
added /framework/ModuleReorgAbstract provides the basics for modul depending reorganisation classesupdate /modules/news/Reorg now extends ModuleReorgAbstractfixed problem with empty directories fixedupdate /modules/news/upgrade.php // rebuild all access files fixed
! If the advanced option languages Page was disabled or pages exist with one language only, then all available languages are shown to be selected in the User-Settings implemented in backend
! /modules/news/Reorg.php completely recoded using class AccessFile()! /modules/news/upgrade.php add accessfile report to output details in upgrade-script.php! /modules/news/save_post.php search for missing accessfile folder and create missing one
! /framework/functions.php: started implementation of packet AccessFile in function rebuild_all_accessfiles()+ /framework/functions.php::rm_full_dir() added additional argument to set list of protected files! integrate the new processes into the upgrade-script.php...
/news/add.php insert missing [SHORT] tag/news/view.php new placeholder [POST_ID] for use in post-loop added
/news/add.php fixed some little HTML syntax bugs
typofix/structurfix in /modules/form/modify_settings.php
update /modules/fckeditor update to version 2.9.9 IE fix (from Marmot)
solved some problems with MultiLingual module
solved problems with escaped strings in /modules/droplets/droplets.functions.php
class AccessFile implemented in modules/news
added $page_id compatibility to /index.phpsolved escaping problems on save to database in modules/droplets
update Droplet iParentPageIcon
module/MultiLingual updated for make use of different graphics formatadded Droplet to use Multilingual in index.php of template
/modules/MultiLingual/tpl/lang.html-twig little typofix in template
fixed Tooltips in backend
MultiLingual: icon-URL corrected
added module MultiLingual to basic packet
! /modules/admin.php $sSectionIdPrefix! /admin/media/upload.php change $database->query($sql) to $database->get_one($sql)! /upgrade-script.php only systemadministartor can call the script upgrade all dev-module inclding in package
! /modules/form/ beginning recoding
! /modules/news/ beginning beginning recoding replacing absolute MediaUrl with place holder
! /modules/show_menu2/ set to version 4.9.7 DEBUG == true show query counts
! /modules/droplets/ set to version 1.3.0 installing module with sql import make upgrade.php compatible with upgrade-scrip.php
! recoding /modules/code/add.php with exception
! modules/menu_link/save.php coding new sql logic to replace adding an empty table row in add.php
! modules/wysiwyg/save.php use new methode in class.wb to replace absolute MediaUrl
update headerinfo
added new OutputFilter plugin 'FilterMediaRel'
! update jsadmin module and set Version to 1.4.1! update news module and set Version to 3.8.7
! update output_filter module set version to 0.4.1
! update captcha_control module set version to 1.2.1
! groups change languages class to translate class! prepare upgrade-script for WB Version 2.8.4 (versioncompare)! update Form modul to version 2.9.1
! fix news reorg.php to be backward compatible slash settings
! wysgwyg, first try to repair missing table entries! page sections typofix in header
! wysgwyg, now check exitings table entries, otherwise script stop loading content in editor! typofix in groups! change constant DB_NAME to $database->DbName
! change mysql_esc_string to WbDatabase::getInstance()->escapeStrinng()
! fixed pagetree header
! settings move website_signature to mailer settings! fix html validate error in pages sections! add pages field page_code to class.frontend.php! optimized jsadmin backend.css
! update dragdrop reorder positions of a page tree
! Update Checks if a browser's user agent string is compatible with the FCKeditor.! Set WebsiteBaker Module Version to 2.9.8
! update submission form with designer friendly css classes
! upgrade-script: update if filesRemove or remove dirs failed! update methode StripCodeFromText, add remove , ! security fixes in form modul with StripCodeFromText
+ add maintance modus in backend
! fixed form modul (Tks to Ruebenwurzel)! Send forgotten Theme CSS in Revision 1780
! recoded module news,form,wysiwyg upgrade to work with upgrade-script
! fallback changes in wysiwyg Revision 1754 because it's required that section_id is the PRIMARY KEY Fallback will be done in upgrade-script until the final version ! build in extra input seo title in page settings! beginning rebranding wb_theme
! forgot to upload the install.php from wysiwyg modul in Revision 1756! correcting some more SEC_ANCHOR
! update wysiwyg install.php, now using methode SqlImport from WBDatabase