Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge remote-tracking branch 'origin/master' into styler | Anika Henke | 2015-07-25 |
|\ | | | | | | | | | Conflicts: lib/exe/css.php | ||
| * | Merge pull request #1251 from trebmuh/patch-1 | Anika Henke | 2015-07-25 |
| |\ | | | | | | | Update lang.php - missing FR translation for 2 options | ||
| | * | Update lang.php | trebmuh | 2015-07-25 |
| |/ | | | | | | | Please someone who know the code, double check this one. It does look that translation for 2 options were missing. | ||
| * | use new container infrastructure on Travis | Andreas Gohr | 2015-07-24 |
| | | | | | | | | See http://docs.travis-ci.com/user/migrating-from-legacy | ||
| * | skip sha512 tests when it's not available | Andreas Gohr | 2015-07-24 |
| | | | | | | | | | | | | | | | | This makes the entire testsuite run through on HHVM 3.8.0 on phpunit beta-2015-06-18 :-) Note: this does not mean that DokuWiki is fully compatible with HHVM, but it's a good step! | ||
| * | avoid errors on trying to read corrupt gzip files | Andreas Gohr | 2015-07-24 |
| | | |||
| * | fixed #1249 by upgrading php-archive to 1.0.4 | Andreas Gohr | 2015-07-24 |
| | | |||
| * | Revert "Additionally allow more media types" #982 | Andreas Gohr | 2015-07-24 |
| | | | | | | | | This reverts commit de4634ec87b1a277c1686990d993dafc43db05ed. | ||
| * | Merge pull request #1247 from splitbrain/interwiki-fixes | Andreas Gohr | 2015-07-24 |
| |\ | | | | | | | Interwiki fixes | ||
| | * | Remove splitbrain.org interwiki link | Patrick Brown | 2015-07-23 |
| | | | |||
| | * | Document all options in the interwiki config | Patrick Brown | 2015-07-22 |
| | | | |||
| | * | Remove non-functioning interwiki links | Patrick Brown | 2015-07-22 |
| | | | |||
| | * | 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 |
| | | | |||
| | * | Change interwiki links to HTTPS | Patrick Brown | 2015-07-16 |
| | | | |||
| * | | Merge pull request #1245 from dokuwiki-translate/lang_update_132 | Andreas Gohr | 2015-07-22 |
| |\ \ | | | | | | | | | Translation update (de) | ||
| | * | | translation update | Philip Knack | 2015-07-22 |
| |/ / | |||
| * | | Merge pull request #1242 from dokuwiki-translate/lang_update_129 | Andreas Gohr | 2015-07-20 |
| |\ \ | | | | | | | | | Translation update (de) | ||
| | * | | translation update | Philip Knack | 2015-07-20 |
| |/ / | |||
| * | | Merge pull request #1239 from RnBConsulting/master | Andreas Gohr | 2015-07-18 |
| |\ \ | | | | | | | | | Add a 'returnonly' option to all xhtml link types | ||
| | * | | Add a 'returnonly' option to all xhtml link types | Andreas Böhler | 2015-07-15 |
| | | | | |||
| * | | | Merge pull request #1159 from splitbrain/morephp7 | Andreas Gohr | 2015-07-18 |
| |\ \ \ | | | | | | | | | | | More php7 improvements | ||
| | * | | | __construct | Gerrit Uitslag | 2015-05-16 |
| | | | | | |||
| | * | | | PHPDocs | Gerrit Uitslag | 2015-05-16 |
| | | | | | |||
| | * | | | var declaration, static declaration | Gerrit Uitslag | 2015-05-16 |
| | | | | | |||
| | * | | | update to __construct | Gerrit Uitslag | 2015-05-16 |
| | | | | | |||
| * | | | | Merge pull request #1176 from splitbrain/ioreplaceinfile | Andreas Gohr | 2015-07-18 |
| |\ \ \ \ | | | | | | | | | | | | | Add IO function to replace lines in a file (new) | ||
| | * | | | | Rephrase description of io_replaceInFiles to be clarify use of regex | Patrick Brown | 2015-05-29 |
| | | | | | | |||
| | * | | | | Abort io_replaceInLine when the search parameter is empty | Patrick Brown | 2015-05-29 |
| | | | | | | |||
| | * | | | | Minor Refactoring | Christopher Smith | 2015-05-29 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - put test comments in more appropriate spot - move appending replacement line alongside its search/delete code | ||
| | * | | | | add anchors when constructing pattern from a non-regex oldline | Christopher Smith | 2015-05-29 |
| | | | | | | |||
| | * | | | | Merge branch 'master' into ioreplaceinfile | Christopher Smith | 2015-05-28 |
| | |\ \ \ \ | |||
| | * | | | | | Refactor code to make it simpler. | Christopher Smith | 2015-05-28 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The changes should also: - fix unlikely edge case when replacement line is the same as the old line (would have resulted in timeout) - reduce memory footprint - avoid applying string search beyond maxlines replacement limit | ||
| | * | | | | | Fix variable name typo | Patrick Brown | 2015-05-08 |
| | | | | | | | |||
| | * | | | | | Don't run redundant tests | Patrick Brown | 2015-05-08 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | io_deleteFromFile is a special case of io_replaceInFile. Since the io_replace tests check compressed files, it doesn't have to be done in the io_delete test. | ||
| | * | | | | | Limit number of lines to replace. | Patrick Brown | 2015-05-08 |
| | | | | | | | |||
| | * | | | | | Merge branch 'master' into ioreplaceinfile | Patrick Brown | 2015-05-07 |
| | |\ \ \ \ \ | |||
| | * | | | | | | Use io_replaceInFile for updating auth | Patrick Brown | 2015-05-07 |
| | | | | | | | | |||
| | * | | | | | | Add io_replaceInFile | Patrick Brown | 2015-05-07 |
| | | | | | | | | |||
| | * | | | | | | Deleting lines works with BZ2 files. | Patrick Brown | 2015-05-06 |
| | | | | | | | | |||
| | * | | | | | | Append to BZip2 files. Unit tests for writing files. | Patrick Brown | 2015-05-06 |
| | | | | | | | | |||
| * | | | | | | | remote.test | iamchenxin | 2015-07-18 |
| | | | | | | | | |||
| * | | | | | | | add a Exception in hasAccess() | iamchenxin | 2015-07-18 |
| | | | | | | | | |||
| * | | | | | | | correctly handle usergroups array | Sascha Klopp | 2015-07-18 |
| | |_|_|_|_|/ | |/| | | | | | |||
| * | | | | | | improve aria attribute handling. closes #1142 | Andreas Gohr | 2015-07-15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | adds aria handling to makeToggle and allows to supress it in dw_toggle | ||
| * | | | | | | remove pragma:no-cache header. closes #1201 | Andreas Gohr | 2015-07-15 |
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | The pragma header is only defined for requests not for responses. The Cache-Control header should be used in responses. | ||
| * | | | | | Merge pull request #1238 from dokuwiki-translate/lang_update_111 | Andreas Gohr | 2015-07-15 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Translation update (ja) | ||
| | * | | | | | translation update | Hideaki SAWADA | 2015-07-15 |
| | | | | | | | |||
| * | | | | | | Merge pull request #1229 from araname/master | Andreas Gohr | 2015-07-15 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | adjust newline in intro.txt at config | ||
| | * | | | | | | adjust newline | Myeongjin | 2015-07-11 |
| | | | | | | | |