Project

General

Profile

Statistics
| Revision:

# Date Author Comment
698 2008-02-13 22:44 thorn

allow external links in menulink-module

695 2008-02-10 19:45 Matthias

fixed some errors in standard german language file

added new colloquially german language file (thanks to Michael Tenschert)

685 2008-02-09 17:07 doc

output_filter: fixed bug in regular expression (eats up characters in mailto links)

684 2008-02-09 14:34 doc

removed word boundary from mailto regex part in the output_filter module

682 2008-02-09 11:29 doc

fixed bug in menu_link module (IE 7 did not show the select boxes at all)

680 2008-02-09 09:45 doc

module output_filter: added word boundary for the mailto regex part to avoid problems with text mails and mailto mails in one single line

679 2008-02-09 00:52 thorn

jsadmin: re-ordering of pages or sections wasn't saved. Fixed

678 2008-02-09 00:36 thorn

menu_link: fixed issue with IE7 (hopefully, can't check this)

677 2008-02-09 00:29 thorn

jsadmin: added latest changes from swen, fixes most (or all?) issues.

676 2008-02-09 00:07 thorn

module news: set focus on captcha-field if user have to re-enter captcha

674 2008-02-08 20:39 Matthias

added kewyword id to all new files

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.

666 2008-02-03 19:33 thorn

fck_wbmodules.php: foreign privates pages in dropdown, fixed.
Fixed an E_NOTICE-warning.

662 2008-02-03 08:27 Matthias

added kewyword id to all new files

660 2008-02-02 14:51 thorn

Added missing text in languages files for jscalendar

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

655 2008-02-01 19:27 doc

Added default index.php to all folders to prevent directory spoofing

652 2008-01-31 22:24 thorn

captcha admin-tool: fixed display-issue with Firefox.

649 2008-01-31 14:27 thorn

Improved ASP in news-module.

643 2008-01-29 23:34 thorn

Had to fix some strtotime()-related issues in admin/pages/sections and module news to use with PHP4.

640 2008-01-29 03:14 thorn

Text-captcha: moved text-file to database.

639 2008-01-29 00:05 thorn

Security bugfix: Text file for text-captcha was readable from everywhere. Text-captcha: empty line in test file, following a question, was accepted as answer. Fixed.

638 2008-01-28 23:29 thorn

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

631 2008-01-28 19:28 thorn

changeset 627: menu_link and search/search.php needs some minor changes, too.

628 2008-01-28 18:25 thorn

Text-CAPTCHA: added description how to input questions and answers.

627 2008-01-28 17:49 doc

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

626 2008-01-28 17:28 doc

Fixed some bugs in the Javascript Admin module

624 2008-01-28 16:25 thorn

Added Text-CAPTCHA on request. The captcha-text will be stored in temp/.captcha_text.txt

621 2008-01-27 21:55 doc

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

620 2008-01-27 21:34 thorn

some cleanup in news-module (ASP related).

618 2008-01-27 21:14 thorn

Module form: user supplied input isn't lost on captcha-failure anymore

617 2008-01-27 18:38 Matthias

added keyword id to new file;

fixed spelling error in german language file of captcha modul

615 2008-01-27 15:29 thorn

Added new CAPTCHA (calc_ttf_image). Changed call_captcha() to output a table-layout. Some minor changes to captcha-code.

611 2008-01-27 01:17 thorn

Module form: dropdown "success page" listed foreign private pages, too. Fixed.

609 2008-01-26 23:56 thorn

Added preview-images for CAPTCHA. Improved security: CAPTCHAS can't be loaded from outside WB

608 2008-01-26 23:52 Matthias

fixed bug in Javascript Admin module

606 2008-01-26 21:54 thorn

removed forgotten debug output

605 2008-01-26 18:34 thorn

fixed some issues with CAPTCHA and ASP: Adjusted baseline of '*' in supplyed fonts to meet baseline of numbers. Added counter to ttf_image generation-loop. Removed now unneeded GD-lib checks. Improved ASP in news-module.

604 2008-01-26 17:07 Matthias

removed some wrong set keywords

603 2008-01-26 17:02 Matthias

Added keywords to files where they are missing

602 2008-01-26 15:40 doc

changed WYSIWYG content field from text to longtext (allows more than 65'534 characters)

601 2008-01-26 13:07 doc

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

600 2008-01-26 12:26 thorn

module news: added publish_until field to control the visibility of a news-posting by date and time

599 2008-01-26 10:37 Matthias

Added keywords to files where they are missing

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)

594 2008-01-25 04:49 thorn

fixed bug in news module: Dont allow comments if commenting is disabled or post or post's group is inactive

593 2008-01-24 23:09 thorn

Generate filename in pages/ from page_title instead of menu_title.

592 2008-01-24 22:48 doc

fixed bug in Codepress integration (if codepress framework not installed)

591 2008-01-24 20:42 doc

added language support to all integrated modules (except for news and form module)

589 2008-01-24 19:16 Matthias

Added keywords to files where they are missing

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.

586 2008-01-22 13:44 Matthias

Added keywords to new mail filter files

583 2008-01-21 19:05 doc

Fixed bug with the edit module CSS file implementation (IE7, Opera)

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

575 2008-01-20 01:38 thorn

module menu_link: after adding a menu_link, the anchor dropdown shows "#"; fixed

573 2008-01-20 00:22 thorn

fixed E_NOTICE-warning in news-module (SECTION_ID)

571 2008-01-19 20:51 thorn

adapted news-module to use the new jscalendar, removed old one

570 2008-01-19 20:16 doc

Some minor changes. Reduced success time out, set WYSIWSY background colgor to white, fixed some errors in the form module (only in conjunction with E_ALL)

569 2008-01-19 19:00 thorn

Module code: curly backets get deleted by pparse() from phplib. fixes #553

567 2008-01-19 17:30 Matthias

Fixed bug in news modul with missing variable PAGE_DIRECTORY

565 2008-01-19 16:07 thorn

Module menu_link: added dropdown-listbox to select anchor

564 2008-01-19 00:16 Matthias

changed version number of form modul

563 2008-01-19 00:13 Matthias

added again keywords to news modul files

562 2008-01-19 00:07 Matthias

Updated news modul with features from the advanced news modul

561 2008-01-18 21:48 Matthias

added keywords again to form modul files

560 2008-01-18 21:42 Matthias

Updated form modul with features from the advanced form modul

559 2008-01-18 20:12 Matthias

Added keywords to modules/fckeditor files

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

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)

