History log of /dokuwiki/inc/parser/ (Results 501 – 525 of 587)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
5667eb6515-Aug-2005 Andreas Gohr <andi@splitbrain.org>

fixed minor bug introduced yesterday

darcs-hash:20050815192355-7ad00-8ff39d69d48a8c1aa29a78111ff5b7d06a55256e.gz

699afdeb14-Aug-2005 chris <chris@teacherscpd.co.uk>

minor fixes to base Renderer class

darcs-hash:20050814221006-50fdc-fab19511d4bf55007c89c6fdca4179284da80efc.gz

6de3759a14-Aug-2005 Andreas Gohr <andi@splitbrain.org>

URL rewriting for media files

This patch adds nicer URLs for media files (for fetch.php and
detail.php)

!IMPORTANT! Users of rewrite mode 1 need to adjust their .htaccess
See .htaccess.dist for an

URL rewriting for media files

This patch adds nicer URLs for media files (for fetch.php and
detail.php)

!IMPORTANT! Users of rewrite mode 1 need to adjust their .htaccess
See .htaccess.dist for an example

darcs-hash:20050814101834-7ad00-37ef1dea00affc9d808d9ee1289fa7454199cd24.gz

show more ...

61faf44613-Aug-2005 chris <chris@teacherscpd.co.uk>

renderer update, move plugin() method from xhtml to renderer

darcs-hash:20050813182213-50fdc-e1d2529944785b0e39bbd58a184c12d120ff1149.gz

f4b3aca306-Aug-2005 Harry Fuecks <hfuecks@gmail.com>

Alternative fix for #384

The bug with emphasis syntax clashing with URLs did still occur with
protocols different from http or ftp. This patch might be a better
solution.

I had to use [^\x00]* inst

Alternative fix for #384

The bug with emphasis syntax clashing with URLs did still occur with
protocols different from http or ftp. This patch might be a better
solution.

I had to use [^\x00]* instead of .* - for some reason the later won't
work properly in this case. It means people won't be able to use ASCII
NUL characters inside an emphasis.

The other thing that won't work is this;

Won't work: //semi colon here>://

People will need to make sure there is at least a space - this will work;

Works //semi colon here>: //

darcs-hash:20050806151204-56ad0-532806af57801f5fa4536add32175089e625a0d4.gz

show more ...

a46d0d6530-Jul-2005 Andreas Gohr <andi@splitbrain.org>

Changed pluginloading to use references

This patch allows the use of $this in syntax plugins to set internal variables
and let them remain between handle and render calls. Even when it is possible
n

Changed pluginloading to use references

This patch allows the use of $this in syntax plugins to set internal variables
and let them remain between handle and render calls. Even when it is possible
now to use this method you should exchange data betwenn handler and render calls
by using the $data array only.

darcs-hash:20050730215156-7ad00-69ea79859360d9902533633395de3e1b677f6e46.gz

show more ...


/dokuwiki/data/pages/wiki/syntax.txt
/dokuwiki/inc/actions.php
/dokuwiki/inc/admin_acl.php
/dokuwiki/inc/auth.php
/dokuwiki/inc/auth/plain.php
/dokuwiki/inc/common.php
/dokuwiki/inc/confutils.php
/dokuwiki/inc/geshi.php
/dokuwiki/inc/geshi/actionscript.php
/dokuwiki/inc/geshi/ada.php
/dokuwiki/inc/geshi/apache.php
/dokuwiki/inc/geshi/asm.php
/dokuwiki/inc/geshi/asp.php
/dokuwiki/inc/geshi/bash.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/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/eiffel.php
/dokuwiki/inc/geshi/gml.php
/dokuwiki/inc/geshi/html4strict.php
/dokuwiki/inc/geshi/java.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/nsis.php
/dokuwiki/inc/geshi/objc.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/smarty.php
/dokuwiki/inc/geshi/sql.php
/dokuwiki/inc/geshi/vb.php
/dokuwiki/inc/geshi/vbnet.php
/dokuwiki/inc/geshi/vhdl.php
/dokuwiki/inc/geshi/visualfoxpro.php
/dokuwiki/inc/geshi/xml.php
/dokuwiki/inc/init.php
/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/edit.txt
/dokuwiki/inc/lang/zh/editrev.txt
/dokuwiki/inc/lang/zh/index.txt
/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/read.txt
/dokuwiki/inc/lang/zh/recent.txt
/dokuwiki/inc/lang/zh/register.txt
/dokuwiki/inc/lang/zh/revisions.txt
/dokuwiki/inc/lang/zh/searchpage.txt
/dokuwiki/inc/lang/zh/showrev.txt
/dokuwiki/inc/lang/zh/wordblock.txt
handler.php
xhtml.php
/dokuwiki/inc/parserutils.php
/dokuwiki/inc/pluginutils.php
/dokuwiki/inc/template.php
/dokuwiki/lib/exe/detail.php
/dokuwiki/lib/exe/fetch.php
/dokuwiki/lib/exe/media.php
/dokuwiki/lib/plugins/syntax.php
/dokuwiki/lib/scripts/domLib.js
/dokuwiki/lib/scripts/domTT.js
/dokuwiki/lib/scripts/script.js
/dokuwiki/lib/tpl/default/design.css
d74aace928-Jul-2005 chris <chris@teacherscpd.co.uk>

