summaryrefslogtreecommitdiff
path: root/inc
Commit message (Collapse)AuthorAge
* Merge pull request #292 from dokuwiki-translate/lang_update_165Andreas Gohr2013-08-15
|\ | | | | Translation update (ne)
| * translation updateSaroj Dhakal2013-08-15
| |
* | translation updateMyeongjin2013-08-15
| |
* | translation updatechristian studer2013-08-15
|/
* updated phpless to 0.4.0Andreas Gohr2013-08-14
|
* translation updateMyeongjin2013-08-14
|
* translation updateMyeongjin2013-08-14
|
* translation updateMyeongjin2013-08-13
|
* translation updateMyeongjin2013-08-13
|
* translation updateMyeongjin2013-08-12
|
* Merge pull request #282 from dokuwiki-translate/lang_update_111Andreas Gohr2013-08-11
|\ | | | | Translation update (nl)
| * translation updateGerrit Uitslag2013-08-10
| |
* | translation updater0sk2013-08-11
|/
* Merge pull request #280 from dokuwiki-translate/lang_update_99Andreas Gohr2013-08-09
|\ | | | | Translation update (fr)
| * translation updateEmmanuel2013-08-08
| |
* | translation updateEgor Smkv2013-08-08
|/
* translation updateEdmondo Di Tucci2013-08-08
|
* translation updateRachel2013-08-06
|
* translation updateEdmondo Di Tucci2013-08-05
|
* translation updatetsangho2013-08-05
|
* Merge pull request #271 from dokuwiki-translate/lang_update_40Andreas Gohr2013-08-05
|\ | | | | Translation update (el)
| * translation updateConstantinos Xanthopoulos2013-08-04
| |
* | Merge pull request #273 from dokuwiki-translate/lang_update_47Dominik Eckelmann2013-08-05
|\ \ | | | | | | Translation update (ru)
| * | translation updatePavel2013-08-05
| |/
* / translation updateTor Härnqvist2013-08-04
|/
* translation updateSven2013-08-04
|
* Merge pull request #237 from splitbrain/changelogtestsonlyAndreas Gohr2013-08-04
|\ | | | | Added tests for getRevisions and getRevisionInfo from page changelog
| * for negative or zero number of revs to return return empty array by getRevisionsKlap-in2013-08-03
| |
* | Merge pull request #263 from splitbrain/mediamanager_list_orderingAndreas Gohr2013-08-04
|\ \ | | | | | | Mediamanager list ordering
| * | fix the default ordering of media files to be "natural".Christopher Smith2013-08-03
| | | | | | | | | | | | also allow the order to be specified in more places.
| * | move the media search formlet upChristopher Smith2013-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#2806Andreas Gohr2013-08-04
|\ \ | | | | | | FS#2806 - fix auth capability listing in html_debug()
| * | FS#2806 - fix auth capability listing in html_debug()Christopher Smith2013-08-04
| | |
* | | translation updatemprins2013-08-04
| | |
* | | FS#2829 check if auth_random is available in PassHashAndreas Gohr2013-08-04
|/ /
* | added missing defaultAndreas Gohr2013-08-03
| |
* | FS#2677 support arrays in to, cc, bcc headers in MailerAndreas Gohr2013-08-03
| | | | | | | | This does not fix FS#2677, it only adds support for fixing it later.
* | Merge pull request #262 from splitbrain/confstyleiniAnika Henke2013-08-03
|\ \ | | | | | | allow for a style.ini in conf/<tpl>/style.ini
| * | allow for a style.ini in conf/<tpl>/style.iniAndreas Gohr2013-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_fixesAndreas Gohr2013-08-03
|\ \ | | | | | | Acl tokensubstitution fixes
| * | Fix a couple of bugs in ACL substitution mechanismChristopher Smith2013-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#2802Andreas Gohr2013-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/fetchimagetokexternalAndreas Gohr2013-08-03
|\ | | | | Added check of token in fetch.php for external images.
| * Merge remote-tracking branch 'origin/master' into fetchimagetokexternalKlap-in2013-08-01
| |\
| * \ Merge remote-tracking branch 'origin/master' into fetchimagetokexternalKlap-in2013-08-01
| |\ \
| * | | remove hash for external images, but use token url parameter insteadKlap-in2013-08-01
| | | |
| * | | Merge remote-tracking branch 'origin/master' into fetchimagetokexternalKlap-in2013-08-01
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'origin/master' into fetchimagetokexternalKlap-in2013-07-21
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'origin/master' into fetchimagetokexternalKlap-in2013-06-09
| |\ \ \ \ \
| * | | | | | Add check for token when resizing and caching external imagesKlap-in2013-05-21
| | | | | | |