| #
e7464db8 |
| 13-Jul-2005 |
andi <andi@splitbrain.org> |
fix for multiply entity #457
darcs-hash:20050713180456-9977f-77e5f03775df3deae67361cca89fdf454118f093.gz
|
| #
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
|
| #
6d447503 |
| 12-Jun-2005 |
andi <andi@splitbrain.org> |
lexer support for subpatterns, fixed windowsshare links #368
darcs-hash:20050612183557-9977f-fe071d83503f6e324255200bea3e7b8d76db7e31.gz
|
| #
107b01d6 |
| 21-May-2005 |
andi <andi@splitbrain.org> |
sorting support for syntax plugins, info plugin now actually does something
Syntax plugins now need to implement getSort() which should return a number. This number is used to add all syntax modes i
sorting support for syntax plugins, info plugin now actually does something
Syntax plugins now need to implement getSort() which should return a number. This number is used to add all syntax modes in the correct order. To see a list in which order current modes are loaded you can use the info plugin like this:
~~INFO:syntaxmodes~~ lists all known modes (includes existing plugins) with their sorting score
~~INFO:syntaxtypes~~ lists all syntax types and their registered modes (useful for implementing the getType() function.
darcs-hash:20050521210430-9977f-2baaf6043afc6ea3fed41cdca97564218fb519c2.gz
show more ...
|
| #
a6755281 |
| 20-May-2005 |
andi <andi@splitbrain.org> |
small fixes for linkparsing #337 #339
darcs-hash:20050520150702-9977f-a2ef5264ff38a5225521c83eeaf85759c92a37bb.gz
|
| #
ee20e7d1 |
| 19-May-2005 |
andi <andi@splitbrain.org> |
first attempt of syntax plugins
The first version of the new plugin system. Syntax plugins only yet. A very simple example plugin called info (doing nothig useful yet) is included.
Missing Features
first attempt of syntax plugins
The first version of the new plugin system. Syntax plugins only yet. A very simple example plugin called info (doing nothig useful yet) is included.
Missing Features
- Doku_Block_Handler needs work (doesn't honur plugins yet) - there is no way to specify the order of plugins and other modes yet - useful output from the info plugin - bug testing and fixing - code cleanup - documentation
darcs-hash:20050519201009-9977f-f793dbfc6a39d8a9643b610927d93cd3288bdd6b.gz
show more ...
|
| #
9c315eae |
| 13-May-2005 |
andi <andi@splitbrain.org> |
small fix on Windows Share parsing
darcs-hash:20050513152910-9977f-e9dfee8d6958db3e487edbba3b441da0d447c158.gz
|
| #
0b7c14c2 |
| 04-May-2005 |
andi <andi@splitbrain.org> |
local links added #297
darcs-hash:20050504192203-9977f-004cc04b0753fc5d36d4515519c54039e73e77de.gz
|
| #
9dc2c2af |
| 01-May-2005 |
andi <andi@splitbrain.org> |
~~NOCACHE~~ added
darcs-hash:20050501193908-9977f-e65b9b9bd123efaccc167f2e1ad9a1d4f51ba681.gz
|
| #
5e100747 |
| 01-May-2005 |
andi <andi@splitbrain.org> |
quoting now uses semantically correct blockquote
darcs-hash:20050501182348-9977f-a0653d07936820a7e1c251537f4b93556d88d4c8.gz
|
| #
702eb898 |
| 29-Apr-2005 |
andi <andi@splitbrain.org> |
allow blockmodes in lists
darcs-hash:20050429120548-9977f-048855b3101e9f104e9fb826ad35042fa8d4c176.gz
|
| #
f1cf0e10 |
| 29-Apr-2005 |
andi <andi@splitbrain.org> |
fix for RSS feed syntax #293
darcs-hash:20050429100017-9977f-606a82e63f7883de940d816c6609f8823757e484.gz
|
| #
6f0c5dbf |
| 28-Apr-2005 |
andi <andi@splitbrain.org> |
fixed some lineendeating #268 #274 #276
darcs-hash:20050428201306-9977f-0d1a0f63f09ea56fb6fad22dc9dda7b838f51b5b.gz
|
| #
506ae684 |
| 24-Apr-2005 |
andi <andi@splitbrain.org> |
finally valid XHTML again
darcs-hash:20050424132922-9977f-5e9acbeae431ca1c605169829e580bf094a09ef9.gz
|
| #
433bef32 |
| 22-Apr-2005 |
andi <andi@splitbrain.org> |
removed magical __
The PHP manual states "PHP reserves all function names starting with __ as magical. It is recommended that you do not use function names with __ in PHP unless you want some docume
removed magical __
The PHP manual states "PHP reserves all function names starting with __ as magical. It is recommended that you do not use function names with __ in PHP unless you want some documented magic functionality." (http://www.php.net/manual/en/language.oop.php)
I renamed all functions starting with __ to _
darcs-hash:20050422101253-9977f-79b7cb3ac3b5b8287073ab0bc7d9e78f115b4a58.gz
show more ...
|
| #
71352def |
| 18-Apr-2005 |
andi <andi@splitbrain.org> |
fixed email links #259
darcs-hash:20050418184011-9977f-acd3a6583e08ce3732af5ffc4fdc3027e284173e.gz
|
| #
b625487d |
| 15-Apr-2005 |
andi <andi@splitbrain.org> |
new parser: more hacking, RSS readded
darcs-hash:20050415204735-9977f-613d9b007452d538dcb8fce4ade5cbec389c4415.gz
|
| #
340756e4 |
| 13-Apr-2005 |
andi <andi@splitbrain.org> |
removed closing php tag for includes
darcs-hash:20050413175338-9977f-c969db6f86df5df175db9a39b4fabb9f072f8f67.gz
|
| #
4de671bc |
| 10-Apr-2005 |
andi <andi@splitbrain.org> |
new parser - more fixes
darcs-hash:20050410170115-9977f-620a5fccdc80d5af01d0b9aec9f8b1fb8e4c667d.gz
|
| #
b7c441b9 |
| 05-Apr-2005 |
Harry Fuecks <hfuecks@gmail.com> |
Mods for wiki syntax converters
darcs-hash:20050405084745-56ad0-d350083b623653dcd7fc77cd527571c7af1e34dd.gz
|
| #
0cecf9d5 |
| 31-Mar-2005 |
andi <andi@splitbrain.org> |
new parser added (define DOKU_USENEWPARSER to use it)
darcs-hash:20050331145749-9977f-f011ea6c65a278197e9087b685c635c60a204cd2.gz
|