| b6912aea | 02-Oct-2005 |
Andreas Gohr <andi@splitbrain.org> |
minor edit checkbox
This patch adds a minor edit checkbox to the edit form for logged in users. Minor edits are displayed different in recent changes and the page revision history. The RSS feed excl
minor edit checkbox
This patch adds a minor edit checkbox to the edit form for logged in users. Minor edits are displayed different in recent changes and the page revision history. The RSS feed excludes minor edits by default - this can be changed by adding a minor
darcs-hash:20051002113255-7ad00-2bc9e1aaa76d9616428e760529ecc14ef119cf71.gz
show more ...
|
| 075f000f | 01-Oct-2005 |
Christopher Arndt <chris@chrisarndt.de> |
fix for subscription feature in tpl_actionlink #576
darcs-hash:20051001135047-51048-4ed7389d2d23bfecf020d6493e6d126869e8a2e8.gz |
| 23434a60 | 30-Sep-2005 |
Andreas Gohr <andi@splitbrain.org> |
spanish language update
darcs-hash:20050930165456-7ad00-bfa7d30fc4e4ba6c9bbb39b88dd077fab03eb8bc.gz |
| c25a7c81 | 30-Sep-2005 |
Andreas Gohr <andi@splitbrain.org> |
make sure $conf['start'] is a valid pagename #567
darcs-hash:20050930160928-7ad00-d3b2e2d7447eb93b6a39262221b8dbb131c698c9.gz |
| e0e83d87 | 30-Sep-2005 |
Andreas Gohr <andi@splitbrain.org> |
italian updates
darcs-hash:20050930160500-7ad00-70b4f8d14984a0e55b82079d843964e25536ba02.gz |
| 1c88f0b1 | 30-Sep-2005 |
Robby Cornelissen <robby.cornelissen@gmail.com> |
allow dots in interwiki names
darcs-hash:20050930155249-0fef0-16280e1c28947a2604e04fb3311b97f207b6234a.gz |
| 7cace34d | 30-Sep-2005 |
Andreas Gohr <andi@splitbrain.org> |
rebuild $INFO array directly after lockout
darcs-hash:20050930154739-7ad00-e5dea212a28508d24be6471fe5900c7edb1bbde9.gz |
| 5783998f | 27-Sep-2005 |
chris <chris@jalakai.co.uk> |
remove compress detection changes from tarlib, its handled in the wrapper
darcs-hash:20050927223208-9b6ab-dffa89c68fd62072e5da60133ce3e49cc524966f.gz |
| 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 |
| 3a800f4c | 30-Sep-2005 |
Andreas Gohr <andi@splitbrain.org> |
mkdir compatibility fix in indexer #575
darcs-hash:20050930151407-7ad00-56002a89c36a82a249de577227929ace91ebad2f.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 ...
|
| d9aba8f4 | 22-Sep-2005 |
Andreas Gohr <andi@splitbrain.org> |
blacklist update
darcs-hash:20050922171132-7ad00-926fcd98726b1bd7451e48bf63a1c9443647e8ec.gz |
| 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 ...
|
| 7bc7a78e | 22-Sep-2005 |
Andreas Gohr <andi@splitbrain.org> |
fixed bug in fetch.php on windows systems
fetch.php used is_executable() to check for the ImageMagick convert tool. The function is not available prior PHP 5 for Windows systems. fetch now only chec
fixed bug in fetch.php on windows systems
fetch.php used is_executable() to check for the ImageMagick convert tool. The function is not available prior PHP 5 for Windows systems. fetch now only checks if the config variable is set.
darcs-hash:20050922165540-7ad00-f787b5be5c4e9ce4eb31399a1f3ce8dcd1654c60.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 |
| ea3a66b2 | 22-Sep-2005 |
chris <chris@jalakai.co.uk> |
plugin manager fix: include some missing global $ID
darcs-hash:20050922154548-9b6ab-5dd76b0175dfbd72910795cea430999e54bbb768.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 |