Project

General

Profile

Statistics
| Revision:

# Date Author Comment
921 2009-02-05 23:17 doc

Mail text for register, signup and forgot mail now taken from WB language file (ticket #684)

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)

918 2009-02-01 11:46 Matthias

update FCKEditor to version 2.6.4

917 2009-01-25 14:32 aldus

Bugfix for ticket #680: change the condition-test to get rid of the utf-8 problematic if the languange contains entities on the button-label.

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

904 2009-01-05 11:49 aldus

Updated languagefiles, not included in 903 by mistake.

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

902 2009-01-05 10:33 aldus

Add time-check to the MySQL Query inside rss.php to avoid the problems described in #609

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]

899 2009-01-02 09:26 aldus

Update Languages NL and PL

898 2008-12-31 15:03 aldus

Updage Language Files: ES und PT

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)

894 2008-12-29 11:41 aldus

remove debugging code

893 2008-12-29 11:35 aldus

added language-support for the error-messages
for the uninstall files for modules and templates.
update german languagefile with the new textes.

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

890 2008-12-28 15:11 aldus

Tcket #607: including the frontend.css in comment_page.php in the news-modules

889 2008-12-28 15:00 aldus

Tcket #610: add the IP-Address to the EMail-Body in the Form-Modul

888 2008-12-28 13:25 aldus

removed a query - the table isn't in wb2.7 anymore

887 2008-12-28 13:16 aldus

add 'order by name' to the select-query to display the admintools in alphabetic order.

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 '

880 2008-11-12 08:22 aldus

Remove undefined and unused constants (DB_FETCHMODE_ASSOC)

879 2008-11-12 08:17 aldus

Remove undefined and unused constants (DB_FETCHMODE_ASSOC)

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

864 2008-10-24 09:50 aldus

Bugfix for Ticket #608

863 2008-10-23 18:10 aldus

Modify to get informations where the modul is in use when
a user try to uninstall it.

862 2008-10-23 17:56 aldus

Modify to get informations where the template is in use when
a user try to uninstall it. Additional informations if the template is the standard-template.

861 2008-10-21 20:56 Matthias

fixed display issue in news modul

860 2008-10-21 16:32 Matthias

added missing ID Tag

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

838 2008-04-22 01:50 ryan

Created 2.7.0 tag

837 2008-04-22 01:49 ryan

Created 2.7.x branch

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

828 2008-04-14 20:56 Matthias

fixed minor issue in upgrade-script.php introduced in changeset [820]

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)

824 2008-04-13 17:34 thorn

fixed CAPTCHA language-files once again.

823 2008-04-13 16:50 thorn

removed doubled entry $TEXT['START']

822 2008-04-13 16:35 thorn

fixed some more language-files