Project

General

Profile

Statistics
| Revision:

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

269 2005-12-12 01:11 ryan

fixed bug with page description not being set

263 2005-12-12 00:27 ryan

Fixed error in patch

261 2005-12-12 00:22 ryan

Applied patch to class.login.php

250 2005-11-27 10:44 ryan

Added Captcha to News module

249 2005-11-26 09:33 stefan

Fixed a problem with the install script that occur when non-stock modules are already present and use $admin->print_error().

246 2005-11-25 16:16 stefan

Improved default block content feature. Usage: If a template is used with multiple blocks and a page does not have content in one of the blocks, the content of this block is taken from the default (start) page instead. This behavior can be deactivated by setting ->default_block_content='none' or a specific page can be set using ->default_block_content=%page_id% where page_id stands for the page id of the page to use. This variable can be changed before every page_content call for the specific blocks to allow for complete flexibility.

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

239 2005-11-22 12:50 stefan

Fixed more inconsistencies regarding line endings and end-of-file newlines

238 2005-11-21 11:43 stefan

Fixed inconsistent line ending styles

232 2005-11-20 12:48 ryan

Added support for mailto: links in the menu link mod

230 2005-11-20 11:50 ryan

Added extra characters to convert.php (see bug #64)

220 2005-11-18 15:51 stefan

Some changes and fixes to menu code

219 2005-11-16 23:32 stefan

Fixed bug #61 - typo regarding standard menu_footer.

217 2005-10-30 20:44 stefan

Frontend functions page_keywords() and page_description() now display page specific entries if present, otherwise website settings.

208 2005-10-23 14:27 stefan

Added octal to decimal conversion in initialize.php to create a proper integer value out of string file/dir mode constants.

194 2005-09-29 04:11 ryan

Added module_function-lowercasing

185 2005-09-28 11:09 ryan

Updated functions file

167 2005-09-27 05:28 ryan

Removed load_addons and replaced with load_module, load_template, and load_language

165 2005-09-27 04:17 ryan

Added load_addons functions

164 2005-09-27 02:49 ryan

Added some DB checking code to initialize.php

151 2005-09-19 04:46 ryan

Update for new addons table

146 2005-09-19 04:32 ryan

Moved captcha.php out of framework dir

145 2005-09-19 04:16 ryan

Initial captcha script

143 2005-09-19 01:49 ryan

Cleaned-up some whitespace

127 2005-09-19 01:14 ryan

Updated "Help" link

120 2005-09-17 12:26 stefan

Minor fix.

116 2005-09-16 23:20 stefan

Removed strip_slashes_dummy.

115 2005-09-16 23:13 stefan

Fixed ticket #19 (addon link not shown). Corrected breadcrumbs code.

112 2005-09-16 00:44 stefan

Implemented hook for new module type "snippet".

108 2005-09-15 21:28 stefan

Minor cleanup.

107 2005-09-15 21:22 stefan

Corrected session code.

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.

58 2005-09-09 23:41 stefan
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.

51 2005-09-08 17:19 stefan

Added new frontend class attribute no_default_content which controls what is shown in other blocks on pages like search, login,... and corrected implementation

50 2005-09-08 16:37 stefan

Fixed typo

49 2005-09-08 16:23 stefan

When PAGE_CONTENT is defined, other blocks are still shown

48 2005-09-08 16:05 stefan

Fixed minor compatibility bug

43 2005-09-08 00:20 stefan

Added automatic frontend redirection on login.

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.