Project

General

Profile

Statistics
| Revision:

# Date Author Comment
1182 2009-11-24 20:36 Dietmar

add two constants in /framework/initialize.php for later feature in database settings
define('EDIT_ONE_SECTION', true) to edit only one section with editor in manage sections
modify page will be loading all sections with editor
define('EDITOR_WIDTH', 900) set min width for editor...

1181 2009-11-24 19:42 Dietmar
1171 2009-10-13 20:10 Ruud

fixed breaking droplets by highlighting search-words in search result pages.

1166 2009-10-12 18:54 Dietmar

Fix Bugs headersend errors in some core files
delete whitespaces after ?>

1165 2009-10-12 06:52 Dietmar

update function show_bread_crumb in framework/frontend.functions.php,
replace separator with entities char, add title for multilingual,
set breakcrumb in div container class="breadcrumb",
set separator in span tag class="separator",

1156 2009-10-09 23:30 Dietmar

Ticket #815 Fix Warning: open_basedir restriction in effect. File is in wrong directory in load_template

1155 2009-10-09 23:07 Dietmar

Ticket #815 Fix Warning: open_basedir restriction in effect. File is in wrong directory in load_module

1153 2009-10-07 01:49 Dietmar

Security fix - wrong placed "exit()" inside class.wb

1152 2009-10-04 14:24 Dietmar
1145 2009-09-21 11:14 aldus

