Revision 872
Added by thorn about 16 years ago
CHANGELOG | ||
---|---|---|
12 | 12 |
|
13 | 13 |
------------------------------------- 2.7.1 ------------------------------------- |
14 | 14 |
01-Nov-2008 Thomas Hornik |
15 |
! improved ext_charset to work with latin1,cp1252,cp1251,latin2,hebrew,greek,latin5,latin7,utf8 |
|
16 |
+ added config for section anchor. ATTN: add "INSERT INTO TABLE_PREFIX.'settings' (name,value,extra) VALUES ('sec_anchor', 'wb_', '')" to upgrade-script. |
|
15 |
! improved ext_charset to work with latin1,cp1252,cp1251,latin2,hebrew,greek,latin5,latin7,utf8 |
|
16 |
+ added config for section anchor. ATTN: add "INSERT INTO TABLE_PREFIX.'settings' (name,value,extra) VALUES ('sec_anchor', 'wb_', '')" to upgrade-script. |
|
17 |
! updated menulink and search to use configureable section-anchor |
|
17 | 18 |
29-Oct-2008 Thomas Hornik |
18 | 19 |
# News: total number of news wasn't calculated correctly |
19 |
! Captcha: removed IFRAME for Calculation-as-text captcha
|
|
20 |
- removed useless init_utf8funcs()-function
|
|
21 |
+ search: added search_lang for use in search-form. Using DE, the search will search ä=ae,... (alternate spelling of german umlauts)
|
|
22 |
- search: removed undocumented word-boundary search
|
|
23 |
! search: search_path is now anchored to the beginning of link ("link LIKE '$path%'" instead of "link LIKE '%$path%'")
|
|
24 |
+ search: added key 'ext_charset' to search-extension to query external databases
|
|
20 |
! Captcha: removed IFRAME for Calculation-as-text captcha
|
|
21 |
- removed useless init_utf8funcs()-function
|
|
22 |
+ search: added search_lang for use in search-form. Using DE, the search will search ä=ae,... (alternate spelling of german umlauts)
|
|
23 |
- search: removed undocumented word-boundary search
|
|
24 |
! search: search_path is now anchored to the beginning of link ("link LIKE '$path%'" instead of "link LIKE '%$path%'")
|
|
25 |
+ search: added key 'ext_charset' to search-extension to query external databases
|
|
25 | 26 |
25-Oct-2008 Christian Sommer |
26 | 27 |
! updated basic templates according the template guidelines |
27 | 28 |
24-Oct-2008 Dietrich Roland Pehlke |
Also available in: Unified diff
updated menulink and search to use configureable section-anchor