summaryrefslogtreecommitdiff
path: root/inc
Commit message (Collapse)AuthorAge
* 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
| | | | | | |
* | | | | | | translation updateHenrik2013-08-03
| | | | | | |
* | | | | | | Merge branch 'less'Andreas Gohr2013-08-02
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * less: check less compilation for errors removed possibility to have rtl.less files in plugins switched to LESS variables in rest of template's css files unlessified and lessified a few more css fixed broken structure removed debug statement. sorry convert ini replacements to less vars first make sure calculations are correct lessified more files lessyfied another one lessyfied the first of template's CSS files fixed ini replacement to less variables stuff added missing lessc library add LESS support Conflicts: inc/load.php lib/tpl/dokuwiki/css/basic.less
| * | | | | | | added missing lessc libraryAndreas Gohr2013-07-30
| | | | | | | |
| * | | | | | | add LESS supportAndreas Gohr2013-07-29
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | still needs testing
* | | | | | | Merge branch 'pull-request-245'Andreas Gohr2013-08-02
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * pull-request-245: coding corrections. correct type hint, remove unused variable assignment HTTPClient don't pull too much bytes when no content-length is given de/de-informal: localization updates (delete user function) unit tests for self deleting of user accounts FS#2751 - self deletion of user account Conflicts: inc/lang/de-informal/lang.php inc/lang/de/lang.php
| * \ \ \ \ \ \ Merge branch 'FS#2751' of git://github.com/splitbrain/dokuwiki into ↵Andreas Gohr2013-08-02
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pull-request-245 * 'FS#2751' of git://github.com/splitbrain/dokuwiki: coding corrections. correct type hint, remove unused variable assignment de/de-informal: localization updates (delete user function) unit tests for self deleting of user accounts FS#2751 - self deletion of user account
| | * \ \ \ \ \ \ Merge remote-tracking branch 'origin/FS#2751' into FS#2751Christopher Smith2013-08-02
| | |\ \ \ \ \ \ \
| | | * | | | | | | de/de-informal: localization updates (delete user function)Matthias Schulte2013-08-01
| | | | | | | | | |
| | * | | | | | | | coding corrections. correct type hint, remove unused variable assignmentChristopher Smith2013-08-02
| | |/ / / / / / /
| | * | | | | | | unit tests for self deleting of user accountsChristopher Smith2013-07-31
| | | | | | | | |
| | * | | | | | | FS#2751 - self deletion of user accountChristopher Smith2013-07-31
| | | | | | | | |
| | * | | | | | | Fix the useheading cache invalidation for hidden pages, add testsMichael Hamann2013-07-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds a new parameter to ft_backlinks() to ignore permissions which is needed for invalidating the cache of linking pages with useheading enabled. This also adds various test cases for ft_backlinks().