Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #201 from splitbrain/fetchissues | Christopher Smith | 2013-04-07 |
|\ | | | | | process a crop as a resize when possible | ||
| * | don't resize images when resize dimensions match native image dimensions | Christopher Smith | 2013-03-22 |
| | | |||
| * | avoid creating an intermediate crop image when the final image will match a ↵ | Christopher Smith | 2013-03-19 |
| | | | | | | | | resize | ||
* | | Merge pull request #199 from splitbrain/authcomp | Christopher Smith | 2013-04-07 |
|\ \ | | | | | | | backward compatibility for old authtype settings | ||
| * \ | Merge pull request #210 from splitbrain/authcomp_msg | Christopher Smith | 2013-04-07 |
| |\ \ | | | | | | | | | mechanism supporting "authtype deprecated" message for superusers only | ||
| | * | | change nomenclature from 'show' to 'allow' (fn from canshow to allowed) | Christopher Smith | 2013-04-07 |
| | | | | |||
| | * | | for completeness (& defensive coding), test ['show'] against MSG_PUBLIC in ↵ | Christopher Smith | 2013-04-01 |
| | | | | | | | | | | | | | | | | case its redefined to a non-zero value | ||
| | * | | restrict 'authtype deprecated' alert to superusers only | Christopher Smith | 2013-04-01 |
| | | | | |||
| | * | | add capability to restrict recipients of dokuwiki 'msg' alerts. This is ↵ | Christopher Smith | 2013-04-01 |
| |/ / | | | | | | | | | | useful where message is added to the queue before authentication is initialized | ||
| * | | backward compatibility for old authtype settings | Guy Brand | 2013-03-17 |
| | | | |||
* | | | Merge pull request #206 from lupo49/master | Andreas Gohr | 2013-04-07 |
|\ \ \ | | | | | | | | | install.php: Add pack() to required functions (FS#2761) | ||
| * | | | install.php: Added pack() to required DokuWiki PHP functions (FS#2761) | lupo49 | 2013-03-31 |
| | | | | |||
* | | | | Merge pull request #209 from lupo49/localization | Andreas Gohr | 2013-04-07 |
|\ \ \ \ | | | | | | | | | | | de/de-informal language updates for several components. | ||
| * | | | | de/de-informal: config plugin - Clean up the TOC in the configuration page / ↵ | lupo49 | 2013-03-31 |
| | | | | | | | | | | | | | | | | | | | | No need to add "Konfiguration" or "Plugin" to every element if the heading tells you that. | ||
| * | | | | de/de-informal: language updates for the core, authldap, authmysql, authpgsql | lupo49 | 2013-03-31 |
| |/ / / | |||
* | | | | fixed rfc interwiki url | Anika Henke | 2013-04-05 |
| | | | | |||
* | | | | Dutch language update | André Koot | 2013-04-04 |
| | | | | |||
* | | | | Brazilian Portuguese language update | Victor Westmann | 2013-04-04 |
| | | | | |||
* | | | | Latvian language update | Aivars Miška | 2013-04-04 |
| | | | | |||
* | | | | Chinese language update | 이명진 | 2013-04-04 |
| | | | | |||
* | | | | Korean language update | 이명진 | 2013-04-04 |
| | | | | |||
* | | | | fixed info/error messages in RTL languages | Anika Henke | 2013-04-03 |
| | | | | |||
* | | | | Add missing jQuery-UI image and update update script | Michael Hamann | 2013-03-30 |
|/ / / | | | | | | | | | | | | | For just one image another syntax was used, this fixes the update script to also fetch this image. | ||
* | | | don't send empty cookie header | Andreas Gohr | 2013-03-24 |
| | | | |||
* | | | stream select parameters need to be reset for each call | Andreas Gohr | 2013-03-24 |
| | | | |||
* | | | German (informal) language update | Frank Loizzi | 2013-03-24 |
| | | | |||
* | | | Korean language update | 이명진 | 2013-03-24 |
| | | | |||
* | | | Brazilian Portuguese language update | Victor Westmann | 2013-03-24 |
| | | | |||
* | | | upgrade jQuery scripts | Andreas Gohr | 2013-03-24 |
| | | | | | | | | | | | | | | | | | | jQuery 1.9.0 had a bug in replaceWith() that got fixed in 1.9.1 - to ensure compatibility I upgraded the whole suite to their current releases. | ||
* | | | removed unsused translation file | Dominik Eckelmann | 2013-03-19 |
| | | | |||
* | | | fixed lithuanian language file | Dominik Eckelmann | 2013-03-19 |
| | | | |||
* | | | removed unused string in km translation | Dominik Eckelmann | 2013-03-18 |
| | | | |||
* | | | Merge pull request #200 from splitbrain/fetchissues | Andreas Gohr | 2013-03-18 |
|\ \ \ | | |/ | |/| | correct parenthesis in image crop calculations to ensure integer values | ||
| * | | correct parenthesis in image crop calculations to ensure integer values | Christopher Smith | 2013-03-18 |
|/ / | |||
* | | Merge pull request #196 from NEOhidra/master | Andreas Gohr | 2013-03-17 |
|\ \ | | | | | | | BG: language update | ||
| * | | Bulgarian language update | Kiril LastName | 2013-03-06 |
| | | | |||
| * | | Language files: insignificant fixes | Kiril LastName | 2013-03-06 |
| | | | |||
* | | | Merge pull request #197 from splitbrain/FS2743 | Andreas Gohr | 2013-03-17 |
|\ \ \ | | | | | | | | | Redirect only in the show action to namespace start pages FS#2743 | ||
| * | | | Redirect only in the show action to namespace start pages FS#2743 | Michael Hamann | 2013-03-08 |
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When the current page id ends with ":" (or "/" with useslash enabled) DokuWiki tries to find the start page of namespaces automatically and then redirects to this page. The target of the redirect is always the show action regardless if the current request contains another action or is an ajax request. In practice you can get this problem when your search query ends with ":" (e.g. because you want to match a namespace), then you are redirected to the show action. This change completely disables the redirect when $ACT is undefined or the current action is not "show". | ||
* | | | Merge pull request #198 from alexandrujuncu/master | Andreas Gohr | 2013-03-17 |
|\ \ \ | |_|/ |/| | | Correct diacritics in Romanian language files. | ||
| * | | Fix Romanian language files by replacing cedilla-below characters with the ↵ | Alexandru Juncu | 2013-03-13 |
|/ / | | | | | | | correct comma-below ones. | ||
* | | Simplified Chinese language update | lainme | 2013-03-11 |
| | | |||
* | | Esperanto language update | Robert Bogenschneider | 2013-03-11 |
| | | |||
* | | typo fix | Andreas Gohr | 2013-03-11 |
| | | |||
* | | French language update | Bruno Veilleux | 2013-03-11 |
| | | |||
* | | Traditional chinese language update | 日向小郎 | 2013-03-11 |
| | | |||
* | | increased copyright year in wiki:dokuwiki | Anika Henke | 2013-03-09 |
| | | |||
* | | fixed use of removed plugin function in revert plugin (FS#2744) | Anika Henke | 2013-03-09 |
|/ | |||
* | Release preparations | Guy Brand | 2013-03-06 |
| | |||
* | Merge pull request #191 from splitbrain/FS2634 | Anika Henke | 2013-03-03 |
|\ | | | | | Fix page tools display with images disabled FS#2634 |