Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fixed declared returned type | Guillaume Turri | 2013-01-06 |
| | |||
* | Made xmlrpc putPage and appendPage consistent with documentation | Guillaume Turri | 2013-01-06 |
| | | | | | According to dokuwiki's documentation (https://www.dokuwiki.org/devel:xmlrpc#wikiputpage), those methods should return booleans, not int. | ||
* | fixed broken @author link in farm code | Anika Henke | 2012-12-19 |
| | |||
* | added to version info if version is unknown | Anika Henke | 2012-12-19 |
| | |||
* | Merge pull request #149 from splitbrain/installer | Andreas Gohr | 2012-12-16 |
|\ | | | | | added option to enable automatic popularity data in installer | ||
| * | changed popularity link | Andreas Gohr | 2012-12-16 |
| | | |||
| * | added option to enable automatic popularity data in installer | Andreas Gohr | 2012-12-07 |
| | | |||
* | | Merge pull request #150 from lupo49/master | Dominik Eckelmann | 2012-12-12 |
|\ \ | |/ |/| | de/de-informal: language updates / added "sidebar" | ||
| * | de/de-informal: language updates / added "sidebar" | lupo49 | 2012-12-12 |
|/ | |||
* | lib/exe/indexer.php: Fix sending of the GIF when it is deferred FS#2646 | Michael Hamann | 2012-12-03 |
| | | | | | | 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. | ||
* | Correct parameter documentation of DokuWiki_Plugin::loadHelper() | Michael Hamann | 2012-12-03 |
| | |||
* | XHTML renderer: bind section id counter to the renderer instance | Michael Hamann | 2012-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/proxyconnect | Andreas Gohr | 2012-12-02 |
|\ | | | | | support CONNECT for tunneling SSL via HTTP proxies FS#2431 | ||
| * | changed proxy in test case | Andreas Gohr | 2012-11-08 |
| | | |||
| * | Merge branch 'master' into proxyconnect | Andreas Gohr | 2012-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#2431 | Andreas Gohr | 2012-07-28 |
| | | | | | | | | | | | | The included test cases currently expect a squid at localhost:3128 | ||
* | | | Fixed missing %s in Swedish translation | Hakan Sandell | 2012-12-02 |
| | | | |||
* | | | Re-phrased "no license" installer text | Hakan Sandell | 2012-12-02 |
| | | | |||
* | | | Merge pull request #119 from whoopdedo/installerstrings | Andreas Gohr | 2012-12-02 |
|\ \ \ | | | | | | | | | Translatable string for "None" license selection | ||
| * | | | Translatable string for "None" license selection | Tom N Harris | 2012-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. | ||
* | | | | some coding style improvements | Dominik Eckelmann | 2012-11-29 |
| | | | | | | | | | | | | | | | | | | | | | | | | - removed some dead/unused code - fixed phpdoc - added typing on methods | ||
* | | | | added .idea project folder to gitignore | Dominik Eckelmann | 2012-11-29 |
| | | | | |||
* | | | | use correct setUp method and parent calls. | Dominik Eckelmann | 2012-11-29 |
| | | | | |||
* | | | | Correct German plugin manager translation (download != install) | Michael Hamann | 2012-11-28 |
| | | | | |||
* | | | | correct return in sendDigest() | Andreas Gohr | 2012-11-27 |
| | | | | | | | | | | | | | | | | | | | | the function always returned true, even if no action was taken. This resulted in no further indexer tasks being run. | ||
* | | | | Merge pull request #147 from kazmiya/2012_11_AclCaseSensitiveFix2 | Dominik Eckelmann | 2012-11-25 |
|\ \ \ \ | | | | | | | | | | | Fix case-insensitive match in ACL checking | ||
| * | | | | Fix case-insensitive match in ACL checking | Kazutaka Miyasaka | 2012-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.11 | Andreas Gohr | 2012-11-24 |
| | | | | |||
* | | | | Merge pull request #145 from dom-mel/mailer | Andreas Gohr | 2012-11-23 |
|\ \ \ \ | | | | | | | | | | | Ignore empty email headers | ||
| * | | | | ignore empty header on mail sending | Dominik Eckelmann | 2012-11-23 |
| | | | | | |||
| * | | | | remove empty BCC/CC mail headers | Dominik Eckelmann | 2012-11-23 |
|/ / / / | | | | | | | | | | | | | Empty BCC/CC headers may cause errors on IIS. | ||
* | | | | Galician language update | Leandro Regueiro | 2012-11-23 |
| | | | | |||
* | | | | some welcome page changes | Andreas Gohr | 2012-11-18 |
| | | | | |||
* | | | | Merge branch 'guide' of git://github.com/splitbrain/dokuwiki into ↵ | Andreas Gohr | 2012-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 confusing | Anika Henke | 2012-11-18 |
| | | | | | |||
| * | | | | added initial pages to not be ignored by git | Anika Henke | 2012-07-14 |
| | | | | | |||
| * | | | | improved welcome text | Anika Henke | 2012-07-14 |
| | | | | | |||
| * | | | | added welcome page | Andreas Gohr | 2012-07-14 |
| | | | | | |||
| * | | | | changed the link in the installer to point to wiki:welcome | Andreas Gohr | 2012-07-14 |
| | | | | | |||
* | | | | | Merge branch 'master' of git://github.com/borekb/dokuwiki into pull-request-84 | Andreas Gohr | 2012-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 Bernard | 2012-02-27 |
| | | | | | | | | | | | | | | | | | | | | | | | | of IIS, semicolon is displayed as is, not URL-encoded. | ||
* | | | | | | Combine subsequent calls to strtr into a single transformation | Tom N Harris | 2012-11-18 |
| | | | | | | |||
* | | | | | | fixed wrong sidebar showing in namespaces when sidebar is disabled | Anika Henke | 2012-11-18 |
| | | | | | | |||
* | | | | | | Merge pull request #144 from GeekShadow/patch-1 | Andreas Gohr | 2012-11-16 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Typo fix for TL;DR | ||
| * | | | | | | Typo fix for TL;DR | Antoine Turmel | 2012-11-16 |
|/ / / / / / | |||
* | | | | | | removed a bunch of outdated and irrelevant networking acronyms | Andreas Gohr | 2012-11-16 |
| | | | | | | |||
* | | | | | | added another place to look for logo to make it more consistent (FS#2656) | Anika Henke | 2012-11-14 |
| | | | | | | |||
* | | | | | | French language update | Anael Mobilia | 2012-11-12 |
| | | | | | | |||
* | | | | | | Merge pull request #140 from splitbrain/tar | Andreas Gohr | 2012-11-12 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | New Tar Archive library | ||
| * | | | | | | added simple compatibility wrapper for old TarLib | Andreas Gohr | 2012-11-06 |
| | | | | | | |