Project

General

Profile

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

# Date Author Comment
920 2009-02-02 19:11 doc

removed PHPMailer fix introduced with 2.0.3 to get SMTP working again (line 1041 in class.smtp.php)

919 2009-02-02 18:08 Matthias

Fixed bug wich causes that install of captcha-control may fail (ticket #682 thanks to thorn)

916 2009-01-22 19:28 doc

Added default target attribut to backend menu links

915 2009-01-21 20:27 Matthias

Copyright notices now includes 2009

914 2009-01-20 19:36 Matthias

fixed form-module select (multiple) doesn't work (ticket #681 Thanks to thorn)

913 2009-01-17 16:20 Matthias

added French languages to modules

912 2009-01-17 15:52 Matthias

added hour and minute support to default published_when field in news modul

911 2009-01-17 15:22 Matthias

changed handling of post_date in news modul (thanks to susigross)

910 2009-01-13 20:11 doc

Removed obsolete Codepress framework from the include folder.

909 2009-01-13 20:08 doc

Added Javascript syntax highlighting framework EditArea as replacement for Codepress.

908 2009-01-13 18:06 doc

fixed typo in CHANGELOG

907 2009-01-13 18:02 doc

updated external PHPMailer class to latest version (v2.3)

906 2009-01-08 23:43 doc

fixed error message in admin class if type array not defined

905 2009-01-07 21:49 Matthias

edit changelog

903 2009-01-05 11:04 aldus

Code-Snippets are not longer displayed as type unkown; addidtional key $TEXT['CODE_SNIPPET'] in the languagefiles; not full translated

901 2009-01-04 13:09 Matthias

made news Modul multilingual, see ticket #676 (some additional translations are needed)

900 2009-01-03 19:45 Matthias

fixed bug in view.php of news module ( #676 Thanks to susigross)

fixed another bug in view.php of news modul introduced in changeset [892]

897 2008-12-30 17:08 Matthias

added default new language variables to all language files

896 2008-12-30 16:26 Matthias

modul_uninstall: Removed undefined and unused constants (DB_FETCHMODE_ASSOC)

modul_uninstall: added language variable $TEXT['FILE'] instead of "Datei"

895 2008-12-29 11:59 aldus

update the changelog (forgotten by mistake)

892 2008-12-29 09:47 Matthias

replaced in news modul special chars with entities to get valid output;
changed SESSION ID Separator from '&' to '&' to get valid output
Removed the <p> tag around the news as it is added from the editor
set version to 2.8 BETA

891 2008-12-28 15:35 aldus

update the changelog

886 2008-12-26 18:45 thorn

fixed two issues with searchresult-highlighting: do not highlight in

/-tags, do not convert &lt; to &amp;lt; anymore.

885 2008-12-13 11:08 doc

changed mailer to not extract line break of alternative body text

884 2008-11-28 20:45 doc

updated output filter regex to exclude mail addresses contained in input fields

883 2008-11-27 22:58 thorn

added redirect-type (301/302) to menu_link

882 2008-11-24 19:48 Matthias

updated upgrade-script.php to add sec_anchor field to settings table

881 2008-11-22 16:51 thorn

search: replaced most of $string_ul_umlauts (from search_convert.php) through use of preg's u-switch. Replaced strtr() by str_replace() (it's just faster). Changed ' to '

878 2008-11-11 18:30 doc
877 2008-11-11 17:09 Matthias

reverted changeset 876

876 2008-11-11 17:07 Matthias

only a svn test

875 2008-11-06 22:37 thorn

Module code: curly backets get deleted by pparse() from phplib -> old fix in #569 wasn't that smart. Fixed.

874 2008-11-06 22:35 thorn

fixed some typos in DE language-file, added missing tab in search.php

873 2008-11-02 21:37 thorn

news: added PAGE_SPACER to $page_title (creates e.g. title-32.php instead of title32.php)

872 2008-11-01 18:28 thorn

updated menulink and search to use configureable section-anchor

871 2008-11-01 00:27 thorn

added config for section anchor.
ATTN: add "INSERT INTO TABLE_PREFIX.'settings' (name,value,extra) VALUES ('sec_anchor', 'wb_', '')" to upgrade-script.

870 2008-11-01 00:22 thorn

improved ext_charset to work with latin1,cp1252,cp1251,latin2,hebrew,greek,latin5,latin7,utf8

869 2008-10-29 20:05 thorn

search: added search_lang for use in search-form. Using DE, the search will search รค=ae,... (alternate spelling of german umlauts)
removed undocumented word-boundary search
search_path is now anchored to the beginning of link ("link LIKE '$path%'" instead of "link LIKE '%$path%'")...

868 2008-10-29 19:43 thorn

removed useless init_utf8funcs()-function

867 2008-10-29 19:40 thorn

Captcha: removed IFRAME for Calculation-as-text captcha

866 2008-10-29 19:36 thorn

News: total number of news wasn't calculated correctly

865 2008-10-25 10:29 doc

updated basic templates according the template guidelines

861 2008-10-21 20:56 Matthias

fixed display issue in news modul

859 2008-10-21 16:27 Matthias

updated show_menu2 to version 4.7

858 2008-09-18 23:24 thorn

Added captcha-reload

857 2008-09-16 20:33 thorn

search: fixed windows-related regex issue

856 2008-08-19 22:50 Matthias

updated to latest FCKEditor version 2.6.3

855 2008-08-02 13:29 thorn

fixed sorting order of search-results

854 2008-07-25 19:06 thorn

fixed an issues related to search, changed one SQL inner join (to use USING instead of WHERE, added $database = new Database(); in front of output-filter

853 2008-07-05 21:22 thorn

fixed MODI_DATE/PUBLISHED_DATE issue in news-module. Added PUBLISHED_TIME, removed PUBL_DATE,PUBL_TIME. Thanks to forum-member timorotha

852 2008-07-02 20:51 doc

Updated to latest FCKEditor version 2.6.2

851 2008-07-01 20:38 thorn

page-names with doubled (or more) points can not be handled if php runs as cgi. Thanks to forum member hgi2001.

850 2008-06-29 18:59 doc

applied additional mail check to forgot login form

849 2008-06-28 16:20 doc

class and id attributes in mailto links are no longer ignored by the output filter

848 2008-06-22 16:17 thorn

fixed issue with captcha (mt_rand() instead of rand()); fixed bug in search (link to http://.../search/index.php performs a search with string 'unset')

847 2008-06-22 08:09 doc

Added output of block number to section admin if no block name is specified

846 2008-06-21 09:42 doc

Added output of block names to modify pages dialogue if blocks are enabled

845 2008-06-21 08:57 doc

Updated show_menu2 to version 4.60 (to avoid disappearing menus)

844 2008-06-08 00:18 thorn

Hebrew-table in charsets-table.php was faultily imported - fixed.

843 2008-05-24 16:16 doc

modified output filter routine to prevent errors if database entries do not exist

842 2008-05-04 21:58 thorn

changed register_backend_modfile() to work with wysiwyg-module, too

841 2008-05-01 16:50 thorn

fixed file-naming issue when old page-names (from before 2.7) contains "&"

840 2008-04-26 16:31 thorn

class.admin.php deletes actual query-string while redirection. fixed.

839 2008-04-25 14:08 Matthias

fixed validiation bug in option fields of form modul

836 2008-04-21 20:24 doc

Set version to 2.7

835 2008-04-21 13:35 doc

Fixed bug in the PL language file of the JS calendar

834 2008-04-21 13:17 doc

Added some basic functions for module developers

833 2008-04-20 23:35 thorn

fix: allow external urls for search-results

832 2008-04-17 22:59 thorn

fixed jscalendar's language-files

831 2008-04-16 21:34 doc

Fixed possible clashes with intro page feature and WB core file /pages/index.php

830 2008-04-15 20:34 thorn

revert back to pagename-creation from $page_menu, instead of $page_title

829 2008-04-15 20:22 doc

Fixed bug introduced with Changeset 826

827 2008-04-14 20:54 doc

Added show_menu2() to pre-installed WB modules (many thanks to Brodie Thiesfield for this great menu function replacment)

826 2008-04-14 20:42 doc

Allowed tags for multi-lingual module descriptions

825 2008-04-14 20:10 thorn

fixed issue with multigroups (level 0 page-creation)

821 2008-04-13 15:57 thorn

fixed language-files

820 2008-04-13 13:56 thorn

ASP: off per default. CAPTCHA: removed unneeded $admin. Filename: just convert chars like quote, doublequote, < > & to empty string.

819 2008-04-10 17:28 doc

Fixed WB-Link Plugin to work with WB versions below 2.7 (so we can use the same module for WB 2.6.x and WB 2.7)

818 2008-04-09 20:49 doc

Modified FCKEditor WB-Link Plugin to work also with WB versions below 2.7

816 2008-04-07 21:28 doc

Added the latest FCKEditor v2.60

815 2008-04-07 21:25 doc

removed the outdated FCKEditor v2.51

814 2008-04-07 20:04 Matthias

fixed error in german laguage file

813 2008-04-07 19:37 doc

set version from 2.7 (RC3) to 2.7 (RC3a)

810 2008-04-06 09:13 doc

removed some obsolete language variables from news and form module (now defined in global WB language files)

809 2008-04-06 08:05 doc

enlarged admin tool icon to match size 50x50px of the other icons

808 2008-04-05 21:55 Matthias

Moved language variables for edit module CSS from modules language files to core language files

807 2008-04-05 21:24 Matthias

Added norwegian translation (Thanks OEH)

805 2008-04-05 17:43 thorn

imported new russian translation from User shlack. Many Thanks

804 2008-04-05 17:23 thorn

fixed viewing_groups-handling in /admin/pages/add.php

803 2008-04-05 16:27 thorn

some small fixes: group_id/groups_id-handling, safe_mode-query in install, better work-around for issue with phplib and code-module (removed {})

802 2008-04-05 13:14 doc

Added workaround for the template parser class

801 2008-04-05 13:00 doc

Moved edit module CSS functions from modules to WB core (avoid code duplication; improve maintenance of code)

800 2008-04-05 08:45 doc

minor layout change

799 2008-04-05 08:26 doc

allowed character "-" to be used in database names

798 2008-04-04 21:40 thorn

fixed: Language-redirect removed query-string from URL

797 2008-04-04 16:07 doc

set WB version to 2.7 (RC3) for the next upcoming release candidate

796 2008-04-03 20:08 doc

some code clean up in news/form module

795 2008-04-03 19:46 doc

small adaption of the edit CSS function file css.functions.php

794 2008-04-03 19:15 doc

updated edit module CSS functions to include backend.css into head if possible

793 2008-04-03 17:48 doc

Fixed bug in decryption routines of the Output-Filter module