Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Limit number of lines to replace. | Patrick Brown | 2015-05-08 |
| | |||
* | Merge branch 'master' into ioreplaceinfile | Patrick Brown | 2015-05-07 |
|\ | |||
| * | Merge pull request #1138 from dokuwiki-translate/lang_update_16 | Andreas Gohr | 2015-05-07 |
| |\ | | | | | | | Translation update (no) | ||
| | * | translation update | Danny Buckhof | 2015-05-07 |
| | | | |||
| * | | Merge pull request #1129 from splitbrain/remove-from-doku-prefs | Andreas Gohr | 2015-05-07 |
| |\ \ | | |/ | |/| | Make it possible to remove entries from DOKU_PREFS cookie | ||
| | * | make it possible to remove entries from DOKU_PREFS cookie | Anika Henke | 2015-05-03 |
| | | | |||
| * | | Merge pull request #1136 from tled/bcrypt_hash | Andreas Gohr | 2015-05-07 |
| |\ \ | | | | | | | | | mysqlauth: bcrypt hash is indicated by 2a or 2y | ||
| | * | | 2y is also used for bcryt | TLed | 2015-05-06 |
| | | | | |||
| * | | | Merge pull request #1134 from ptbrown/auth-error-reporting | Andreas Gohr | 2015-05-07 |
| |\ \ \ | | |/ / | |/| | | Refactor error messages from auth plugins. | ||
| | * | | Fix scrutinizer issues with auth | Patrick Brown | 2015-05-07 |
| | | | | |||
| | * | | Report more meaningful errors when an auth backend fails. closes #1093 | Patrick Brown | 2015-05-06 |
| | |/ | |||
| * / | translation update | Johan Wijnker | 2015-05-05 |
| |/ | |||
* | | 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 |
|/ | |||
* | Revert "use nav+ul element for "you are here"" | Andreas Gohr | 2015-05-02 |
| | | | | | This reverts commit 3940c519db432ec22e8c587504d86191631f9bfb as discussed in #1082. | ||
* | Merge branch 'languagecleanup' of git://github.com/ptbrown/dokuwiki into ↵ | Andreas Gohr | 2015-05-02 |
|\ | | | | | | | | | | | | | | | | | | | pull-request-1105 * 'languagecleanup' of git://github.com/ptbrown/dokuwiki: Remove no longer needed language string Delete unused div (Fixes #1098) Remove unused language strings Move language string to authad plugin | ||
| * | Remove no longer needed language string | Patrick Brown | 2015-04-04 |
| | | |||
| * | Delete unused div (Fixes #1098) | Patrick Brown | 2015-04-03 |
| | | |||
| * | Remove unused language strings | Patrick Brown | 2015-04-03 |
| | | |||
* | | translation update | Hudson FAS | 2015-04-28 |
| | | |||
* | | Merge pull request #1119 from anini/patch-3 | Andreas Gohr | 2015-04-25 |
|\ \ | | | | | | | Adding Arabic Stopwords | ||
| * | | Adding Arabic Stopwords | Mohammad Anini | 2015-04-19 |
| | | | | | | | | | Adding Arabic stopwords and keeping Engish stopwords as well, since most of the Arabic wikis contain a lot of English words. | ||
* | | | Merge pull request #1121 from dokuwiki-translate/lang_update_49 | Andreas Gohr | 2015-04-25 |
|\ \ \ | | | | | | | | | Translation update (uk) | ||
| * | | | translation update | Max Lyashuk | 2015-04-19 |
| |/ / | |||
* / / | translation update | Alex P | 2015-04-24 |
|/ / | |||
* | | translation update | Tomas Darius Davainis | 2015-04-17 |
| | | |||
* | | Update register.txt (Arabic) - Fix spilling mistake | Mohammad Anini | 2015-04-12 |
| | | |||
* | | Add deprecated tag to mail_send, _mail_send_action, mail_encode_address | Michael Große | 2015-04-09 |
| | | | | | | | | | | These functions are already deprecated and replaced by the Mailer:: class. The deprecated tag was simply missing. | ||
* | | translation update | Ninetailz | 2015-04-08 |
|/ | |||
* | translation update | Romulo Pereira | 2015-03-31 |
| | |||
* | translation update | Alejandro Nunez | 2015-03-31 |
| | |||
* | translation update | सरोज ढकाल | 2015-03-24 |
| | |||
* | fixed HTTPS proxy tests, our tests now run on httpbin.org | Andreas Gohr | 2015-03-18 |
| | | | | | This also reverses the order of crypto protocols tried again. Using TLS first again. related to #915 | ||
* | correct error checking for bz2 file reading | Andreas Gohr | 2015-03-18 |
| | | | | | | | | | The code reading .bz2 compressed files did not correctly check for possible read errors. In case of a corrupted file this could have led to an infinite loop. Thanks to Filippo Cavallarin from www.segment.technology for dicovering this bug. | ||
* | translation update | itsho | 2015-03-18 |
| | |||
* | give better error message in HTTPClient for failed crypto setup | Andreas Gohr | 2015-03-18 |
| | |||
* | translation update | Jacob Palm | 2015-03-17 |
| | |||
* | translation update | Schplurtz le Déboulonné | 2015-02-24 |
| | |||
* | Merge pull request #1048 from splitbrain/add-tbody | Andreas Gohr | 2015-02-23 |
|\ | | | | | Add missing tbody to renderer | ||
| * | add missing tabletbody_open|close() to renderer | Anika Henke | 2015-02-19 |
| | | |||
* | | Merge pull request #1047 from dryoo/patch-1 | Andreas Gohr | 2015-02-23 |
|\ \ | | | | | | | Normalization is required to manage multibyte characters. | ||
| * | | Added class-exitsts | SC Yoo | 2015-02-20 |
| | | | |||
| * | | Normalization is required to manage multibyte characters. | SC Yoo | 2015-02-17 |
| |/ | | | | | | | | | | | | | The OSX uses Unicode-NFD so normalization is required to manage multibyte characters. ( http://unicode.org/reports/tr15/ ) If don't do that, DokuWiki can't find the file uploaded from OS X with multibyte filename like '도쿠위키.jpg' | ||
* | | passing rev and date_at to the event | ghi | 2015-02-18 |
| | | |||
* | | event HTML_SHOWREV_OUTPUT | ghi | 2015-02-17 |
|/ | |||
* | Update template.php | Rainbow Spike | 2015-02-16 |
| | | | Added placeholder in search textarea | ||
* | translation update | Álvaro Iradier | 2015-02-13 |
| | |||
* | Merge pull request #497 from mprins/semantic_you_are_here | Andreas Gohr | 2015-02-12 |
|\ | | | | | use nav+ul element for "you are here" as recommended by W3C spec | ||
| * | use nav+ul element for "you are here" | Mark | 2014-12-18 |
| | | | | | | | | | | | | | | | | | | | | | | | | As described in the common idioms of the HTML5 spec, mark up navigation as a list inside a `nav` element for better semantics and accessibility. see: * http://www.w3.org/html/wg/drafts/html/master/common-idioms.html#rel-up * http://lists.w3.org/Archives/Public/public-html/2013Nov/thread.html#msg6 * https://dl.dropboxusercontent.com/u/377471/breadcrumb.html for discussion and background. |