summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| | * | | | | | | | | | | | | | | not encode semicolon in idfilter.Gerrit Uitslag2014-07-15
| | | |_|_|_|_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Restores vanished changes of #84
| * | | | | | | | | | | | | | | skip cache test until #694 has been fixedAndreas Gohr2014-07-18
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Merge pull request #803 from dokuwiki-translate/lang_update_98Andreas Gohr2014-07-17
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | Translation update (hr)
| | * | | | | | | | | | | | | | translation updateDavor Turkalj2014-07-17
| |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | add PHPDocs in html.phpGerrit Uitslag2014-07-15
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge pull request #798 from dokuwiki-translate/lang_update_93Andreas Gohr2014-07-12
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | Translation update (th)
| | * | | | | | | | | | | | | translation updateYuthana Tantirungrotechai2014-07-12
| |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | Merge pull request #796 from dokuwiki-translate/lang_update_92Andreas Gohr2014-07-12
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Translation update (ja)
| | * | | | | | | | | | | | | translation updateHideaki SAWADA2014-07-12
| |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | Merge pull request #794 from dokuwiki-translate/lang_update_88Andreas Gohr2014-07-10
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Translation update (hr)
| | * | | | | | | | | | | | | translation updateDavor Turkalj2014-07-10
| |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | Merge pull request #789 from dokuwiki-translate/lang_update_77Andreas Gohr2014-07-05
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Translation update (ta)
| | * | | | | | | | | | | | | translation updateNaveen Venugopal2014-07-05
| |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | Merge pull request #755 from projectgus/masterAndreas Gohr2014-07-05
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | authplain: Escape ':'s that appear in the pwhash string
| | * | | | | | | | | | | | | authplain: Escape ':' in any data field as '\:'Angus Gratton2014-07-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ':' is the field delimiter in the authplain flat text conf/users.auth.php file, but it's also used as an internal delimiter for the 'mediawiki' password hash format. Currently using this hash format corrupts the file This change escapes ':' as '\:' in any field in the users.auth.php file, and any '\' as '\\'. Also adds test cases for escaping modes.
| * | | | | | | | | | | | | | allow for easier HTTPClient debuggingAndreas Gohr2014-07-04
| | |/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sometimes users report bugs or problems releated to HTTP connections made by our HTTPCient (eg. in the extension manager or XMLRPC). Debugging those problems previously required modifying some sources to enable the debugging output of the HTTPClient. This patch adds a way to enable the debugging via a request parameter. Since HTTP requests are often done only *after* some button was clicked, the parameter is also looked for in the referrer of a request. Debugging output is enabled through the existence of the parameter 'httpdebug' and is directly printed to the screen. Debugging HTTP only works when allowdebug is enabled.
| * | | | | | | | | | | | | rephrased error message. #681Andreas Gohr2014-07-04
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Merge branch 'oldpluginshasnoGetinfo' of ↵Andreas Gohr2014-07-04
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | git://github.com/splitbrain/dokuwiki into pull-request-709 * 'oldpluginshasnoGetinfo' of git://github.com/splitbrain/dokuwiki: Reformat getInfo function Improve missing plugin.info.txt message.
| | * | | | | | | | | | | | | Reformat getInfo functionGerrit Uitslag2014-05-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with previous commit, Fixes #681
| | * | | | | | | | | | | | | Improve missing plugin.info.txt message.Gerrit Uitslag2014-05-13
| | | |_|_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | Merge remote-tracking branch 'origin/pr/783'Andreas Gohr2014-07-04
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/pr/783: translation update Conflicts: inc/lang/es/edit.txt lib/plugins/extension/lang/es/lang.php
| | * | | | | | | | | | | | | translation updateJonathan Hernández2014-07-04
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge remote-tracking branch 'origin/pr/787'Andreas Gohr2014-07-04
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/pr/787: translation update Conflicts: inc/lang/es/edit.txt
| | * | | | | | | | | | | | | | translation updateJonathan Hernández2014-07-04
| | |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | | Merge pull request #781 from dokuwiki-translate/lang_update_71Andreas Gohr2014-07-04
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Translation update (es)
| | * | | | | | | | | | | | | | translation updateJonathan Hernández2014-07-04
| | |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | | Merge pull request #786 from dokuwiki-translate/lang_update_75Andreas Gohr2014-07-04
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Translation update (es)
| | * | | | | | | | | | | | | | translation updateJonathan Hernández2014-07-04
| | |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | | Merge pull request #785 from dokuwiki-translate/lang_update_74Andreas Gohr2014-07-04
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Translation update (es)
| | * | | | | | | | | | | | | | translation updateJonathan Hernández2014-07-04
| | |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | | Merge pull request #784 from dokuwiki-translate/lang_update_73Andreas Gohr2014-07-04
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | Translation update (es)
| | * | | | | | | | | | | | | translation updateJonathan Hernández2014-07-04
| |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | Merge pull request #776 from dokuwiki-translate/lang_update_65Andreas Gohr2014-07-01
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | | Translation update (sv)
| | * | | | | | | | | | | | translation updateMikael Bergström2014-07-01
| |/ / / / / / / / / / / /
| * | | | | | | | | | | | Merge pull request #775 from dokuwiki-translate/lang_update_63Andreas Gohr2014-06-30
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Translation update (pt-br)
| | * | | | | | | | | | | | translation updateEdnei2014-06-30
| |/ / / / / / / / / / / /
| * | | | | | | | | | | | icreased message versionAndreas Gohr2014-06-25
| | | | | | | | | | | | |
| * | | | | | | | | | | | Merge pull request #766 from splitbrain/media_acl_fixAndreas Gohr2014-06-25
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Quick fix for #765 - ACL checks in the media manager ajax calls
| | * | | | | | | | | | | | Quick fix for #765 - ACL checks in the media manager ajax callsMichael Hamann2014-06-25
| |/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should be superseded by a proper rewrite of the media manager code
| * | | | | | | | | | | | fixed template color replacement previewAndreas Gohr2014-06-22
| | | | | | | | | | | | |
| * | | | | | | | | | | | allow config presets with installerAndreas Gohr2014-06-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this adds the ability to place a install.conf file next to the install.php which contains additional config options to be written to conf/local.php on completion of the installer. The install.conf is automatically deleted then. This is useful for automated DokuWiki installers or downloaders that take care of downloading DokuWiki and then drop the user in the default install dialog for initial setup. These tools may set up host specific things options like rewrites, image magic path or file permission settings in this preset.
| * | | | | | | | | | | | fix IE upload when Array prototype has been modifiedAndreas Gohr2014-06-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The edittable plugin broke uploading in IE8 (and maybe others) because the Handsontable script adds a function to the Array prototype and the uploading script did not properly check that.
| * | | | | | | | | | | | Replace two non-free icons by free alternativesTanguy Ortolo2014-06-15
| | | | | | | | | | | | |
| * | | | | | | | | | | | Merge pull request #756 from dokuwiki-translate/lang_update_36Andreas Gohr2014-06-15
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Translation update (lv)
| | * | | | | | | | | | | | translation updateAivars Miška2014-06-10
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Merge pull request #757 from dokuwiki-translate/lang_update_39Andreas Gohr2014-06-15
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Translation update (fr)
| | * | | | | | | | | | | | | translation updateYoBoY2014-06-10
| | |/ / / / / / / / / / / /
| * | | | | | | | | | | | | Merge pull request #758 from dokuwiki-translate/lang_update_46Andreas Gohr2014-06-15
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Translation update (hu)
| | * | | | | | | | | | | | | translation updateMátyás Jani2014-06-12
| | |/ / / / / / / / / / / /
| * | | | | | | | | | | | | Merge pull request #719 from splitbrain/trailingcolonsAndreas Gohr2014-06-15
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / | |/| | | | | | | | | | | | Move trailing colons to the language strings