summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge pull request #201 from splitbrain/fetchissuesChristopher Smith2013-04-07
|\ | | | | process a crop as a resize when possible
| * don't resize images when resize dimensions match native image dimensionsChristopher Smith2013-03-22
| |
| * avoid creating an intermediate crop image when the final image will match a ↵Christopher Smith2013-03-19
| | | | | | | | resize
* | Merge pull request #199 from splitbrain/authcompChristopher Smith2013-04-07
|\ \ | | | | | | backward compatibility for old authtype settings
| * \ Merge pull request #210 from splitbrain/authcomp_msgChristopher Smith2013-04-07
| |\ \ | | | | | | | | mechanism supporting "authtype deprecated" message for superusers only
| | * | change nomenclature from 'show' to 'allow' (fn from canshow to allowed)Christopher Smith2013-04-07
| | | |
| | * | for completeness (& defensive coding), test ['show'] against MSG_PUBLIC in ↵Christopher Smith2013-04-01
| | | | | | | | | | | | | | | | case its redefined to a non-zero value
| | * | restrict 'authtype deprecated' alert to superusers onlyChristopher Smith2013-04-01
| | | |
| | * | add capability to restrict recipients of dokuwiki 'msg' alerts. This is ↵Christopher Smith2013-04-01
| |/ / | | | | | | | | | useful where message is added to the queue before authentication is initialized
| * | backward compatibility for old authtype settingsGuy Brand2013-03-17
| | |
* | | Merge pull request #206 from lupo49/masterAndreas Gohr2013-04-07
|\ \ \ | | | | | | | | install.php: Add pack() to required functions (FS#2761)
| * | | install.php: Added pack() to required DokuWiki PHP functions (FS#2761)lupo492013-03-31
| | | |
* | | | Merge pull request #209 from lupo49/localizationAndreas Gohr2013-04-07
|\ \ \ \ | | | | | | | | | | de/de-informal language updates for several components.
| * | | | de/de-informal: config plugin - Clean up the TOC in the configuration page / ↵lupo492013-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, authpgsqllupo492013-03-31
| |/ / /
* | | | fixed rfc interwiki urlAnika Henke2013-04-05
| | | |
* | | | Dutch language updateAndré Koot2013-04-04
| | | |
* | | | Brazilian Portuguese language updateVictor Westmann2013-04-04
| | | |
* | | | Latvian language updateAivars Miška2013-04-04
| | | |
* | | | Chinese language update이명진2013-04-04
| | | |
* | | | Korean language update이명진2013-04-04
| | | |
* | | | fixed info/error messages in RTL languagesAnika Henke2013-04-03
| | | |
* | | | Add missing jQuery-UI image and update update scriptMichael Hamann2013-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 headerAndreas Gohr2013-03-24
| | |
* | | stream select parameters need to be reset for each callAndreas Gohr2013-03-24
| | |
* | | German (informal) language updateFrank Loizzi2013-03-24
| | |
* | | Korean language update이명진2013-03-24
| | |
* | | Brazilian Portuguese language updateVictor Westmann2013-03-24
| | |
* | | upgrade jQuery scriptsAndreas Gohr2013-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 fileDominik Eckelmann2013-03-19
| | |
* | | fixed lithuanian language fileDominik Eckelmann2013-03-19
| | |
* | | removed unused string in km translationDominik Eckelmann2013-03-18
| | |
* | | Merge pull request #200 from splitbrain/fetchissuesAndreas Gohr2013-03-18
|\ \ \ | | |/ | |/| correct parenthesis in image crop calculations to ensure integer values
| * | correct parenthesis in image crop calculations to ensure integer valuesChristopher Smith2013-03-18
|/ /
* | Merge pull request #196 from NEOhidra/masterAndreas Gohr2013-03-17
|\ \ | | | | | | BG: language update
| * | Bulgarian language updateKiril LastName2013-03-06
| | |
| * | Language files: insignificant fixesKiril LastName2013-03-06
| | |
* | | Merge pull request #197 from splitbrain/FS2743Andreas Gohr2013-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#2743Michael Hamann2013-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/masterAndreas Gohr2013-03-17
|\ \ \ | |_|/ |/| | Correct diacritics in Romanian language files.
| * | Fix Romanian language files by replacing cedilla-below characters with the ↵Alexandru Juncu2013-03-13
|/ / | | | | | | correct comma-below ones.
* | Simplified Chinese language updatelainme2013-03-11
| |
* | Esperanto language updateRobert Bogenschneider2013-03-11
| |
* | typo fixAndreas Gohr2013-03-11
| |
* | French language updateBruno Veilleux2013-03-11
| |
* | Traditional chinese language update日向小郎2013-03-11
| |
* | increased copyright year in wiki:dokuwikiAnika Henke2013-03-09
| |
* | fixed use of removed plugin function in revert plugin (FS#2744)Anika Henke2013-03-09
|/
* Release preparationsGuy Brand2013-03-06
|
* Merge pull request #191 from splitbrain/FS2634Anika Henke2013-03-03
|\ | | | | Fix page tools display with images disabled FS#2634