Project

General

Profile

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

# Date Author Comment
730 2008-02-28 23:13 thorn

fixed hebrew transliteration-table. Thanks to forum-member iti.

729 2008-02-28 18:09 doc

added bugfix from the forum member tavitar to fix an issue with multiple groups (module permission do not add up properly)

728 2008-02-25 22:54 Matthias

added missing Dutch language files for core modules

727 2008-02-24 15:42 thorn

issue with menulink in upgrade-script. Fixed.

726 2008-02-23 17:46 thorn

issue with menulink in upgrade-script. Fixed?

725 2008-02-23 12:30 doc

suppressed warnings in initialize.php if constant already defined; modified upgrade script to make FCK the new default editor

724 2008-02-23 10:38 doc

fixed bug in upgrade script (WBMailer setting)

722 2008-02-22 19:49 doc

some layout changes on the upgrade-script, fixed error in precheck

721 2008-02-22 16:18 doc

restricted database name and table prefix to "a-zA-Z0-9_" (avoid problems with non quoted table/field names)

720 2008-02-20 22:03 doc

added WYSIWYG DB update and missing WBMAILER settings to upgrade script (added some status messages)

719 2008-02-20 20:47 doc

modified upgrade script and suppressed headers already send message (avoid issues with error reporting E_ALL)

718 2008-02-20 19:58 thorn

added workaround for language sorting-problem

717 2008-02-20 19:40 doc

added the FCKEditor module PHP connector fix found by the forum member Luisehahne (thanks man)

715 2008-02-20 01:03 doc

Updated upgrade script (added WB2.7 basic styles, pre-checks and disclaimer)

714 2008-02-19 22:33 Matthias

Updated upgrade script

712 2008-02-19 15:40 Matthias

Changed language sorting from directory to name (needs additional to be escaped!)

711 2008-02-19 12:49 Matthias

added new languages to install script; fixed some issues and typos in languagefiles

709 2008-02-18 22:31 thorn

Converted and added some old language-files (BG, CS, PL, RU)

708 2008-02-18 19:57 doc

Fixed issue with two broken links

707 2008-02-18 19:40 doc

Modified news module to create a default index.php during installation (directory spoofing)

706 2008-02-17 21:01 doc

removed German Umlauts in some language file (PHP comments)

703 2008-02-17 16:50 Matthias

Removed colloquially german language files as the filename causes issues

702 2008-02-17 14:46 doc

fixed language bug (backend language switched to the pages language viewed in frontend)

701 2008-02-16 13:28 thorn

updated upgrade-script (menulink)

698 2008-02-13 22:44 thorn

allow external links in menulink-module

697 2008-02-13 19:51 thorn

fixed an highlighting-issue: highlighting a page with more than one sections mangled umlauts in the second to last section

696 2008-02-10 23:04 doc

fixed E_NOTICE warning with already defined module frontend constants

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)

694 2008-02-10 17:36 doc

removed all stuff other than page_content from the blank template

693 2008-02-10 16:39 doc

adapted color for onmouseover effect

692 2008-02-10 16:00 doc

added disclaimer to the upgrade-script as the script is not sufficiently tested yet

691 2008-02-10 14:17 doc

Website Header field in Settings now visible per default; Modified templates to display Website Header and to use show_menu instead of page_menu.

690 2008-02-10 14:01 thorn

CAPTCHA: Wrong text for calc_ttf-captcha.

689 2008-02-10 10:24 doc

added highlighting of active input elements to all WB backend areas; changed some colors

688 2008-02-10 00:51 doc

removed hover highlighting from installation routine to avoid possible confusion

687 2008-02-10 00:41 doc

added visualization of wrong/empty input fields, fixed bug with re-enter of admin password

686 2008-02-09 20:53 doc

modified some colors and CSS definitions of pages, media and section interface

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)

681 2008-02-09 10:03 doc

fixed bug in user signup

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

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

675 2008-02-08 23:04 thorn

Changed maxlength of captcha-fields - don't tell the bots how many chars we want to have.

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.

670 2008-02-08 17:47 thorn

Removed unused function is_access_denied() from search

669 2008-02-04 22:38 thorn

Fixed possible XSS in account/login.php and forgot-form.php

668 2008-02-04 19:45 thorn

email-addresses are excluded from search-results page

667 2008-02-04 19:36 doc

allowed usage of tags in settings fields: website_header, website_footer

666 2008-02-03 19:33 thorn

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

663 2008-02-03 10:08 thorn

out-of-date default page isn't shown anymore, instead shows next public page

662 2008-02-03 08:27 Matthias

added kewyword id to all new files

661 2008-02-02 21:52 thorn

search will show email-addresses, even if email-filter is activated (on page with highlighting). Fixed.

660 2008-02-02 14:51 thorn

Added missing text in languages files for jscalendar

659 2008-02-02 10:29 doc

fixed wrong redirect in /admin/images

658 2008-02-02 02:32 thorn

fixed path in jscalendar-css

657 2008-02-02 02:00 thorn

Settings: pages-directory '/' will be converted to '' (empty string) on save.
Changed last remaining call to my_htmlspecialchars() to htmlspecialchars()

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

654 2008-02-01 13:42 thorn

Fixed possible XSS-vulnerability in wb/search/search.php

653 2008-01-31 23:00 thorn

Adjusted clock-red icon to match wb colors

651 2008-01-31 18:10 thorn

Fixed parent dropdown in admin/pages/settings.php, too.

650 2008-01-31 18:01 thorn

admin/pages: the parent dropdown-list showed foreign private pages, too. Fixed.

648 2008-01-31 14:25 thorn

Added multi-group to upgrade-script. Did some minor changes in upgrade-script.

647 2008-01-30 22:12 doc

fixed bug with text Captcha (input restricted to 10 characters) and a small layout issue

646 2008-01-30 16:18 thorn

registered pages didn't appear in menu. fixed.

644 2008-01-30 02:14 thorn

Updated upgrade-script.

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.

637 2008-01-28 23:18 doc

fixed issue with top bar icon alt tag

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.

629 2008-01-28 18:54 doc

added possibility to select the default backend language during installation process

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

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

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

616 2008-01-27 15:35 thorn

commited missing file CHANGELOG from changeset 615.

614 2008-01-27 12:42 doc

added missing ID tags, corrected typo in CHANGELOG

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

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.

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)