footnote fix: almagamate identical footnotes, insitu footnote popups

darcs-hash:20050728005522-50fdc-f359021d5bcf602c2c403d37852196d5eeb4d473.gz

4468cb4c28-Jul-2005 Andreas Gohr <andi@splitbrain.org>

handle all RFC 1738 compliable schemes in external links

RFC 1738 states:
Scheme names consist of a sequence of characters. The lower case
letters "a"--"z", digits, and the characters plus ("+

handle all RFC 1738 compliable schemes in external links

RFC 1738 states:
Scheme names consist of a sequence of characters. The lower case
letters "a"--"z", digits, and the characters plus ("+"), period
("."), and hyphen ("-") are allowed.

DokuWiki did only recognize alphanumeric characters, this patch adds
periods, plus and hyphen.

Thanks to "ytrewq1" for pointing that out.

darcs-hash:20050728180447-7ad00-dc0d4b8e9309d571715d6c490d1505bb2666c786.gz

show more ...

2684e50a24-Jul-2005 Andreas Gohr <andi@splitbrain.org>

some minor fixes in image detail handling

darcs-hash:20050724125047-7ad00-a03fa69aed22694f6b7635923b1f2ce564165b9f.gz

55efc22724-Jul-2005 Andreas Gohr <andi@splitbrain.org>

first step in Image metadata support

This adds a detail page for images, for JPEG files
additional metadata from EXIF and IPTC fields is shown

darcs-hash:20050724115540-7ad00-926601cd12a990e041943e

first step in Image metadata support

This adds a detail page for images, for JPEG files
additional metadata from EXIF and IPTC fields is shown

darcs-hash:20050724115540-7ad00-926601cd12a990e041943edc616360d8179d6c9f.gz

show more ...

38c08c2b22-Jul-2005 Alexandre ROSSI <niol@sousmonlit.dyndns.org>

Fixed email link validation issue in 'visible' mode to conform RFC1738

darcs-hash:20050722170210-5338b-86561e364705cd92c690ae636e0a87f84a0d1672.gz

f02a7d0614-Jul-2005 chris <chris@teacherscpd.co.uk>

Doku_Handler->plugin() method fix, incorrectly named handler object

darcs-hash:20050714223751-50fdc-ebc6c8ff03e23d2edcd974f51b063f77f9fd4458.gz

b5bef19b14-Jul-2005 andi <andi@splitbrain.org>

updated GeSHi to 1.0.7

darcs-hash:20050714193336-9977f-c0d5b8e6db9f92720b1f8b539fdef1f04823f5f7.gz

e7464db813-Jul-2005 andi <andi@splitbrain.org>

fix for multiply entity #457

darcs-hash:20050713180456-9977f-77e5f03775df3deae67361cca89fdf454118f093.gz

750fd6a812-Jul-2005 Christopher Smith <chris@teacherscpd.co.uk>

make custom geshi language styles possible

darcs-hash:20050712211236-3bbbb-c0e76063136eb78886cb1daf4d5e9785bb797ab1.gz

0c16b1d304-Jul-2005 andi <andi@splitbrain.org>

relaxed header handling #441

The header handler now doesn't care for the number of closing header
markers. The following lines are all detected as h2 headers:

darcs-hash:20050704184955-9977f-bcf18e

relaxed header handling #441

The header handler now doesn't care for the number of closing header
markers. The following lines are all detected as h2 headers:

darcs-hash:20050704184955-9977f-bcf18ece3b66b48638aeb5588613c0283eda4584.gz

show more ...

ad65ae4601-Jul-2005 andi <andi@splitbrain.org>

hack to fix #384

This isn't a real fix for FS#384 but cures the symptoms at least.
The emphasis regexp now doesn't take the double slash of auto-URLs
as closing match anymore.

darcs-hash:2005070113

hack to fix #384

This isn't a real fix for FS#384 but cures the symptoms at least.
The emphasis regexp now doesn't take the double slash of auto-URLs
as closing match anymore.

darcs-hash:20050701134040-9977f-5130eaea0ebcb43918e48e823fcfbbf628d88981.gz

show more ...

e180595f01-Jul-2005 andi <andi@splitbrain.org>

small fix for typographic quotes #415

darcs-hash:20050701113825-9977f-75c85330b6001db24125aabc8bb7f344f0d1ac33.gz

df9add7227-Jun-2005 chris <chris@teacherscpd.co.uk>

Corrects to parser for <html>, <php> and list items

This patch moves handling of <html> and <php> tags to the front end of the parser allowing
correct processing of the replacement <file> tag if htm

Corrects to parser for <html>, <php> and list items

This patch moves handling of <html> and <php> tags to the front end of the parser allowing
correct processing of the replacement <file> tag if html or php processing is disabled. It also
adds listcontent_open and listcontent_close to the array of blocks not permitted within paragraps
and removes html & php from the same array.

darcs-hash:20050627201807-50fdc-5236124fd13a1ecc6b26f0a0b52a434ab01cee41.gz

show more ...

f089173726-Jun-2005 andi <andi@splitbrain.org>

fix for paragraphtypes in plugins

darcs-hash:20050626145055-9977f-464699ca4a1dc85c5664de728217fbf1b3d90fce.gz

af146da026-Jun-2005 andi <andi@splitbrain.org>

paragraphtypes for syntax plugins

darcs-hash:20050626111513-9977f-5b317b14c9544a0c0a637d21816542d394e6606f.gz

90f3a5b124-Jun-2005 andi <andi@splitbrain.org>

fixed problem with TOC toggle and W3C validator

darcs-hash:20050624134114-9977f-4d08d9644dbc6836b55ec5c83aa6b10980a545be.gz

90db23d724-Jun-2005 chris <chris@teacherscpd.co.uk>

Correct invalid XHTML generated for list elements

Change the <span> element used to differentiate the <ol> numbering from
list item text to a <div> element. A <div> is allowed to have children
with

Correct invalid XHTML generated for list elements

Change the <span> element used to differentiate the <ol> numbering from
list item text to a <div> element. A <div> is allowed to have children
with display:block (e.g. <pre>, <ol>, <ul>) whereas a span isn't.

darcs-hash:20050624130636-50fdc-0637f16f3791c845a5247c5233237330a2e8a2d4.gz

show more ...


/dokuwiki/conf/dokuwiki.php
/dokuwiki/conf/local.php.dist
/dokuwiki/data/pages/wiki/dokuwiki.txt
/dokuwiki/inc/actions.php
/dokuwiki/inc/auth.php
/dokuwiki/inc/auth/ldap.php
/dokuwiki/inc/auth/mysql.php
/dokuwiki/inc/auth/plain.php
/dokuwiki/inc/common.php
/dokuwiki/inc/html.php
/dokuwiki/inc/init.php
/dokuwiki/inc/lang/cs/lang.php
/dokuwiki/inc/lang/da/lang.php
/dokuwiki/inc/lang/de/lang.php
/dokuwiki/inc/lang/en/lang.php
/dokuwiki/inc/lang/eo/lang.php
/dokuwiki/inc/lang/es/lang.php
/dokuwiki/inc/lang/et/lang.php
/dokuwiki/inc/lang/eu/admin.txt
/dokuwiki/inc/lang/eu/admin_acl.txt
/dokuwiki/inc/lang/eu/denied.txt
/dokuwiki/inc/lang/eu/diff.txt
/dokuwiki/inc/lang/eu/editrev.txt
/dokuwiki/inc/lang/eu/lang.php
/dokuwiki/inc/lang/eu/locked.txt
/dokuwiki/inc/lang/eu/login.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/preview.txt
/dokuwiki/inc/lang/eu/read.txt
/dokuwiki/inc/lang/eu/recent.txt
/dokuwiki/inc/lang/eu/revisions.txt
/dokuwiki/inc/lang/eu/searchpage.txt
/dokuwiki/inc/lang/eu/showrev.txt
/dokuwiki/inc/lang/eu/wordblock.txt
/dokuwiki/inc/lang/fi/lang.php
/dokuwiki/inc/lang/fr/lang.php
/dokuwiki/inc/lang/he/lang.php
/dokuwiki/inc/lang/hu/lang.php
/dokuwiki/inc/lang/it/lang.php
/dokuwiki/inc/lang/ja/admin.txt
/dokuwiki/inc/lang/ja/admin_acl.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/edit.txt
/dokuwiki/inc/lang/ja/editrev.txt
/dokuwiki/inc/lang/ja/index.txt
/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/read.txt
/dokuwiki/inc/lang/ja/recent.txt
/dokuwiki/inc/lang/ja/register.txt
/dokuwiki/inc/lang/ja/revisions.txt
/dokuwiki/inc/lang/ja/searchpage.txt
/dokuwiki/inc/lang/ja/showrev.txt
/dokuwiki/inc/lang/ja/wordblock.txt
/dokuwiki/inc/lang/ko/lang.php
/dokuwiki/inc/lang/nl/lang.php
/dokuwiki/inc/lang/no/lang.php
/dokuwiki/inc/lang/pl/lang.php
/dokuwiki/inc/lang/pt-br/lang.php
/dokuwiki/inc/lang/pt/lang.php
/dokuwiki/inc/lang/ro/lang.php
/dokuwiki/inc/lang/ru/lang.php
/dokuwiki/inc/lang/sv/lang.php
/dokuwiki/inc/lang/vi/lang.php
/dokuwiki/inc/lang/zh-tw/lang.php
/dokuwiki/inc/lang/zh/lang.php
/dokuwiki/inc/mail.php
xhtml.php
/dokuwiki/inc/search.php
/dokuwiki/inc/template.php
/dokuwiki/lib/exe/media.php
/dokuwiki/lib/exe/spellcheck.php
/dokuwiki/lib/tpl/default/design.css
/dokuwiki/lib/tpl/default/layout.css
/dokuwiki/lib/tpl/default/main.php
/dokuwiki/lib/tpl/default/media.php
/dokuwiki/lib/tpl/default/mediaref.php
60fc419114-Jun-2005 andi <andi@splitbrain.org>

fix for interwiki gif icons

darcs-hash:20050614175335-9977f-ac8992d64b5c26146573f6eab2807ae336c36648.gz

6d44750312-Jun-2005 andi <andi@splitbrain.org>

lexer support for subpatterns, fixed windowsshare links #368

darcs-hash:20050612183557-9977f-fe071d83503f6e324255200bea3e7b8d76db7e31.gz


/dokuwiki/conf/dokuwiki.php
/dokuwiki/doku.php
/dokuwiki/feed.php
/dokuwiki/inc/actions.php
/dokuwiki/inc/aspell.php
/dokuwiki/inc/auth/mysql.php
/dokuwiki/inc/common.php
/dokuwiki/inc/html.php
/dokuwiki/inc/lang/da/admin.txt
/dokuwiki/inc/lang/da/admin_acl.txt
/dokuwiki/inc/lang/da/lang.php
/dokuwiki/inc/lang/da/preview.txt
/dokuwiki/inc/lang/de/lang.php
/dokuwiki/inc/lang/de/read.txt
/dokuwiki/inc/lang/en/lang.php
/dokuwiki/inc/lang/et/admin.txt
/dokuwiki/inc/lang/et/admin_acl.txt
/dokuwiki/inc/lang/et/backlinks.txt
/dokuwiki/inc/lang/et/conflict.txt
/dokuwiki/inc/lang/et/denied.txt
/dokuwiki/inc/lang/et/diff.txt
/dokuwiki/inc/lang/et/edit.txt
/dokuwiki/inc/lang/et/editrev.txt
/dokuwiki/inc/lang/et/index.txt
/dokuwiki/inc/lang/et/lang.php
/dokuwiki/inc/lang/et/locked.txt
/dokuwiki/inc/lang/et/login.txt
/dokuwiki/inc/lang/et/mailtext.txt
/dokuwiki/inc/lang/et/newpage.txt
/dokuwiki/inc/lang/et/norev.txt
/dokuwiki/inc/lang/et/password.txt
/dokuwiki/inc/lang/et/preview.txt
/dokuwiki/inc/lang/et/read.txt
/dokuwiki/inc/lang/et/recent.txt
/dokuwiki/inc/lang/et/register.txt
/dokuwiki/inc/lang/et/revisions.txt
/dokuwiki/inc/lang/et/searchpage.txt
/dokuwiki/inc/lang/et/showrev.txt
/dokuwiki/inc/lang/et/wordblock.txt
/dokuwiki/inc/lang/nl/admin_acl.txt
/dokuwiki/inc/lang/nl/denied.txt
/dokuwiki/inc/lang/nl/lang.php
/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/edit.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
lexer.php
parser.php
/dokuwiki/inc/template.php
/dokuwiki/inc/utf8.php
/dokuwiki/lib/exe/ajax.php
/dokuwiki/lib/exe/fetch.php
/dokuwiki/lib/exe/media.php
/dokuwiki/lib/exe/spellcheck.php
/dokuwiki/lib/images/toolbar/fonth1.png
/dokuwiki/lib/images/toolbar/fonth2.png
/dokuwiki/lib/images/toolbar/fonth3.png
/dokuwiki/lib/images/toolbar/fonth4.png
/dokuwiki/lib/images/toolbar/fonth5.png
/dokuwiki/lib/scripts/ajax.js
/dokuwiki/lib/scripts/spellcheck.js
/dokuwiki/lib/scripts/tw-sack.js
/dokuwiki/lib/tpl/default/design.css

1...<<21222324