Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | | | Wrap thead around 1st row, when 1st cell at 1st row is tableheader. ↵ | Gerrit Uitslag | 2013-10-17 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Implements FS#1764 | |||
* | | | | | | Merge pull request #612 from splitbrain/improve_double_quote_matching | Andreas Gohr | 2014-03-24 | |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | improvements to double quote matching | |||
| * | | | | | improvements to double quote matching | Christopher Smith | 2014-03-13 | |
| | |/ / / | |/| | | | ||||
* | | | | | Merge remote-tracking branch 'origin/master' into userlink | Gerrit Uitslag | 2014-03-10 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: inc/parser/renderer.php inc/template.php | |||
| * | | | | suppress errors where list() may not fill all vars | Christopher Smith | 2014-03-05 | |
| | | | | | ||||
| * | | | | remove require handled by autoloader | Christopher Smith | 2014-02-28 | |
| | | | | | ||||
| * | | | | add renderers to autolader | Christopher Smith | 2014-02-25 | |
| | | | | | ||||
| * | | | | PHPDocs internallink | Gerrit Uitslag | 2014-02-17 | |
| | | | | | ||||
| * | | | | added title to video/audio tags, use title for fallback links, refactored ↵ | Anika Henke | 2014-02-15 | |
| | |_|/ | |/| | | | | | | | | | | duplicate code | |||
* | | | | fix comment in _resolveInterWiki | Gerrit Uitslag | 2014-02-15 | |
| | | | | ||||
* | | | | interwiki : prefixed configurls handled as wikilinks | Gerrit Uitslag | 2014-02-15 | |
| | | | | ||||
* | | | | code reformatting | Gerrit Uitslag | 2014-02-15 | |
| | | | | ||||
* | | | | wikilink creating refactored to _resolveinterwiki(). | Gerrit Uitslag | 2014-02-15 | |
| | | | | | | | | | | | | | | | | Added DOKU_BASE for local target | |||
* | | | | wikilink needs wiki target as well | Gerrit Uitslag | 2014-02-15 | |
| | | | | ||||
* | | | | handle interwiki without slashes as pageids. Added user interwiki | Gerrit Uitslag | 2014-02-14 | |
|/ / / | | | | | | | | | | | | | * allowed urlparams * added `wiki:users:` as default user profile link | |||
* | | | Merge remote-tracking branch 'origin/master' into video-audio | Anika Henke | 2014-02-02 | |
|\ \ \ | ||||
| * \ \ | Merge pull request #496 from splitbrain/plugindedup | Andreas Gohr | 2014-01-19 | |
| |\ \ \ | | | | | | | | | | | remove some code duplication from syntax plugins | |||
| | * | | | reintroduce a tiny bit of duplication | Andreas Gohr | 2014-01-07 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reads some duplication in the from of haveing a Doku_Parser_Mode and Doku_Parser_Mode_Plugin class which are basically the same but only the latter extends DokuWiki_Plugin. This avoids the performance/RAM problems mentioned in my previous commit. An interface keeps both logically together. With PHP 5.4 further deduplication could be done via Traits. | |||
| | * | | | remove duplicate plugin code for syntax plugins | Andreas Gohr | 2014-01-07 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes Doku_Parser_Mode inherit from DokuWiki_Plugin which allows for the removal of a bunch of duplicate code form DokuWiki_Syntax_Plugin. This makes the code easier to maintain and makes sure all DokuWiki plugins are actual instances of DokuWiki_Plugin. However this adds a bunch of functions to the "normal" parser modes that don't need them which could have performance/RAM implications. | |||
* | | | | | fixed html errors in video and audio rendering | Anika Henke | 2014-02-02 | |
| | | | | | ||||
* | | | | | Merge remote-tracking branch 'origin/master' into video-audio | Anika Henke | 2014-01-26 | |
|\| | | | | ||||
| * | | | | fix renderer:plugin() signature | Andreas Gohr | 2014-01-08 | |
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in 82d616353e4c3680d88f083eb6f88fe68de92904 we introduced passing the raw match for syntax plugins to the plugin method of the renderer. This was introduced for renderer plugins that might need access to the raw syntax (like the table editor or WYSIWYG plugins). However the function signature was never updated, making these additional parameter basically secret. With strict standard this throws errors. This patch fixes this. | |||
| * | / | FS#1833 (b) | Christopher Smith | 2013-12-01 | |
| | |/ | |/| | | | | | | | | | | | | | | | | Prevent table entry syntax swallowing multiple preceeding blank lines (a) this shouldn't be necessary, blank lines are handled by paragraph processing (b) avoids issues with greedy table syntax competing with plugins | |||
* | | | Merge remote-tracking branch 'origin/master' into video-audio | Anika Henke | 2013-11-02 | |
|\| | | | | | | | | | | | | | | Conflicts: inc/parser/xhtml.php | |||
| * | | 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). | |||
* | | refactored audio/video code, removed wrong link around audio | Anika Henke | 2013-08-04 | |
| | | ||||
* | | fixed typo | Anika Henke | 2013-08-04 | |
| | | ||||
* | | added support for html5 audio | Anika Henke | 2013-08-03 | |
| | | | | | | | | Similar to videos, all .ogg, .mp3 and .wav files with the same filename are automatically chosen as alternative sources when only one of them is mentioned in the media syntax. | |||
* | | improved code for videos (restrict to 3 mimetypes, removed codec info from ↵ | Anika Henke | 2013-08-03 | |
| | | | | | | | | type attribute) | |||
* | | added poster attribute to video if jpg or png with same file name exists | Anika Henke | 2013-08-02 | |
| | | ||||
* | | Add several alternative formats to video for better browser compatibility | Anika Henke | 2013-08-02 | |
| | | | | | | | | | | | | All .webm, .ogv and .mp4 files with the same filename are automatically chosen as alternative sources when only one of them is mentioned in the media syntax. | |||
* | | added basic suport for embedding (html5) videos | Anika Henke | 2013-08-02 | |
|/ | ||||
* | 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 | |
| |