Revision 876
Added by Matthias about 16 years ago
trunk/CHANGELOG | ||
---|---|---|
10 | 10 |
# = Bugfix |
11 | 11 |
! = Update/Change |
12 | 12 |
|
13 |
------------------------------------- 2.7.1 ------------------------------------- |
|
14 |
06-Nov-2008 Thomas Hornik |
|
15 |
# Module code: curly backets get deleted by pparse() from phplib -> old fix in #569 wasn't that smart. Fixed. |
|
16 |
# fixed some typos in DE language-file, added missing tab in search.php |
|
17 |
02-Nov-2008 Thomas Hornik |
|
18 |
! news: added PAGE_SPACER to $page_title (creates e.g. title-32.php instead of title32.php) |
|
19 |
01-Nov-2008 Thomas Hornik |
|
20 |
! improved ext_charset to work with latin1,cp1252,cp1251,latin2,hebrew,greek,latin5,latin7,utf8 |
|
21 |
+ added config for section anchor. ATTN: add "INSERT INTO TABLE_PREFIX.'settings' (name,value,extra) VALUES ('sec_anchor', 'wb_', '')" to upgrade-script. |
|
22 |
! updated menulink and search to use configureable section-anchor |
|
23 |
29-Oct-2008 Thomas Hornik |
|
24 |
# News: total number of news wasn't calculated correctly |
|
25 |
! Captcha: removed IFRAME for Calculation-as-text captcha |
|
26 |
- removed useless init_utf8funcs()-function |
|
27 |
+ search: added search_lang for use in search-form. Using DE, the search will search ä=ae,... (alternate spelling of german umlauts) |
|
28 |
- search: removed undocumented word-boundary search |
|
29 |
! search: search_path is now anchored to the beginning of link ("link LIKE '$path%'" instead of "link LIKE '%$path%'") |
|
13 |
------------------------------------- 2.7.1 ------------------------------------- |
|
14 |
11-Nov-2008 Thomas Hornik |
|
15 |
06-Nov-2008 Thomas Hornik |
|
16 |
# Module code: curly backets get deleted by pparse() from phplib -> old fix in #569 wasn't that smart. Fixed. |
|
17 |
# fixed some typos in DE language-file, added missing tab in search.php |
|
18 |
02-Nov-2008 Thomas Hornik |
|
19 |
! news: added PAGE_SPACER to $page_title (creates e.g. title-32.php instead of title32.php) |
|
20 |
01-Nov-2008 Thomas Hornik |
|
21 |
! improved ext_charset to work with latin1,cp1252,cp1251,latin2,hebrew,greek,latin5,latin7,utf8 |
|
22 |
+ added config for section anchor. ATTN: add "INSERT INTO TABLE_PREFIX.'settings' (name,value,extra) VALUES ('sec_anchor', 'wb_', '')" to upgrade-script. |
|
23 |
! updated menulink and search to use configureable section-anchor |
|
24 |
29-Oct-2008 Thomas Hornik |
|
25 |
# News: total number of news wasn't calculated correctly |
|
26 |
! Captcha: removed IFRAME for Calculation-as-text captcha |
|
27 |
- removed useless init_utf8funcs()-function |
|
28 |
+ search: added search_lang for use in search-form. Using DE, the search will search ä=ae,... (alternate spelling of german umlauts) |
|
29 |
- search: removed undocumented word-boundary search |
|
30 |
! search: search_path is now anchored to the beginning of link ("link LIKE '$path%'" instead of "link LIKE '%$path%'") |
|
30 | 31 |
+ search: added key 'ext_charset' to search-extension to query external databases |
31 | 32 |
25-Oct-2008 Christian Sommer |
32 | 33 |
! updated basic templates according the template guidelines |
Also available in: Unified diff
only a svn test