Project

General

Profile

Statistics
| Revision:
  • svn:ignore: .project

# Date Author Comment
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

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

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

817 2008-04-07 21:52 Matthias

added keyword id to new files

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)

812 2008-04-07 19:29 thorn

added missing group_id in INSERT-query

811 2008-04-07 19:23 thorn

accidentally used stripos instead of strpos. fixed

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)

806 2008-04-05 18:22 Matthias

Added keyword Id to new files

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

792 2008-04-02 22:54 doc

added handling of missing characters to mailto encryption routines

791 2008-04-02 22:00 Matthias

fixed bug with registration of users are not added to signup group

790 2008-04-02 21:55 doc

Some code clean-up in News module

789 2008-04-02 21:49 doc

fixed some layout issues with Form module (combination with Output-filter)

788 2008-04-02 19:53 doc

Fixed layout issue with optional subject/body text of encrypted mailto links (carriage return)

787 2008-04-02 19:26 doc

Fixed bug in the mailto encryption code of the Output-Filter module

786 2008-04-01 18:02 doc

removed typo in English language file

785 2008-04-01 17:41 doc

added updated edit CSS functions to the News module

784 2008-04-01 17:25 doc

added updated edit CSS functions to the Form module

783 2008-03-31 19:09 doc

fixed bug in output filter (mailto links with HTML entities in optional part)

782 2008-03-31 18:35 thorn

fixed charset names (uppercase)

781 2008-03-29 15:31 doc

added missing translation to Dutch language file (thanks Bramus)