Project

General

Profile

Statistics
| Revision:

# Date Author Comment
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

556 2008-01-18 14:34 Matthias

Added example .htaccess to parse .html files, fixed bug in changeset [555]

555 2008-01-18 13:56 Matthias

Revoked parts of changeset [547] and again introduced changeset [540]

554 2008-01-18 13:26 Matthias

Added keywords to new files

552 2008-01-18 02:56 thorn

added new module-based search-function and publish-by-date code

551 2008-01-17 23:46 thorn

Reintroduced some more changes from changeset [520] and [540] which where overwritten by changeset [546]

547 2008-01-17 20:38 Matthias

Reintroduced changes from changeset [520] and [540] wich where overwritten by changeset [546]

Revoked changeset [541] end removed all PAGE_EXTENSION variables and the related option in WB settings as this function only works on Apache Servers together with .htaccess and mod_rewrite...

546 2008-01-17 19:10 doc

added the "users in multiple groups" feature (closes parts of ticket #546)

543 2008-01-16 13:56 thorn

module menu_link: fixed page-deleteing-bug and some odd behavior, added table mod_menu_link

542 2008-01-16 13:10 thorn

fixed #532 - PHP Error levels

541 2008-01-14 22:31 Matthias

Replaced hardcoded .php with the variable PAGE_EXTENSION for the use in pagenames. (!!Attention!! To get extenions other than .php working additional fixes are necessary!) Fixes ticket #370

540 2008-01-14 22:08 Matthias

Replaced the variable PAGE_EXTENSION with hardcoded .php on all places where the pathes points to WB Corefiles with the page extension .php

536 2008-01-13 18:30 doc

Moved the admin tools from 'Settings' to the new section 'Admin-Tools'.

530 2008-01-12 17:39 doc

introduced smart URL detection for the 'View' menu in the WB backend (if page_id is set, redirect to this page instead of the root)

526 2008-01-11 16:48 doc

Added constants MOD_FRONTEND_CSS_REGISTERED and MOD_FRONTEND_JAVASCRIPT_REGISTERED to function frontend.functions.php to allow modules to check if the register_frontend_modfiles function is invoked from the index.php of the current template.

520 2008-01-09 19:17 Matthias

Fixed #542 (thanks to Thorn)

519 2007-12-23 15:37 Matthias

Changed all copyright notices to include now 2008

516 2007-09-21 18:17 Matthias

Fixed a typo in /framework/frontend.functions.php cause that websites using the new register_frontend_modifles() functions implemented with v2.6.6 do not validate

510 2007-07-02 06:48 Matthias

Added missing converting file for changeset [504]

504 2007-07-01 08:33 Matthias

Fixed converting issue with some ISO-charsets and speeded up converting on large pages (thanks to Thorn)

501 2007-07-01 07:13 ryan

Fixed bug where error message not displayed when script fails to create a page

493 2007-06-23 17:50 Matthias

Fixed search issue if single quotes and double quotes are not stored as entities (Thanks to thorn)

490 2007-06-23 10:13 Matthias

Fixed issue with escaped single and double quotes in search result (Thanks to thorn)

488 2007-06-22 07:23 Matthias

Fixed issue with escaped single quotes in pagenames generation (thanks to thorn)

482 2007-06-14 22:38 Matthias

Again fixed some issues with search results page on some php4 servers (Thanks to thorn)

478 2007-06-11 18:22 Matthias

speeded up highlighting on big WYSIWYG pages;
fixed: '>' wasn't shown in highlighting result;
Thanks to thorn

476 2007-06-09 08:28 Matthias

Added function wich replaces mbstring cause this seems not to work properly on some php4 versions (Thanks to thorn)

472 2007-06-05 23:45 Matthias

fixed ticket #402 Thanks to Thorn

470 2007-06-05 22:32 Matthias

Fixed ticket #390

468 2007-06-05 00:55 Matthias

Fixed bug in search with some html tags (Thanks to thorn)

466 2007-06-05 00:32 Matthias

fixed ticket #401

464 2007-05-19 10:31 Matthias

Fixed some possible page crashes wich are caused from php if strlen is used (see http://bugs.php.net/bug.php?id=24460 and http://bugs.php.net/bug.php?id=27070 and http://ilia.ws/archives/5-Top-10-ways-to-crash-PHP.html for this) Thanks to Thorn

461 2007-05-14 22:17 Matthias

Added support for ISO-8859-6. WB now fully supports UTF8 and all ISO charsets except ISO-2022-JP and ISO-2022-KR. This languages only can be used with UTF8.

458 2007-05-12 20:14 doc

Added package which allows to integrate optional JS & CSS module files (frontend.css, frontend.js, backend.css, backend.js) into the <head> section of the HTML code. This allows developers to code modules which creates (X)HTML valid output.

455 2007-05-08 22:14 Matthias

Added wrapper to functions.php if mb_string is not available

451 2007-04-30 09:42 Matthias

Added Changeset [417] again to the trunk because removing it from the branches also removed it from the trunk

449 2007-04-30 09:17 Matthias

Removed changeset [417] from the 2.6.x branches because it is for WB 2.7.x versions

445 2007-04-10 20:04 Matthias

Optimized search and highlighting funktions

442 2007-04-01 15:09 Matthias

Fixed issues with some languages when UTF8 is used.
Removed all htmlentites from the code (revoked changeset [396]) and added new functions instead.
Adapted the search and the highlighting to use the new functions.
With this changes WB can now be used with charset UTF8 for all languages.

438 2007-03-04 10:07 Matthias

Fixed some issues in search highlighting function (Thanks to thorn)

437 2007-03-03 14:24 Matthias

Added new function for highlighting search results in the content area; Fixed some issues in search with special chars; (Special thanks to "thorn" and "Funky_MF")

436 2007-02-22 19:24 doc

Fixed bug in changeset 428 (page files were not removed from the /pages folder when deleting files from the backend due to a typo in wb/framework/function.php).

435 2007-02-18 09:30 doc

Added functions page_css() and page_javascript() to frontend.functions.php. Function include link references in the head section to the optional module.css and module.js files.

434 2007-02-16 19:48 doc

Suppressed PHP warnings and errors when reading empty intro.php

433 2007-02-16 18:40 doc

Applied fix to allow parsing of PHP code in the intro page (/pages/intro.php)

428 2007-02-02 21:51 Matthias

Fixed ticket #380 (Thanks to pcwacht)

420 2007-01-29 23:24 Matthias

Fixed "REMEMBER_KEY" Cookie SQL Injection security issue (#376)

417 2007-01-24 19:49 doc

Updated some core files to allow the configuration of PHPMailer via the admin settings panel instead of config.php. PHPMailer related settings are now stored in the Website Baker database. The following settings can be configured:
SMTP-host, SMTP-authentification , SMTP-password and SMTP-username.

412 2007-01-02 23:15 Matthias

Added Id keywords to all missing files

411 2007-01-02 19:47 Matthias

Added the Id keyword to class.wbmailer.php

406 2006-12-25 02:52 ryan

Removed mention of GMX name

404 2006-12-25 02:36 ryan

Updated links to Website Baker website

400 2006-12-24 10:10 Matthias

Fixed root_parent doesn't get updated when moving item in menu (#305)

399 2006-12-24 08:50 Matthias

Added 2007 to all copyright notices
Added missing ID Keywords
Removed not Unix conform line endings

396 2006-12-23 20:23 Matthias

Fixed problem with Page Title has to be escaped (#287)

394 2006-12-22 09:43 Matthias

Added id keyword to new file class.wbmailer.php

387 2006-12-20 23:03 Matthias

Fixed a little typo error in class.admin.php (#364)

386 2006-12-20 22:43 Matthias

Added phpmailer class (thanks to doc)

381 2006-12-20 22:09 Matthias

Fixed large space between menupoints in IE (#349)

380 2006-12-20 21:58 Matthias

Fixed Website description is not displayed when no page description is available (#348)

374 2006-12-20 21:36 Matthias

Fixed various php notices (#334)

373 2006-12-20 21:31 Matthias

Fixed addons table isn't updated when a modul is updated (#332)
Added new upgrade_function (thanks to kozmoz)

364 2006-08-22 11:35 stefan

Added get_post_escaped to wb class which automatically calls add_slashes on get_post output and used it in form/save_field.php

342 2006-05-03 10:10 stefan

Ticket #182 - error not reset by additional query

333 2006-03-14 23:33 stefan

Fixed ticket #143. Charset setting is now used in admin login and forgot pages.

325 2006-03-09 19:06 stefan

Fixed ticket #141 - admin now sees all folders in media

324 2006-03-09 17:43 stefan

Removed additional parameter from mail call

321 2006-03-02 22:17 stefan

Fixed bugs in the new functions in class.admin.php.

320 2006-03-02 22:08 stefan

Due to compatibility reasons, removed support for MEMORY_USAGE again. Updated CHANGELOG.

318 2006-03-02 21:52 stefan

Added methods get_user_details, get_page_details, get_page_permission to class admin.

317 2006-03-01 15:18 stefan

Changed all line endings to Unix stlye

316 2006-03-01 15:04 stefan

Added support for tag [MEMORY_USAGE] in page footer. Renamed tag [PROCESSTIME] to [PROCESS_TIME]

311 2006-02-19 06:39 ryan

Updated help links to use websitebaker.org/permalink

310 2006-02-19 06:31 ryan

Updated all copyright notices to include 2006

301 2006-02-03 22:57 stefan

Ticket 125 - smart login not working. Thanks to alex.

296 2006-02-03 22:37 stefan

Fixed charset typos.

295 2006-02-03 22:35 stefan

John: Changed the e-mail validation code and added a mail function to class wb.

294 2006-02-03 22:32 stefan

Added parameter depth to show_breadcrumbs function to set the number of levels to be show.

291 2006-01-30 23:35 stefan

Character encoding setting also affects admin backend. Mentioned in ticket #102.

289 2006-01-28 21:32 stefan

Fixed: Breadcrumbs showed incorrectly when using the level feature.

286 2006-01-23 22:15 stefan

Added an exit call after every heading("Location:...") redirector to prevent unwanted execution of code.

280 2006-01-15 10:07 stefan

Fixed another typo in class.frontend.php. Ticket #100.

279 2006-01-14 23:21 stefan

Fixed ticket #100 - 'contruction' typo

278 2006-01-14 23:18 stefan

Fixed some notices and warnings.

275 2006-01-14 22:50 stefan

Replace 'admin' by 'wb' in all account pages. Moved print_success and print_error code to class.wb.php. Added correct parameters to these functions in account pages.