- Dec 12, 2012
-
-
lupo49 authored
-
- Dec 02, 2012
-
-
Michael Hamann authored
Before this change the GIF wasn't sent at all when the PHP settings indicate that sending of the GIF needs to be deferred and it was sent when the debug output was on.
-
Michael Hamann authored
-
Michael Hamann authored
This changes the previously static lastsecid into an instance variable, this leads to consistent section edit ids when the xhtml renderer is used more than once in a request. This makes it possible for test cases to know the exact section edit id for an instruction array.
-
Andreas Gohr authored
support CONNECT for tunneling SSL via HTTP proxies FS#2431
-
Hakan Sandell authored
-
Hakan Sandell authored
-
Andreas Gohr authored
Translatable string for "None" license selection
-
- Nov 29, 2012
-
-
Dominik Eckelmann authored
- removed some dead/unused code - fixed phpdoc - added typing on methods
-
Dominik Eckelmann authored
-
Dominik Eckelmann authored
-
- Nov 28, 2012
-
-
Michael Hamann authored
-
- Nov 27, 2012
-
-
Andreas Gohr authored
the function always returned true, even if no action was taken. This resulted in no further indexer tasks being run.
-
- Nov 25, 2012
-
-
Dominik Eckelmann authored
Fix case-insensitive match in ACL checking
-
Kazutaka Miyasaka authored
ACL checking of DokuWiki is currently always case-sensitive regardless of auth backend setting ($auth->isCaseSensitive). This commit enables case-insensitive match in the same way of auth_isMember().
-
- Nov 24, 2012
-
-
Andreas Gohr authored
-
- Nov 23, 2012
-
-
Andreas Gohr authored
Ignore empty email headers
-
Dominik Eckelmann authored
-
Dominik Eckelmann authored
Empty BCC/CC headers may cause errors on IIS.
-
Leandro Regueiro authored
-
- Nov 18, 2012
-
-
Andreas Gohr authored
-
git://github.com/splitbrain/dokuwikiAndreas Gohr authored
* 'guide' of git://github.com/splitbrain/dokuwiki: changed semicolon to colon in link to welcome page to make it less confusing added initial pages to not be ignored by git improved welcome text added welcome page changed the link in the installer to point to wiki:welcome Conflicts: inc/lang/fr/lang.php
-
git://github.com/borekb/dokuwikiAndreas Gohr authored
* 'master' of git://github.com/borekb/dokuwiki: Colon is no longer rewritten to semicolon for IIS 7.x and for older versions of IIS, semicolon is displayed as is, not URL-encoded. Conflicts: inc/common.php
-
Tom N Harris authored
-
Anika Henke authored
-
Anika Henke authored
-
- Nov 16, 2012
-
-
Andreas Gohr authored
Typo fix for TL;DR
-
Antoine Turmel authored
-
Andreas Gohr authored
-
- Nov 13, 2012
-
-
Anika Henke authored
-
- Nov 12, 2012
-
-
Anael Mobilia authored
-
Andreas Gohr authored
New Tar Archive library
-
Jakub authored
-
Schplurtz le Déboulonné authored
-
Andreas Gohr authored
We now have two defines for checking for UTF-8 and Unicode property support in PREG and use them to work around FS#2636 on older systems.
-
Andreas Gohr authored
fixes the problem with missing innerText in Firefox (and other browsers) and corrects shortening in regard to paddings and the use of the text-overflow attribute
-
- Nov 08, 2012
-
-
Andreas Gohr authored
-
Andreas Gohr authored
* master: (169 commits) added PCRE UTF-8 checks to do=check FS#2636 avoid multiple paralell update checks fix regression bug in HTTPClient FS#2621 changed PAGEUTILS_ID_HIDEPAGE to has BEFORE/AFTER TarLib code cleanup TarLib: fixed appending in non-dynamic mode fixed third method of adding files in TarLib fix lone zero block in TarLib created archives fix use of constructor in TarLib Slovak language update Korean language update Latvian language update added event PAGEUTILS_ID_HIDEPAGE added test for isHiddenPage() removed redundant variables in tpl_include_page() (because of 3ff8773b) added cut off points for mobile devices as parameters to style.ini Corrected typo: ruke -> rule Persian language update Spanish language update russian language update ...
-
Andreas Gohr authored
-
- Nov 06, 2012
-
-
Andreas Gohr authored
we now touch the messages before the actual update happens. this should lower the chance of more than one update check running at a time.
-