History log of /dokuwiki/inc/parser/ (Results 401 – 425 of 583)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
44881bd003-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 ...

64e9144a12-Dec-2006 chris <chris@jalakai.co.uk>

fix rss refresh to take into account other refresh settings on the same page

darcs-hash:20061212200847-9b6ab-a844e9fec24e1ef63a8315026d518f0625beae4e.gz

2d5ccb3903-Dec-2006 Andreas Gohr <andi@splitbrain.org>

pluggable renderers

Plugins can now provide their own renderer in lib/plugins/<name>/renderer.php
The class inside this file needs to inherit from Doku_Renderer and has to be
called Doku_Renderer_<n

pluggable renderers

Plugins can now provide their own renderer in lib/plugins/<name>/renderer.php
The class inside this file needs to inherit from Doku_Renderer and has to be
called Doku_Renderer_<name>

To access the renderer the export action can be used eg: ?do

darcs-hash:20061203190138-7ad00-f56b470b5dd043e1168ff2101c677eb8a9851627.gz

show more ...

0f428d7d02-Dec-2006 Andreas Gohr <andi@splitbrain.org>

fixed display for file links with empty title #996

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


/dokuwiki/conf/dokuwiki.php
/dokuwiki/data/pages/wiki/syntax.txt
/dokuwiki/feed.php
/dokuwiki/inc/geshi.php
/dokuwiki/inc/geshi/actionscript.php
/dokuwiki/inc/geshi/ada.php
/dokuwiki/inc/geshi/apache.php
/dokuwiki/inc/geshi/applescript.php
/dokuwiki/inc/geshi/asm.php
/dokuwiki/inc/geshi/asp.php
/dokuwiki/inc/geshi/autoit.php
/dokuwiki/inc/geshi/bash.php
/dokuwiki/inc/geshi/blitzbasic.php
/dokuwiki/inc/geshi/bnf.php
/dokuwiki/inc/geshi/c.php
/dokuwiki/inc/geshi/c_mac.php
/dokuwiki/inc/geshi/caddcl.php
/dokuwiki/inc/geshi/cadlisp.php
/dokuwiki/inc/geshi/cfdg.php
/dokuwiki/inc/geshi/cfm.php
/dokuwiki/inc/geshi/cpp-qt.php
/dokuwiki/inc/geshi/cpp.php
/dokuwiki/inc/geshi/csharp.php
/dokuwiki/inc/geshi/css.php
/dokuwiki/inc/geshi/d.php
/dokuwiki/inc/geshi/delphi.php
/dokuwiki/inc/geshi/diff.php
/dokuwiki/inc/geshi/div.php
/dokuwiki/inc/geshi/dos.php
/dokuwiki/inc/geshi/eiffel.php
/dokuwiki/inc/geshi/fortran.php
/dokuwiki/inc/geshi/freebasic.php
/dokuwiki/inc/geshi/gml.php
/dokuwiki/inc/geshi/groovy.php
/dokuwiki/inc/geshi/html4strict.php
/dokuwiki/inc/geshi/idl.php
/dokuwiki/inc/geshi/ini.php
/dokuwiki/inc/geshi/inno.php
/dokuwiki/inc/geshi/io.php
/dokuwiki/inc/geshi/java.php
/dokuwiki/inc/geshi/java5.php
/dokuwiki/inc/geshi/javascript.php
/dokuwiki/inc/geshi/lisp.php
/dokuwiki/inc/geshi/lua.php
/dokuwiki/inc/geshi/matlab.php
/dokuwiki/inc/geshi/mirc.php
/dokuwiki/inc/geshi/mpasm.php
/dokuwiki/inc/geshi/mysql.php
/dokuwiki/inc/geshi/nsis.php
/dokuwiki/inc/geshi/objc.php
/dokuwiki/inc/geshi/ocaml-brief.php
/dokuwiki/inc/geshi/ocaml.php
/dokuwiki/inc/geshi/oobas.php
/dokuwiki/inc/geshi/oracle8.php
/dokuwiki/inc/geshi/pascal.php
/dokuwiki/inc/geshi/perl.php
/dokuwiki/inc/geshi/php-brief.php
/dokuwiki/inc/geshi/php.php
/dokuwiki/inc/geshi/plsql.php
/dokuwiki/inc/geshi/python.php
/dokuwiki/inc/geshi/qbasic.php
/dokuwiki/inc/geshi/reg.php
/dokuwiki/inc/geshi/robots.php
/dokuwiki/inc/geshi/ruby.php
/dokuwiki/inc/geshi/sas.php
/dokuwiki/inc/geshi/scheme.php
/dokuwiki/inc/geshi/sdlbasic.php
/dokuwiki/inc/geshi/smalltalk.php
/dokuwiki/inc/geshi/smarty.php
/dokuwiki/inc/geshi/sql.php
/dokuwiki/inc/geshi/tcl.php
/dokuwiki/inc/geshi/text.php
/dokuwiki/inc/geshi/thinbasic.php
/dokuwiki/inc/geshi/tsql.php
/dokuwiki/inc/geshi/vb.php
/dokuwiki/inc/geshi/vbnet.php
/dokuwiki/inc/geshi/vhdl.php
/dokuwiki/inc/geshi/visualfoxpro.php
/dokuwiki/inc/geshi/winbatch.php
/dokuwiki/inc/geshi/xml.php
/dokuwiki/inc/lang/no/draft.txt
/dokuwiki/inc/lang/no/install.html
/dokuwiki/inc/lang/no/lang.php
/dokuwiki/inc/lang/no/pwconfirm.txt
/dokuwiki/inc/lang/no/registermail.txt
/dokuwiki/inc/lang/no/resendpwd.txt
/dokuwiki/inc/lang/no/updateprofile.txt
xhtml.php
/dokuwiki/inc/template.php
/dokuwiki/lib/plugins/config/lang/en/lang.php
/dokuwiki/lib/plugins/config/settings/config.metadata.php
/dokuwiki/lib/scripts/script.js
0a7e3bce26-Nov-2006 chris <chris@jalakai.co.uk>

metadata update to support both persistent and non-persistent metadata

Key changes:
- metadata stored on disk in two arrays, 'current' & 'persistent'
- p_set_metadata has an additional parameter, $p

metadata update to support both persistent and non-persistent metadata

Key changes:
- metadata stored on disk in two arrays, 'current' & 'persistent'
- p_set_metadata has an additional parameter, $persistent, which defaults to true
- metadata set within the renderer defaults to non-persistent
- new event hook, PARSER_METADATA_RENDER, which wraps around metadata rendering process. For
full details of this event refer to the event list documentation at splitbrain.

The patch includes automatic conversion of metadata in current form to the new format

For more details also see http://www.freelists.org/archives/dokuwiki/11-2006/msg00221.html
and any follow-up messages.

darcs-hash:20061126152144-9b6ab-a4e40c221e0274b13da07dc2fc1d2100f5f3a50e.gz

show more ...

c6e62e9f13-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 ...

6b379cbf10-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 ...

5fe8018204-Nov-2006 chris <chris@jalakai.co.uk>

