Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 |
| | | | | |||
| * | | | unit test for tar bombs | Andreas Gohr | 2012-11-04 |
| | | | | |||
| * | | | Tar: support for creating archives with long filenames | Andreas Gohr | 2012-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 names | Andreas Gohr | 2012-11-04 |
| | | | | | | | | | | | | | | | | Supports POSIX ustar prefixes and GNU longlink entries | ||
| * | | | removed old TarLib and changed plugin manager to use new one | Andreas Gohr | 2012-11-03 |
| | | | | |||
| * | | | added test cases for Tar::extract parameters | Andreas Gohr | 2012-11-03 |
| | | | | |||
| * | | | Completely rewritten Tar library | Andreas Gohr | 2012-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 update | Jakub | 2012-11-12 |
| | | | | |||
* | | | | compat js findPosX/y more closely mimic historical function | Schplurtz le Déboulonné | 2012-11-12 |
| | | | | |||
* | | | | check for unicode preg capabilities in UTF-8 lib FS#2636 | Andreas Gohr | 2012-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. | ||
* | | | | crossbrowser fixes for quicksearch shortening FS#2660 | Andreas Gohr | 2012-11-12 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||
* | | | | added PCRE UTF-8 checks to do=check FS#2636 | Andreas Gohr | 2012-11-08 |
| | | | | |||
* | | | | avoid multiple paralell update checks | Andreas Gohr | 2012-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#2621 | Andreas Gohr | 2012-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_event | Andreas Gohr | 2012-11-05 |
|\ \ \ \ | | | | | | | | | | | Added PAGEUTILS_ID_HIDEPAGE Event | ||
| * | | | | changed PAGEUTILS_ID_HIDEPAGE to has BEFORE/AFTER | Dominik Eckelmann | 2012-11-05 |
| | | | | | |||
| * | | | | added event PAGEUTILS_ID_HIDEPAGE | Dominik Eckelmann | 2012-10-31 |
| | | | | | |||
| * | | | | added test for isHiddenPage() | Dominik Eckelmann | 2012-10-31 |
| | | | | | |||
* | | | | | Merge pull request #121 from splitbrain/strict | Andreas Gohr | 2012-11-04 |
|\ \ \ \ \ | | | | | | | | | | | | | fix E_STRICT errors FS#2427 | ||
| * | | | | | fix E_STRICT errors FS#2427 | Andreas Gohr | 2012-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. | ||
* | | | | | | Merge pull request #130 from glensc/smileys-index | Andreas Gohr | 2012-11-04 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | add index file similar to fileicons to show active smileys | ||
| * | | | | | add index file similar to fileicons to show active smileys | Elan Ruusamäe | 2012-09-17 |
| | | | | | | |||
* | | | | | | TarLib code cleanup | Andreas Gohr | 2012-11-03 |
| | | | | | | |||
* | | | | | | TarLib: fixed appending in non-dynamic mode | Andreas Gohr | 2012-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 TarLib | Andreas Gohr | 2012-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 archives | Andreas Gohr | 2012-11-03 |
| | | | | | | |||
* | | | | | | fix use of constructor in TarLib | Andreas Gohr | 2012-11-03 |
| | | | | | | |||
* | | | | | | Slovak language update | Martin Michalek | 2012-11-02 |
| | | | | | | |||
* | | | | | | Korean language update | 이명진 | 2012-11-02 |
| | | | | | | |||
* | | | | | | Latvian language update | Aivars Miska | 2012-11-02 |
| |_|/ / / |/| | | | | |||
* | | | | | removed redundant variables in tpl_include_page() (because of 3ff8773b) | Anika Henke | 2012-10-26 |
| | | | | |