History log of /dokuwiki/inc/parser/xhtml.php (Results 251 – 275 of 377)
Revision Date Author Comments
# 943dedc6 25-Jun-2007 Andreas Gohr <andi@splitbrain.org>

fixed problem with #section added to all links

darcs-hash:20070625204256-7ad00-928a9544d9a5f161bd2b445f49dfc5be22703153.gz


# ad32e47e 23-Jun-2007 Andreas Gohr <andi@splitbrain.org>

fix for colons in fragment identifiers FS#1062

darcs-hash:20070623142008-7ad00-fe29449145bb0f41d28b26d088c9017545775d74.gz


# 45e147cc 18-Jun-2007 Andreas Gohr <andi@splitbrain.org>

Verbose errors for failed feed fetching

When the allowdebug option is set, the error message generated by the feed parser
will be put in an HTML comment.

darcs-hash:20070618172904-7ad00-729b99d76df

Verbose errors for failed feed fetching

When the allowdebug option is set, the error message generated by the feed parser
will be put in an HTML comment.

darcs-hash:20070618172904-7ad00-729b99d76df499890ded3f43b708196de9ff8cbe.gz

show more ...


# b120b664 13-Jun-2007 Andreas Gohr <andi@splitbrain.org>

correct javascript escape for languagestring in windows share links FS#1147

This piece of code should be replaced by some unobstrusive code in the future

darcs-hash:20070613193351-7ad00-ce797a00e94

correct javascript escape for languagestring in windows share links FS#1147

This piece of code should be replaced by some unobstrusive code in the future

darcs-hash:20070613193351-7ad00-ce797a00e945f902e2fb309b83ffca988c2fb7e6.gz

show more ...


# a8bd192a 13-May-2007 Andreas Gohr <andi@splitbrain.org>

fixed copy'n'paste error for previous apostrophe fix

darcs-hash:20070513114356-7ad00-9908fbead71a836679e884cf8225c20dcf14ce85.gz


# 57d757d1 13-May-2007 Andreas Gohr <andi@splitbrain.org>

distinction between apostrophes and single quotes FS#1127

This patch adds another parser mode for apostrophes. Now single quote closing
markers are handled different from apostrophes for better loca

distinction between apostrophes and single quotes FS#1127

This patch adds another parser mode for apostrophes. Now single quote closing
markers are handled different from apostrophes for better local typograpy
support.

Needs testing and languages updates.

darcs-hash:20070513084024-7ad00-d20fe093a093c265d357b178e199c1596b484996.gz

show more ...


# fcf1ccdc 04-May-2007 Andreas Gohr <andi@splitbrain.org>

fix for missing alt attribute for captionless JPEGs FS#1126

darcs-hash:20070504184441-7ad00-47c6f91236a21ed3dbd0b12e4ec0e9c2d717f340.gz


# 5f70445d 03-Mar-2007 Andreas Gohr <andi@splitbrain.org>

added getFormat() function to renderer

Each renderer has to supply a getFormat() function returning the format it
produces. Usually this is the same as the classname of the renderer (or Plugin)
says

added getFormat() function to renderer

Each renderer has to supply a getFormat() function returning the format it
produces. Usually this is the same as the classname of the renderer (or Plugin)
says but it does not need to be necessarily.

Fixes a problem with the wrong format being reported to plugins when a
render plugin was used.

darcs-hash:20070303214102-7ad00-3f87d8a10e94f4c6c30bacc8f43486b94ecdb146.gz

show more ...


# 71b40da2 11-Feb-2007 Anika Henke <a.c.henke@arcor.de>

language-specific quotation marks (FS#438)

darcs-hash:20070211172015-d5083-2cab923b001391012a0a469746438d4d4087a718.gz


# dd5eee54 08-Feb-2007 Andreas Gohr <andi@splitbrain.org>

compatibility fix for the recent render_TOC change

render_TOC now behaves like before when called non-statically without an argument
Fixes a problem in the config manager and probably other plugins

compatibility fix for the recent render_TOC change

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

show more ...


# 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


1...<<111213141516