0a69dff7 | 25-Sep-2006 |
chris <chris@jalakai.co.uk> |
amendments to previous patch updating rss & cache
rss syntax extended to include a refresh parameter <digits><period> period can be d,h,m for days, hours, minutes respectively i
amendments to previous patch updating rss & cache
rss syntax extended to include a refresh parameter <digits><period> period can be d,h,m for days, hours, minutes respectively if not specified will default to 4 hours dokuwiki imposes a minimum of 10 minutes
metadata now used "date valid age" (seconds) rather than "date valid end"
darcs-hash:20060925201222-9b6ab-c8e6d8e40bb178295bab874fce5147ccff35fbbb.gz
show more ...
|
5587e44c | 04-Aug-2006 |
chris <chris@jalakai.co.uk> |
fix for bug #701, lists in footnotes in lists
added Doku_Handler_Nest class & "nest" render instruction These allows render instructions to be nested within the "nest" render instruction, isolating
fix for bug #701, lists in footnotes in lists
added Doku_Handler_Nest class & "nest" render instruction These allows render instructions to be nested within the "nest" render instruction, isolating them from the outer list of render instructions.
Not being able to do this is a particular problem for the current Doku_Handler_* classes as they process the list of intructions generated during their life without any recognition that some of the instructions may not belong to them being nested within another syntax mode.
This also makes it easier for plugins to generate cacheable nested instructions rather than using the expensive p_render() function which has to create a new renderer.
darcs-hash:20060804220100-9b6ab-ccd051e287af45afacdb1efecb8d9beb376276cb.gz
show more ...
|