summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Brazilian Portuguese language updateVictor Westmann2013-04-15
|
* Finnish language updateOtto Vainio2013-04-15
|
* German language updateMartin Terber2013-04-15
|
* indexer.php: disable the GIF output only with debug parameter and allowdebugMichael Hamann2013-04-08
| | | | | | | Before this fix the debug parameter always prevent the GIF from being sent even though no actual debug information was returned unless the allowdebug configuration option was set. Now the GIF is only disabled if debugging is actually allowed.
* Merge pull request #203 from splitbrain/fetchissues3Christopher Smith2013-04-07
|\ | | | | prevent third-party requests from using fetch
| * add some dependency checks with test skips to fetch tests and tests which ↵Christopher Smith2013-03-22
| | | | | | | | use TestResponse::headers
| * add test for fetch using image tokensChristopher Smith2013-03-22
| |
| * update TestResponse class to return specific headers & status codes (with tests)Christopher Smith2013-03-22
| |
| * extend TestRequest class to test fetch & detail; add a test to check it doesChristopher Smith2013-03-22
| |
| * code changes in the rest of the code base to support testing fetchChristopher Smith2013-03-22
| |
| * refactor fetch to support unittestingChristopher Smith2013-03-22
| |
| * add a token to fetch urls requiring image resize/crop to prevent external ↵Christopher Smith2013-03-22
| | | | | | | | DDOS via fetch
* | 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