no forcing of ASCII in section IDs for metadata (#882)

darcs-hash:20061104153643-9b6ab-d5db971def3e4415488b7b7af1d29d7bcd3bc2e3.gz


/dokuwiki/_test/cases/inc/parser/xhtml_links.test.php
/dokuwiki/conf/dokuwiki.php
/dokuwiki/conf/interwiki.conf
/dokuwiki/conf/mime.conf
/dokuwiki/conf/msg
/dokuwiki/conf/wordblock.conf
/dokuwiki/data/pages/wiki/syntax.txt
/dokuwiki/inc/HTTPClient.php
/dokuwiki/inc/actions.php
/dokuwiki/inc/auth.php
/dokuwiki/inc/changelog.php
/dokuwiki/inc/common.php
/dokuwiki/inc/fulltext.php
/dokuwiki/inc/geshi.php
/dokuwiki/inc/geshi/actionscript.php
/dokuwiki/inc/geshi/ada.php
/dokuwiki/inc/geshi/apache.php
/dokuwiki/inc/geshi/applescript.php
/dokuwiki/inc/geshi/asm.php
/dokuwiki/inc/geshi/asp.php
/dokuwiki/inc/geshi/autoit.php
/dokuwiki/inc/geshi/bash.php
/dokuwiki/inc/geshi/blitzbasic.php
/dokuwiki/inc/geshi/bnf.php
/dokuwiki/inc/geshi/c.php
/dokuwiki/inc/geshi/c_mac.php
/dokuwiki/inc/geshi/caddcl.php
/dokuwiki/inc/geshi/cadlisp.php
/dokuwiki/inc/geshi/cfdg.php
/dokuwiki/inc/geshi/cfm.php
/dokuwiki/inc/geshi/cpp.php
/dokuwiki/inc/geshi/csharp.php
/dokuwiki/inc/geshi/css.php
/dokuwiki/inc/geshi/d.php
/dokuwiki/inc/geshi/delphi.php
/dokuwiki/inc/geshi/diff.php
/dokuwiki/inc/geshi/div.php
/dokuwiki/inc/geshi/dos.php
/dokuwiki/inc/geshi/eiffel.php
/dokuwiki/inc/geshi/fortran.php
/dokuwiki/inc/geshi/freebasic.php
/dokuwiki/inc/geshi/gml.php
/dokuwiki/inc/geshi/groovy.php
/dokuwiki/inc/geshi/html4strict.php
/dokuwiki/inc/geshi/idl.php
/dokuwiki/inc/geshi/ini.php
/dokuwiki/inc/geshi/inno.php
/dokuwiki/inc/geshi/io.php
/dokuwiki/inc/geshi/java.php
/dokuwiki/inc/geshi/java5.php
/dokuwiki/inc/geshi/javascript.php
/dokuwiki/inc/geshi/latex.php
/dokuwiki/inc/geshi/lisp.php
/dokuwiki/inc/geshi/lua.php
/dokuwiki/inc/geshi/matlab.php
/dokuwiki/inc/geshi/mirc.php
/dokuwiki/inc/geshi/mpasm.php
/dokuwiki/inc/geshi/mysql.php
/dokuwiki/inc/geshi/nsis.php
/dokuwiki/inc/geshi/objc.php
/dokuwiki/inc/geshi/ocaml-brief.php
/dokuwiki/inc/geshi/ocaml.php
/dokuwiki/inc/geshi/oobas.php
/dokuwiki/inc/geshi/oracle8.php
/dokuwiki/inc/geshi/pascal.php
/dokuwiki/inc/geshi/perl.php
/dokuwiki/inc/geshi/php-brief.php
/dokuwiki/inc/geshi/php.php
/dokuwiki/inc/geshi/python.php
/dokuwiki/inc/geshi/qbasic.php
/dokuwiki/inc/geshi/reg.php
/dokuwiki/inc/geshi/robots.php
/dokuwiki/inc/geshi/ruby.php
/dokuwiki/inc/geshi/sas.php
/dokuwiki/inc/geshi/scheme.php
/dokuwiki/inc/geshi/sdlbasic.php
/dokuwiki/inc/geshi/smalltalk.php
/dokuwiki/inc/geshi/smarty.php
/dokuwiki/inc/geshi/sql.php
/dokuwiki/inc/geshi/tcl.php
/dokuwiki/inc/geshi/text.php
/dokuwiki/inc/geshi/thinbasic.php
/dokuwiki/inc/geshi/tsql.php
/dokuwiki/inc/geshi/vb.php
/dokuwiki/inc/geshi/vbnet.php
/dokuwiki/inc/geshi/vhdl.php
/dokuwiki/inc/geshi/visualfoxpro.php
/dokuwiki/inc/geshi/winbatch.php
/dokuwiki/inc/geshi/xml.php
/dokuwiki/inc/html.php
/dokuwiki/inc/infoutils.php
/dokuwiki/inc/io.php
/dokuwiki/inc/lang/de/lang.php
/dokuwiki/inc/lang/es/lang.php
/dokuwiki/inc/lang/fr/lang.php
/dokuwiki/inc/lang/fr/read.txt
/dokuwiki/inc/lang/he/admin.txt
/dokuwiki/inc/lang/he/backlinks.txt
/dokuwiki/inc/lang/he/conflict.txt
/dokuwiki/inc/lang/he/draft.txt
/dokuwiki/inc/lang/he/edit.txt
/dokuwiki/inc/lang/he/editrev.txt
/dokuwiki/inc/lang/he/index.txt
/dokuwiki/inc/lang/he/install.html
/dokuwiki/inc/lang/he/lang.php
/dokuwiki/inc/lang/he/mailtext.txt
/dokuwiki/inc/lang/he/newpage.txt
/dokuwiki/inc/lang/he/norev.txt
/dokuwiki/inc/lang/he/preview.txt
/dokuwiki/inc/lang/he/pwconfirm.txt
/dokuwiki/inc/lang/he/read.txt
/dokuwiki/inc/lang/he/recent.txt
/dokuwiki/inc/lang/he/register.txt
/dokuwiki/inc/lang/he/registermail.txt
/dokuwiki/inc/lang/he/resendpwd.txt
/dokuwiki/inc/lang/he/searchpage.txt
/dokuwiki/inc/lang/he/showrev.txt
/dokuwiki/inc/lang/he/stopwords.txt
/dokuwiki/inc/lang/he/subscribermail.txt
/dokuwiki/inc/lang/he/updateprofile.txt
/dokuwiki/inc/lang/he/wordblock.txt
/dokuwiki/inc/lang/ja/lang.php
/dokuwiki/inc/lang/lv/draft.txt
/dokuwiki/inc/lang/lv/install.html
/dokuwiki/inc/lang/lv/lang.php
/dokuwiki/inc/lang/lv/pwconfirm.txt
/dokuwiki/inc/lang/lv/registermail.txt
/dokuwiki/inc/lang/ru/admin.txt
/dokuwiki/inc/lang/ru/draft.txt
/dokuwiki/inc/lang/ru/install.html
/dokuwiki/inc/lang/ru/lang.php
/dokuwiki/inc/lang/ru/mailtext.txt
/dokuwiki/inc/lang/ru/password.txt
/dokuwiki/inc/lang/ru/pwconfirm.txt
/dokuwiki/inc/lang/ru/register.txt
/dokuwiki/inc/lang/ru/registermail.txt
/dokuwiki/inc/lang/ru/resendpwd.txt
/dokuwiki/inc/lang/ru/subscribermail.txt
/dokuwiki/inc/lang/zh/admin.txt
/dokuwiki/inc/lang/zh/backlinks.txt
/dokuwiki/inc/lang/zh/conflict.txt
/dokuwiki/inc/lang/zh/denied.txt
/dokuwiki/inc/lang/zh/diff.txt
/dokuwiki/inc/lang/zh/draft.txt
/dokuwiki/inc/lang/zh/edit.txt
/dokuwiki/inc/lang/zh/editrev.txt
/dokuwiki/inc/lang/zh/index.txt
/dokuwiki/inc/lang/zh/install.html
/dokuwiki/inc/lang/zh/lang.php
/dokuwiki/inc/lang/zh/locked.txt
/dokuwiki/inc/lang/zh/login.txt
/dokuwiki/inc/lang/zh/mailtext.txt
/dokuwiki/inc/lang/zh/newpage.txt
/dokuwiki/inc/lang/zh/norev.txt
/dokuwiki/inc/lang/zh/password.txt
/dokuwiki/inc/lang/zh/preview.txt
/dokuwiki/inc/lang/zh/pwconfirm.txt
/dokuwiki/inc/lang/zh/read.txt
/dokuwiki/inc/lang/zh/register.txt
/dokuwiki/inc/lang/zh/registermail.txt
/dokuwiki/inc/lang/zh/resendpwd.txt
/dokuwiki/inc/lang/zh/revisions.txt
/dokuwiki/inc/lang/zh/searchpage.txt
/dokuwiki/inc/lang/zh/showrev.txt
/dokuwiki/inc/lang/zh/stopwords.txt
/dokuwiki/inc/lang/zh/subscribermail.txt
/dokuwiki/inc/lang/zh/updateprofile.txt
/dokuwiki/inc/lang/zh/wordblock.txt
/dokuwiki/inc/media.php
metadata.php
/dokuwiki/inc/parserutils.php
/dokuwiki/inc/pluginutils.php
/dokuwiki/inc/search.php
/dokuwiki/inc/template.php
/dokuwiki/inc/utf8.php
/dokuwiki/install.php
/dokuwiki/lib/exe/ajax.php
/dokuwiki/lib/exe/fetch.php
/dokuwiki/lib/exe/js.php
/dokuwiki/lib/plugins/acl/lang/he/intro.txt
/dokuwiki/lib/plugins/acl/lang/he/lang.php
/dokuwiki/lib/plugins/acl/lang/zh/intro.txt
/dokuwiki/lib/plugins/acl/lang/zh/lang.php
/dokuwiki/lib/plugins/config/lang/de/lang.php
/dokuwiki/lib/plugins/config/lang/es/lang.php
/dokuwiki/lib/plugins/config/lang/fr/lang.php
/dokuwiki/lib/plugins/config/lang/he/intro.txt
/dokuwiki/lib/plugins/config/lang/he/lang.php
/dokuwiki/lib/plugins/config/lang/it/lang.php
/dokuwiki/lib/plugins/config/lang/ru/intro.txt
/dokuwiki/lib/plugins/config/lang/ru/lang.php
/dokuwiki/lib/plugins/config/lang/zh/intro.txt
/dokuwiki/lib/plugins/config/lang/zh/lang.php
/dokuwiki/lib/plugins/config/style.css
/dokuwiki/lib/plugins/importoldchangelog/action.php
/dokuwiki/lib/plugins/plugin/admin.php
/dokuwiki/lib/plugins/plugin/lang/he/admin_plugin.txt
/dokuwiki/lib/plugins/plugin/lang/he/lang.php
/dokuwiki/lib/plugins/plugin/lang/ru/admin_plugin.txt
/dokuwiki/lib/plugins/plugin/lang/ru/lang.php
/dokuwiki/lib/plugins/plugin/lang/zh/admin_plugin.txt
/dokuwiki/lib/plugins/plugin/lang/zh/lang.php
/dokuwiki/lib/plugins/plugin/style.css
/dokuwiki/lib/plugins/syntax.php
/dokuwiki/lib/plugins/usermanager/lang/es/lang.php
/dokuwiki/lib/plugins/usermanager/lang/he/add.txt
/dokuwiki/lib/plugins/usermanager/lang/he/delete.txt
/dokuwiki/lib/plugins/usermanager/lang/he/edit.txt
/dokuwiki/lib/plugins/usermanager/lang/he/intro.txt
/dokuwiki/lib/plugins/usermanager/lang/he/lang.php
/dokuwiki/lib/plugins/usermanager/lang/it/lang.php
/dokuwiki/lib/plugins/usermanager/lang/lt/intro.txt
/dokuwiki/lib/plugins/usermanager/lang/lt/lang.php
/dokuwiki/lib/plugins/usermanager/lang/lt/list.txt
/dokuwiki/lib/plugins/usermanager/lang/ru/lang.php
/dokuwiki/lib/plugins/usermanager/lang/zh/add.txt
/dokuwiki/lib/plugins/usermanager/lang/zh/delete.txt
/dokuwiki/lib/plugins/usermanager/lang/zh/edit.txt
/dokuwiki/lib/plugins/usermanager/lang/zh/intro.txt
/dokuwiki/lib/plugins/usermanager/lang/zh/lang.php
/dokuwiki/lib/plugins/usermanager/lang/zh/list.txt
8c12804908-Oct-2006 Andreas Gohr <andi@splitbrain.org>

fixed images in email links

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

0a69dff725-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 ...

ce6b63d924-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 ...

b2a412b024-Sep-2006 Andreas Gohr <andi@splitbrain.org>

fix for reversed RSS feeds #918

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

bb4866bd23-Sep-2006 chris <chris@jalakai.co.uk>

minor bugfix and boring error removal

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


/dokuwiki/conf/dokuwiki.php
/dokuwiki/data/pages/wiki/syntax.txt
/dokuwiki/inc/actions.php
/dokuwiki/inc/auth.php
/dokuwiki/inc/cache.php
/dokuwiki/inc/common.php
/dokuwiki/inc/geshi.php
/dokuwiki/inc/geshi/actionscript.php
/dokuwiki/inc/geshi/ada.php
/dokuwiki/inc/geshi/apache.php
/dokuwiki/inc/geshi/applescript.php
/dokuwiki/inc/geshi/asm.php
/dokuwiki/inc/geshi/asp.php
/dokuwiki/inc/geshi/autoit.php
/dokuwiki/inc/geshi/bash.php
/dokuwiki/inc/geshi/blitzbasic.php
/dokuwiki/inc/geshi/c.php
/dokuwiki/inc/geshi/c_mac.php
/dokuwiki/inc/geshi/caddcl.php
/dokuwiki/inc/geshi/cadlisp.php
/dokuwiki/inc/geshi/cfdg.php
/dokuwiki/inc/geshi/cfm.php
/dokuwiki/inc/geshi/cpp.php
/dokuwiki/inc/geshi/csharp.php
/dokuwiki/inc/geshi/css.php
/dokuwiki/inc/geshi/d.php
/dokuwiki/inc/geshi/delphi.php
/dokuwiki/inc/geshi/diff.php
/dokuwiki/inc/geshi/div.php
/dokuwiki/inc/geshi/dos.php
/dokuwiki/inc/geshi/eiffel.php
/dokuwiki/inc/geshi/fortran.php
/dokuwiki/inc/geshi/freebasic.php
/dokuwiki/inc/geshi/gml.php
/dokuwiki/inc/geshi/groovy.php
/dokuwiki/inc/geshi/html4strict.php
/dokuwiki/inc/geshi/idl.php
/dokuwiki/inc/geshi/ini.php
/dokuwiki/inc/geshi/inno.php
/dokuwiki/inc/geshi/java.php
/dokuwiki/inc/geshi/java5.php
/dokuwiki/inc/geshi/javascript.php
/dokuwiki/inc/geshi/latex.php
/dokuwiki/inc/geshi/lisp.php
/dokuwiki/inc/geshi/lua.php
/dokuwiki/inc/geshi/matlab.php
/dokuwiki/inc/geshi/mpasm.php
/dokuwiki/inc/geshi/mysql.php
/dokuwiki/inc/geshi/nsis.php
/dokuwiki/inc/geshi/objc.php
/dokuwiki/inc/geshi/ocaml-brief.php
/dokuwiki/inc/geshi/ocaml.php
/dokuwiki/inc/geshi/oobas.php
/dokuwiki/inc/geshi/oracle8.php
/dokuwiki/inc/geshi/pascal.php
/dokuwiki/inc/geshi/perl.php
/dokuwiki/inc/geshi/php-brief.php
/dokuwiki/inc/geshi/php.php
/dokuwiki/inc/geshi/python.php
/dokuwiki/inc/geshi/qbasic.php
/dokuwiki/inc/geshi/reg.php
/dokuwiki/inc/geshi/robots.php
/dokuwiki/inc/geshi/ruby.php
/dokuwiki/inc/geshi/sas.php
/dokuwiki/inc/geshi/scheme.php
/dokuwiki/inc/geshi/sdlbasic.php
/dokuwiki/inc/geshi/smalltalk.php
/dokuwiki/inc/geshi/smarty.php
/dokuwiki/inc/geshi/sql.php
/dokuwiki/inc/geshi/tcl.php
/dokuwiki/inc/geshi/text.php
/dokuwiki/inc/geshi/thinbasic.php
/dokuwiki/inc/geshi/tsql.php
/dokuwiki/inc/geshi/vb.php
/dokuwiki/inc/geshi/vbnet.php
/dokuwiki/inc/geshi/vhdl.php
/dokuwiki/inc/geshi/visualfoxpro.php
/dokuwiki/inc/geshi/winbatch.php
/dokuwiki/inc/geshi/xml.php
/dokuwiki/inc/html.php
/dokuwiki/inc/init.php
/dokuwiki/inc/io.php
/dokuwiki/inc/lang/hr/admin.txt
/dokuwiki/inc/lang/hr/backlinks.txt
/dokuwiki/inc/lang/hr/conflict.txt
/dokuwiki/inc/lang/hr/denied.txt
/dokuwiki/inc/lang/hr/diff.txt
/dokuwiki/inc/lang/hr/edit.txt
/dokuwiki/inc/lang/hr/editrev.txt
/dokuwiki/inc/lang/hr/index.txt
/dokuwiki/inc/lang/hr/lang.php
/dokuwiki/inc/lang/hr/locked.txt
/dokuwiki/inc/lang/hr/login.txt
/dokuwiki/inc/lang/hr/mailtext.txt
/dokuwiki/inc/lang/hr/newpage.txt
/dokuwiki/inc/lang/hr/norev.txt
/dokuwiki/inc/lang/hr/password.txt
/dokuwiki/inc/lang/hr/preview.txt
/dokuwiki/inc/lang/hr/read.txt
/dokuwiki/inc/lang/hr/recent.txt
/dokuwiki/inc/lang/hr/register.txt
/dokuwiki/inc/lang/hr/resendpwd.txt
/dokuwiki/inc/lang/hr/revisions.txt
/dokuwiki/inc/lang/hr/searchpage.txt
/dokuwiki/inc/lang/hr/showrev.txt
/dokuwiki/inc/lang/hr/stopwords.txt
/dokuwiki/inc/lang/hr/subscribermail.txt
/dokuwiki/inc/lang/hr/updateprofile.txt
/dokuwiki/inc/lang/hr/wordblock.txt
xhtml.php
/dokuwiki/inc/template.php
/dokuwiki/inc/utf8.php
/dokuwiki/install.php
/dokuwiki/lib/plugins/usermanager/admin.php
76aa94b717-Sep-2006 chris <chris@jalakai.co.uk>

parser update, add 'rss' to block mode lists, see FS#888.

darcs-hash:20060917211445-9b6ab-ae454dbf55ef50d664a80afd32fd42667f438ba5.gz

cb42b03d03-Sep-2006 Anika Henke <a.c.henke@arcor.de>

removed superfluous <br /> after inline tables

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

3be6e39401-Sep-2006 chris <chris@jalakai.co.uk>

update backlink search to use metadata

darcs-hash:20060901002016-9b6ab-716518138edf541a869510d7c2934b9474547fc3.gz


/dokuwiki/_test/cases/inc/pageutils_clean_id.test.php
/dokuwiki/_test/cases/inc/utf8_correctidx.test.php
/dokuwiki/_test/cases/inc/utf8_substr.test.php
/dokuwiki/conf/dokuwiki.php
/dokuwiki/data/pages/wiki/syntax.txt
/dokuwiki/inc/auth.php
/dokuwiki/inc/common.php
/dokuwiki/inc/fulltext.php
/dokuwiki/inc/geshi.php
/dokuwiki/inc/geshi/actionscript.php
/dokuwiki/inc/geshi/ada.php
/dokuwiki/inc/geshi/apache.php
/dokuwiki/inc/geshi/applescript.php
/dokuwiki/inc/geshi/asm.php
/dokuwiki/inc/geshi/asp.php
/dokuwiki/inc/geshi/autoit.php
/dokuwiki/inc/geshi/bash.php
/dokuwiki/inc/geshi/blitzbasic.php
/dokuwiki/inc/geshi/c.php
/dokuwiki/inc/geshi/c_mac.php
/dokuwiki/inc/geshi/caddcl.php
/dokuwiki/inc/geshi/cadlisp.php
/dokuwiki/inc/geshi/cfdg.php
/dokuwiki/inc/geshi/cfm.php
/dokuwiki/inc/geshi/cpp.php
/dokuwiki/inc/geshi/csharp.php
/dokuwiki/inc/geshi/css.php
/dokuwiki/inc/geshi/d.php
/dokuwiki/inc/geshi/delphi.php
/dokuwiki/inc/geshi/diff.php
/dokuwiki/inc/geshi/div.php
/dokuwiki/inc/geshi/dos.php
/dokuwiki/inc/geshi/eiffel.php
/dokuwiki/inc/geshi/fortran.php
/dokuwiki/inc/geshi/freebasic.php
/dokuwiki/inc/geshi/gml.php
/dokuwiki/inc/geshi/groovy.php
/dokuwiki/inc/geshi/html4strict.php
/dokuwiki/inc/geshi/idl.php
/dokuwiki/inc/geshi/ini.php
/dokuwiki/inc/geshi/inno.php
/dokuwiki/inc/geshi/java.php
/dokuwiki/inc/geshi/java5.php
/dokuwiki/inc/geshi/javascript.php
/dokuwiki/inc/geshi/lisp.php
/dokuwiki/inc/geshi/lua.php
/dokuwiki/inc/geshi/matlab.php
/dokuwiki/inc/geshi/mpasm.php
/dokuwiki/inc/geshi/mysql.php
/dokuwiki/inc/geshi/nsis.php
/dokuwiki/inc/geshi/objc.php
/dokuwiki/inc/geshi/ocaml-brief.php
/dokuwiki/inc/geshi/ocaml.php
/dokuwiki/inc/geshi/oobas.php
/dokuwiki/inc/geshi/oracle8.php
/dokuwiki/inc/geshi/pascal.php
/dokuwiki/inc/geshi/perl.php
/dokuwiki/inc/geshi/php-brief.php
/dokuwiki/inc/geshi/php.php
/dokuwiki/inc/geshi/python.php
/dokuwiki/inc/geshi/qbasic.php
/dokuwiki/inc/geshi/reg.php
/dokuwiki/inc/geshi/robots.php
/dokuwiki/inc/geshi/ruby.php
/dokuwiki/inc/geshi/sas.php
/dokuwiki/inc/geshi/scheme.php
/dokuwiki/inc/geshi/sdlbasic.php
/dokuwiki/inc/geshi/smalltalk.php
/dokuwiki/inc/geshi/smarty.php
/dokuwiki/inc/geshi/sql.php
/dokuwiki/inc/geshi/tcl.php
/dokuwiki/inc/geshi/text.php
/dokuwiki/inc/geshi/tsql.php
/dokuwiki/inc/geshi/vb.php
/dokuwiki/inc/geshi/vbnet.php
/dokuwiki/inc/geshi/vhdl.php
/dokuwiki/inc/geshi/visualfoxpro.php
/dokuwiki/inc/geshi/winbatch.php
/dokuwiki/inc/geshi/xml.php
/dokuwiki/inc/html.php
/dokuwiki/inc/indexer.php
/dokuwiki/inc/init.php
/dokuwiki/inc/lang/en/registermail.txt
/dokuwiki/inc/pageutils.php
metadata.php
/dokuwiki/inc/template.php
/dokuwiki/inc/utf8.php
/dokuwiki/lib/exe/indexer.php
/dokuwiki/lib/plugins/config/lang/en/lang.php
/dokuwiki/lib/plugins/config/settings/config.metadata.php
/dokuwiki/lib/plugins/importoldchangelog/action.php
/dokuwiki/lib/plugins/plugin/admin.php
/dokuwiki/lib/tpl/default/detail.php
/dokuwiki/lib/tpl/default/main.php
/dokuwiki/lib/tpl/default/mediamanager.php
501af51e25-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 ...

742c66f809-Aug-2006 chris <chris@jalakai.co.uk>

more unit test fixes

- move parser.test.php

darcs-hash:20060809192115-9b6ab-973fea51fbfdcf5f44a2ac66000f2ccb5fdd43b4.gz

74c0c50409-Aug-2006 chris <chris@jalakai.co.uk>

cleanID unit tests

+ fix missing utf8 deaccent character mapping
+ set utf-8 charset for HTMLReporter (unit tests)

darcs-hash:20060809160209-9b6ab-26c80a4830643b9790536f6d3a4adee0f451e4f0.gz

2fe7363d09-Aug-2006 chris <chris@jalakai.co.uk>

fix for footnote nesting

darcs-hash:20060809155417-9b6ab-c88a818425487cac0cd1f8d7cd266ac088bba16c.gz


/dokuwiki/data/pages/wiki/syntax.txt
/dokuwiki/inc/auth.php
/dokuwiki/inc/auth/punbb.class.php
/dokuwiki/inc/geshi.php
/dokuwiki/inc/lang/ar/locked.txt
/dokuwiki/inc/lang/ar/mailtext.txt
/dokuwiki/inc/lang/ar/newpage.txt
/dokuwiki/inc/lang/ar/norev.txt
/dokuwiki/inc/lang/ar/password.txt
/dokuwiki/inc/lang/ar/revisions.txt
/dokuwiki/inc/lang/ar/searchpage.txt
/dokuwiki/inc/lang/ar/subscribermail.txt
/dokuwiki/inc/lang/ca/conflict.txt
/dokuwiki/inc/lang/cs/editrev.txt
/dokuwiki/inc/lang/cs/locked.txt
/dokuwiki/inc/lang/cs/mailtext.txt
/dokuwiki/inc/lang/cs/newpage.txt
/dokuwiki/inc/lang/cs/norev.txt
/dokuwiki/inc/lang/cs/password.txt
/dokuwiki/inc/lang/cs/read.txt
/dokuwiki/inc/lang/cs/revisions.txt
/dokuwiki/inc/lang/cs/searchpage.txt
/dokuwiki/inc/lang/cs/showrev.txt
/dokuwiki/inc/lang/cs/subscribermail.txt
/dokuwiki/inc/lang/da/locked.txt
/dokuwiki/inc/lang/da/newpage.txt
/dokuwiki/inc/lang/da/norev.txt
/dokuwiki/inc/lang/da/password.txt
/dokuwiki/inc/lang/da/read.txt
/dokuwiki/inc/lang/da/registermail.txt
/dokuwiki/inc/lang/da/searchpage.txt
/dokuwiki/inc/lang/de/editrev.txt
/dokuwiki/inc/lang/de/locked.txt
/dokuwiki/inc/lang/de/newpage.txt
/dokuwiki/inc/lang/de/norev.txt
/dokuwiki/inc/lang/de/password.txt
/dokuwiki/inc/lang/de/read.txt
/dokuwiki/inc/lang/de/revisions.txt
/dokuwiki/inc/lang/de/searchpage.txt
/dokuwiki/inc/lang/de/showrev.txt
/dokuwiki/inc/lang/el/admin.txt
/dokuwiki/inc/lang/el/denied.txt
/dokuwiki/inc/lang/el/diff.txt
/dokuwiki/inc/lang/el/index.txt
/dokuwiki/inc/lang/el/locked.txt
/dokuwiki/inc/lang/el/login.txt
/dokuwiki/inc/lang/el/preview.txt
/dokuwiki/inc/lang/el/recent.txt
/dokuwiki/inc/lang/el/revisions.txt
/dokuwiki/inc/lang/el/searchpage.txt
/dokuwiki/inc/lang/en/norev.txt
/dokuwiki/inc/lang/en/read.txt
/dokuwiki/inc/lang/en/revisions.txt
/dokuwiki/inc/lang/en/showrev.txt
/dokuwiki/inc/lang/eo/editrev.txt
/dokuwiki/inc/lang/eo/locked.txt
/dokuwiki/inc/lang/eo/mailtext.txt
/dokuwiki/inc/lang/eo/newpage.txt
/dokuwiki/inc/lang/eo/norev.txt
/dokuwiki/inc/lang/eo/read.txt
/dokuwiki/inc/lang/eo/revisions.txt
/dokuwiki/inc/lang/eo/searchpage.txt
/dokuwiki/inc/lang/eo/showrev.txt
/dokuwiki/inc/lang/es/editrev.txt
/dokuwiki/inc/lang/es/mailtext.txt
/dokuwiki/inc/lang/es/newpage.txt
/dokuwiki/inc/lang/es/norev.txt
/dokuwiki/inc/lang/es/read.txt
/dokuwiki/inc/lang/es/revisions.txt
/dokuwiki/inc/lang/es/searchpage.txt
/dokuwiki/inc/lang/es/showrev.txt
/dokuwiki/inc/lang/eu/editrev.txt
/dokuwiki/inc/lang/eu/lang.php
/dokuwiki/inc/lang/eu/locked.txt
/dokuwiki/inc/lang/eu/mailtext.txt
/dokuwiki/inc/lang/eu/newpage.txt
/dokuwiki/inc/lang/eu/norev.txt
/dokuwiki/inc/lang/eu/password.txt
/dokuwiki/inc/lang/eu/read.txt
/dokuwiki/inc/lang/eu/revisions.txt
/dokuwiki/inc/lang/eu/searchpage.txt
/dokuwiki/inc/lang/eu/showrev.txt
/dokuwiki/inc/lang/fi/subscribermail.txt
/dokuwiki/inc/lang/fo/locked.txt
/dokuwiki/inc/lang/fo/newpage.txt
/dokuwiki/inc/lang/fo/norev.txt
/dokuwiki/inc/lang/fo/password.txt
/dokuwiki/inc/lang/fo/read.txt
/dokuwiki/inc/lang/fo/searchpage.txt
/dokuwiki/inc/lang/fr/backlinks.txt
/dokuwiki/inc/lang/fr/editrev.txt
/dokuwiki/inc/lang/fr/locked.txt
/dokuwiki/inc/lang/fr/mailtext.txt
/dokuwiki/inc/lang/fr/newpage.txt
/dokuwiki/inc/lang/fr/norev.txt
/dokuwiki/inc/lang/fr/read.txt
/dokuwiki/inc/lang/fr/revisions.txt
/dokuwiki/inc/lang/fr/searchpage.txt
/dokuwiki/inc/lang/fr/showrev.txt
/dokuwiki/inc/lang/fr/subscribermail.txt
/dokuwiki/inc/lang/he/editrev.txt
/dokuwiki/inc/lang/he/lang.php
/dokuwiki/inc/lang/he/mailtext.txt
/dokuwiki/inc/lang/he/newpage.txt
/dokuwiki/inc/lang/he/norev.txt
/dokuwiki/inc/lang/he/read.txt
/dokuwiki/inc/lang/he/revisions.txt
/dokuwiki/inc/lang/he/searchpage.txt
/dokuwiki/inc/lang/he/showrev.txt
/dokuwiki/inc/lang/hu/editrev.txt
/dokuwiki/inc/lang/hu/lang.php
/dokuwiki/inc/lang/hu/locked.txt
/dokuwiki/inc/lang/hu/mailtext.txt
/dokuwiki/inc/lang/hu/newpage.txt
/dokuwiki/inc/lang/hu/norev.txt
/dokuwiki/inc/lang/hu/password.txt
/dokuwiki/inc/lang/hu/read.txt
/dokuwiki/inc/lang/hu/revisions.txt
/dokuwiki/inc/lang/hu/searchpage.txt
/dokuwiki/inc/lang/hu/showrev.txt
/dokuwiki/inc/lang/it/draft.txt
/dokuwiki/inc/lang/it/editrev.txt
/dokuwiki/inc/lang/it/install.html
/dokuwiki/inc/lang/it/lang.php
/dokuwiki/inc/lang/it/locked.txt
/dokuwiki/inc/lang/it/mailtext.txt
/dokuwiki/inc/lang/it/newpage.txt
/dokuwiki/inc/lang/it/norev.txt
/dokuwiki/inc/lang/it/password.txt
/dokuwiki/inc/lang/it/pwconfirm.txt
/dokuwiki/inc/lang/it/read.txt
/dokuwiki/inc/lang/it/registermail.txt
/dokuwiki/inc/lang/it/revisions.txt
/dokuwiki/inc/lang/it/searchpage.txt
/dokuwiki/inc/lang/it/showrev.txt
/dokuwiki/inc/lang/it/subscribermail.txt
/dokuwiki/inc/lang/ja/admin.txt
/dokuwiki/inc/lang/ja/backlinks.txt
/dokuwiki/inc/lang/ja/conflict.txt
/dokuwiki/inc/lang/ja/denied.txt
/dokuwiki/inc/lang/ja/diff.txt
/dokuwiki/inc/lang/ja/draft.txt
/dokuwiki/inc/lang/ja/editrev.txt
/dokuwiki/inc/lang/ja/index.txt
/dokuwiki/inc/lang/ja/install.html
/dokuwiki/inc/lang/ja/lang.php
/dokuwiki/inc/lang/ja/locked.txt
/dokuwiki/inc/lang/ja/login.txt
/dokuwiki/inc/lang/ja/mailtext.txt
/dokuwiki/inc/lang/ja/newpage.txt
/dokuwiki/inc/lang/ja/norev.txt
/dokuwiki/inc/lang/ja/password.txt
/dokuwiki/inc/lang/ja/preview.txt
/dokuwiki/inc/lang/ja/pwconfirm.txt
/dokuwiki/inc/lang/ja/read.txt
/dokuwiki/inc/lang/ja/recent.txt
/dokuwiki/inc/lang/ja/register.txt
/dokuwiki/inc/lang/ja/registermail.txt
/dokuwiki/inc/lang/ja/resendpwd.txt
/dokuwiki/inc/lang/ja/revisions.txt
/dokuwiki/inc/lang/ja/searchpage.txt
/dokuwiki/inc/lang/ja/showrev.txt
/dokuwiki/inc/lang/ja/subscribermail.txt
/dokuwiki/inc/lang/ja/wordblock.txt
/dokuwiki/inc/lang/ko/editrev.txt
/dokuwiki/inc/lang/ko/locked.txt
/dokuwiki/inc/lang/ko/mailtext.txt
/dokuwiki/inc/lang/ko/newpage.txt
/dokuwiki/inc/lang/ko/norev.txt
/dokuwiki/inc/lang/ko/password.txt
/dokuwiki/inc/lang/ko/revisions.txt
/dokuwiki/inc/lang/ko/searchpage.txt
/dokuwiki/inc/lang/ko/showrev.txt
/dokuwiki/inc/lang/lt/editrev.txt
/dokuwiki/inc/lang/lt/locked.txt
/dokuwiki/inc/lang/lt/mailtext.txt
/dokuwiki/inc/lang/lt/newpage.txt
/dokuwiki/inc/lang/lt/norev.txt
/dokuwiki/inc/lang/lt/password.txt
/dokuwiki/inc/lang/lt/read.txt
/dokuwiki/inc/lang/lt/revisions.txt
/dokuwiki/inc/lang/lt/searchpage.txt
/dokuwiki/inc/lang/lt/showrev.txt
/dokuwiki/inc/lang/lt/subscribermail.txt
/dokuwiki/inc/lang/nl/editrev.txt
/dokuwiki/inc/lang/nl/newpage.txt
/dokuwiki/inc/lang/nl/norev.txt
/dokuwiki/inc/lang/nl/password.txt
/dokuwiki/inc/lang/nl/read.txt
/dokuwiki/inc/lang/nl/revisions.txt
/dokuwiki/inc/lang/nl/searchpage.txt
/dokuwiki/inc/lang/nl/showrev.txt
/dokuwiki/inc/lang/no/showrev.txt
/dokuwiki/inc/lang/pl/subscribermail.txt
/dokuwiki/inc/lang/pt-br/backlinks.txt
/dokuwiki/inc/lang/pt-br/conflict.txt
/dokuwiki/inc/lang/pt-br/diff.txt
/dokuwiki/inc/lang/pt-br/editrev.txt
/dokuwiki/inc/lang/pt-br/index.txt
/dokuwiki/inc/lang/pt-br/lang.php
/dokuwiki/inc/lang/pt-br/locked.txt
/dokuwiki/inc/lang/pt-br/login.txt
/dokuwiki/inc/lang/pt-br/mailtext.txt
/dokuwiki/inc/lang/pt-br/newpage.txt
/dokuwiki/inc/lang/pt-br/norev.txt
/dokuwiki/inc/lang/pt-br/preview.txt
/dokuwiki/inc/lang/pt-br/read.txt
/dokuwiki/inc/lang/pt-br/recent.txt
/dokuwiki/inc/lang/pt-br/register.txt
/dokuwiki/inc/lang/pt-br/revisions.txt
/dokuwiki/inc/lang/pt-br/searchpage.txt
/dokuwiki/inc/lang/pt-br/showrev.txt
/dokuwiki/inc/lang/ro/editrev.txt
/dokuwiki/inc/lang/ro/locked.txt
/dokuwiki/inc/lang/ro/mailtext.txt
/dokuwiki/inc/lang/ro/newpage.txt
/dokuwiki/inc/lang/ro/norev.txt
/dokuwiki/inc/lang/ro/password.txt
/dokuwiki/inc/lang/ro/read.txt
/dokuwiki/inc/lang/ro/revisions.txt
/dokuwiki/inc/lang/ro/searchpage.txt
/dokuwiki/inc/lang/ro/showrev.txt
/dokuwiki/inc/lang/ru/editrev.txt
/dokuwiki/inc/lang/ru/locked.txt
/dokuwiki/inc/lang/ru/mailtext.txt
/dokuwiki/inc/lang/ru/norev.txt
/dokuwiki/inc/lang/ru/password.txt
/dokuwiki/inc/lang/ru/read.txt
/dokuwiki/inc/lang/ru/revisions.txt
/dokuwiki/inc/lang/ru/searchpage.txt
/dokuwiki/inc/lang/ru/showrev.txt
/dokuwiki/inc/lang/ru/subscribermail.txt
/dokuwiki/inc/lang/sl/editrev.txt
/dokuwiki/inc/lang/sl/locked.txt
/dokuwiki/inc/lang/sl/mailtext.txt
/dokuwiki/inc/lang/sl/newpage.txt
/dokuwiki/inc/lang/sl/norev.txt
/dokuwiki/inc/lang/sl/password.txt
/dokuwiki/inc/lang/sl/read.txt
/dokuwiki/inc/lang/sl/revisions.txt
/dokuwiki/inc/lang/sl/searchpage.txt
/dokuwiki/inc/lang/sl/showrev.txt
/dokuwiki/inc/lang/sr/editrev.txt
/dokuwiki/inc/lang/sr/locked.txt
/dokuwiki/inc/lang/sr/mailtext.txt
/dokuwiki/inc/lang/sr/newpage.txt
/dokuwiki/inc/lang/sr/norev.txt
/dokuwiki/inc/lang/sr/password.txt
/dokuwiki/inc/lang/sr/read.txt
/dokuwiki/inc/lang/sr/revisions.txt
/dokuwiki/inc/lang/sr/searchpage.txt
/dokuwiki/inc/lang/sr/showrev.txt
/dokuwiki/inc/lang/sr/subscribermail.txt
/dokuwiki/inc/lang/sv/showrev.txt
/dokuwiki/inc/lang/uk/locked.txt
/dokuwiki/inc/lang/vi/admin.txt
/dokuwiki/inc/lang/vi/backlinks.txt
/dokuwiki/inc/lang/vi/conflict.txt
/dokuwiki/inc/lang/vi/denied.txt
/dokuwiki/inc/lang/vi/diff.txt
/dokuwiki/inc/lang/vi/editrev.txt
/dokuwiki/inc/lang/vi/index.txt
/dokuwiki/inc/lang/vi/lang.php
/dokuwiki/inc/lang/vi/locked.txt
/dokuwiki/inc/lang/vi/login.txt
/dokuwiki/inc/lang/vi/mailtext.txt
/dokuwiki/inc/lang/vi/newpage.txt
/dokuwiki/inc/lang/vi/norev.txt
/dokuwiki/inc/lang/vi/password.txt
/dokuwiki/inc/lang/vi/preview.txt
/dokuwiki/inc/lang/vi/read.txt
/dokuwiki/inc/lang/vi/recent.txt
/dokuwiki/inc/lang/vi/register.txt
/dokuwiki/inc/lang/vi/revisions.txt
/dokuwiki/inc/lang/vi/searchpage.txt
/dokuwiki/inc/lang/vi/showrev.txt
/dokuwiki/inc/lang/vi/wordblock.txt
/dokuwiki/inc/lang/zh-tw/subscribermail.txt
handler.php
parser.php
/dokuwiki/inc/parserutils.php
/dokuwiki/inc/template.php
/dokuwiki/lib/exe/detail.php
/dokuwiki/lib/plugins/acl/lang/cs/lang.php
/dokuwiki/lib/plugins/acl/lang/el/lang.php
/dokuwiki/lib/plugins/acl/lang/ja/intro.txt
/dokuwiki/lib/plugins/acl/lang/vi/intro.txt
/dokuwiki/lib/plugins/acl/lang/vi/lang.php
/dokuwiki/lib/plugins/config/lang/it/lang.php
/dokuwiki/lib/plugins/config/lang/ja/intro.txt
/dokuwiki/lib/plugins/config/lang/ja/lang.php
/dokuwiki/lib/plugins/config/style.css
/dokuwiki/lib/plugins/plugin/admin.php
/dokuwiki/lib/plugins/plugin/lang/de/admin_plugin.txt
/dokuwiki/lib/plugins/plugin/lang/ja/admin_plugin.txt
/dokuwiki/lib/plugins/plugin/lang/ja/lang.php
/dokuwiki/lib/plugins/usermanager/lang/ja/lang.php
/dokuwiki/lib/tpl/default/design.css
/dokuwiki/lib/tpl/default/layout.css
/dokuwiki/lib/tpl/default/media.css
/dokuwiki/lib/tpl/default/style.ini
4a26ad8505-Aug-2006 chris <chris@jalakai.co.uk>

more unittest updates

darcs-hash:20060805082442-9b6ab-8447755da8c66c5cfc3ee0df0f8bb97375a2a1ff.gz

5587e44c04-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 ...

03c4aec304-Aug-2006 chris <chris@jalakai.co.uk>

unittest fixes

darcs-hash:20060804142243-9b6ab-d208f7f1a67a9958fda05c519c8407ad5e733cea.gz


/dokuwiki/_test/cases/inc/common_clientip.test.php
/dokuwiki/_test/cases/inc/pageutils_resolve_pageid.test.php
/dokuwiki/_test/cases/inc/parser/parser.test.php
/dokuwiki/_test/cases/lib/exe/js_js_compress.test.php
/dokuwiki/_test/index.php
/dokuwiki/_test/lib/testmanager.php
/dokuwiki/inc/auth.php
/dokuwiki/inc/auth/mysql.class.php
/dokuwiki/inc/events.php
/dokuwiki/inc/init.php
/dokuwiki/inc/lang/es/draft.txt
/dokuwiki/inc/lang/es/install.html
/dokuwiki/inc/lang/es/lang.php
/dokuwiki/inc/lang/es/pwconfirm.txt
/dokuwiki/inc/lang/es/registermail.txt
/dokuwiki/inc/lang/pl/admin.txt
/dokuwiki/inc/lang/pl/draft.txt
/dokuwiki/inc/lang/pl/editrev.txt
/dokuwiki/inc/lang/pl/install.html
/dokuwiki/inc/lang/pl/lang.php
/dokuwiki/inc/lang/pl/mailtext.txt
/dokuwiki/inc/lang/pl/pwconfirm.txt
/dokuwiki/inc/lang/pl/registermail.txt
/dokuwiki/inc/lang/pl/resendpwd.txt
/dokuwiki/inc/lang/uk/draft.txt
/dokuwiki/inc/lang/uk/install.html
/dokuwiki/inc/lang/uk/lang.php
/dokuwiki/inc/lang/uk/mailtext.txt
/dokuwiki/inc/lang/uk/norev.txt
/dokuwiki/inc/lang/uk/password.txt
/dokuwiki/inc/lang/uk/pwconfirm.txt
/dokuwiki/inc/lang/uk/read.txt
/dokuwiki/inc/lang/uk/registermail.txt
/dokuwiki/inc/lang/uk/revisions.txt
/dokuwiki/inc/lang/uk/showrev.txt
/dokuwiki/inc/lang/uk/subscribermail.txt
/dokuwiki/inc/media.php
/dokuwiki/inc/pageutils.php
handler.php
/dokuwiki/inc/pluginutils.php
/dokuwiki/install.php
/dokuwiki/lib/exe/js.php
/dokuwiki/lib/exe/spellcheck.php
/dokuwiki/lib/plugins/acl/lang/pl/lang.php
/dokuwiki/lib/plugins/config/lang/es/lang.php
/dokuwiki/lib/plugins/config/lang/pl/lang.php
/dokuwiki/lib/plugins/config/lang/uk/lang.php
/dokuwiki/lib/plugins/config/settings/config.class.php
/dokuwiki/lib/plugins/config/style.css
/dokuwiki/lib/plugins/plugin/lang/es/lang.php
/dokuwiki/lib/plugins/plugin/lang/pl/lang.php
/dokuwiki/lib/plugins/plugin/lang/uk/lang.php
/dokuwiki/lib/plugins/usermanager/lang/es/lang.php
/dokuwiki/lib/plugins/usermanager/lang/pl/lang.php
/dokuwiki/lib/plugins/usermanager/lang/uk/lang.php
/dokuwiki/lib/scripts/spellcheck.js
/dokuwiki/lib/styles/spellcheck.css
/dokuwiki/lib/tpl/default/media.css
852896da30-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 ...

8f7d700c28-Jul-2006 chris <chris@jalakai.co.uk>

Provide a fragment cache for GeSHi output

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


/dokuwiki/conf/acl.auth.php.dist
/dokuwiki/conf/dokuwiki.php
/dokuwiki/data/pages/wiki/syntax.txt
/dokuwiki/inc/auth.php
/dokuwiki/inc/common.php
/dokuwiki/inc/events.php
/dokuwiki/inc/geshi.php
/dokuwiki/inc/geshi/actionscript.php
/dokuwiki/inc/geshi/ada.php
/dokuwiki/inc/geshi/apache.php
/dokuwiki/inc/geshi/applescript.php
/dokuwiki/inc/geshi/asm.php
/dokuwiki/inc/geshi/asp.php
/dokuwiki/inc/geshi/autoit.php
/dokuwiki/inc/geshi/bash.php
/dokuwiki/inc/geshi/blitzbasic.php
/dokuwiki/inc/geshi/c.php
/dokuwiki/inc/geshi/c_mac.php
/dokuwiki/inc/geshi/caddcl.php
/dokuwiki/inc/geshi/cadlisp.php
/dokuwiki/inc/geshi/cfdg.php
/dokuwiki/inc/geshi/cfm.php
/dokuwiki/inc/geshi/cpp.php
/dokuwiki/inc/geshi/csharp.php
/dokuwiki/inc/geshi/css.php
/dokuwiki/inc/geshi/d.php
/dokuwiki/inc/geshi/delphi.php
/dokuwiki/inc/geshi/diff.php
/dokuwiki/inc/geshi/div.php
/dokuwiki/inc/geshi/dos.php
/dokuwiki/inc/geshi/eiffel.php
/dokuwiki/inc/geshi/fortran.php
/dokuwiki/inc/geshi/freebasic.php
/dokuwiki/inc/geshi/gml.php
/dokuwiki/inc/geshi/groovy.php
/dokuwiki/inc/geshi/html4strict.php
/dokuwiki/inc/geshi/ini.php
/dokuwiki/inc/geshi/inno.php
/dokuwiki/inc/geshi/java.php
/dokuwiki/inc/geshi/java5.php
/dokuwiki/inc/geshi/javascript.php
/dokuwiki/inc/geshi/lisp.php
/dokuwiki/inc/geshi/lua.php
/dokuwiki/inc/geshi/matlab.php
/dokuwiki/inc/geshi/mpasm.php
/dokuwiki/inc/geshi/mysql.php
/dokuwiki/inc/geshi/nsis.php
/dokuwiki/inc/geshi/objc.php
/dokuwiki/inc/geshi/ocaml-brief.php
/dokuwiki/inc/geshi/ocaml.php
/dokuwiki/inc/geshi/oobas.php
/dokuwiki/inc/geshi/oracle8.php
/dokuwiki/inc/geshi/pascal.php
/dokuwiki/inc/geshi/perl.php
/dokuwiki/inc/geshi/php-brief.php
/dokuwiki/inc/geshi/php.php
/dokuwiki/inc/geshi/python.php
/dokuwiki/inc/geshi/qbasic.php
/dokuwiki/inc/geshi/reg.php
/dokuwiki/inc/geshi/robots.php
/dokuwiki/inc/geshi/ruby.php
/dokuwiki/inc/geshi/sas.php
/dokuwiki/inc/geshi/scheme.php
/dokuwiki/inc/geshi/sdlbasic.php
/dokuwiki/inc/geshi/smalltalk.php
/dokuwiki/inc/geshi/smarty.php
/dokuwiki/inc/geshi/sql.php
/dokuwiki/inc/geshi/tcl.php
/dokuwiki/inc/geshi/text.php
/dokuwiki/inc/geshi/tsql.php
/dokuwiki/inc/geshi/vb.php
/dokuwiki/inc/geshi/vbnet.php
/dokuwiki/inc/geshi/vhdl.php
/dokuwiki/inc/geshi/visualfoxpro.php
/dokuwiki/inc/geshi/winbatch.php
/dokuwiki/inc/geshi/xml.php
/dokuwiki/inc/html.php
/dokuwiki/inc/lang/da/lang.php
/dokuwiki/inc/lang/de/draft.txt
/dokuwiki/inc/lang/de/lang.php
/dokuwiki/inc/lang/de/mailtext.txt
/dokuwiki/inc/lang/de/pwconfirm.txt
/dokuwiki/inc/lang/en/draft.txt
/dokuwiki/inc/lang/en/install.html
/dokuwiki/inc/lang/en/lang.php
/dokuwiki/inc/lang/en/password.txt
/dokuwiki/inc/lang/en/pwconfirm.txt
/dokuwiki/inc/lang/en/resendpwd.txt
/dokuwiki/inc/lang/uk/admin.txt
/dokuwiki/inc/lang/uk/backlinks.txt
/dokuwiki/inc/lang/uk/conflict.txt
/dokuwiki/inc/lang/uk/denied.txt
/dokuwiki/inc/lang/uk/diff.txt
/dokuwiki/inc/lang/uk/edit.txt
/dokuwiki/inc/lang/uk/editrev.txt
/dokuwiki/inc/lang/uk/index.txt
/dokuwiki/inc/lang/uk/lang.php
/dokuwiki/inc/lang/uk/locked.txt
/dokuwiki/inc/lang/uk/login.txt
/dokuwiki/inc/lang/uk/mailtext.txt
/dokuwiki/inc/lang/uk/newpage.txt
/dokuwiki/inc/lang/uk/norev.txt
/dokuwiki/inc/lang/uk/password.txt
/dokuwiki/inc/lang/uk/preview.txt
/dokuwiki/inc/lang/uk/read.txt
/dokuwiki/inc/lang/uk/recent.txt
/dokuwiki/inc/lang/uk/register.txt
/dokuwiki/inc/lang/uk/resendpwd.txt
/dokuwiki/inc/lang/uk/revisions.txt
/dokuwiki/inc/lang/uk/searchpage.txt
/dokuwiki/inc/lang/uk/showrev.txt
/dokuwiki/inc/lang/uk/stopwords.txt
/dokuwiki/inc/lang/uk/subscribermail.txt
/dokuwiki/inc/lang/uk/updateprofile.txt
/dokuwiki/inc/lang/uk/wordblock.txt
xhtml.php
/dokuwiki/inc/parserutils.php
/dokuwiki/inc/template.php
/dokuwiki/install.php
/dokuwiki/lib/plugins/acl/lang/uk/intro.txt
/dokuwiki/lib/plugins/acl/lang/uk/lang.php
/dokuwiki/lib/plugins/config/admin.php
/dokuwiki/lib/plugins/config/lang/da/lang.php
/dokuwiki/lib/plugins/config/lang/de/lang.php
/dokuwiki/lib/plugins/config/lang/el/intro.txt
/dokuwiki/lib/plugins/config/lang/el/lang.php
/dokuwiki/lib/plugins/config/lang/uk/intro.txt
/dokuwiki/lib/plugins/config/lang/uk/lang.php
/dokuwiki/lib/plugins/config/style.css
/dokuwiki/lib/plugins/plugin/admin.php
/dokuwiki/lib/plugins/plugin/lang/de/lang.php
/dokuwiki/lib/plugins/plugin/lang/el/admin_plugin.txt
/dokuwiki/lib/plugins/plugin/lang/el/lang.php
/dokuwiki/lib/plugins/plugin/lang/en/lang.php
/dokuwiki/lib/plugins/plugin/lang/uk/admin_plugin.txt
/dokuwiki/lib/plugins/plugin/lang/uk/lang.php
/dokuwiki/lib/plugins/usermanager/lang/de/lang.php
/dokuwiki/lib/plugins/usermanager/lang/uk/add.txt
/dokuwiki/lib/plugins/usermanager/lang/uk/delete.txt
/dokuwiki/lib/plugins/usermanager/lang/uk/edit.txt
/dokuwiki/lib/plugins/usermanager/lang/uk/intro.txt
/dokuwiki/lib/plugins/usermanager/lang/uk/lang.php
/dokuwiki/lib/plugins/usermanager/lang/uk/list.txt

1...<<11121314151617181920>>...24