Project

General

Profile

  • svn:executable: *
  • svn:keywords: Id

# Date Author Comment
1166 2009-10-12 18:54 Dietmar

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

1153 2009-10-07 01:49 Dietmar

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

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)

1136 2009-08-15 11:19 kweitzel

Created 2.8.x branch

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.

944 2009-02-22 10:39 Matthias

added skinable Admin Interface

929 2009-02-15 16:05 doc

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

915 2009-01-21 20:27 Matthias

Copyright notices now includes 2009

885 2008-12-13 11:08 doc

changed mailer to not extract line break of alternative body text

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'].

638 2008-01-28 23:29 thorn

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

555 2008-01-18 13:56 Matthias

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

552 2008-01-18 02:56 thorn

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

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

519 2007-12-23 15:37 Matthias

Changed all copyright notices to include now 2008

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

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

406 2006-12-25 02:52 ryan

Removed mention of GMX name

399 2006-12-24 08:50 Matthias

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

386 2006-12-20 22:43 Matthias

Added phpmailer class (thanks to doc)

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

324 2006-03-09 17:43 stefan

Removed additional parameter from mail call

317 2006-03-01 15:18 stefan

Changed all line endings to Unix stlye

310 2006-02-19 06:31 ryan

Updated all copyright notices to include 2006

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.

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.

242 2005-11-23 17:24 stefan

Moved page_link function to class wb and changed page_link() in functions.php to use the wb class method

238 2005-11-21 11:43 stefan

Fixed inconsistent line ending styles

116 2005-09-16 23:20 stefan

Removed strip_slashes_dummy.

106 2005-09-15 21:15 stefan

Renamed compatibility.php to frontend.functions.php.
Moved frontend functions from class frontend to frontend.functions.php.
Removed instances of strip_slashes_dummy. Replaced $this by $wb in a couple of places.
Created file initialize.php, where all initializations now take place (moved from class wb constructor).

95 2005-09-13 01:08 stefan

Moved settings from config.php into database.
NOT FULLY WORKING!!!

70 2005-09-11 15:47 stefan

Removed support for internal HTMLArea editor. Created new stock module HTMLArea.

59 2005-09-10 00:04 stefan

Fixed missing parent option 'none' - ticket #12 - and a minor scope bug.

55 2005-09-09 23:01 stefan

Removed initialize.php, moved initialization code to class wb constructor. Changed attribute no_default_content to default_block_content and changed behavior.

42 2005-09-07 23:10 stefan

Changed most occurrences of strip_slashes to new dummy method strip_slashes_dummy.

40 2005-09-07 21:22 stefan

Change addslashes,stripslashes to (wb class) method calls add_slashes,strip_slashes

39 2005-09-07 17:01 stefan

Reverted erroneous deletion in class.wb.php

38 2005-09-07 16:56 stefan

Reworked search.php, fixed typo in media/browse.html.

36 2005-09-07 01:31 stefan

Created new stripslashes method in class wb. Changed stripslashes() calls to method calls.

19 2005-09-05 01:18 stefan

Removed direct access path disclosure occurrences.

11 2005-09-04 11:20 ryan

Added the Id keyword into the top of each file that was missing it

10 2005-09-04 10:59 ryan

Added the Id keyword for all files

5 2005-09-04 09:42 stefan

Restructured frontend code and fixed various bugs