Project

General

Profile

Statistics
| Revision:

# Date Author Comment
641 2008-01-29 14:15 thorn

Removed debug-output and doubled comments from framework/functions.php

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.

637 2008-01-28 23:18 doc

fixed issue with top bar icon alt tag

636 2008-01-28 22:31 thorn

fixed WARNING-message about possibly not defined constant

635 2008-01-28 22:07 Matthias

Added missing keyword Id

634 2008-01-28 22:04 Matthias

Replaced all special chars in language files with htmlentities or unicode.

Added some missing lines in language files.

633 2008-01-28 20:19 doc

added some more backend layout modifications, corrected bug in NL.php language file

632 2008-01-28 20:04 doc

added missing session cookie forgotten in Changeset 593

631 2008-01-28 19:28 thorn

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

630 2008-01-28 19:24 thorn

Text-CAPTCHA: uses return() instead of exit() in case of error.

629 2008-01-28 18:54 doc

added possibility to select the default backend language during installation process

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

625 2008-01-28 16:50 thorn

fixed possible E_NOTICE-warning

624 2008-01-28 16:25 thorn

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

623 2008-01-28 00:47 doc

fixed CSS background color of the installer CSS

622 2008-01-27 22:05 doc

replaced static text line with variable text from language file

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).

619 2008-01-27 21:32 thorn

adjusted layout of calc_text-captcha.

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.

613 2008-01-27 12:40 doc

added default language for users to avoid empty language fields

612 2008-01-27 09:51 Matthias

Fixed some spelling errors in german language file

611 2008-01-27 01:17 thorn

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

610 2008-01-27 01:03 thorn

CAPTCHA ttf_image: added variant. Adjusted character-pool and one background for better readability.

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

607 2008-01-26 23:40 Matthias

Added new language files

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

598 2008-01-26 00:11 thorn

ttf-CAPTCHA: check if string is completely inside the image.

597 2008-01-25 23:58 thorn

Added strongly "condensed" fonts with many intersections for ttf-CAPTCHA as default fonts. It should be very difficult for spam-bots to recognize intersected characters.

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)

590 2008-01-24 19:25 doc

fixed another E_NOTICE warning

589 2008-01-24 19:16 Matthias

Added keywords to files where they are missing

588 2008-01-23 19:29 doc

Added German language file for WB 2.7

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

585 2008-01-22 00:59 thorn

added second icon to calendar-fields in manage-sections to empty date-fields. Changed calendar-icon to clock-icon. Added new icon (clock_del_16.png) to images.

584 2008-01-21 20:49 doc

Removed the manage section icon from the page admin (sections managed by publish by date function).

583 2008-01-21 19:05 doc

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

582 2008-01-21 03:25 thorn

fixed bug in changeset 581 (reverts most of it)

581 2008-01-21 02:33 thorn

Unique session-identifier for each website baker installation. fixes #354

580 2008-01-20 23:41 thorn

upgrade-script.php: added code to upgrade menu_links

579 2008-01-20 18:24 thorn

upgrade-script.php: fixed mysql_error() handling. added code to update menu_links (partly finished)

578 2008-01-20 18:12 thorn

fixed a typo in upgrade-script.php

577 2008-01-20 17:31 doc

Fixed E_NOTICE error in save.php (onl if input data from WB Installer was wrong).

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

574 2008-01-20 00:37 thorn

updated admin/pages/sections.php to changed jscalendar-api from changeset 571

573 2008-01-20 00:22 thorn

fixed E_NOTICE-warning in news-module (SECTION_ID)

572 2008-01-19 21:18 Matthias

Added keywords to new files

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

568 2008-01-19 18:34 doc

Added support to configure the mailer settings via the backend

567 2008-01-19 17:30 Matthias

Fixed bug in news modul with missing variable PAGE_DIRECTORY

566 2008-01-19 16:15 thorn

upgrade-script: added code to convert old menu_links to new ones (partly)

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

558 2008-01-18 19:32 Matthias

Fixed hardcoded /pages issue in intro page feature

557 2008-01-18 19:26 thorn

fixed two E_NOTICE-warnings in admin/pages/index.php

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

553 2008-01-18 03:16 thorn

adjusted headings in admin/pages/index.php

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]

550 2008-01-17 22:40 doc

removed the PAGE_EXTENSION added with changeset 549

549 2008-01-17 22:31 doc

fixed bug in frontend login and multiple groups (in conjunction with error_reporting = E_ALL)

548 2008-01-17 21:20 Matthias

Added keywords to new Admintools files

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

544 2008-01-16 15:11 thorn

changed admin/pages/save.php to allow hidden config-elements in table search

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