Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix the media usage index to include local links | Michael Hamann | 2013-10-29 |
| | |||
* | initialize $inParagraph before use | Christopher Smith | 2013-10-16 |
| | |||
* | replace boolean conditional checks on possibly uninitialized vars with ↵ | Christopher Smith | 2013-10-16 |
| | | | | \!empty/empty/isset as appropriate | ||
* | fix php strict notices | Gerrit Uitslag | 2013-10-15 |
| | |||
* | Merge pull request #344 from splitbrain/tablewithonlyrowspan | Andreas Gohr | 2013-10-13 |
|\ | | | | | Display tablecell with rowspan at first row as empty cell. Fixes FS#2810 | ||
| * | Display tablecell with rowspan at first row as empty cell. Fixes FS#2810 | Gerrit Uitslag | 2013-09-20 |
| | | |||
* | | make sure footnote numbers are unique across documents FS#2841 | Andreas Gohr | 2013-10-12 |
| | | |||
* | | Fix CodeSniffer whitespace violoations | Matt Perry | 2013-09-10 |
|/ | | | | | Removed extraneous whitespace to eliminate errors reported by the Squiz.WhiteSpace.SuperfluousWhitespace sniff. | ||
* | Fix CodeSniffer violations | Matt Perry | 2013-08-27 |
| | | | | | | | Fix violations for the following sniff DokuWiki.Functions.OpeningFunctionBrace Also removed an extraneous semicolon. | ||
* | Fix CodeSniffer violations for PHP files | Matt Perry | 2013-08-23 |
| | | | | | | | Fix violations for Squiz.Commenting.DocCommentAlignment.SpaceBeforeTag Conflicts: inc/parser/xhtml.php | ||
* | Fix CodeSniffer violations for PHP files | Matt Perry | 2013-08-23 |
| | | | | Fix violations for Generic.PHP.LowerCaseConstant.Found | ||
* | Fix CodeSniffer violations | Matt Perry | 2013-08-22 |
| | | | | Change indentation to ensure code confirms to CodeSniffer rules. | ||
* | Fix backlinks for internal links with parameters | Michael Hamann | 2013-08-17 |
| | | | | | | | This adds the parameter extraction code from the xhtml renderer to the metadata renderer in order to not to include the parameters in the id that is recorded as link target. A test case checks that the link is actually returned as backlink (fails without the fix). | ||
* | Index media file usage in the metadata index and use it in ft_mediause() | Michael Hamann | 2013-08-01 |
| | |||
* | FS#2770 - prevent <file> and <code> syntax regex matching token names which ↵ | Christopher Smith | 2013-07-30 |
| | | | | start '<file' or '<code' | ||
* | Fix for the FS#1833 parser error | Guy Brand | 2013-07-30 |
| | |||
* | apply media_isexternal | Klap-in | 2013-05-21 |
| | |||
* | strip specials from file name in codeblock downloads FS#2757 | Andreas Gohr | 2013-04-19 |
| | |||
* | Fix double encoding in rss syntax FS#2731 | Michael Hamann | 2013-02-23 |
| | |||
* | Display media file size only if file exists (prevents PHP warning) | Michael Hamann | 2013-02-17 |
| | |||
* | introduced http_status() for sending HTTP status code FS#1698 | Andreas Gohr | 2013-02-16 |
| | | | | | | | It seems, some servers require a special Status: header for sending the HTTP status code from PHP (F)CGI to the server. This patch introduces a new function (adopted from CodeIgniter) for simplifying the status handling. | ||
* | show filesize of local file links in tooltip | Robin Getz | 2013-01-09 |
| | |||
* | XHTML renderer: bind section id counter to the renderer instance | Michael Hamann | 2012-12-02 |
| | | | | | | | This changes the previously static lastsecid into an instance variable, this leads to consistent section edit ids when the xhtml renderer is used more than once in a request. This makes it possible for test cases to know the exact section edit id for an instruction array. | ||
* | Combine subsequent calls to strtr into a single transformation | Tom N Harris | 2012-11-18 |
| | |||
* | Merge pull request #121 from splitbrain/strict | Andreas Gohr | 2012-11-04 |
|\ | | | | | fix E_STRICT errors FS#2427 | ||
| * | fix E_STRICT errors FS#2427 | Andreas Gohr | 2012-07-28 |
| | | | | | | | | | | | | | | | | This commit fixes all E_STRICT messages shown when running the test suite. There might be more problems not covered by tests, yet. For compatibility reasons with plugins, E_STRICT errors are still supressed. | ||
* | | Document $text parameters of html and php in the xhtml parser | Michael Hamann | 2012-08-24 |
|/ | |||
* | Add the $doc variable to all renderers | Michael Hamann | 2012-07-28 |
| | | | | In p_render() it is assumed that all renderers have a $doc variable | ||
* | Replace = & by =& as the former isn't understood by IntelliJ IDEA | Michael Hamann | 2012-07-28 |
| | |||
* | Fixed and extended PHPDoc comments and added additional @var comments | Michael Hamann | 2012-07-28 |
| | |||
* | another call_user_func warning fix | Andreas Gohr | 2012-07-28 |
| | |||
* | replaced use of basename() with utf8_basename() FS#2015 | Andreas Gohr | 2012-07-28 |
| | |||
* | Merge branch 'input-validation' of git://github.com/whoopdedo/dokuwiki into ↵ | Andreas Gohr | 2012-07-06 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pull-request-110 * 'input-validation' of git://github.com/whoopdedo/dokuwiki: fix incorrect usage of tpl_getMediaFile fix necessary global declaration Input wrapper for html forms Input validation for media manager Input wrapper for exe scripts more INPUT wrapper uses: cache purge, sectok, getID Input wrapper for action.php Conflicts: lib/exe/css.php | ||
| * | Input wrapper for html forms | Tom N Harris | 2012-06-28 |
| | | |||
* | | xml compatibility fixes (mainly entities to unicode conversions) | Anika Henke | 2012-07-05 |
| | | |||
* | | renamed smiley image class to 'icon' (FS#1970) | Anika Henke | 2012-04-08 |
| | | |||
* | | removed align attribute from images and inserted them only in the feed (FS#1351) | Anika Henke | 2012-04-08 |
| | | | | | | | | can someone with better regex skills please revise this? | ||
* | | use abbr instead of deprecated acronym | Anika Henke | 2012-04-08 |
| | | |||
* | | removed names from footnotes and removed anchors from headings altogether | Anika Henke | 2012-04-08 |
|/ | |||
* | Merge pull request #86 from lupo49/master | Andreas Gohr | 2012-03-14 |
|\ | | | | | Parser: Allow parser to fully recognize windows share links with a hyphen character in it | ||
| * | Parser: Allow parser to fully recognize windows share links with a hyphen ↵ | lupo49 | 2012-03-07 |
| | | | | | | | | | | | | character in it (Currently, the clickable link stops before a hyphen character) | ||
* | | Merge pull request #71 from danny0838/master | Andreas Gohr | 2012-03-10 |
|\ \ | |/ |/| | Rework for 2 missing commits | ||
| * | Fix a stupid typo | Danny | 2012-03-01 |
| | | |||
| * | Slight fix to match current version. | Danny | 2011-12-17 |
| | | |||
| * | Rework for missing commit 08162f005f3ced0555de590dc1a53155af99d998 | Danny | 2011-12-17 |
| | | |||
| * | Rewark for missing commit 9aa0e6c6087e616511fc95d1650ca9b608edece8 | Danny | 2011-12-17 |
| | | |||
* | | fixed .curid to always highlight the current ID of the main/viewed page | Anika Henke | 2012-01-31 |
| | | |||
* | | Revert 4a24b459, thus fixing FETCH_MEDIA_STATUS for missing files (FS#2405) | Adrian Lang | 2011-12-20 |
|/ | |||
* | replace unset with array_pop | Andreas Gohr | 2011-10-15 |
| | | | | | unset does not reset the Array's internal pointer which messes up later calls. array_pop is still much faster than array_splice | ||
* | fix off-by-one error | Andreas Gohr | 2011-10-15 |
| |