summaryrefslogtreecommitdiff
path: root/inc/parser
Commit message (Expand)AuthorAge
* replaced use of basename() with utf8_basename() FS#2015Andreas Gohr2012-07-28
* Merge branch 'input-validation' of git://github.com/whoopdedo/dokuwiki into p...Andreas Gohr2012-07-06
|\
| * Input wrapper for html formsTom N Harris2012-06-28
* | xml compatibility fixes (mainly entities to unicode conversions)Anika Henke2012-07-05
* | renamed smiley image class to 'icon' (FS#1970)Anika Henke2012-04-08
* | removed align attribute from images and inserted them only in the feed (FS#1351)Anika Henke2012-04-08
* | use abbr instead of deprecated acronymAnika Henke2012-04-08
* | removed names from footnotes and removed anchors from headings altogetherAnika Henke2012-04-08
|/
* Merge pull request #86 from lupo49/masterAndreas Gohr2012-03-14
|\
| * Parser: Allow parser to fully recognize windows share links with a hyphen cha...lupo492012-03-07
* | Merge pull request #71 from danny0838/masterAndreas Gohr2012-03-10
|\ \ | |/ |/|
| * Fix a stupid typoDanny2012-03-01
| * Slight fix to match current version.Danny2011-12-17
| * Rework for missing commit 08162f005f3ced0555de590dc1a53155af99d998Danny2011-12-17
| * Rewark for missing commit 9aa0e6c6087e616511fc95d1650ca9b608edece8Danny2011-12-17
* | fixed .curid to always highlight the current ID of the main/viewed pageAnika Henke2012-01-31
* | Revert 4a24b459, thus fixing FETCH_MEDIA_STATUS for missing files (FS#2405)Adrian Lang2011-12-20
|/
* replace unset with array_popAndreas Gohr2011-10-15
* fix off-by-one errorAndreas Gohr2011-10-15
* added the missing bit to my last commitAndreas Gohr2011-10-15
* Fix performance issue in close_paragraphAndreas Gohr2011-10-15
* cleanup of handler.phpAndreas Gohr2011-10-15
* issue #46 Render links to missing media files as link to the media managerKate Arzamastseva2011-09-02
* Revert "Only allow known protocols in RSS links"Andreas Gohr2011-06-14
* only allow configured URL schemes in external linksAndreas Gohr2011-06-14
* Only allow known protocols in RSS linksAndreas Gohr2011-06-13
* Change when metadata is rendered - only when really neededMichael Hamann2011-05-08
* Support the empty link [[]]Adrian Lang2011-04-14
* Check if link exists and set right captionIzidor Matušov2011-04-08
* Make the regex for internal links more restrictiveMichael Hamann2011-02-09
* Merge branch 'danny'Andreas Gohr2011-02-06
|\
| * Merge remote branch 'danny0838/rewrite_block' into dannyAndreas Gohr2011-02-06
| |\
| | * Major rework of rewrite block in handler.php. (FS#2145)Danny Lin2011-01-26
| | * First attempt to improve rewrite blocks; also eliminates post-paragraph start...Danny Lin2011-01-26
| * | Merge remote branch 'danny0838/master' into dannyAndreas Gohr2011-02-06
| |\|
| | * Fixes an issue of metadata missing on links with empty altname. FS#2144Danny Lin2011-01-26
| | * Like others, there's no need to define $sectionedits as private, and it preve...Danny Lin2011-01-26
* | | Revert "merged branch 'danny0838:rewrite_block' and resolved conflict"Andreas Gohr2011-02-06
* | | merged branch 'danny0838:rewrite_block' and resolved conflictAnika Henke2011-02-06
|/ /
* | FS#2154 unset call writers in finalise() to prevent circular referencesChristopher Smith2011-02-06
* | make IPv6 links in link syntax FS#2137Andreas Gohr2011-02-06
* | URLs may contain brackets [] FS#2137Andreas Gohr2011-02-06
|/
* removed obsolete references to 'JSnocheck' classAnika Henke2011-01-03
* skip empty image title from abstractAndreas Gohr2010-12-22
* store the creator's login name in metadata FS#1397Andreas Gohr2010-12-22
* Make baseonly work in allowedModesAndreas Gohr2010-12-07
* Remove enc=utf-8 in VIM modeline as it is not allowed in VIM 7.3Michael Hamann2010-11-29
* Merge remote branch 'tstaerk/master'Andreas Gohr2010-10-17
|\
| * explaining what Doku_Parser_Mode_formatting does: it sets markupThorsten Staerk2010-10-17
| * give a description for a functionThorsten Staerk2010-10-16