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.
fixed display issue in news modul
added missing ID Tag
updated show_menu2 to version 4.7
Added captcha-reload
search: fixed windows-related regex issue
updated to latest FCKEditor version 2.6.3
fixed sorting order of search-results
fixed an issues related to search, changed one SQL inner join (to use USING instead of WHERE, added $database = new Database(); in front of output-filter
fixed MODI_DATE/PUBLISHED_DATE issue in news-module. Added PUBLISHED_TIME, removed PUBL_DATE,PUBL_TIME. Thanks to forum-member timorotha
Updated to latest FCKEditor version 2.6.2
page-names with doubled (or more) points can not be handled if php runs as cgi. Thanks to forum member hgi2001.
applied additional mail check to forgot login form
class and id attributes in mailto links are no longer ignored by the output filter
fixed issue with captcha (mt_rand() instead of rand()); fixed bug in search (link to http://.../search/index.php performs a search with string 'unset')
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
Updated show_menu2 to version 4.60 (to avoid disappearing menus)
Hebrew-table in charsets-table.php was faultily imported - fixed.
modified output filter routine to prevent errors if database entries do not exist
changed register_backend_modfile() to work with wysiwyg-module, too
fixed file-naming issue when old page-names (from before 2.7) contains "&"
class.admin.php deletes actual query-string while redirection. fixed.
fixed validiation bug in option fields of form modul
Created 2.7.0 tag
Created 2.7.x branch
Set version to 2.7
Fixed bug in the PL language file of the JS calendar
Added some basic functions for module developers
fix: allow external urls for search-results
fixed jscalendar's language-files
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
fixed minor issue in upgrade-script.php introduced in changeset [820]
Added show_menu2() to pre-installed WB modules (many thanks to Brodie Thiesfield for this great menu function replacment)
Allowed tags for multi-lingual module descriptions
fixed issue with multigroups (level 0 page-creation)
fixed CAPTCHA language-files once again.
removed doubled entry $TEXT['START']
fixed some more language-files
fixed language-files
ASP: off per default. CAPTCHA: removed unneeded $admin. Filename: just convert chars like quote, doublequote, < > & to empty string.
Fixed WB-Link Plugin to work with WB versions below 2.7 (so we can use the same module for WB 2.6.x and WB 2.7)
Modified FCKEditor WB-Link Plugin to work also with WB versions below 2.7
added keyword id to new files
Added the latest FCKEditor v2.60
removed the outdated FCKEditor v2.51
fixed error in german laguage file
set version from 2.7 (RC3) to 2.7 (RC3a)
added missing group_id in INSERT-query
accidentally used stripos instead of strpos. fixed
removed some obsolete language variables from news and form module (now defined in global WB language files)
enlarged admin tool icon to match size 50x50px of the other icons
Moved language variables for edit module CSS from modules language files to core language files
Added norwegian translation (Thanks OEH)
Added keyword Id to new files
imported new russian translation from User shlack. Many Thanks
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 {})
Added workaround for the template parser class
Moved edit module CSS functions from modules to WB core (avoid code duplication; improve maintenance of code)
minor layout change
allowed character "-" to be used in database names
fixed: Language-redirect removed query-string from URL
set WB version to 2.7 (RC3) for the next upcoming release candidate
some code clean up in news/form module
small adaption of the edit CSS function file css.functions.php
updated edit module CSS functions to include backend.css into head if possible
Fixed bug in decryption routines of the Output-Filter module
added handling of missing characters to mailto encryption routines
fixed bug with registration of users are not added to signup group
Some code clean-up in News module
fixed some layout issues with Form module (combination with Output-filter)
Fixed layout issue with optional subject/body text of encrypted mailto links (carriage return)
Fixed bug in the mailto encryption code of the Output-Filter module
removed typo in English language file
added updated edit CSS functions to the News module
added updated edit CSS functions to the Form module
fixed bug in output filter (mailto links with HTML entities in optional part)
fixed charset names (uppercase)
added missing translation to Dutch language file (thanks Bramus)
WYSIWYG: changed field text to LONGTEXT, too.
Some cleanup in search.php
fixed again the Dutch language
search: further speed improvment
fixed issue with highlighting while charset != utf-8
Updated Dutch language file (Thanks to Bramus)
fixed E_NOTICE-message in admin/modules/details.php
search: added missing vars to $search_func_vars[] for external search
fixed E_NOTICE-messasges in Changeset770
fixed issue with hidden files in list_files_dirs()
search: added missing code to allow query of external data and to process the search data itself
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)
fixed issue in DA.php
Updated Danish Language file (Thanks to Achrist)
Added RU-language-files, provided by user shlack; converted to entities.
removed some debugging-code