| 80679baf | 15-Jul-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
add PHPDocs in html.php |
| c42f789c | 30-Jan-2014 |
Enrico Tagliavini <enrico.tagliavini@gmail.com> |
Adding unit test for is_ssl()
this should test the correctness of the return value of is_ssl() function based on various combinations of PHP environment variables |
| 19738e65 | 12-Jul-2014 |
Enrico Tagliavini <enrico.tagliavini@gmail.com> |
adding X-Forwarded-Proto support in is_ssl()
This commit adds support for X-Forwarded-Proto in case dokuwiki runs behind a reverse (SSL) proxy, but the connection between the proxy and the web serve
adding X-Forwarded-Proto support in is_ssl()
This commit adds support for X-Forwarded-Proto in case dokuwiki runs behind a reverse (SSL) proxy, but the connection between the proxy and the web server running dokuwki is plain HTTP. If an authenticated user is accidentaly dropped to HTTP from HTTPS the securecookie setting should be honored and the redirection when saving or canceling a page edit should point to the correct protocol. This happens every time a user hits cancel after editing a page, and likely even after saving. If the webserver doesn't enforce HTTPS the coockie might be sent in clear.
show more ...
|
| 4ad66524 | 12-Jul-2014 |
Yuthana Tantirungrotechai <yt203y@gmail.com> |
translation update |
| b677a55d | 12-Jul-2014 |
Hideaki SAWADA <chuno@live.jp> |
translation update |
| 19accab5 | 10-Jul-2014 |
Davor Turkalj <turki.bsc@gmail.com> |
translation update |
| 36f4a534 | 05-Jul-2014 |
Naveen Venugopal <naveen.venugopal.anu@gmail.com> |
translation update |
| 2314059e | 04-Jul-2014 |
Andreas Gohr <andi@splitbrain.org> |
allow for easier HTTPClient debugging
Sometimes users report bugs or problems releated to HTTP connections made by our HTTPCient (eg. in the extension manager or XMLRPC). Debugging those problems pr
allow for easier HTTPClient debugging
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.
show more ...
|
| 4ca83a77 | 04-Jul-2014 |
Andreas Gohr <andi@splitbrain.org> |
upgrade to jQuery 1.11.1 and jQuery-UI 1.11.0. #778
This now pulls all data from official jQuery sources. Either their CDN or their github account. Google tends to serve outdated or even broken file
upgrade to jQuery 1.11.1 and jQuery-UI 1.11.0. #778
This now pulls all data from official jQuery sources. Either their CDN or their github account. Google tends to serve outdated or even broken files :-(
Unfortunately there's no simple way to get the latest stable jQuery-UI so for now the version has to be adjusted manually in the script.
show more ...
|
| dc6ff004 | 04-Jul-2014 |
Andreas Gohr <andi@splitbrain.org> |
rephrased error message. #681 |
| 3af8317e | 04-Jul-2014 |
Jonathan Hernández <me@jhalicea.com> |
translation update |
| baf76e17 | 04-Jul-2014 |
Jonathan Hernández <me@jhalicea.com> |
translation update |
| ede91460 | 04-Jul-2014 |
Jonathan Hernández <me@jhalicea.com> |
translation update |
| f5ff3ceb | 04-Jul-2014 |
Jonathan Hernández <me@jhalicea.com> |
translation update |
| a3e7723b | 04-Jul-2014 |
Jonathan Hernández <me@jhalicea.com> |
translation update |
| cdef888b | 04-Jul-2014 |
Jonathan Hernández <me@jhalicea.com> |
translation update |
| f95ecbbf | 30-Jun-2014 |
Angus Gratton <gus@projectgus.com> |
authplain: Escape ':' in any data field as '\:'
':' 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' passwo
authplain: Escape ':' in any data field as '\:'
':' 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.
show more ...
|
| cedfb22b | 01-Jul-2014 |
Mikael Bergström <krank23@gmail.com> |
translation update |
| 9743dcfb | 30-Jun-2014 |
Ednei <leuloch@gmail.com> |
translation update |
| e4729a05 | 30-Jun-2014 |
Martijn Ras <Martijn.Ras@GMail.com> |
Fixed typo and added check |
| 1858e4d7 | 30-Jun-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Check for basedir and baseurl
If these configuration values are not set php will throw an unnecessary NOTICE. |
| 19c79f28 | 25-Jun-2014 |
Andreas Gohr <andi@splitbrain.org> |
icreased message version |
| e8a2a143 | 25-Jun-2014 |
Michael Hamann <michael@content-space.de> |
Quick fix for #765 - ACL checks in the media manager ajax calls
This should be superseded by a proper rewrite of the media manager code |
| 5fd5f788 | 22-Jun-2014 |
Andreas Gohr <andi@splitbrain.org> |
fixed template color replacement preview |
| 2613efa1 | 21-Jun-2014 |
Andreas Gohr <andi@splitbrain.org> |
allow config presets with installer
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
allow config presets with installer
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.
show more ...
|