545 2008-01-16 23:09 thorn

fixed two issues with menu_link: adding a menu_link as first page did not worked; and an E_NOTICE-warning

543 2008-01-16 13:56 thorn

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

528 2008-01-11 19:44 doc

Added the FCKEditor module files missing in Changeset 527 (/modules/fckeditor)

527 2008-01-11 19:37 doc

Added FCKEditor as the new default WYSIWYG editor (htmlarea removed from the package)

519 2007-12-23 15:37 Matthias

Changed all copyright notices to include now 2008

495 2007-06-29 00:46 Matthias

fixed issue with special chars in news feed

445 2007-04-10 20:04 Matthias

Optimized search and highlighting funktions

431 2007-02-09 16:10 Matthias

Fixed wrong error message in form modul

415 2007-01-21 13:58 Matthias

Fixed issue in the search table entries of form modul

414 2007-01-13 12:11 Matthias

Fixed some bugs in rss.php

413 2007-01-07 18:07 Matthias

Fixed error when uninstalling the news modul

412 2007-01-02 23:15 Matthias

Added Id keywords to all missing files

409 2006-12-27 10:45 Matthias

Fixed form modul stores empty records

399 2006-12-24 08:50 Matthias

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

391 2006-12-21 06:26 Matthias

Code cleaning and fixing two issues in save_group.php

383 2006-12-20 22:18 Matthias

Fixed Captcha error when adding comment to news (#358)

382 2006-12-20 22:13 Matthias

Fixed table width 100% are wrong displayed in container templates when IE is used (#350)

379 2006-12-20 21:55 Matthias

Fixed group images in news modul cannot be stored (#342)

378 2006-12-20 21:52 Matthias

Fixed files in /pages/posts folder are not deleted (#340)

377 2006-12-20 21:48 Matthias

Fixed specialchars problem in the news modul (#339)

376 2006-12-20 21:45 Matthias

Fixed news modul stores empty records (#338)

375 2006-12-20 21:42 Matthias

Fixed Captcha didn't work in news comments (#337)

371 2006-12-20 21:17 Matthias

Fixed missing default values for INT fields in all system and modules tables (#329)

366 2006-12-05 04:30 ryan

Fixed typo bug in form module save_field

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

358 2006-05-20 14:18 ryan

Fixed problems that weren't fully addressed in changeset 356

356 2006-05-20 13:09 ryan

Added multi-submission protection to form module #119

355 2006-05-20 12:52 ryan

Fixed typo in news delete post page #283