Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 | ||
* | remove '&' reference operator from metadata test, not required in php5 | Christopher Smith | 2013-10-16 |
| | |||
* | escape '$' in mailer test strings | Christopher Smith | 2013-10-16 |
| | |||
* | update for deprecated '/e' flag in preg_replace (php 5.5) | Christopher Smith | 2013-10-16 |
| | |||
* | fix signature mail unittest, and improve some signatures info plugin | Gerrit Uitslag | 2013-10-16 |
| | |||
* | Merge remote-tracking branch 'origin/master' into phpstrict | Gerrit Uitslag | 2013-10-16 |
|\ | |||
| * | Added unit tests for CSS shorthand compression FS#2509 | Andreas Gohr | 2013-10-15 |
| | | |||
| * | compact some CSS styles to their shorthand syntax FS#2509 | furun | 2013-10-15 |
| | | |||
* | | output of fread is string, but recognized as object. Fixed assign by ref | Gerrit Uitslag | 2013-10-15 |
| | | |||
* | | fix expression passed by reference | Gerrit Uitslag | 2013-10-15 |
| | | |||
* | | fix signatures and old by references | Gerrit Uitslag | 2013-10-15 |
| | | |||
* | | not assign object from plugin_load by reference | Gerrit Uitslag | 2013-10-15 |
| | | |||
* | | fix php strict and remove double duplicated code of renderer plugin loader | Gerrit Uitslag | 2013-10-15 |
| | | |||
* | | fix php strict notices | Gerrit Uitslag | 2013-10-15 |
|/ | |||
* | Merge pull request #379 from splitbrain/infosyntaxmodetable | Andreas Gohr | 2013-10-15 |
|\ | | | | | Put syntax modes in a table layout, sort numbers in rowspans. | ||
| * | Fix PHP strict messages | Gerrit Uitslag | 2013-10-15 |
| | | |||
| * | Put syntax modes in a table layout, sort numbers in rowspans. Implements FS#2516 | Gerrit Uitslag | 2013-10-14 |
| | | |||
* | | Merge pull request #345 from splitbrain/ldapgroupmapping | Andreas Gohr | 2013-10-15 |
|\ \ | | | | | | | skips 'count' entries in ldap results. Fixes FS#2370 | ||
| * | | skips 'count' entries in ldap results. Fixes FS#2370 | Gerrit Uitslag | 2013-09-20 |
| | | | |||
* | | | Merge pull request #377 from dokuwiki-translate/lang_update_393 | Andreas Gohr | 2013-10-14 |
|\ \ \ | | | | | | | | | Translation update (sk) | ||
| * | | | translation update | Martin Michalek | 2013-10-14 |
|/ / / | |||
* | | | fix indention of RSS patch | Andreas Gohr | 2013-10-13 |
| | | | |||
* | | | Merge pull request #376 from snarkturne/master | Andreas Gohr | 2013-10-13 |
|\ \ \ | | | | | | | | | Exclude hidden pages (config["hidepages"]) from RSS feed | ||
| * | | | Exclude hidden pages (config["hidepages"]) from RSS feed (see ↵ | Snarkturne | 2013-10-11 |
| | | | | | | | | | | | | | | | | https://www.dokuwiki.org/config:hidepages) | ||
* | | | | Merge pull request #371 from splitbrain/FS#2837cookiepath | Andreas Gohr | 2013-10-13 |
|\ \ \ \ | | | | | | | | | | | Use in cookie a correct path, added DOKU_COOKIEPATH to js constants | ||
| * | | | | add cookie secure parameter to cookies set by javascript | Gerrit Uitslag | 2013-10-10 |
| | | | | | |||
| * | | | | Use in cookie a correct path, added DOKU_COOKIEPATH to js constants | Gerrit Uitslag | 2013-10-08 |
| | | | | | | | | | | | | | | | | | | | | Fixes FS#2837 | ||
* | | | | | 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 | ||
| * | | | | | added unittests for rowspans at first table row | Gerrit Uitslag | 2013-09-25 |
| | | | | | | |||
| * | | | | | Display tablecell with rowspan at first row as empty cell. Fixes FS#2810 | Gerrit Uitslag | 2013-09-20 |
| | |_|/ / | |/| | | | |||
* | | | | | Merge pull request #341 from splitbrain/extend_tests_cleanid | Andreas Gohr | 2013-10-13 |
|\ \ \ \ \ | | | | | | | | | | | | | Extend pageutils_clean_id tests to show more behavior details | ||
| * | | | | | Extend pageutils_clean_id tests to show more behavior details | Gerrit Uitslag | 2013-09-19 |
| |/ / / / | |||
* | | | | | typo fix PR #368 | Andreas Gohr | 2013-10-13 |
| | | | | | |||
* | | | | | removed css_moveimports() this is now done by lessphp | Andreas Gohr | 2013-10-12 |
| | | | | | |||
* | | | | | make sure footnote numbers are unique across documents FS#2841 | Andreas Gohr | 2013-10-12 |
| | | | | | |||
* | | | | | SimplePie patch for missing DOMDocument FS#2842 | Andreas Gohr | 2013-10-12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This applies https://github.com/simplepie/simplepie/commit/16160017bf904538c3fe4cacadc1aba19d445106 to properly handle a missing DOMDocument extention. DOMDocument is still needed to properly parse RSS feeds, but the process will no longer fail fatally. | ||
* | | | | | base64 should be split at 4 bytes only FS#2864 | Andreas Gohr | 2013-10-12 |
| | | | | | |||
* | | | | | filename in email should be an atom | Andreas Gohr | 2013-10-12 |
| | | | | | | | | | | | | | | | | | | | | not a quoted string | ||
* | | | | | check msglint for warnings, too | Andreas Gohr | 2013-10-12 |
| | | | | | |||
* | | | | | use different boundary prefix FS#2846 | Andreas Gohr | 2013-10-12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The used boundary should have been correct but might throw off MTAs not expecting more than two dashes at the start. This is just a wild guess and may not fix anything (but shouldn't break anything either). | ||
* | | | | | successfully validate Mailer mails with msglint | Andreas Gohr | 2013-10-12 |
| | | | | | |||
* | | | | | IETF's message lint service as a test for Mailer class | Andreas Gohr | 2013-10-12 |
| |_|/ / |/| | | | |||
* | | | | Merge pull request #374 from dokuwiki-translate/lang_update_387 | Andreas Gohr | 2013-10-10 |
|\ \ \ \ | | | | | | | | | | | Translation update (sk) | ||
| * | | | | translation update | Martin Michalek | 2013-10-10 |
| | | | | | |||
* | | | | | Merge pull request #373 from dokuwiki-translate/lang_update_384 | Andreas Gohr | 2013-10-10 |
|\ \ \ \ \ | |/ / / / |/| | | | | Translation update (ja) | ||
| * | | | | translation update | Hideaki SAWADA | 2013-10-08 |
|/ / / / | |||
* | | | | Merge pull request #372 from dokuwiki-translate/lang_update_382 | Gerrit Uitslag | 2013-10-08 |
|\ \ \ \ | | | | | | | | | | | Translation update (sk) | ||
| * | | | | translation update | Martin Michalek | 2013-10-08 |
|/ / / / | |||
* | | | | Merge pull request #370 from dokuwiki-translate/lang_update_371 | Andreas Gohr | 2013-10-07 |
|\ \ \ \ | |_|_|/ |/| | | | Translation update (hu) |