| ef9dc9b8 | 14-Dec-2015 |
Erial <erial2@gmail.com> |
translation update |
| 92561717 | 10-Dec-2015 |
sagi <sagiyosef@gmail.com> |
translation update |
| 6e2d09ae | 07-Dec-2015 |
Werner Flamme/WKDV <werner.flamme@ufz.de> |
Adapt .htaccess files for Apache 2.4 |
| ec98a822 | 27-Nov-2015 |
Amnuay <amnuay@gmail.com> |
translation update |
| 7a112df5 | 27-Nov-2015 |
Andreas Gohr <andi@splitbrain.org> |
add ignoreacl parameter to tpl_include_page #1369
This is needed to accomodate for the change in page_findnearest() |
| c7b8d977 | 27-Nov-2015 |
Andreas Gohr <andi@splitbrain.org> |
use constant instead of magic number |
| 8eca974c | 27-Nov-2015 |
Andreas Gohr <andi@splitbrain.org> |
remove unused token login. closes #1376
The token login was introduced for the flash uploader. Since it has been removed there is no need for this code anymore. |
| ce949263 | 27-Nov-2015 |
Andreas Gohr <andi@splitbrain.org> |
autoloader needs return, plugins should be required not included |
| 13c37900 | 27-Nov-2015 |
Andreas Gohr <andi@splitbrain.org> |
streamline zlib checking #1410
Instead of having various function_exists checks all over the place, this introduces the constants DOKU_HAS_GZIP and DOKU_HAS_BZIP. All non-3rdparty parts of the code
streamline zlib checking #1410
Instead of having various function_exists checks all over the place, this introduces the constants DOKU_HAS_GZIP and DOKU_HAS_BZIP. All non-3rdparty parts of the code using gz* functions should now check if zlib is actually available.
show more ...
|
| 4a0b7669 | 27-Nov-2015 |
Andreas Gohr <andi@splitbrain.org> |
make sure zlib exists when trying to use gzip_output #1410 |
| 7c54867c | 25-Nov-2015 |
Garfield <garfield_550@outlook.com> |
translation update |
| 1f6acd00 | 15-Nov-2015 |
Jaroslav Lichtblau <jlichtblau@seznam.cz> |
translation update |
| 97115ef3 | 13-Nov-2015 |
Guilherme Cardoso <guicardoso@gmail.com> |
translation update |
| 5ab701af | 05-Nov-2015 |
solohazlo <solohhazlo@gmail.com> |
translation update |
| 2df1b3b1 | 01-Nov-2015 |
Aleksandr Selivanov <alexgearbox@yandex.ru> |
translation update |
| 844aec66 | 29-Oct-2015 |
Michael Große <grosse@cosmocode.de> |
Deactivate XSS-Protection during preview
The motivation is to work around/fix issue #1182.
Using a CSP-Header did not work.
ToDo: - [ ] Implement a check for Chrome only. |
| 8821b86a | 28-Oct-2015 |
Dominik D. Geyer <dominik.geyer@gmail.com> |
fix typo in German translation |
| b20eed15 | 18-Oct-2015 |
David Stone <dstone@cbs.com> |
fix error |
| 8a58013e | 18-Oct-2015 |
David Stone <dstone@cbs.com> |
Optimizations to autoloader
Autoloader should return true if it can handle the class so other registered autoloader don't execute.
require is faster than require_once and should be safe to use sinc
Optimizations to autoloader
Autoloader should return true if it can handle the class so other registered autoloader don't execute.
require is faster than require_once and should be safe to use since the autoloader won't run if the class already exists
show more ...
|
| cc529468 | 12-Oct-2015 |
Michael Hamann <michael@content-space.de> |
Add an ACL check in page_findnearest, fix #1369
This means that templates that use this function will no longer display pages like sidebars that can't be accessed by the current user. |
| 5b571377 | 25-Sep-2015 |
Andreas Gohr <andi@splitbrain.org> |
add convenience function for empty check without 0
This allows to quickly check if a variable is empty but keeps strings and numbers evaluating to zero. |
| c2243b78 | 16-Sep-2015 |
Marius van Witzenburg <info@mariusvw.com> |
Use empty instead of isset, due REMOTE_USER should not be empty. |
| be4223af | 31-Aug-2015 |
Michael Große <grosse@cosmocode.de> |
TagCloseElements conform to inherited expectations
Throwing an exception on request for an id or attribute breaks several functions like $form->findPositionByAttribute.
See issue #1312 |
| 0ec7373d | 11-Sep-2015 |
Marius van Witzenburg <info@mariusvw.com> |
Fixed undefined error in html_denied() |
| e1e937e5 | 10-Sep-2015 |
Andreas Gohr <gohr@cosmocode.de> |
sort admin plugins alphabetically
Sorting by the sort number is too confusing since those are assigned independently by different authors |