Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #1247 from splitbrain/interwiki-fixes | Andreas Gohr | 2015-07-24 |
|\ | | | | | Interwiki fixes | ||
| * | Encode unsafe characters in interwiki links. closes #1220 | Patrick Brown | 2015-07-16 |
| | | |||
| * | Unit test for interwiki URL encoding bug | Patrick Brown | 2015-07-16 |
| | | |||
* | | Add a 'returnonly' option to all xhtml link types | Andreas Böhler | 2015-07-15 |
|/ | |||
* | more object type hints and removal of '&' operator before objects | Christopher Smith | 2015-05-15 |
| | |||
* | Changes for PHP 7 Compatibility | Christopher Smith | 2015-05-15 |
| | | | | | | | - replace PHP4 style class constructor function names (based on class name) with php 5 __construct() Also remove some '&' reference operators used with objects And add some object type hints | ||
* | add missing tabletbody_open|close() to renderer | Anika Henke | 2015-02-19 |
| | |||
* | Merge pull request #872 from splitbrain/bug863 | Andreas Gohr | 2015-02-11 |
|\ | | | | | Send CRLF to Windows UAs for code blocks #863 | ||
| * | Send CRLF to Windows UAs for code blocks #863 | Andreas Gohr | 2014-09-27 |
| | | |||
* | | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2015-01-10 |
| | | | | | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | ||
* | | Optionally render RSS unsorted. | Robin H. Johnson | 2015-01-07 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By default, SimplePie sorts RSS entries by the the date on each entry. If some cases, mostly where RSS is used as a input format for another service, rendering the order as-is is better than having it sorted. This patch adds a new parameter for the rss keyword, 'nosort', which can be used to disable SimplePie's sorting. This makes it possible to correctly display RSS feeds from "Remember The Milk", which have a complex order from the system. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | ||
* | | Merge remote-tracking branch 'origin/master' into scrutinizerissues | Gerrit Uitslag | 2014-12-09 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: inc/media.php inc/plugin.php inc/template.php lib/plugins/authplain/_test/escaping.test.php lib/plugins/syntax.php | ||
| * \ | Merge remote-tracking branch 'origin/master' | Gerrit Uitslag | 2014-12-03 |
| |\ \ | |||
| | * | | Update inbuilt renderers for node/leaf state in listitem_open | Christopher Smith | 2014-12-01 |
| | | | | | | | | | | | | | | | | | | | | - includes, xhtml renderer adding 'node' class to <li> when it contains child list(s) | ||
| | * | | provide node/leaf state data in listitem_open instruction parameter | Christopher Smith | 2014-12-01 |
| | | | | |||
| * | | | phpdocs handler | Gerrit Uitslag | 2014-12-03 |
| |/ / | |||
| * | | Trim unnecessary / at start of windowssharelink | Michael Große | 2014-11-11 |
| | | | |||
| * | | 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 |
| | | | | | | |||
* | | | | | | Many PHPDocs, some unused and dyn declared vars | Gerrit Uitslag | 2014-10-01 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | many PHPDocs some unused variables some dynamically declared variables declared | ||
* | | | | | | more scrutinizer issue improvements | Gerrit Uitslag | 2014-09-29 |
| | | | | | | |||
* | | | | | | scrutinizer documentations issues | Gerrit Uitslag | 2014-09-29 |
|/ / / / / | |||
* | | | | | 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 |