Add Missing code inside "framework/addon.precheck.php" (ticket #798).
Changes inside "upgrade-script" to avoid "mysql_list_tables is deprecated" warnings (ticket #800).
Add "global $admin" to the install.php of the droplets-module to avoid (variable isn't declared) warnings. (ticket #800).

1142 2009-09-16 18:53 Dietmar
  1. Fixed bug changed URL_HELP in class.admin.php to http://help.websitebaker.org/ (ticket #801).
  2. Fixed bug: inside the FCK-Editor wbmodul: missing 'OK' button when inserting WB link with Safari/Chrome (ticket #795).
  3. Fixed bug changed png fix and path to jquery-pngFix.js inside footer.htt for backend themes (ticket #786)....
1138 2009-08-25 12:18 Ruud

Fixed bug in droplets. Multiple droplets with the same parameter did not extract the new parameter. (problem introduced by code optimisations for WB2.8)
Fixed usage of the depriciated (PHP 5.3.0) split() function in class.wb. (ticket #772)
Fixed notice ob_end_clean..failed to delete buffer. (ticket #779)

1137 2009-08-22 22:29 Ruud

Changed the default searchform name in the installer. (ticket #775)
Fixed the recursive redirect problem when a page is called with a wrong language parm (ticket #780)

1136 2009-08-15 11:19 kweitzel

Created 2.8.x branch

1118 2009-08-09 20:17 Matthias

Replaced function mime_content_type as the old one causes shell_exec warnings on some servers (Thanks to Aldus)

1107 2009-08-06 18:39 Matthias

Fixed bug that frontend.js, frontend.css and frontend_body.js are not used from snippets (ticket #764) (Thanks to Luisehahne)

1105 2009-08-06 17:36 Matthias

Added option to use a frontend_body.js in modules to include javascript from modules in the body of the frontend (Thanks to Luisehahne)

1101 2009-07-29 14:17 aldus

Changes inside class.wb.php to get rid of the the print->footer() problematic in the frontend.
changtes inside the adminsettings to alowed the user to use a "<" char inside his SMTP-Password.(thanks to FrankH)
Add last changes to the changelog - missing by mistake.

1100 2009-07-28 13:29 aldus

VersionCompare inside addon.precheck.inc.php use a new function to avoid conflicts within wrong results comparing versionnumbers/-strings.
Also remove PHP-Code inside "calender-system.css" (line 36) .

1086 2009-07-20 22:25 Matthias

Moved backend.js back from <body> to <head>

Added possibility to add a backend_body.js to modules wich is then called in <body>

1081 2009-07-18 18:51 Matthias

Added more meta tags to backend themes

1069 2009-07-15 22:28 Matthias

Fixed some validiation bugs in core and different modules (Thanks to luisehahne)

1066 2009-07-15 21:27 Matthias

changed in class_login.php mktime() to time()

1061 2009-07-14 14:15 aldus

changes in frontend.functions.php, line 323: 'date' to 'gmdate' to avoid E_STRICT warnings. Also "wb-setup.php' inside the jscalendar folder.

1011 2009-06-25 19:27 Matthias

Added option to use also MYSQL_ASSOC and MYSQL_NUM with mysql_fetch_array (Thanks to Luisehahne)

1009 2009-06-23 23:42 Matthias

-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)

992 2009-06-15 18:22 Matthias

Fixed small bug introduced in changeset [989]

989 2009-06-15 15:12 aldus

Add Droplets Modul to the project and the modificated files (index, seach and frontendfunctions)

987 2009-06-14 17:17 aldus

Bugfixes for ticket 728 (install without tables) - see changelog for details.

979 2009-05-06 17:28 Matthias

Fixed bug with not always included stylesheets in backend (ticket #717)

944 2009-02-22 10:39 Matthias

added skinable Admin Interface

939 2009-02-19 22:05 doc

fixed bug if language folder contains none language files (XX.php) or sub folders

931 2009-02-15 20:43 doc

Fixed bug with smart login option (remember me) (ticket #689)

929 2009-02-15 16:05 doc

Redirect time for function print_success can now be defined in Settings (ticket #603)

928 2009-02-15 13:29 doc

Added reload option to Add-on section and removed Admin tool reload

927 2009-02-14 23:08 doc

Added option to display user name on all backend sides

926 2009-02-14 14:14 doc

fixed wrong redirect path and added Id tag

925 2009-02-13 16:35 doc

Added option to perform pre-installation checks to test requirements of Add-Ons

916 2009-01-22 19:28 doc

Added default target attribut to backend menu links

915 2009-01-21 20:27 Matthias

Copyright notices now includes 2009

909 2009-01-13 20:08 doc

Added Javascript syntax highlighting framework EditArea as replacement for Codepress.

906 2009-01-08 23:43 doc

fixed error message in admin class if type array not defined

886 2008-12-26 18:45 thorn

fixed two issues with searchresult-highlighting: do not highlight in

/-tags, do not convert &lt; to &amp;lt; anymore.

885 2008-12-13 11:08 doc

changed mailer to not extract line break of alternative body text

881 2008-11-22 16:51 thorn

search: replaced most of $string_ul_umlauts (from search_convert.php) through use of preg's u-switch. Replaced strtr() by str_replace() (it's just faster). Changed ' to '

871 2008-11-01 00:27 thorn

added config for section anchor.
ATTN: add "INSERT INTO TABLE_PREFIX.'settings' (name,value,extra) VALUES ('sec_anchor', 'wb_', '')" to upgrade-script.

869 2008-10-29 20:05 thorn

search: added search_lang for use in search-form. Using DE, the search will search รค=ae,... (alternate spelling of german umlauts)
removed undocumented word-boundary search
search_path is now anchored to the beginning of link ("link LIKE '$path%'" instead of "link LIKE '%$path%'")...

868 2008-10-29 19:43 thorn

removed useless init_utf8funcs()-function

854 2008-07-25 19:06 thorn

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

851 2008-07-01 20:38 thorn

page-names with doubled (or more) points can not be handled if php runs as cgi. Thanks to forum member hgi2001.

844 2008-06-08 00:18 thorn

Hebrew-table in charsets-table.php was faultily imported - fixed.

842 2008-05-04 21:58 thorn

changed register_backend_modfile() to work with wysiwyg-module, too

841 2008-05-01 16:50 thorn

fixed file-naming issue when old page-names (from before 2.7) contains "&"

840 2008-04-26 16:31 thorn

class.admin.php deletes actual query-string while redirection. fixed.

834 2008-04-21 13:17 doc

Added some basic functions for module developers

820 2008-04-13 13:56 thorn

ASP: off per default. CAPTCHA: removed unneeded $admin. Filename: just convert chars like quote, doublequote, < > & to empty string.

810 2008-04-06 09:13 doc

removed some obsolete language variables from news and form module (now defined in global WB language files)

806 2008-04-05 18:22 Matthias

Added keyword Id to new files

801 2008-04-05 13:00 doc

Moved edit module CSS functions from modules to WB core (avoid code duplication; improve maintenance of code)

798 2008-04-04 21:40 thorn

fixed: Language-redirect removed query-string from URL

794 2008-04-03 19:15 doc

updated edit module CSS functions to include backend.css into head if possible

782 2008-03-31 18:35 thorn

fixed charset names (uppercase)

776 2008-03-27 18:00 thorn

fixed issue with highlighting while charset != utf-8

761 2008-03-24 15:54 thorn

search: great speed-up with large pages - requires PHP >= 4.3.3; small speed-up for PHP < 4.3.3.
FCK-Editor: loads large pages faster

758 2008-03-18 19:44 thorn

fixed another issue with utf8_isASCII() (too slow with many ~100KB pages)

757 2008-03-17 20:34 thorn

fixed an issue with utf8_check() (too slow with many ~100KB pages)

754 2008-03-13 17:53 doc

adjusted error/warning templates to the updated backend layout

749 2008-03-12 22:00 doc

Removed hardcoded /admin folder strings from WB core files where possible

745 2008-03-11 19:40 doc

fixed issue with WYSIWYG pages (appears if backend language and page frontend language differs)

742 2008-03-04 19:45 doc

fixed issue with smart view URL link

740 2008-03-03 19:57 thorn

fixed an issue with highlighting

731 2008-02-29 22:04 thorn

fixed issue in pagename generation if AddDefaultCharset is set (as work-around).

730 2008-02-28 23:13 thorn

fixed hebrew transliteration-table. Thanks to forum-member iti.

729 2008-02-28 18:09 doc

added bugfix from the forum member tavitar to fix an issue with multiple groups (module permission do not add up properly)

725 2008-02-23 12:30 doc

suppressed warnings in initialize.php if constant already defined; modified upgrade script to make FCK the new default editor

723 2008-02-23 00:34 thorn

some minor changes in utf-8 translation-table

719 2008-02-20 20:47 doc

modified upgrade script and suppressed headers already send message (avoid issues with error reporting E_ALL)

702 2008-02-17 14:46 doc

fixed language bug (backend language switched to the pages language viewed in frontend)

697 2008-02-13 19:51 thorn

fixed an highlighting-issue: highlighting a page with more than one sections mangled umlauts in the second to last section

696 2008-02-10 23:04 doc

fixed E_NOTICE warning with already defined module frontend constants

673 2008-02-08 19:59 doc

Removed module mail_filter and added revised version under new module name output filter. Bugs with regular expression fixed.

672 2008-02-08 18:41 thorn

removed wrong parameter from change_mode()-calls in function.php

671 2008-02-08 18:00 thorn

removed non-ascii character from source

663 2008-02-03 10:08 thorn

out-of-date default page isn't shown anymore, instead shows next public page

661 2008-02-02 21:52 thorn

search will show email-addresses, even if email-filter is activated (on page with highlighting). Fixed.

656 2008-02-01 23:53 thorn

Added some missing add_slashes(), get_post_escaped(), and strip_tags() for $_POST, $_GET and $_REQUEST-data. Also for $_SERVER['PHP_SELF'].

646 2008-01-30 16:18 thorn

registered pages didn't appear in menu. fixed.

641 2008-01-29 14:15 thorn

Removed debug-output and doubled comments from framework/functions.php

638 2008-01-28 23:29 thorn

Allow a user-supplied From-Name in form-settings for email und success-email.

636 2008-01-28 22:31 thorn

fixed WARNING-message about possibly not defined constant

627 2008-01-28 17:49 doc

Re-introduced Changeset 593 (filename in pages/ from page_title instead of menu_title)

621 2008-01-27 21:55 doc

introduced the WB 2.7 backend style developed by Michael Brinsteiner (escpro), thanks man

601 2008-01-26 13:07 doc

Added Javascript Admin module (developed by Stepan Riha, adapted for WB2.7 by Swen Uth)

596 2008-01-25 22:29 thorn

added new CAPTCHA and ASP (Advanced Spam Protection)

595 2008-01-25 16:08 doc

Removed changes introduced with Changeset 593 (need to agree if we want add this to the core with WB2.7)

593 2008-01-24 23:09 thorn

Generate filename in pages/ from page_title instead of menu_title.

587 2008-01-22 21:01 doc

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.

576 2008-01-20 16:38 doc

Added the new admin tool email output filter which allows to transform emails before displaying them on the frontend

568 2008-01-19 18:34 doc

Added support to configure the mailer settings via the backend

558 2008-01-18 19:32 Matthias

Fixed hardcoded /pages issue in intro page feature