| e653d5cd | 27-Sep-2005 |
chris <chris@jalakai.co.uk> |
remove (?u) from lexer -- its not a valid option
darcs-hash:20050927223112-9b6ab-61c435bb0a674b2a7bd7dd707edc973f3a6bf068.gz |
| 32e055d4 | 30-Sep-2005 |
webmaster <webmaster@davilin.com> |
japanese language update
darcs-hash:20050930152223-bcca4-17dd27ce2a04ab78e46410d42610cd70990c212f.gz |
| 93a60ad2 | 25-Sep-2005 |
Andreas Gohr <andi@splitbrain.org> |
asian language support for the indexer #563
Asian languages do not use spaces to seperate words. The indexer however does a word based lookup. Splitting for example Japanese texts into real words is
asian language support for the indexer #563
Asian languages do not use spaces to seperate words. The indexer however does a word based lookup. Splitting for example Japanese texts into real words is only possible with complicated natural language processing, something completely out of scope for DokuWiki.
This patch solves the problem by treating all asian characters as single words. When an asian word (consisting of multiple characters) is searched it is treated as a phrase search, looking up each charcter by it self first, then checking for the phrase in found documents.
darcs-hash:20050925175451-7ad00-933b33b51b5f2fa05e736c18b8db58a5fdbf41ce.gz
show more ...
|
| 134f4ab2 | 25-Sep-2005 |
Andreas Gohr <andi@splitbrain.org> |
fix for backlinks
darcs-hash:20050925102211-7ad00-200edd676ba3956f03ec5bcc5149d4aa4bd15e24.gz |
| ae56bfb6 | 25-Sep-2005 |
Andreas Gohr <andi@splitbrain.org> |
SECURITY FIX: acl check in _getRecents added
ACLs weren't checked in the new getRecent function. Recent Changes and the RSS/ATOM feeds displayed all changes regardless of user permissions.
darcs-ha
SECURITY FIX: acl check in _getRecents added
ACLs weren't checked in the new getRecent function. Recent Changes and the RSS/ATOM feeds displayed all changes regardless of user permissions.
darcs-hash:20050925095612-7ad00-5885e6616a4214eb99662eac08267b0a6f527625.gz
show more ...
|
| 352eb3cf | 22-Sep-2005 |
Kai Poggensee <kai.poggensee@hamburg.de> |
allow empty interwikilinks
This patch changes the last quantifier in interwiki regexp to "*", allowing constructs like "MyWiki>".
darcs-hash:20050922165958-5de9f-912efa15d90a109a2e02a74d14e0fa4de80
allow empty interwikilinks
This patch changes the last quantifier in interwiki regexp to "*", allowing constructs like "MyWiki>".
darcs-hash:20050922165958-5de9f-912efa15d90a109a2e02a74d14e0fa4de809b963.gz
show more ...
|
| b034216d | 22-Sep-2005 |
Andreas Gohr <andi@splitbrain.org> |
do not encode # in interwiki links #529
darcs-hash:20050922161723-7ad00-d3b80451eaa7315a7e5fbb41008d03e8bbc0a991.gz |
| a9cd1c6a | 22-Sep-2005 |
Andreas Gohr <andi@splitbrain.org> |
geshi updated to 1.0.7.3
darcs-hash:20050922160431-7ad00-4bbcdc2804d46745cb763524c05fdb73f13186f1.gz |
| 1b828ec8 | 22-Sep-2005 |
chris <chris@jalakai.co.uk> |
lexer fix: will now support ">" in look ahead/behind patterns & (?u) inline flag
darcs-hash:20050922154356-9b6ab-0e881a2f3fc6f3f8acd2f16df8a9dde68f6085e3.gz |
| 478cd997 | 21-Sep-2005 |
Andreas Gohr <andi@splitbrain.org> |
fixed duplicate classname in default template
darcs-hash:20050921204122-7ad00-5911edd5bff4bb23d97a735ff00782c2b95fc901.gz |
| 3cbaa9a4 | 21-Sep-2005 |
Andreas Gohr <andi@splitbrain.org> |
backlinkfix for pages with special characters #548
darcs-hash:20050921195118-7ad00-9070166cbaa26e3f27f7b92382346a70f5c479a1.gz |
| 993efcf6 | 21-Sep-2005 |
Jose Carlos Tavares Monteiro <jose-t-monteiro@telecom.pt> |
pt lang update
darcs-hash:20050921192605-1d4c3-fef36cd273e6536066922560d859ccc2da6447c9.gz |
| 3d4634b7 | 21-Sep-2005 |
Koen Huybrechts <huybkoen@gmail.com> |
nl update
darcs-hash:20050921192214-4bebe-1e37de020d3a48c6c728ed4c5bb7771b6db95cf6.gz |
| 5c248883 | 20-Sep-2005 |
jan <jan@jandecaluwe.com> |
basename instead of basedir
darcs-hash:20050920151530-45605-53d07bfd3467f40f809296d983676b6e7c1a7756.gz |
| d437bcc4 | 18-Sep-2005 |
Andreas Gohr <andi@splitbrain.org> |
more efficient changelog reading for recent changes
getRecents now reads the changelog backwards in 4KB chunks instead of loading the whole file into an array and rsort it. This should be more memor
more efficient changelog reading for recent changes
getRecents now reads the changelog backwards in 4KB chunks instead of loading the whole file into an array and rsort it. This should be more memory efficient (and probably faster) for large change logs.
Note: the format of the array returned by getRecents changed slightly plugins relying on it need to be adjusted. Sorry.
darcs-hash:20050918121008-7ad00-1fdba47d29b0c038c6e4e4edc1d4c93e5ba769e9.gz
show more ...
|
| b7af031c | 16-Sep-2005 |
su <su@pioindustries.com> |
action_link classes
darcs-hash:20050916232433-0835e-fa17547516d5cd02175c9d96806100f9a9eca6ba.gz |
| 4d807ea6 | 18-Sep-2005 |
Andreas Gohr <andi@splitbrain.org> |
small fix for utf8.php
utf8_strtoupper called mb_strtolower
darcs-hash:20050918094308-7ad00-c595455bcb6e312f29c0d27fa83d0905cd2303cc.gz |
| 9773c5ed | 17-Sep-2005 |
joe.lapp <joe.lapp@pobox.com> |
$conf['toptoclevel'] specifying topmost level of TOC
Particularly useful with $conf['useheading']
darcs-hash:20050917041821-36b45-4187b687b6ade759035d0d695eb715f9192c1a7e.gz |
| 7c759785 | 16-Sep-2005 |
joe.lapp <joe.lapp@pobox.com> |
auth_getUserData() now caches user info in a static
darcs-hash:20050916205557-36b45-4135c42d0ccfd28c85cfbd7eb57a445c2aa74ffc.gz |
| 7a98db20 | 16-Sep-2005 |
joe.lapp <joe.lapp@pobox.com> |
fixed author/email handling in RSS/Atom feeds
1) Now reports full user name for logged in users 2) Reports actual email when not mail guarding; otherwise it's "user@ip" 3) RSS 1.0 (default) format i
fixed author/email handling in RSS/Atom feeds
1) Now reports full user name for logged in users 2) Reports actual email when not mail guarding; otherwise it's "user@ip" 3) RSS 1.0 (default) format is now <dc:creator>name (email)</dc:creator> 4) RSS 0.91/RSS 2.0 format is now <author>email (name)</author> 5) Atom format is now <author><name>name</name><email>email</email></author> 6) When anonymous, all RSS formats just reports "user@ip" in element 7) When anonymous, Atom just reports <author><email>user@ip</email></author>
darcs-hash:20050916203852-36b45-ed5310a65360811bdd153ba12b0e925675bdd7a4.gz
show more ...
|
| 44ec97b1 | 13-Sep-2005 |
huybkoen <huybkoen@gmail.com> |
update for the dutch language files
darcs-hash:20050913222710-2aeb0-a657f37120c611ae1645e30dd35514c7453b5d71.gz |
| 2e53fc70 | 16-Sep-2005 |
Andreas Gohr <andi@splitbrain.org> |
allowing + char in email addresses
darcs-hash:20050916191719-7ad00-703ee14706e6629e6312c103be0121bf2996c6cb.gz |
| 032d6fd6 | 16-Sep-2005 |
chris <chris@jalakai.co.uk> |
lexer fix, corrects pattern match locating issues for patterns with look-ahead/look-behind assertions (e.g. acronyms per bug#538)
darcs-hash:20050916113259-9b6ab-47b502b4c7410d17229923d03c30ace76b7b
lexer fix, corrects pattern match locating issues for patterns with look-ahead/look-behind assertions (e.g. acronyms per bug#538)
darcs-hash:20050916113259-9b6ab-47b502b4c7410d17229923d03c30ace76b7b1853.gz
show more ...
|
| a152721b | 16-Sep-2005 |
Jorge Barrera Grandon <jorge@digitalwolves.org> |
Norwegian lang update
Fixed some utf8 issues and corrected some grammar errors (sorry 'bout that).
darcs-hash:20050916080010-3d692-f78b42406810538679b53e9ce89da9196478d79e.gz |
| a61bbb46 | 15-Sep-2005 |
Jorge Barrera Grandon <jorge@digitalwolves.org> |
norwegian_lang_update
darcs-hash:20050915124517-3d692-524f258e9338feb9fc99cefa97541a9d82232b36.gz |