- Feb 27, 2007
-
-
Esther Brunner authored
darcs-hash:20070227122635-20862-e10e801a5224585fa32d8dc3401fd5eb98d70930.gz
-
- Feb 25, 2007
-
-
Grzegorz Zur authored
darcs-hash:20070225133620-e561a-41c149fd9e6440909799d6b24a2c81a4ac23dd0f.gz
-
- Feb 26, 2007
-
-
Andreas Gohr authored
darcs-hash:20070226181011-7ad00-3ca27eb05538bb8d6e2f9a9da5a39730247f9813.gz
-
Andreas Gohr authored
darcs-hash:20070226180035-7ad00-c73a6af59b915e2930c6f56a23d374478a63f87d.gz
-
Andreas Gohr authored
darcs-hash:20070226175529-7ad00-4d3d984da1edbf2ded546cfbd7374f97f032d032.gz
-
- Feb 24, 2007
-
-
David Lorentsen authored
Missing danish translation strings and files darcs-hash:20070224200424-ce218-2c9c7de3e74353a38dc31696fd7b785bd0933fce.gz
-
Andreas Gohr authored
darcs-hash:20070224133931-7ad00-165d466a66e7c1d9a73d9e62efd30f6101b2fd03.gz
-
Andreas Gohr authored
darcs-hash:20070224133512-7ad00-88ca8c2745f791885892170e7e99c62bcacb3672.gz
-
Andreas Gohr authored
Following the problem with IE's mimetype handling described at http://www.splitbrain.org/blog/2007-02/12-internet_explorer_facilitates_cross_site_scripting this patch adds a new option (on by default) to check the first 256 bytes of uploaded files against a list of a few HTML tags and denies the upload of such a file. In rare occasions this may block harmless and valid files, but that's price we have to pay for Microsoft's stupidity. Users who need HTML uploads should disable this check. (Don't do that on open Wikis!) darcs-hash:20070224124458-7ad00-0ced616d06f563515b36a0a6871b5ba50229c946.gz
-
Andreas Gohr authored
darcs-hash:20070224122418-7ad00-df595caf9d861bc6b4e5bf2d478df890b6f5bf7a.gz
-
Andreas Gohr authored
darcs-hash:20070224120324-7ad00-4eeedea2685232e0f52f0a374c32e8ce6b17a9c2.gz
-
David Lorentsen authored
darcs-hash:20070224112634-ce218-6f895b09dfe7abb5b8c19ea592f5849e02be4d4e.gz
-
- Feb 21, 2007
-
-
David Lorentsen authored
darcs-hash:20070221133007-ce218-844345922ee66ce33c3f0969b5fc6d643ac618ce.gz
-
- Feb 22, 2007
-
-
chris authored
see http://www.freelists.org/archives/dokuwiki/02-2007/msg00207.html from Todd Augsburger darcs-hash:20070222162434-9b6ab-d894563322227cfe4a018f649d8eebc9aec4a161.gz
-
- Feb 17, 2007
-
-
Guy Brand authored
darcs-hash:20070217220746-19e2d-76c857902d24301707eb783ced96f25c00526659.gz
-
- Feb 18, 2007
-
-
Andreas Gohr authored
darcs-hash:20070218134846-7ad00-1fb62b5d552810b0d771f73410ed3b047bbb0b64.gz
-
- Feb 15, 2007
-
-
Guy Brand authored
Patch by Per Foreby darcs-hash:20070215184609-19e2d-a5361f5009df14a3c21729758e758fe4ee2d1117.gz
-
- Feb 16, 2007
-
-
David Lorentsen authored
darcs-hash:20070216070704-ce218-6038e0a2eb170f2580949f5cd10399163f2335d3.gz
-
- Feb 10, 2007
-
-
martin.tschofen authored
darcs-hash:20070211024110-7f317-c094764db4d4c9b7e1cad01fc016f354d91aa39e.gz
-
- Feb 12, 2007
-
-
Andreas Gohr authored
darcs-hash:20070212190216-7ad00-7be9443a13ab0e885e569f4bdae166fcd00ab836.gz
-
- Feb 11, 2007
-
-
Andreas Gohr authored
A first attempt at fixing FS#1077 currently checks images and spam darcs-hash:20070211223230-7ad00-ba8186c5e848e8783acabb9bf598739617aabdf2.gz
-
Anika Henke authored
darcs-hash:20070211172015-d5083-2cab923b001391012a0a469746438d4d4087a718.gz
-
- Feb 10, 2007
-
-
Andreas Gohr authored
darcs-hash:20070210201116-7ad00-59b350dd2a4ad9461e78c9463dbcbd21306b124d.gz
-
- Feb 08, 2007
-
-
Andreas Gohr authored
render_TOC now behaves like before when called non-statically without an argument Fixes a problem in the config manager and probably other plugins using the function as well darcs-hash:20070208195457-7ad00-c84f60278e3917c31d2f915ad55f296f858b30c4.gz
-
Grzegorz Zur authored
darcs-hash:20070208120717-e561a-d6307260ff7a8697bbb3b16b7c6df7688ce4e849.gz
-
- Feb 06, 2007
-
-
Stephane Chazelas authored
darcs-hash:20070206191629-64c10-6607d7e7e724315b728e8c46a0b2ff6e7e8ab2f6.gz
-
- Feb 05, 2007
-
-
chris authored
darcs-hash:20070206021203-9b6ab-f580959f2177cecf4460ba55db016bb11cd111cc.gz
-
chris authored
- changed inc/parser/xhtml.php, render_TOC() function it now takes a toc array as a parameter - refactor render_TOC() and _tocitem() into static class functions The xhtml renderer can build its TOC using $this->render_TOC($this->toc) Templates can create a separate TOC using echo Doku_Renderer_xhtml::render_TOC(p_get_metadata($ID, 'description tableofcontents')); darcs-hash:20070206015454-9b6ab-b3bd7ff772b756f8aaf496cb319eb73994cdbd94.gz
-
chris authored
adds a new render method toc_additem($id, $text, $level) This allows toc items to be added separately from the header() function, allowing plugins to generate their own table of content items without having to copy dw core code (which may in the future change). darcs-hash:20070206014821-9b6ab-218184e543f6b348e710acc2fe30a8ec329c66a8.gz
-
chris authored
darcs-hash:20070206014428-9b6ab-1bcc1a005850b2048b49a7667dd25905f8a79ae2.gz
-
Andreas Gohr authored
darcs-hash:20070205191848-7ad00-77ad5a398534a7a64884e155c4607350e0f25a7c.gz
-
- Feb 02, 2007
-
-
Tom N Harris authored
utf8_tohtml handles all codepoints, and the inverse function, utf8_unhtml, is added. darcs-hash:20070202070509-6942e-09ed9dc37f1469055a7c04d44044768e160d60e6.gz
-
Tom N Harris authored
Any tpl_* function that doesn't otherwise return a value will return true if something was printed. darcs-hash:20070202064949-6942e-31ea67ab941cc352d01f0b72971dd20179770226.gz
-
Tom N Harris authored
darcs-hash:20070202063800-6942e-529cee02f506a5c221e2da33fd0720380752c37f.gz
-
- Jan 31, 2007
-
-
Andreas Gohr authored
darcs-hash:20070131182641-7ad00-c3fa4a5a1265482daa96dcc91f5036b9ebce561a.gz
-
- Jan 28, 2007
-
-
Andreas Gohr authored
darcs-hash:20070128113952-7ad00-e7293a11680aed2cd88aac49d2a8b612bd0e61ee.gz
-
- Jan 26, 2007
-
-
chris authored
darcs-hash:20070126204145-9b6ab-db7eba9c6045584a381eb83ae48787627973532b.gz
-
- Jan 25, 2007
-
-
chris authored
refactor plugin() method to use new function this provides an interface for plugins to write their own instructions directly when returning a single instruction is not sufficient and saves plugin authors from hacking the handler's calls stack darcs-hash:20070125144103-9b6ab-3df781ec7fd1c4e75ac198139581cd2759c91052.gz
-
chris authored
darcs-hash:20070125143421-9b6ab-93ce6bfd804924af4651da9424738494f11fe5f2.gz
-
- Jan 24, 2007
-
-
Andreas Gohr authored
darcs-hash:20070124202520-7ad00-15af7e505ceb8265e124361229649ad4aa8d328f.gz
-