summaryrefslogtreecommitdiff
path: root/inc/parser/parser.php
Commit message (Collapse)AuthorAge
...
* make sure the parser works if acronym file is missing #716Andreas Gohr2006-03-17
| | | | | | Parser don't longer breaks if no smileys, acronyms or entities are configured darcs-hash:20060317182631-7ad00-090248bae8cdeaa19127251e46dfaef80ef49f58.gz
* LDAP URI support for parserGuy Brand gb@isis.u-strasbg.fr2006-03-11
| | | | | | Add parser detection for LDAP URI scheme as specified in RFC 2255 darcs-hash:20060311130311-c47a2-fd0b1e2a6ba50e4c76732101966dcb27c42a178f.gz
* file cleanupsAndreas Gohr2006-02-17
| | | | | | | | | | This patch cleans up the source code to satisfy the coding guidelines (see http://wiki.splitbrain.org/wiki:development#coding_style) It converts files to UNIX lineendings and removes tabs and trailing whitespace. Not all files were cleaned yet. darcs-hash:20060217222040-7ad00-bba3d2bee3b5aa7cbb5184258abd50805cd071bf.gz
* Table Syntax fixes #280 #591Andreas Gohr2005-11-03
| | | | darcs-hash:20051103162630-6e07b-21520008f556114f8273307e7d6d33795488b1d2.gz
* fix for acronyms, but still buggyAndreas Gohr2005-09-14
| | | | | | | | | | | | | | | | The last change introduced a bug where acronyms inside words where marked. This fixes it partly. However there is still a bug - the following line gets both occurences of 'spec' marked as acronym and I don't know why: This is the specification also called spec. Only the last occurence of spec should be marked but both are. If the latter is missing the first one isn't marked as well. Any help appreciated. darcs-hash:20050914144810-7ad00-9e486e207cb856524a044a1d6d3ed07dbb534864.gz
* fixed UTF-8 handling in Acronyms #478Andreas Gohr2005-09-11
| | | | darcs-hash:20050911210801-7ad00-f571ad2eeb07ce2e62ae55775b49c0e9be523166.gz
* Alternative fix for #384Harry Fuecks2005-08-06
| | | | | | | | | | | | | | | | | | | | 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
* fix for multiply entity #457andi2005-07-13
| | | | darcs-hash:20050713180456-9977f-77e5f03775df3deae67361cca89fdf454118f093.gz
* hack to fix #384andi2005-07-01
| | | | | | | | 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
* small fix for typographic quotes #415andi2005-07-01
| | | | darcs-hash:20050701113825-9977f-75c85330b6001db24125aabc8bb7f344f0d1ac33.gz
* lexer support for subpatterns, fixed windowsshare links #368andi2005-06-12
| | | | darcs-hash:20050612183557-9977f-fe071d83503f6e324255200bea3e7b8d76db7e31.gz
* sorting support for syntax plugins, info plugin now actually does somethingandi2005-05-21
| | | | | | | | | | | | | | | 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
* small fixes for linkparsing #337 #339andi2005-05-20
| | | | darcs-hash:20050520150702-9977f-a2ef5264ff38a5225521c83eeaf85759c92a37bb.gz
* first attempt of syntax pluginsandi2005-05-19
| | | | | | | | | | | | | | | | 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
* small fix on Windows Share parsingandi2005-05-13
| | | | darcs-hash:20050513152910-9977f-e9dfee8d6958db3e487edbba3b441da0d447c158.gz
* local links added #297andi2005-05-04
| | | | darcs-hash:20050504192203-9977f-004cc04b0753fc5d36d4515519c54039e73e77de.gz
* ~~NOCACHE~~ addedandi2005-05-01
| | | | darcs-hash:20050501193908-9977f-e65b9b9bd123efaccc167f2e1ad9a1d4f51ba681.gz
* quoting now uses semantically correct blockquoteandi2005-05-01
| | | | darcs-hash:20050501182348-9977f-a0653d07936820a7e1c251537f4b93556d88d4c8.gz
* allow blockmodes in listsandi2005-04-29
| | | | darcs-hash:20050429120548-9977f-048855b3101e9f104e9fb826ad35042fa8d4c176.gz
* fix for RSS feed syntax #293andi2005-04-29
| | | | darcs-hash:20050429100017-9977f-606a82e63f7883de940d816c6609f8823757e484.gz
* fixed some lineendeating #268 #274 #276andi2005-04-28
| | | | darcs-hash:20050428201306-9977f-0d1a0f63f09ea56fb6fad22dc9dda7b838f51b5b.gz
* finally valid XHTML againandi2005-04-24
| | | | darcs-hash:20050424132922-9977f-5e9acbeae431ca1c605169829e580bf094a09ef9.gz
* removed magical __andi2005-04-22
| | | | | | | | 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
* fixed email links #259andi2005-04-18
| | | | darcs-hash:20050418184011-9977f-acd3a6583e08ce3732af5ffc4fdc3027e284173e.gz
* new parser: more hacking, RSS readdedandi2005-04-15
| | | | darcs-hash:20050415204735-9977f-613d9b007452d538dcb8fce4ade5cbec389c4415.gz
* removed closing php tag for includesandi2005-04-13
| | | | darcs-hash:20050413175338-9977f-c969db6f86df5df175db9a39b4fabb9f072f8f67.gz
* new parser - more fixesandi2005-04-10
| | | | darcs-hash:20050410170115-9977f-620a5fccdc80d5af01d0b9aec9f8b1fb8e4c667d.gz
* Mods for wiki syntax convertersHarry Fuecks2005-04-05
| | | | darcs-hash:20050405084745-56ad0-d350083b623653dcd7fc77cd527571c7af1e34dd.gz
* new parser added (define DOKU_USENEWPARSER to use it)andi2005-03-31
darcs-hash:20050331145749-9977f-f011ea6c65a278197e9087b685c635c60a204cd2.gz