- Oct 15, 2005
-
-
Andreas Gohr authored
fixes a bug when a mediafile from the top namespace is referenced in a subnamespace. Thanks to Otto Vainio for reporting darcs-hash:20051015191850-7ad00-b5c2c965b6032b081973e25d02adb2a9408b54de.gz
-
Andreas Gohr authored
The edit form now is free of inline event handlers. There are still other places where inline javascript and even document.write is used which should be fixed as well. Currently the window.onload event is used to initialize everything which may not the best way to do so. Dean Edwards may have a solution: http://dean.edwards.name/weblog/2005/09/busted/ darcs-hash:20051015184404-7ad00-2404744d008e5ea7e1b5800c96800824b532ff47.gz
-
- Oct 08, 2005
-
-
Andreas Gohr authored
darcs-hash:20051008175404-7ad00-cd640de7660825b19d5e863cc8caf5467d59b055.gz
-
- Oct 15, 2005
-
-
Andreas Gohr authored
darcs-hash:20051015114545-7ad00-561552ce7e519d81146b5cb2d28203aee7c6d2ad.gz
-
- Oct 14, 2005
-
-
Andreas Gohr authored
darcs-hash:20051014193252-7ad00-8f7fdf928fb5a48085749ad2cb923a5cebf701fb.gz
-
- Oct 12, 2005
-
-
gb authored
darcs-hash:20051012190929-2060e-2308adb03e7f13db5ccd5cb051810a0689283caf.gz
-
- Oct 13, 2005
-
-
hfuecks authored
darcs-hash:20051013092242-e96b6-4ec2c98bcd8ff3e103b6eb53f547c798d138eba1.gz
-
- Oct 12, 2005
-
-
hfuecks authored
darcs-hash:20051012081013-e96b6-df581e5b94bb5e5ea1ed8693e754fd5877fbd164.gz
-
- Oct 13, 2005
-
-
matthiasgrimm authored
The back button corrupted the varable $ID which is used by the indexer. darcs-hash:20051013170633-7ef76-8102f8c8e658d0032783d825a648c13303373c82.gz
-
- Oct 10, 2005
-
-
Andreas Gohr authored
darcs-hash:20051010194555-7ad00-3362e1d9b52b4ccb7f837f557f0b33b6b127459f.gz
-
gb authored
darcs-hash:20051010133224-2060e-e24b42d667f49f873922c26f90e31b354116dcec.gz
-
- Oct 06, 2005
-
-
hfuecks authored
darcs-hash:20051006233837-e96b6-66ac0bf95b0b24fc23921fefaa146e321cebd8c5.gz
-
- Oct 09, 2005
-
-
Andreas Gohr authored
The new handling of asian chars as single words needs a recent PCRE library (PHP 4.3.10 is known work). If this support isn't available the regexp compilation will fail. This patch adds a workaround - this means the search will not work as expected with asian words on older PHP versions. darcs-hash:20051009124833-7ad00-1319829be5cb73246e13eb65e4c950d43c6ce5bf.gz
-
- Oct 06, 2005
-
-
Andreas Gohr authored
darcs-hash:20051006190239-7ad00-16ee27e584dce3ea3561b89d8fa60d7ea1e02e6c.gz
-
- Oct 04, 2005
-
-
mpo authored
darcs-hash:20051004210109-59c6d-b947a036ee8df16b9e754d45ccae464356d0fc5d.gz
-
- Oct 06, 2005
-
-
Andreas Gohr authored
darcs-hash:20051006175402-7ad00-f0bccfd8a14f231aab7c15a571628f9320e4fead.gz
-
Andreas Gohr authored
darcs-hash:20051006174104-7ad00-4abd8894c1449a46467c0d168e7fc5e90331024c.gz
-
hfuecks authored
darcs-hash:20051006130651-e96b6-6496b235c56a40cdea06df6198a5d39e5bfa9d13.gz
-
- Oct 02, 2005
-
-
Andreas Gohr authored
darcs-hash:20051002125421-7ad00-6fafa7fce8fef4954f1e65e13a2bc095734715f5.gz
-
Andreas Gohr authored
darcs-hash:20051002125342-7ad00-42c9155d81a7799f24ec02f6aac210d2ea818e51.gz
-
Andreas Gohr authored
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
-
- Oct 01, 2005
-
-
Christopher Arndt authored
darcs-hash:20051001135047-51048-4ed7389d2d23bfecf020d6493e6d126869e8a2e8.gz
-
- Sep 30, 2005
-
-
Andreas Gohr authored
darcs-hash:20050930165456-7ad00-bfa7d30fc4e4ba6c9bbb39b88dd077fab03eb8bc.gz
-
Andreas Gohr authored
darcs-hash:20050930160928-7ad00-d3b2e2d7447eb93b6a39262221b8dbb131c698c9.gz
-
Andreas Gohr authored
darcs-hash:20050930160500-7ad00-70b4f8d14984a0e55b82079d843964e25536ba02.gz
-
Robby Cornelissen authored
darcs-hash:20050930155249-0fef0-16280e1c28947a2604e04fb3311b97f207b6234a.gz
-
Andreas Gohr authored
darcs-hash:20050930154739-7ad00-e5dea212a28508d24be6471fe5900c7edb1bbde9.gz
-
- Sep 27, 2005
- 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
-