Project

General

Profile

Statistics
| Revision:
Name Size Revision Age Author Comment
charsets_table.php 94.7 KB 881 over 15 years thorn search: replaced most of $string_ul_umlauts (fr...
class.admin.php 13.3 KB 842 about 16 years thorn changed register_backend_modfile() to work with...
class.database.php 3.32 KB 519 over 16 years Matthias Changed all copyright notices to include now 2008
class.frontend.php 14.1 KB 854 almost 16 years thorn fixed an issues related to search, changed one ...
class.login.php 15 KB 729 over 16 years doc added bugfix from the forum member tavitar to f...
class.order.php 5.43 KB 519 over 16 years Matthias Changed all copyright notices to include now 2008
class.wb.php 9.86 KB 885 over 15 years doc changed mailer to not extract line break of alt...
class.wbmailer.php 4.22 KB 638 over 16 years thorn Allow a user-supplied From-Name in form-setting...
frontend.functions.php 14.4 KB 886 over 15 years thorn fixed two issues with searchresult-highlighting...
functions-utf8.php 16.4 KB 881 over 15 years thorn search: replaced most of $string_ul_umlauts (fr...
functions.php 24.6 KB 881 over 15 years thorn search: replaced most of $string_ul_umlauts (fr...
index.php 848 Bytes 519 over 16 years Matthias Changed all copyright notices to include now 2008
initialize.php 4.03 KB 725 over 16 years doc suppressed warnings in initialize.php if consta...
module.functions.php 9.78 KB 834 about 16 years doc Added some basic functions for module developers

Latest revisions

# Date Author Comment
886 2008-12-26 18:45 thorn

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

/-tags, do not convert < to < anymore.

885 2008-12-13 11:08 doc

changed mailer to not extract line break of alternative body text

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 '

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.

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

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

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.

844 2008-06-08 00:18 thorn

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

842 2008-05-04 21:58 thorn

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

View revisions

Also available in: Atom