- Sep 27, 2005
-
-
chris authored
darcs-hash:20050927223112-9b6ab-61c435bb0a674b2a7bd7dd707edc973f3a6bf068.gz
-
- Sep 30, 2005
-
-
webmaster authored
darcs-hash:20050930152223-bcca4-17dd27ce2a04ab78e46410d42610cd70990c212f.gz
-
Andreas Gohr authored
darcs-hash:20050930151407-7ad00-56002a89c36a82a249de577227929ace91ebad2f.gz
-
- Sep 25, 2005
-
-
Andreas Gohr authored
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
-
Andreas Gohr authored
darcs-hash:20050925102211-7ad00-200edd676ba3956f03ec5bcc5149d4aa4bd15e24.gz
-
Andreas Gohr authored
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
-
- Sep 22, 2005
-
-
Andreas Gohr authored
darcs-hash:20050922171132-7ad00-926fcd98726b1bd7451e48bf63a1c9443647e8ec.gz
-
Kai Poggensee authored
This patch changes the last quantifier in interwiki regexp to "*", allowing constructs like "MyWiki>". darcs-hash:20050922165958-5de9f-912efa15d90a109a2e02a74d14e0fa4de809b963.gz
-
Andreas Gohr authored
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
-
Andreas Gohr authored
darcs-hash:20050922161723-7ad00-d3b80451eaa7315a7e5fbb41008d03e8bbc0a991.gz
-
Andreas Gohr authored
darcs-hash:20050922160431-7ad00-4bbcdc2804d46745cb763524c05fdb73f13186f1.gz
-
chris authored
darcs-hash:20050922154548-9b6ab-5dd76b0175dfbd72910795cea430999e54bbb768.gz
-
chris authored
darcs-hash:20050922154356-9b6ab-0e881a2f3fc6f3f8acd2f16df8a9dde68f6085e3.gz
-
- Sep 21, 2005
-
-
Andreas Gohr authored
darcs-hash:20050921204122-7ad00-5911edd5bff4bb23d97a735ff00782c2b95fc901.gz
-
Andreas Gohr authored
darcs-hash:20050921195118-7ad00-9070166cbaa26e3f27f7b92382346a70f5c479a1.gz
-
Jose Carlos Tavares Monteiro authored
darcs-hash:20050921192605-1d4c3-fef36cd273e6536066922560d859ccc2da6447c9.gz
-
Koen Huybrechts authored
darcs-hash:20050921192214-4bebe-1e37de020d3a48c6c728ed4c5bb7771b6db95cf6.gz
-
- Sep 19, 2005
-
-
chris authored
darcs-hash:20050919163618-9b6ab-1c1ccc9103bf1f82e62aba97a244bba787679e28.gz
-
- Sep 20, 2005
-
-
jan authored
darcs-hash:20050920151530-45605-53d07bfd3467f40f809296d983676b6e7c1a7756.gz
-
- Sep 19, 2005
-
-
Andreas Gohr authored
darcs-hash:20050919182036-7ad00-f49586d597a4298c801d635f1b6f5a68c7423085.gz
-
chris authored
darcs-hash:20050919153110-9b6ab-799ea7bd45d48f64fc26c6e86fe7fb6678173912.gz
-
- Sep 18, 2005
-
-
Andreas Gohr authored
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
-
- Sep 16, 2005
-
-
su authored
darcs-hash:20050916232433-0835e-fa17547516d5cd02175c9d96806100f9a9eca6ba.gz
-
- Sep 18, 2005
-
-
Andreas Gohr authored
utf8_strtoupper called mb_strtolower darcs-hash:20050918094308-7ad00-c595455bcb6e312f29c0d27fa83d0905cd2303cc.gz
-
- Sep 17, 2005
-
-
joe.lapp authored
Particularly useful with $conf['useheading'] darcs-hash:20050917041821-36b45-4187b687b6ade759035d0d695eb715f9192c1a7e.gz
-
- Sep 16, 2005
-
-
joe.lapp authored
darcs-hash:20050916205557-36b45-4135c42d0ccfd28c85cfbd7eb57a445c2aa74ffc.gz
-
joe.lapp authored
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
-
joe.lapp authored
darcs-hash:20050916203729-36b45-e260ee168228c79204402c72244f7561e02dd8eb.gz
-
- Sep 15, 2005
-
-
joe.lapp authored
darcs-hash:20050915153238-36b45-6a10efcc6969713d3c2554ab610535ebae95aca1.gz
-
- Sep 13, 2005
-
-
huybkoen authored
darcs-hash:20050913222710-2aeb0-a657f37120c611ae1645e30dd35514c7453b5d71.gz
-
- Sep 16, 2005
-
-
Andreas Gohr authored
darcs-hash:20050916191719-7ad00-703ee14706e6629e6312c103be0121bf2996c6cb.gz
-
chris authored
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
-
Jorge Barrera Grandon authored
Fixed some utf8 issues and corrected some grammar errors (sorry 'bout that). darcs-hash:20050916080010-3d692-f78b42406810538679b53e9ce89da9196478d79e.gz
-
- Sep 15, 2005
-
-
Jorge Barrera Grandon authored
darcs-hash:20050915124517-3d692-524f258e9338feb9fc99cefa97541a9d82232b36.gz
-
Andreas Gohr authored
darcs-hash:20050915150613-7ad00-8a42bb1d0eb5926ebc2f273d8416df87acfc6a11.gz
-
- Sep 14, 2005
-
-
joe.lapp authored
Caller passes non-zero dimension only when proportionately limiting the image by that dimension; no need to pass very large numbers to preserve the image's original dimensions or to leave one dimension unconstrained. darcs-hash:20050915035516-36b45-660f49670164c75285cf3e9051d10786216ec6df.gz
-
joe.lapp authored
{{image.jpg?nolink}} darcs-hash:20050915032348-36b45-f298b21de05001cd9a56b4859bf265079b57bf69.gz
-
joe.lapp authored
darcs-hash:20050915015745-36b45-4325cadc4e66b9343b148beed306b69833166246.gz
-
joe.lapp authored
darcs-hash:20050915015209-36b45-000b261098cb368db880942248de6ded546456b0.gz
-
joe.lapp authored
Allows user to select the word separation character in page names. darcs-hash:20050915012947-36b45-3d6b53cda05a7d7c2eb3497f4732f7492a63e9aa.gz
-