summaryrefslogtreecommitdiff
path: root/inc
Commit message (Collapse)AuthorAge
* Correct parameter documentation of DokuWiki_Plugin::loadHelper()Michael Hamann2012-12-03
|
* XHTML renderer: bind section id counter to the renderer instanceMichael Hamann2012-12-02
| | | | | | | 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.
* Merge pull request #142 from splitbrain/proxyconnectAndreas Gohr2012-12-02
|\ | | | | support CONNECT for tunneling SSL via HTTP proxies FS#2431
| * Merge branch 'master' into proxyconnectAndreas Gohr2012-11-08
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 ...
| * | support CONNECT for tunneling SSL via HTTP proxies FS#2431Andreas Gohr2012-07-28
| | | | | | | | | | | | The included test cases currently expect a squid at localhost:3128
* | | Fixed missing %s in Swedish translationHakan Sandell2012-12-02
| | |
* | | Re-phrased "no license" installer textHakan Sandell2012-12-02
| | |
* | | Merge pull request #119 from whoopdedo/installerstringsAndreas Gohr2012-12-02
|\ \ \ | | | | | | | | Translatable string for "None" license selection
| * | | Translatable string for "None" license selectionTom N Harris2012-07-17
| | | | | | | | | | | | | | | | | | | | The position of the option was moved to the end of the list so the English label "None of the above" will make sense.
* | | | Fix case-insensitive match in ACL checkingKazutaka Miyasaka2012-11-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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().
* | | | GeSHi update to 1.0.8.11Andreas Gohr2012-11-24
| | | |
* | | | ignore empty header on mail sendingDominik Eckelmann2012-11-23
| | | |
* | | | remove empty BCC/CC mail headersDominik Eckelmann2012-11-23
| | | | | | | | | | | | | | | | Empty BCC/CC headers may cause errors on IIS.
* | | | Galician language updateLeandro Regueiro2012-11-23
| | | |
* | | | Merge branch 'guide' of git://github.com/splitbrain/dokuwiki into ↵Andreas Gohr2012-11-18
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pull-request-118 * '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
| * | | | changed semicolon to colon in link to welcome page to make it less confusingAnika Henke2012-11-18
| | | | |
| * | | | changed the link in the installer to point to wiki:welcomeAndreas Gohr2012-07-14
| | | | |
* | | | | Merge branch 'master' of git://github.com/borekb/dokuwiki into pull-request-84Andreas Gohr2012-11-18
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '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
| * | | | | Colon is no longer rewritten to semicolon for IIS 7.x and for older versions ↵Borek Bernard2012-02-27
| | | | | | | | | | | | | | | | | | | | | | | | of IIS, semicolon is displayed as is, not URL-encoded.
* | | | | | Combine subsequent calls to strtr into a single transformationTom N Harris2012-11-18
| | | | | |
* | | | | | fixed wrong sidebar showing in namespaces when sidebar is disabledAnika Henke2012-11-18
| | | | | |
* | | | | | French language updateAnael Mobilia2012-11-12
| | | | | |
* | | | | | Merge pull request #140 from splitbrain/tarAndreas Gohr2012-11-12
|\ \ \ \ \ \ | | | | | | | | | | | | | | New Tar Archive library
| * | | | | | added simple compatibility wrapper for old TarLibAndreas Gohr2012-11-06
| | | | | | |
| * | | | | | Tar: support for creating archives with long filenamesAndreas Gohr2012-11-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The library now creates either a POSIX ustar prefix or a GNU longlink entry for files which have a name longer than 100 bytes
| * | | | | | Tar: Added extraction support for long file namesAndreas Gohr2012-11-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Supports POSIX ustar prefixes and GNU longlink entries
| * | | | | | removed old TarLib and changed plugin manager to use new oneAndreas Gohr2012-11-03
| | | | | | |
| * | | | | | Completely rewritten Tar libraryAndreas Gohr2012-11-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This new class is only losely based on our previous library. The whole API was changed to make it more flexible and memory saving. Some fisrt unit tests are included
* | | | | | | Czech language updateJakub2012-11-12
| | | | | | |
* | | | | | | check for unicode preg capabilities in UTF-8 lib FS#2636Andreas Gohr2012-11-12
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | added PCRE UTF-8 checks to do=check FS#2636Andreas Gohr2012-11-08
| | | | | |
* | | | | | avoid multiple paralell update checksAndreas Gohr2012-11-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | fix regression bug in HTTPClient FS#2621Andreas Gohr2012-11-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In the recent refactoring of the HTTPClient, a problem with certain systems was reintroduced. On these systems a select() call always waits for a timeout on the first call before working properly on the second call. This patch reintroduces the shorter timeouts with usleep rate limiting again. Since this bug is not reproducible on other systems it can't be unit tested unfortunately.
* | | | | | Merge pull request #139 from dom-mel/hidden_eventAndreas Gohr2012-11-05
|\ \ \ \ \ \ | | | | | | | | | | | | | | Added PAGEUTILS_ID_HIDEPAGE Event
| * | | | | | changed PAGEUTILS_ID_HIDEPAGE to has BEFORE/AFTERDominik Eckelmann2012-11-05
| | | | | | |
| * | | | | | added event PAGEUTILS_ID_HIDEPAGEDominik Eckelmann2012-10-31
| | | | | | |
* | | | | | | Merge pull request #121 from splitbrain/strictAndreas Gohr2012-11-04
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | fix E_STRICT errors FS#2427
| * | | | | | fix E_STRICT errors FS#2427Andreas Gohr2012-07-28
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit fixes all E_STRICT messages shown when running the test suite. There might be more problems not covered by tests, yet. For compatibility reasons with plugins, E_STRICT errors are still supressed.
* | | | | | TarLib code cleanupAndreas Gohr2012-11-03
| | | | | |
* | | | | | TarLib: fixed appending in non-dynamic modeAndreas Gohr2012-11-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Appending files now works at least for uncompressed tar files. Seeking in compressed tars is not yet supported.
* | | | | | fixed third method of adding files in TarLibAndreas Gohr2012-11-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | You can give a path and file contents in an array. However this didn't work because the file_exist() check was done before checking for an array
* | | | | | fix lone zero block in TarLib created archivesAndreas Gohr2012-11-03
| | | | | |
* | | | | | fix use of constructor in TarLibAndreas Gohr2012-11-03
| | | | | |
* | | | | | Slovak language updateMartin Michalek2012-11-02
| | | | | |
* | | | | | Korean language update이명진2012-11-02
| | | | | |
* | | | | | Latvian language updateAivars Miska2012-11-02
| |/ / / / |/| | | |
* | | | | removed redundant variables in tpl_include_page() (because of 3ff8773b)Anika Henke2012-10-26
| | | | |
* | | | | Persian language updateAmirH Hassaneini2012-10-23
| | | | |
* | | | | Spanish language updateMercè López2012-10-23
| | | | |
* | | | | russian language updatesh.khmit2012-10-23
| | | | |