Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #292 from dokuwiki-translate/lang_update_165 | Andreas Gohr | 2013-08-15 |
|\ | | | | | Translation update (ne) | ||
| * | translation update | Saroj Dhakal | 2013-08-15 |
| | | |||
* | | translation update | Myeongjin | 2013-08-15 |
| | | |||
* | | translation update | christian studer | 2013-08-15 |
|/ | |||
* | updated phpless to 0.4.0 | Andreas Gohr | 2013-08-14 |
| | |||
* | translation update | Myeongjin | 2013-08-14 |
| | |||
* | translation update | Myeongjin | 2013-08-14 |
| | |||
* | translation update | Myeongjin | 2013-08-13 |
| | |||
* | translation update | Myeongjin | 2013-08-13 |
| | |||
* | translation update | Myeongjin | 2013-08-12 |
| | |||
* | Merge pull request #282 from dokuwiki-translate/lang_update_111 | Andreas Gohr | 2013-08-11 |
|\ | | | | | Translation update (nl) | ||
| * | translation update | Gerrit Uitslag | 2013-08-10 |
| | | |||
* | | translation update | r0sk | 2013-08-11 |
|/ | |||
* | Merge pull request #280 from dokuwiki-translate/lang_update_99 | Andreas Gohr | 2013-08-09 |
|\ | | | | | Translation update (fr) | ||
| * | translation update | Emmanuel | 2013-08-08 |
| | | |||
* | | translation update | Egor Smkv | 2013-08-08 |
|/ | |||
* | translation update | Edmondo Di Tucci | 2013-08-08 |
| | |||
* | translation update | Rachel | 2013-08-06 |
| | |||
* | translation update | Edmondo Di Tucci | 2013-08-05 |
| | |||
* | translation update | tsangho | 2013-08-05 |
| | |||
* | Merge pull request #271 from dokuwiki-translate/lang_update_40 | Andreas Gohr | 2013-08-05 |
|\ | | | | | Translation update (el) | ||
| * | translation update | Constantinos Xanthopoulos | 2013-08-04 |
| | | |||
* | | Merge pull request #273 from dokuwiki-translate/lang_update_47 | Dominik Eckelmann | 2013-08-05 |
|\ \ | | | | | | | Translation update (ru) | ||
| * | | translation update | Pavel | 2013-08-05 |
| |/ | |||
* / | translation update | Tor Härnqvist | 2013-08-04 |
|/ | |||
* | translation update | Sven | 2013-08-04 |
| | |||
* | Merge pull request #237 from splitbrain/changelogtestsonly | Andreas Gohr | 2013-08-04 |
|\ | | | | | Added tests for getRevisions and getRevisionInfo from page changelog | ||
| * | for negative or zero number of revs to return return empty array by getRevisions | Klap-in | 2013-08-03 |
| | | |||
* | | Merge pull request #263 from splitbrain/mediamanager_list_ordering | Andreas Gohr | 2013-08-04 |
|\ \ | | | | | | | Mediamanager list ordering | ||
| * | | fix the default ordering of media files to be "natural". | Christopher Smith | 2013-08-03 |
| | | | | | | | | | | | | also allow the order to be specified in more places. | ||
| * | | move the media search formlet up | Christopher Smith | 2013-08-03 |
| |/ | | | | | | | | | | | | | Currently the search box is below the media file list, where it is effectively inaccessible in a namespace with lots of files. This change moves the search box above the media file list and below the upload form. | ||
* | | Merge pull request #268 from splitbrain/FS#2806 | Andreas Gohr | 2013-08-04 |
|\ \ | | | | | | | FS#2806 - fix auth capability listing in html_debug() | ||
| * | | FS#2806 - fix auth capability listing in html_debug() | Christopher Smith | 2013-08-04 |
| | | | |||
* | | | translation update | mprins | 2013-08-04 |
| | | | |||
* | | | FS#2829 check if auth_random is available in PassHash | Andreas Gohr | 2013-08-04 |
|/ / | |||
* | | added missing default | Andreas Gohr | 2013-08-03 |
| | | |||
* | | FS#2677 support arrays in to, cc, bcc headers in Mailer | Andreas Gohr | 2013-08-03 |
| | | | | | | | | This does not fix FS#2677, it only adds support for fixing it later. | ||
* | | Merge pull request #262 from splitbrain/confstyleini | Anika Henke | 2013-08-03 |
|\ \ | | | | | | | allow for a style.ini in conf/<tpl>/style.ini | ||
| * | | allow for a style.ini in conf/<tpl>/style.ini | Andreas Gohr | 2013-08-03 |
| |/ | | | | | | | | | | | This is another go at what pull request #227 tried to do. This removes support for a style.local.ini in the template file in preference of a style.ini in the conf folder | ||
* | | Merge pull request #261 from splitbrain/acl_tokensubstitution_fixes | Andreas Gohr | 2013-08-03 |
|\ \ | | | | | | | Acl tokensubstitution fixes | ||
| * | | Fix a couple of bugs in ACL substitution mechanism | Christopher Smith | 2013-08-03 |
| |/ | | | | | | | | | | | | | | | | | - %GROUP% & %USER% can now both be used in the same rule, e.g. %GROUP%:%USER% 2 - rules with tokens will be skipped when the user is not logged in previously %USER% was attempted | ||
* / | fixed cleanPath bug in tar library FS#2802 | Andreas Gohr | 2013-08-03 |
|/ | | | | | | | | | | | | This time the test case was correct and actually showed a bug in the tar library. The error occured only on the first build (directory build/0/) where the zero was stripped from the path name. I added unit tests to the cleanPath function and discovered another bug with handling relative directories. I rewrote the cleanPath() function and now it should finally work. Unit tests FTW! | ||
* | Merge pull request #224 from splitbrain/fetchimagetokexternal | Andreas Gohr | 2013-08-03 |
|\ | | | | | Added check of token in fetch.php for external images. | ||
| * | Merge remote-tracking branch 'origin/master' into fetchimagetokexternal | Klap-in | 2013-08-01 |
| |\ | |||
| * \ | Merge remote-tracking branch 'origin/master' into fetchimagetokexternal | Klap-in | 2013-08-01 |
| |\ \ | |||
| * | | | remove hash for external images, but use token url parameter instead | Klap-in | 2013-08-01 |
| | | | | |||
| * | | | Merge remote-tracking branch 'origin/master' into fetchimagetokexternal | Klap-in | 2013-08-01 |
| |\ \ \ | |||
| * \ \ \ | Merge remote-tracking branch 'origin/master' into fetchimagetokexternal | Klap-in | 2013-07-21 |
| |\ \ \ \ | |||
| * \ \ \ \ | Merge remote-tracking branch 'origin/master' into fetchimagetokexternal | Klap-in | 2013-06-09 |
| |\ \ \ \ \ | |||
| * | | | | | | Add check for token when resizing and caching external images | Klap-in | 2013-05-21 |
| | | | | | | |