Project

General

Profile

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

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