| d02ff930 | 18-Mar-2013 |
Christopher Smith <chris@jalakai.co.uk> |
correct parenthesis in image crop calculations to ensure integer values |
| e71b0ef7 | 17-Mar-2013 |
Guy Brand <gb@unistra.fr> |
backward compatibility for old authtype settings |
| 23ff1b47 | 13-Mar-2013 |
Alexandru Juncu <alexj@rosedu.org> |
Fix Romanian language files by replacing cedilla-below characters with the correct comma-below ones. |
| 421bfa82 | 11-Mar-2013 |
Robert Bogenschneider <robog@gmx.de> |
Esperanto language update |
| df60eba1 | 11-Mar-2013 |
Bruno Veilleux <bruno.vey@gmail.com> |
French language update |
| 5b84f8e9 | 11-Mar-2013 |
日向小郎 <syaoranhinata@gmail.com> |
Traditional chinese language update |
| 4e90caaa | 08-Mar-2013 |
Michael Hamann <michael@content-space.de> |
Redirect only in the show action to namespace start pages FS#2743
When the current page id ends with ":" (or "/" with useslash enabled) DokuWiki tries to find the start page of namespaces automatica
Redirect only in the show action to namespace start pages FS#2743
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".
show more ...
|
| 03583750 | 06-Mar-2013 |
Kiril LastName <neohidra@gmail.com> |
Bulgarian language update |
| 08b9e7ca | 06-Mar-2013 |
Kiril LastName <neohidra@gmail.com> |
Language files: insignificant fixes |
| add8678f | 01-Mar-2013 |
Andreas Gohr <andi@splitbrain.org> |
alternative fix for FS#2734 |
| 292f6d8b | 24-Feb-2013 |
lainme <lainme993@gmail.com> |
Simplified Chinese language update |
| d00152be | 24-Feb-2013 |
Lorenzo Radaelli <lorenzo@mfr-trade.it> |
Italian language update |
| b9b9b28b | 23-Feb-2013 |
Michael Hamann <michael@content-space.de> |
Fix double encoding in rss syntax FS#2731 |
| 00d58927 | 20-Feb-2013 |
Michael Hamann <michael@content-space.de> |
Fix remaining missing $INPUT uses FS#2577
This adds $INPUT in all places where it was still missing and available. $INPUT is now also used in places where using $_REQUEST/... was okay in order to ma
Fix remaining missing $INPUT uses FS#2577
This adds $INPUT in all places where it was still missing and available. $INPUT is now also used in places where using $_REQUEST/... was okay in order to make the code consistent.
show more ...
|
| 5737a81e | 20-Feb-2013 |
Michael Hamann <michael@content-space.de> |
Revert the search depth behavior changes from #154
This reverts parts of the changes from #154: Before merging the pull request, a depth of 1 returned just the pages in the root namespace. With the
Revert the search depth behavior changes from #154
This reverts parts of the changes from #154: Before merging the pull request, a depth of 1 returned just the pages in the root namespace. With the changes in the pull request, a depth of 1 also returned pages in subnamespaces of the root namespace (as it was also tested in the test case). This reverts this part of the changes and a depth of 1 returns just the pages in the root namespace again.
show more ...
|
| 6416b708 | 20-Feb-2013 |
Michael Hamann <michael@content-space.de> |
Fix handling of failed authentication loading
In the case of a failed authentication initialization, the authentication setup was simply continued with an unset $auth object. This restores the previ
Fix handling of failed authentication loading
In the case of a failed authentication initialization, the authentication setup was simply continued with an unset $auth object. This restores the previous behavior (before merging #141) of simply returning after unsetting $auth. Furthermore this re-introduces the check if $auth is set before checking $auth and removes a useless check if $auth is true (could never be false).
show more ...
|
| 64276bbc | 20-Feb-2013 |
arbrk1 <arbrk1@gmail.com> |
Update inc/template.php
changed nonexistant actionOk to actionOK |
| a4ce95c8 | 20-Feb-2013 |
Dominik Eckelmann <eckelmann@cosmocode.de> |
fixed auth_browseruid on IE9
IE9 send different HTTP_ACCEPT_LANGUAGE header on ajax request. This causes different results from auth_browseruid. This patch removes the HTTP_ACCEPT_LANGUAGE from the
fixed auth_browseruid on IE9
IE9 send different HTTP_ACCEPT_LANGUAGE header on ajax request. This causes different results from auth_browseruid. This patch removes the HTTP_ACCEPT_LANGUAGE from the browser id calculation.
show more ...
|
| 61efcda1 | 19-Feb-2013 |
Christopher Smith <chris@jalakai.co.uk> |
add security token back, but not for anonymous users |
| a02e0d0e | 18-Feb-2013 |
Christopher Smith <chris@jalakai.co.uk> |
remove security token from tpl_actiondropdown - its not necessary, we're not posting any system change |
| 7a4d121f | 18-Feb-2013 |
Christopher Smith <chris@jalakai.co.uk> |
change tpl_actiondropdown request method to 'get' |
| c33b315b | 18-Feb-2013 |
Anika Henke <anika@selfthinker.org> |
removed a bunch of functions which were deprecated in 2005/2006 |
| 7e87a794 | 17-Feb-2013 |
Christopher Smith <chris@jalakai.co.uk> |
fix missing 'subscribed' key |
| 91328684 | 17-Feb-2013 |
Michael Hamann <michael@content-space.de> |
Display media file size only if file exists (prevents PHP warning) |
| 3a4ea35c | 17-Feb-2013 |
Christopher Smith <chris@jalakai.co.uk> |
replace remaining hardcoded 'colspan' values with ->colspan |