Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | use more secure password hash for admin pass FS#2536 | Andreas Gohr | 2012-06-23 |
| | |||
* | code cleanup | Andreas Gohr | 2012-06-23 |
| | |||
* | some phpdoc updates | Andreas Gohr | 2012-06-23 |
| | |||
* | some code beautification | Andreas Gohr | 2012-06-23 |
| | |||
* | another bad comparison fixed | Andreas Gohr | 2012-06-23 |
| | |||
* | fixed wrong comparison in Mailer::dump() | Andreas Gohr | 2012-06-23 |
| | |||
* | Dutch language update | Dion Nicolaas | 2012-06-22 |
| | |||
* | Vietnamese language update | Nguyen The Hung | 2012-06-22 |
| | |||
* | Korean language update | 이명진 | 2012-06-22 |
| | |||
* | Korean language update | 이명진 | 2012-06-13 |
| | |||
* | Italian language update | Matteo Pasotti | 2012-06-12 |
| | |||
* | Polish langauge update | Aoi Karasu | 2012-06-12 |
| | |||
* | chinese language update. related to FS#2360 | lainme | 2012-06-12 |
| | |||
* | Merge pull request #105 from lupo49/master | Anika Henke | 2012-06-10 |
|\ | | | | | Additional commit for closed Pull Request #100 | ||
| * | Fix for FS#2522 / Now all places of $lang['restored'] are covered with the ↵ | lupo49 | 2012-06-10 |
|/ | | | | restored-date information | ||
* | Merge pull request #103 from Pitel/patch-1 | Anika Henke | 2012-06-09 |
|\ | | | | | Formating of czech subscription emails | ||
| * | format | Bc. Jan Kaláb | 2012-06-03 |
| | | |||
| * | format | Bc. Jan Kaláb | 2012-06-03 |
| | | |||
| * | formating | Bc. Jan Kaláb | 2012-06-03 |
|/ | |||
* | fixed small typo in wiki:syntax (FS#2528) | Anika Henke | 2012-05-27 |
| | |||
* | improved earlier change for paths error messages to not produce any notices | Anika Henke | 2012-05-27 |
| | |||
* | improved error message for savedir paths (FS#2502) | Anika Henke | 2012-05-27 |
| | |||
* | Revert "removed all browser-specific gradients as the recently (in 42ff6730) ↵ | Anika Henke | 2012-05-27 |
| | | | | | | introduced svg makes them unnecessary" This reverts commit dbd59867496d5e3c5d37e9c3852db29a6a2370c4. | ||
* | added .ico to allowed mime types | Andreas Gohr | 2012-05-23 |
| | | | | | the new template allows to use a favicon in media/wiki/favicon.ico so we should support uploading it as well. | ||
* | don't rely on metadata for conflict detection | Andreas Gohr | 2012-05-22 |
| | | | | | This also fixes a problem wiht PHP 5.4 when there is metadata but the date key is empty. | ||
* | Korean language update | Erial Krale | 2012-05-22 |
| | |||
* | Ukrainian language update | Roman Franchuk | 2012-05-22 |
| | |||
* | Merge pull request #102 from rsnitsch/master | Andreas Gohr | 2012-05-22 |
|\ | | | | | Fixes messages.txt's modification timestamp not being updated. | ||
| * | Fixes messages.txt's modification timestamp not being updated. | Robert Nitsch | 2012-05-21 |
|/ | | | | | | | | | This bug occurs on systems where writing a zero-length string to an empty file does not update the file's modification timestamp. This leads to the messages.txt being downloaded almost endlessly, causing long delays for logged-in users. Visitors are not affected, because the messages.txt is only updated for logged-in users. | ||
* | do not surpress any errors when loading plugin files | Andreas Gohr | 2012-05-20 |
| | | | | | | When a plugin file exists, we can assume it is the correct file and load it without error supression. This makes it much easier to detect and debug problematic plugins. | ||
* | make sure SSO data for AD backend is always UTF-8 | Andreas Gohr | 2012-05-16 |
| | | | | In some circumstances the username was set in latin1. | ||
* | empty ID in wl() will be treated as $conf['start'] | Dominik Eckelmann | 2012-05-14 |
| | |||
* | tpl_get_action: Return empty params array instead of params string | Michael Hamann | 2012-05-11 |
| | | | | | This prevents an "Illegal string offset" error in PHP 5.4 in the test cases (the integration tests failed here with PHP 5.4). | ||
* | Adapt tests for PHP 5.4 | Michael Hamann | 2012-05-11 |
| | | | | | Call-time pass-by-reference is a fatal syntax error in PHP 5.4 and stdClass objects can't be instantiated automatically anymore. | ||
* | Fix nested triggering of the same event | Michael Hamann | 2012-05-11 |
| | | | | | | | | | | Previously when in an event handler the same event was triggered again, only the handlers for the second event invocation were all executed, the handling of the "outer" event stopped after the handling of the inner event as they both used the same iterator of the hooks array. This caused caching bugs e.g. when both the include and the indexmenu plugin were enabled as both of them load metadata in the cache handler which triggers another renderer cache event. | ||
* | GeSHi updated to 1.0.8.10 | Andreas Gohr | 2012-05-10 |
| | |||
* | Merge pull request #100 from lupo49/master | Andreas Gohr | 2012-05-09 |
|\ | | | | | This allows easier identifying of which version has been restored (FS#2522) | ||
| * | Restore page versions - add timestamp of the restored version to to the ↵ | lupo49 | 2012-05-08 |
|/ | | | | | | summary field. This allows easier identifying of which version has been restored. (FS#2522) | ||
* | changed old link icons to use icons from same icon set as sitetools | Anika Henke | 2012-05-07 |
| | |||
* | added icons for user and site tools (FS#2450) | Anika Henke | 2012-05-07 |
| | |||
* | Merge pull request #98 from splitbrain/pagetoolfix | Anika Henke | 2012-05-07 |
|\ | | | | | some tweaks to the pagetool css FS#2481 | ||
| * | some tweaks to the pagetool css FS#2481 | Andreas Gohr | 2012-04-20 |
| | | |||
* | | Merge pull request #99 from timroes/master | Anika Henke | 2012-05-07 |
|\ \ | | | | | | | Changed style of notification messages | ||
| * \ | Merge branch 'master' of https://github.com/splitbrain/dokuwiki | Tim Roes | 2012-05-07 |
| |\ \ | |/ / |/| | | |||
* | | | let installer check for functions needed in HTTPClient FS#2505 | Andreas Gohr | 2012-05-04 |
| | | | |||
* | | | Correctly handle multiline strings in JS compressor | Andreas Gohr | 2012-05-04 |
| | | | | | | | | | | | | | | | | | | See http://stackoverflow.com/questions/805107/how-to-create-multiline-strings for info on them. | ||
* | | | fixed a JSON bug with handling backspaces | Andreas Gohr | 2012-05-03 |
| | | | | | | | | | | | | This was fixed in upstream and the upstream tests caught this :-) | ||
* | | | also skip native JSON encoding when skipnative is true | Andreas Gohr | 2012-05-03 |
| | | | |||
* | | | fixed JSON test cases | Andreas Gohr | 2012-05-03 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | seems like phpunit will not run all test classes inside a file when giving it as an argument :-/ I removed the error supression tests as these test a feature we do not have in our JSON class version (and shouldn't implement to keep as compatible as possible to the native JSON functions) | ||
* | | | added some blowfish tests | Andreas Gohr | 2012-05-03 |
| | | | | | | | | | | | | upstream plus a test for our modifications |