- Feb 24, 2007
-
-
David Lorentsen authored
darcs-hash:20070224113223-ce218-24f2a405ea5c0a533985d3480182476128a625ac.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 19, 2007
-
-
Andreas Gohr authored
darcs-hash:20070219210653-7ad00-318cc9b6b0b219fc74377d8363f77f32ccf39ad7.gz
-
- Jan 11, 2007
-
-
wingedfox authored
This patch includes - several helper functions - is* checks - hasOwnProperty method emulator - checks for .hasOwnProperty in all for..in loops darcs-hash:20070111114236-00f02-50a71681e5d04faf086f1b8032a384648378b744.gz
-
wingedfox authored
darcs-hash:20070111113557-00f02-f868a727d73fa16d4854ad60ff6aff0b59df67bb.gz
-
- Feb 18, 2007
-
-
Andreas Gohr authored
This adds a dashed border for non-existing links to make it easier to distinguish between existing and non existing links for users with color-blindness. darcs-hash:20070218142625-7ad00-a38c0c8470ab23d38ec156d222e670f9f74dd3fd.gz
-
Andreas Gohr authored
darcs-hash:20070218135700-7ad00-12c8c9d28cafa01d883f4dbffcbb04173420a6bb.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 14, 2007
-
-
Ben Coburn authored
Now uses the new toc_additem function in the Doku_Renderer_xhtml class. darcs-hash:20070215015318-05dcb-f725b589b6ecf9b332f624f4bb9cafe7ed546172.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
-
-
Michael Klier authored
darcs-hash:20070212153312-23886-4280eeb83854600bd99f0e9e1176fc0ab4f47492.gz
-
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
-
Andreas Gohr authored
Spammers suck - see http://forum.dokuwiki.org/post/2213 darcs-hash:20070211201920-7ad00-0023501c73fece94effcc0efb2c0862c9f771bf2.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
-
Andreas Gohr authored
On certain platforms the ignore_user_abort function does not work as expected, resulting in a non working indexer webbug. Users with such a broken system (IIS+PHP as CGI) can enable this option to work around the problem (resulting in longer load times for the webbug). darcs-hash:20070208195145-7ad00-8fc14f9da535a70fa837066773e15a3926b077c7.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
-
- Jan 28, 2007
-
-
Guy Brand gb@isis.u-strasbg.fr authored
darcs-hash:20070128215856-c47a2-d5e9e9ce538d81a0b4f80c9c4f89fd6d6c534750.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
-
Tom N Harris authored
darcs-hash:20070202063511-6942e-227499f5baaedea2d8df72d156bcdb8d6d5461bc.gz
-
- Jan 31, 2007
-
-
Andreas Gohr authored
darcs-hash:20070131182641-7ad00-c3fa4a5a1265482daa96dcc91f5036b9ebce561a.gz
-
- Jan 28, 2007
-
-
Andreas Gohr authored
darcs-hash:20070128115556-7ad00-fb57f70eee08ae82e9b55a19edef3d6aee4f2345.gz
-
Andreas Gohr authored
darcs-hash:20070128113952-7ad00-e7293a11680aed2cd88aac49d2a8b612bd0e61ee.gz
-
- Jan 26, 2007
-
-
chris authored
darcs-hash:20070126204145-9b6ab-db7eba9c6045584a381eb83ae48787627973532b.gz
-
- Jan 24, 2007
-
-
Michael Klier authored
darcs-hash:20070124232113-23886-5fdea45dec232c6a94995d83439f1c05beb33c6e.gz
-