History log of /dokuwiki/inc/parser/xhtml.php (Results 251 – 275 of 367)
Revision Date Author Comments
# 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 ...


# fc18c0fb 26-Jan-2007 chris <chris@jalakai.co.uk>

fix FS#1010

darcs-hash:20070126204145-9b6ab-db7eba9c6045584a381eb83ae48787627973532b.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


# 44881bd0 03-Jan-2007 henning.noren <henning.noren@gmail.com>

tf_rename_lower.patch

Name the TRUE/FALSE-constants consistently as lowercase everywhere.
This might also be an tiny optimization in some environments.

darcs-hash:20070103205700-d2a3e-e7ec0aedb938d

tf_rename_lower.patch

Name the TRUE/FALSE-constants consistently as lowercase everywhere.
This might also be an tiny optimization in some environments.

darcs-hash:20070103205700-d2a3e-e7ec0aedb938d563f583116a2d5b17f3a3fea36c.gz

show more ...


# 0f428d7d 02-Dec-2006 Andreas Gohr <andi@splitbrain.org>

fixed display for file links with empty title #996

darcs-hash:20061202164826-7ad00-279df5b15e663daf8a1a6c170d644b51fbc4e005.gz


# c6e62e9f 13-Nov-2006 chris <chris@jalakai.co.uk>

