summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAge
* fixed conf style.ini not working due to wrong incbase pathAnika Henke2013-08-03
|
* Readded style.local.ini and deprecated itAndreas Gohr2013-08-03
|
* 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
* fixed old pagetools sprite loading from cache when hoveringAnika Henke2013-08-03
|
* Merge pull request #235 from haobug/masterAndreas Gohr2013-08-03
|\ | | | | Improve Linkwizard, make it can be used more than once
| * Improve Linkwizard, make it can be used more than once.haobug2013-06-28
| | | | | | | | | | | | | | | | As reported in https://forum.dokuwiki.org/thread/9988 the previous implementation can not handle the situation of use the linkwiz more than once. Now you can use in you toolbar plugin 'type' => 'linkwiz' to make use of the handy Linkwizard for choosing the wiki pages.
* | 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-02
| |\ \
| * \ \ Merge remote-tracking branch 'origin/master' into fetchimagetokexternalKlap-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
| | | | | | | |
* | | | | | | | Merge pull request #186 from splitbrain/configmgr_improvementsAndreas Gohr2013-08-03
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Configmgr improvements
| * \ \ \ \ \ \ \ Merge branch 'master' into configmgr_improvementsChristopher Smith2013-08-03
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' into configmgr_improvementsChristopher Smith2013-07-30
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: inc/auth.php inc/template.php lib/plugins/authad/lang/zh/settings.php lib/plugins/authldap/lang/en/settings.php lib/plugins/authldap/lang/zh/settings.php lib/plugins/authmysql/lang/zh/settings.php lib/plugins/config/settings/config.class.php lib/plugins/usermanager/admin.php
| * | | | | | | | | | fixed typosAndreas Gohr2013-02-24
| | | | | | | | | | |
| * | | | | | | | | | Simplified Chinese language updatelainme2013-02-24
| | | | | | | | | | |
| * | | | | | | | | | Italian language updateLorenzo Radaelli2013-02-24
| | | | | | | | | | |
| * | | | | | | | | | Fix remaining missing $INPUT uses FS#2577Michael Hamann2013-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds $INPUT in all places where it was still missing and available. $INPUT is now also used in places where using $_REQUEST/... was okay in order to make the code consistent.
| * | | | | | | | | | replace preset _cautionList property with _caution config metadata ↵Christopher Smith2013-02-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | parameter, plugins can now easily set cautions on their settings
| * | | | | | | | | | fix security caution for 'remote' setting (was 'xmlrpc')Christopher Smith2013-02-18
| | | | | | | | | | |
| * | | | | | | | | | FS#2722 add settings_regex class, use it for hidepagesChristopher Smith2013-02-18
| | | | | | | | | | |
| * | | | | | | | | | remove no longer used email pattern, validation is done by mail_* functionsChristopher Smith2013-02-18
| | | | | | | | | | |
| * | | | | | | | | | remove php_strip_whitespace() alternate, no longer required as php min req't ↵Christopher Smith2013-02-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ensures its always present
| * | | | | | | | | | add comments for recent settings class additions to extra.class.phpChristopher Smith2013-02-18
| | | | | | | | | | |
* | | | | | | | | | | translation updateHenrik2013-08-03
| |_|/ / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Re-enable displaying the date in the revert manager (Fixes FS#2073)Matthias Schulte2013-08-03
| | | | | | | | | |
* | | | | | | | | | removed a merge conflict I missed on mergeAndreas Gohr2013-08-02
| | | | | | | | | |
* | | | | | | | | | 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
| * | | | | | | | | | check less compilation for errorsAndreas Gohr2013-08-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This now gives proper files and line numbers for errors
| * | | | | | | | | | removed possibility to have rtl.less files in pluginsAnika Henke2013-07-31
| | | | | | | | | | |
| * | | | | | | | | | switched to LESS variables in rest of template's css filesAnika Henke2013-07-31
| | | | | | | | | | |
| * | | | | | | | | | unlessified and lessified a few more cssAnika Henke2013-07-30
| | | | | | | | | | |
| * | | | | | | | | | fixed broken structureAnika Henke2013-07-30
| | | | | | | | | | |
| * | | | | | | | | | removed debug statement. sorryAndreas Gohr2013-07-30
| | | | | | | | | | |
| * | | | | | | | | | convert ini replacements to less vars firstAndreas Gohr2013-07-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes it possible to safely overwrite ini replacements from within any less file
| * | | | | | | | | | make sure calculations are correctAndreas Gohr2013-07-30
| | | | | | | | | | |
| * | | | | | | | | | lessified more filesAndreas Gohr2013-07-30
| | | | | | | | | | |
| * | | | | | | | | | lessyfied another oneAndreas Gohr2013-07-30
| | | | | | | | | | |
| * | | | | | | | | | lessyfied the first of template's CSS filesAndreas Gohr2013-07-30
| | | | | | | | | | |
| * | | | | | | | | | fixed ini replacement to less variables stuffAndreas 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
| | * | | | | | | | | de/de-informal: localization updates (delete user function)Matthias Schulte2013-08-01
| | | | | | | | | | |
| | * | | | | | | | | FS#2751 - self deletion of user accountChristopher Smith2013-07-31
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #251 from splitbrain/localizetemplateAndreas Gohr2013-08-02
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Localizetemplate
| * \ \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/master' into localizetemplateKlap-in2013-08-02
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/master' into localizetemplateKlap-in2013-08-02
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / | | |/| | | | | | | | | |