Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #624 from lisps/revisions | Andreas Gohr | 2014-09-29 |
|\ | | | | | date_at support | ||
| * | Merge remote-tracking branch master into revisions | lisps | 2014-09-26 |
| |\ | |||
| * \ | Merge remote-tracking branch 'remotes/origin/master' into revisions_local | lisps | 2014-03-19 |
| |\ \ | |||
| * | | | add missing parameter | lisps | 2014-02-22 |
| | | | | |||
| * | | | fix check link existence, have to call getLastRevisionAt for every link | lisps | 2014-02-22 |
| | | | | |||
| * | | | check link existence | lisps | 2014-02-20 |
| | | | | |||
| * | | | fix last merge | lisps | 2014-02-17 |
| | | | | |||
| * | | | Merge remote-tracking branch 'origin/diff_navigation' into revisions | lisps | 2014-02-17 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: inc/parser/xhtml.php | ||
| * | | | | rename function _getProperMediaRevision to _getLastMediaRevisionAt | lisps | 2013-11-22 |
| | | | | | | | | | | | | | | | | | | | | reduce a bit duplicated code | ||
| * | | | | fix function name media_isexternal() | lisps | 2013-11-22 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | remove empty rev from ml() rename getProperRevision() to getLastRevisionAt() make getLastRevisionAt() a method of ChangeLog | ||
| * | | | | remove property rev from xhtml.php | lisps | 2013-11-22 |
| | | | | | | | | | | | | | | | | | | | | changed variable name $create_time to $modified_time | ||
| * | | | | add parameter at($DATE_AT) and mind revisions | lisps | 2013-11-21 |
| | | | | | |||
* | | | | | fixed scrutinizer issues | Anika Henke | 2014-08-02 |
| | | | | | |||
* | | | | | added support for external video and audio files, also added return param to ↵ | Anika Henke | 2014-08-02 |
| |_|_|/ |/| | | | | | | | | | | | externalmedia() | ||
* | | | | made $capture public in metadata renderer | Andreas Gohr | 2014-05-26 |
| | | | | | | | | | | | | | | | | some plugins (eg. the tag plugin) rely on it | ||
* | | | | just some more doc blocks | Andreas Gohr | 2014-05-25 |
| | | | | |||
* | | | | simplified abstract caoturing in metadata renderer | Andreas Gohr | 2014-05-24 |
| | | | | |||
* | | | | updated doc blocks in metadata renderer | Andreas Gohr | 2014-05-24 |
| | | | | |||
* | | | | added short comment on how a renderer works | Andreas Gohr | 2014-05-24 |
| | | | | |||
* | | | | added doc blocks for xhtml renderer | Andreas Gohr | 2014-05-24 |
| | | | | |||
* | | | | added doc blocks to all functions in renderer | Andreas Gohr | 2014-05-24 |
| | | | | |||
* | | | | more reformatting | Andreas Gohr | 2014-05-24 |
| | | | | |||
* | | | | reformatting | Andreas Gohr | 2014-05-24 |
| | | | | |||
* | | | | removed unset $cache parameter in _audio _video #698 | Andreas Gohr | 2014-05-24 |
| | | | | |||
* | | | | Merge pull request #387 from splitbrain/tablethead | Andreas Gohr | 2014-03-24 |
|\ \ \ \ | | | | | | | | | | | Adding <thead> to tables | ||
| * | | | | implement rules for when the top rows of a table qualify for a THEAD element | Christopher Smith | 2014-03-16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. TD < 2 in a row 2. TD <= 50% of total cells 3. Not all table rows can be THEAD rows | ||
| * | | | | Merge branch 'master' into tablethead | Christopher Smith | 2014-03-12 |
| |\ \ \ \ | |||
| * | | | | | add <THEAD> to top rows of tables when all cells are <TH> | Christopher Smith | 2013-10-18 |
| | | | | | | |||
| * | | | | | 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. |