| d4834a19 | 06-Feb-2007 |
Stephane Chazelas <stephane@artesyncp.com> |
do preconnects only once #1067
darcs-hash:20070206191629-64c10-6607d7e7e724315b728e8c46a0b2ff6e7e8ab2f6.gz |
| de117061 | 06-Feb-2007 |
chris <chris@jalakai.co.uk> |
give xhtml renderer method _xmlEntities standard parameter values
darcs-hash:20070206021203-9b6ab-f580959f2177cecf4460ba55db016bb11cd111cc.gz |
| 169c7240 | 06-Feb-2007 |
chris <chris@jalakai.co.uk> |
refactor xhtml TOC creation into a class function, FS#1058
- changed inc/parser/xhtml.php, render_TOC() function it now takes a toc array as a parameter - refactor render_TOC() and _tocitem() int
refactor xhtml TOC creation into a class function, FS#1058
- 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
show more ...
|
| e7856bea | 06-Feb-2007 |
chris <chris@jalakai.co.uk> |
refactor renderer header() to separate out adding toc items
adds a new render method toc_additem($id, $text, $level)
This allows toc items to be added separately from the header() function, allowin
refactor renderer header() to separate out adding toc items
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
show more ...
|
| 34dbe711 | 06-Feb-2007 |
chris <chris@jalakai.co.uk> |
alter search callback to use call_user_func()
darcs-hash:20070206014428-9b6ab-1bcc1a005850b2048b49a7667dd25905f8a79ae2.gz |
| d7d7bed5 | 05-Feb-2007 |
Andreas Gohr <andi@splitbrain.org> |
fix for slashes in phrase search #1066
darcs-hash:20070205191848-7ad00-77ad5a398534a7a64884e155c4607350e0f25a7c.gz |
| e0e755d7 | 28-Jan-2007 |
Guy Brand gb@isis.u-strasbg.fr <andi@splitbrain.org> |
Fix userewrite note in htaccess (FS#1013)
darcs-hash:20070128215856-c47a2-d5e9e9ce538d81a0b4f80c9c4f89fd6d6c534750.gz |
| 9f9fb0e5 | 02-Feb-2007 |
Tom N Harris <tnharris@whoopdedo.org> |
Encode/Decode numeric HTML entities correctly.
utf8_tohtml handles all codepoints, and the inverse function, utf8_unhtml, is added.
darcs-hash:20070202070509-6942e-09ed9dc37f1469055a7c04d44044768e1
Encode/Decode numeric HTML entities correctly.
utf8_tohtml handles all codepoints, and the inverse function, utf8_unhtml, is added.
darcs-hash:20070202070509-6942e-09ed9dc37f1469055a7c04d44044768e160d60e6.gz
show more ...
|
| 54e95700 | 02-Feb-2007 |
Tom N Harris <tnharris@whoopdedo.org> |
Return true/false from all template output functions.
Any tpl_* function that doesn't otherwise return a value will return true if something was printed.
darcs-hash:20070202064949-6942e-31ea67ab9
Return true/false from all template output functions.
Any tpl_* function that doesn't otherwise return a value will return true if something was printed.
darcs-hash:20070202064949-6942e-31ea67ab941cc352d01f0b72971dd20179770226.gz
show more ...
|
| 37f8b546 | 02-Feb-2007 |
Tom N Harris <tnharris@whoopdedo.org> |
Show file name in debug comment when creating new cache.
darcs-hash:20070202063800-6942e-529cee02f506a5c221e2da33fd0720380752c37f.gz |
| 66b95544 | 02-Feb-2007 |
Tom N Harris <tnharris@whoopdedo.org> |
Use new index format in bin/indexer.php
darcs-hash:20070202063511-6942e-227499f5baaedea2d8df72d156bcdb8d6d5461bc.gz |
| 37daf7b0 | 31-Jan-2007 |
Andreas Gohr <andi@splitbrain.org> |
esperanto update
darcs-hash:20070131182641-7ad00-c3fa4a5a1265482daa96dcc91f5036b9ebce561a.gz |
| 873afe68 | 28-Jan-2007 |
Andreas Gohr <andi@splitbrain.org> |
fixed test cases for recent renderer to handler function moves
darcs-hash:20070128115556-7ad00-fb57f70eee08ae82e9b55a19edef3d6aee4f2345.gz |
| 3b3f8916 | 28-Jan-2007 |
Andreas Gohr <andi@splitbrain.org> |
small fix for metadata rendering if instructions aren't available
darcs-hash:20070128113952-7ad00-e7293a11680aed2cd88aac49d2a8b612bd0e61ee.gz |
| fc18c0fb | 26-Jan-2007 |
chris <chris@jalakai.co.uk> |
fix FS#1010
darcs-hash:20070126204145-9b6ab-db7eba9c6045584a381eb83ae48787627973532b.gz |
| b243dd27 | 24-Jan-2007 |
Michael Klier <chi@chimeric.de> |
added missing with/height attributes to opensearch image tag
darcs-hash:20070124232113-23886-5fdea45dec232c6a94995d83439f1c05beb33c6e.gz |
| 04ebd214 | 25-Jan-2007 |
chris <chris@jalakai.co.uk> |
create an addPluginCall() method for the handler
refactor plugin() method to use new function
this provides an interface for plugins to write their own instructions directly when returning a single
create an addPluginCall() method for the handler
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
show more ...
|
| 26b657a1 | 25-Jan-2007 |
chris <chris@jalakai.co.uk> |
additional unit tests for email addresses
darcs-hash:20070125143848-9b6ab-490215e5feef3a7f6ed268ee03a6cfe4ced1afbb.gz |
| 0a1d30bf | 25-Jan-2007 |
chris <chris@jalakai.co.uk> |
improve and centralise email regexp, fixes FS#1049
darcs-hash:20070125143421-9b6ab-93ce6bfd804924af4651da9424738494f11fe5f2.gz |
| 2e5c161d | 24-Jan-2007 |
Andreas Gohr <andi@splitbrain.org> |
GeSHi update to 1.0.7.17
darcs-hash:20070124202520-7ad00-15af7e505ceb8265e124361229649ad4aa8d328f.gz |
| e205b721 | 24-Jan-2007 |
Andreas Gohr <andi@splitbrain.org> |
fixed broken table alignment
darcs-hash:20070124201255-7ad00-532c5d1ddc4d24aab980ff2cf6f521b051c73be2.gz |
| 1f82fabe | 24-Jan-2007 |
Andreas Gohr <gohr@cosmocode.de> |
moved interwiki resolve logic to base renderer class
darcs-hash:20070124111438-6e07b-7d3e534aa7eff56821bf94232fea7711c5881719.gz |
| da9f31c5 | 24-Jan-2007 |
Andreas Gohr <gohr@cosmocode.de> |
moved simple URL handling from renderer to handler
darcs-hash:20070124101306-6e07b-f3b325915c5b379c5ec8ae3bcf21943be1942e83.gz |
| 2ea4044f | 23-Jan-2007 |
Andreas Gohr <andi@splitbrain.org> |
move title function to base renderer
darcs-hash:20070123083854-7ad00-b2a6723121ed82076a04c5956ecdbf22ec5aede7.gz |
| c327d6c4 | 20-Jan-2007 |
Andreas Gohr <andi@splitbrain.org> |
Some renderer plugin updates
The namingscheme for renderer plugins now matches the other types, the plugin manager now returns info on renderer plugins, too
darcs-hash:20070120002731-7ad00-fcea93a6
Some renderer plugin updates
The namingscheme for renderer plugins now matches the other types, the plugin manager now returns info on renderer plugins, too
darcs-hash:20070120002731-7ad00-fcea93a6a6da807103b6aa82d6472196125cb3ec.gz
show more ...
|