f4b3aca3 | 06-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 ...
|
a46d0d65 | 30-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 ...
|
d74aace9 | 28-Jul-2005 |
chris <chris@teacherscpd.co.uk> |
footnote fix: almagamate identical footnotes, insitu footnote popups
darcs-hash:20050728005522-50fdc-f359021d5bcf602c2c403d37852196d5eeb4d473.gz |
4468cb4c | 28-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 ...
|
2684e50a | 24-Jul-2005 |
Andreas Gohr <andi@splitbrain.org> |
some minor fixes in image detail handling
darcs-hash:20050724125047-7ad00-a03fa69aed22694f6b7635923b1f2ce564165b9f.gz |
55efc227 | 24-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 ...
|
38c08c2b | 22-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 |
f02a7d06 | 14-Jul-2005 |
chris <chris@teacherscpd.co.uk> |
Doku_Handler->plugin() method fix, incorrectly named handler object
darcs-hash:20050714223751-50fdc-ebc6c8ff03e23d2edcd974f51b063f77f9fd4458.gz |
b5bef19b | 14-Jul-2005 |
andi <andi@splitbrain.org> |
updated GeSHi to 1.0.7
darcs-hash:20050714193336-9977f-c0d5b8e6db9f92720b1f8b539fdef1f04823f5f7.gz |
e7464db8 | 13-Jul-2005 |
andi <andi@splitbrain.org> |
fix for multiply entity #457
darcs-hash:20050713180456-9977f-77e5f03775df3deae67361cca89fdf454118f093.gz |
750fd6a8 | 12-Jul-2005 |
Christopher Smith <chris@teacherscpd.co.uk> |
make custom geshi language styles possible
darcs-hash:20050712211236-3bbbb-c0e76063136eb78886cb1daf4d5e9785bb797ab1.gz |
0c16b1d3 | 04-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 ...
|
ad65ae46 | 01-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 ...
|
e180595f | 01-Jul-2005 |
andi <andi@splitbrain.org> |
small fix for typographic quotes #415
darcs-hash:20050701113825-9977f-75c85330b6001db24125aabc8bb7f344f0d1ac33.gz |
df9add72 | 27-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 ...
|
f0891737 | 26-Jun-2005 |
andi <andi@splitbrain.org> |
fix for paragraphtypes in plugins
darcs-hash:20050626145055-9977f-464699ca4a1dc85c5664de728217fbf1b3d90fce.gz |
af146da0 | 26-Jun-2005 |
andi <andi@splitbrain.org> |
paragraphtypes for syntax plugins
darcs-hash:20050626111513-9977f-5b317b14c9544a0c0a637d21816542d394e6606f.gz |
90f3a5b1 | 24-Jun-2005 |
andi <andi@splitbrain.org> |
fixed problem with TOC toggle and W3C validator
darcs-hash:20050624134114-9977f-4d08d9644dbc6836b55ec5c83aa6b10980a545be.gz |
90db23d7 | 24-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 ...
|
60fc4191 | 14-Jun-2005 |
andi <andi@splitbrain.org> |
fix for interwiki gif icons
darcs-hash:20050614175335-9977f-ac8992d64b5c26146573f6eab2807ae336c36648.gz |
6d447503 | 12-Jun-2005 |
andi <andi@splitbrain.org> |
lexer support for subpatterns, fixed windowsshare links #368
darcs-hash:20050612183557-9977f-fe071d83503f6e324255200bea3e7b8d76db7e31.gz |
50d915fe | 06-Jun-2005 |
matthiasgrimm <matthiasgrimm@users.sourceforge.net> |
TOC arrow with simple transparency
This patch exchanges the images for the TOC arrow from PNG with alpha channel to GIF with transparent background. This is done because the IE doesn't cope with tra
TOC arrow with simple transparency
This patch exchanges the images for the TOC arrow from PNG with alpha channel to GIF with transparent background. This is done because the IE doesn't cope with transparent PNG images very well. Shame on you Microsoft.
darcs-hash:20050606163659-7ef76-8a5d482ec2c73b87f4ece0b1226933cbd1ca7d60.gz
show more ...
|
f62ea8a1 | 05-Jun-2005 |
andi <andi@splitbrain.org> |
directory layout cleanup !IMPORTANT
This patch changes the directory structure of dokuwiki as suggested in http://www.freelists.org/archives/dokuwiki/06-2005/msg00045.html
As the changes.log is not
directory layout cleanup !IMPORTANT
This patch changes the directory structure of dokuwiki as suggested in http://www.freelists.org/archives/dokuwiki/06-2005/msg00045.html
As the changes.log is not managed through darcs you need to move it your self to the new location in data/changes.log
I think I modified the code at all nessessary places, but I may have forgotten a few things.
darcs-hash:20050605103842-9977f-af20f63c1d604888375d175d89ac6bd71566d47d.gz
show more ...
|
6037be5a | 31-May-2005 |
matthiasgrimm <matthiasgrimm@users.sourceforge.net> |
String quoting in TOC toggle code
This patch changed the string quoting in the TOC toggle button code. The HTML code looks better.
darcs-hash:20050531193827-7ef76-b1434c596e396f126a7c2a94ba8bb4f475
String quoting in TOC toggle code
This patch changed the string quoting in the TOC toggle button code. The HTML code looks better.
darcs-hash:20050531193827-7ef76-b1434c596e396f126a7c2a94ba8bb4f475383fe7.gz
show more ...
|
e4a9930b | 31-May-2005 |
matthiasgrimm <matthiasgrimm@users.sourceforge.net> |
toc toggle button
The TOC toggle button was very small and inconspicuous. This patch replaces the old one with small arrows placed at the right border of the TOC header. Code cleanup in html.php: ht
toc toggle button
The TOC toggle button was very small and inconspicuous. This patch replaces the old one with small arrows placed at the right border of the TOC header. Code cleanup in html.php: html_toc() and html_list_toc() are obsolete and have been removed.
darcs-hash:20050531184155-7ef76-249f948b2a8b71d45aab2b8418db2be5eb638f6d.gz
show more ...
|