summaryrefslogtreecommitdiff
path: root/inc/parser
Commit message (Expand)AuthorAge
* Fix CodeSniffer violationsMatt Perry2013-08-27
* Fix CodeSniffer violations for PHP filesMatt Perry2013-08-23
* Fix CodeSniffer violations for PHP filesMatt Perry2013-08-23
* Fix CodeSniffer violationsMatt Perry2013-08-22
* Fix backlinks for internal links with parametersMichael Hamann2013-08-17
* Index media file usage in the metadata index and use it in ft_mediause()Michael Hamann2013-08-01
* FS#2770 - prevent <file> and <code> syntax regex matching token names which s...Christopher Smith2013-07-30
* Fix for the FS#1833 parser errorGuy Brand2013-07-30
* apply media_isexternalKlap-in2013-05-21
* strip specials from file name in codeblock downloads FS#2757Andreas Gohr2013-04-19
* Fix double encoding in rss syntax FS#2731Michael Hamann2013-02-23
* Display media file size only if file exists (prevents PHP warning)Michael Hamann2013-02-17
* introduced http_status() for sending HTTP status code FS#1698Andreas Gohr2013-02-16
* show filesize of local file links in tooltipRobin Getz2013-01-09
* XHTML renderer: bind section id counter to the renderer instanceMichael Hamann2012-12-02
* Combine subsequent calls to strtr into a single transformationTom N Harris2012-11-18
* Merge pull request #121 from splitbrain/strictAndreas Gohr2012-11-04
|\
| * fix E_STRICT errors FS#2427Andreas Gohr2012-07-28
* | Document $text parameters of html and php in the xhtml parserMichael Hamann2012-08-24
|/
* Add the $doc variable to all renderersMichael Hamann2012-07-28
* Replace = & by =& as the former isn't understood by IntelliJ IDEAMichael Hamann2012-07-28
* Fixed and extended PHPDoc comments and added additional @var commentsMichael Hamann2012-07-28
* another call_user_func warning fixAndreas Gohr2012-07-28
* 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