obfuscate email address when it is used in mailto links (bug#977)

This patch applies when no alternate link text is supplied and the actual email address would be
used as the link text.

darcs-hash:

obfuscate email address when it is used in mailto links (bug#977)

This patch applies when no alternate link text is supplied and the actual email address would be
used as the link text.

darcs-hash:20061113124108-9b6ab-bd8109100b9305a1a04964d226c779aa320df64c.gz

show more ...


# 6b379cbf 10-Nov-2006 Andreas Gohr <andi@splitbrain.org>

DOMlib removed

The DOMlib javascript library was removed. It was only used for
footnote tooltips and access key fixup.

Removing the library creates a much smaller JavaScript footprint. The
size of

DOMlib removed

The DOMlib javascript library was removed. It was only used for
footnote tooltips and access key fixup.

Removing the library creates a much smaller JavaScript footprint. The
size of the compacted non-edit Javascript output was reduces from 56110
bytes down to 29296 bytes.

The footnote tooltip was completely rewritten and tested in FireFox
2.0, IE 6 and Opera 9.02. Please test other browsers as well.

The acces key fixup might beahve different now on Mac platforms.

darcs-hash:20061110201541-7ad00-0dffad095193bc7e7c505796a99b0a0a010a6b0d.gz

show more ...


# 8c128049 08-Oct-2006 Andreas Gohr <andi@splitbrain.org>

fixed images in email links

darcs-hash:20061008074029-7ad00-8457873dd8ad2f5a36dc8f44eca42a4378e61e93.gz


# ce6b63d9 24-Sep-2006 chris <chris@jalakai.co.uk>

cache, metadata & purgefile updates

Cache
- add dependency for metadata renderer file
- check metadata for end of page life, "date valid end".

Metadata Renderer
- RSS syntax mode now sets rendered

cache, metadata & purgefile updates

Cache
- add dependency for metadata renderer file
- check metadata for end of page life, "date valid end".

Metadata Renderer
- RSS syntax mode now sets rendered page expiry, "date valid end"
and includes the feed URL in "relation haspart".

Purgefile
For all wiki installations the purgefile records the earliest
time before which no cache purge (based on data consistency)
is required. Cache files older than this time MAY need to be
purged.
- remove purgeonadd configuration setting

darcs-hash:20060924202157-9b6ab-4531e91411c41914eeab2b6a8160c3d46b001cee.gz

show more ...


# b2a412b0 24-Sep-2006 Andreas Gohr <andi@splitbrain.org>

fix for reversed RSS feeds #918

darcs-hash:20060924101329-7ad00-acff05b813c58ac7ddb98385c9970800af7aca6b.gz


# bb4866bd 23-Sep-2006 chris <chris@jalakai.co.uk>

minor bugfix and boring error removal

darcs-hash:20060923203609-9b6ab-ecca679faa254a29772868508050fcf3206b0814.gz


# cb42b03d 03-Sep-2006 Anika Henke <a.c.henke@arcor.de>

removed superfluous <br /> after inline tables

darcs-hash:20060903193759-d5083-276d7cb9622d9a009de2aedca8bfba880c3ffbdd.gz


# 501af51e 25-Aug-2006 Andreas Gohr <andi@splitbrain.org>

no forcing of ASCII in section IDs

XHTML allows non-ASCII chars in ids and names, so there is no need
to forcibly romanize section header ids

darcs-hash:20060825173653-7ad00-f982cec893cc2d0f1b2de42

no forcing of ASCII in section IDs

XHTML allows non-ASCII chars in ids and names, so there is no need
to forcibly romanize section header ids

darcs-hash:20060825173653-7ad00-f982cec893cc2d0f1b2de4226879d7d2b294ac76.gz

show more ...


# 852896da 30-Jul-2006 Andreas Gohr <andi@splitbrain.org>

strip trailing line in higlighted code

The current code add 2 unwanted trailing lines in highlighted code. One is produced
by DokuWiki's syntax and is fixed by this patch. The second one is created

strip trailing line in higlighted code

The current code add 2 unwanted trailing lines in highlighted code. One is produced
by DokuWiki's syntax and is fixed by this patch. The second one is created somewhere
inside GeShi. A bug report was submitted upatream [1]

[1] http://sourceforge.net/tracker/index.php?funcÞtail&aid31373&group_id4997&atidg0231

darcs-hash:20060730201442-7ad00-222a23a3bfccd7c53105e7175cdc9992be2d8076.gz

show more ...


# 8f7d700c 28-Jul-2006 chris <chris@jalakai.co.uk>

Provide a fragment cache for GeSHi output

darcs-hash:20060728225649-9b6ab-124a5511574bd9955f56d0426586f877b9ec66c8.gz


# d98d4540 10-Jul-2006 Ben Coburn <btcoburn@silicodon.net>

fixing undefined variables

Fixing undefined variable notices and sometimes
the underlying error that produced them.

darcs-hash:20060710114655-05dcb-073948171847f1f43f153e96c8382abd421da36a.gz


# bad905f1 07-Jul-2006 Ben Coburn <btcoburn@silicodon.net>

error reporting E_ALL switch

- Adds a constant DOKU_E_LEVEL for globally overriding the error reporting level.
- Adds a file based switch for enabling E_ALL errors without changing the code.

Th

error reporting E_ALL switch

- Adds a constant DOKU_E_LEVEL for globally overriding the error reporting level.
- Adds a file based switch for enabling E_ALL errors without changing the code.

This is convenient for developers debugging new patches. It also ensures that
the new patch will not accidentally record manual changes to the error reporting
level. To enable E_ALL errors globally, create the file 'conf/report_e_all'.

darcs-hash:20060707232525-05dcb-0f24e53783f546a83268fe40b0d8b68f4d6ccfa6.gz

show more ...


# a966cbde 17-Jun-2006 Andreas Gohr <andi@splitbrain.org>

create correct titles for namespace links

Second part of the global start patch series :-)

darcs-hash:20060617111153-7ad00-1422551ec64ac84f473a8a5f3adb9cb332bb3f06.gz


# 1bde1582 07-Jun-2006 Andreas Gohr <andi@splitbrain.org>

Updated SimplePie to beta2

darcs-hash:20060607203012-7ad00-39f08d985ed975b9eb521aaa1f7d3d315b5e6588.gz


# 35dae8b0 22-May-2006 Ben Coburn <btcoburn@silicodon.net>

decouple section edit from header in renderer

This patch achieves a partial decoupling of the section edit buttons
from the header syntax. A new 'section_edit' instruction is added to the
instructio

decouple section edit from header in renderer

This patch achieves a partial decoupling of the section edit buttons
from the header syntax. A new 'section_edit' instruction is added to the
instruction list. The default set of these instructions is generated from
the header handler and the _finalize function. A generic 'section_edit'
renderer is now part of the renderer.

To rewrite the section semantics, add, or remove section edit buttons the
header handler and renderer no longer need to be modified. Changes can be
dynamically made to the section edit buttons through the 'PARSER_HANDLER_DONE'
action event. An action plugin that registers this event can then modify
the calls list of the handler object before it is rendered.

In short, this patch makes it possible to change the behavior of the section
edit buttons without having to change unrelated code. This patch should be
entirely transparent to DokuWiki users and cleanly written plugins.

darcs-hash:20060522060004-05dcb-8e6b5215e1b610877f126ca0b9e1e5bc21cc6469.gz

show more ...


# a4a2d4cf 07-May-2006 Andreas Gohr <andi@splitbrain.org>

metadata hnalding updates, header fixes

This removes the meta instruction again in favour of the new meta renderer.
Most tests work now again, a few tweaks were done on the header handler
to render

metadata hnalding updates, header fixes

This removes the meta instruction again in favour of the new meta renderer.
Most tests work now again, a few tweaks were done on the header handler
to render certain headers as it did in earlier versions.

darcs-hash:20060507153113-7ad00-bd299fbe1762482c72d109f9bca776f12bcea7c8.gz

show more ...


1...<<1112131415