| 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 |
| 67d812e0 | 07-Sep-2015 |
Marius van Witzenburg <info@mariusvw.com> |
Fixed undefined offset on $last_ope |
| 388939ba | 05-Sep-2015 |
Aleksandr Selivanov <alexgearbox@yandex.ru> |
translation update |
| f461b96d | 04-Sep-2015 |
Martin Michalek <michalek.dev@gmail.com> |
translation update |
| 06c9ee33 | 02-Sep-2015 |
Marius van Witzenburg <info@mariusvw.com> |
Fixed several undefined errors. |
| a51304ac | 28-Aug-2015 |
Kiril <neohidra@gmail.com> |
translation update |
| e066f532 | 27-Aug-2015 |
Liou, Jhe-Yu <lioujheyu@gmail.com> |
translation update |
| f43043c8 | 23-Aug-2015 |
Torpedo <dgtorpedo@gmail.com> |
translation update |
| f28fdf54 | 22-Aug-2015 |
Torpedo <dgtorpedo@gmail.com> |
translation update |
| 976b572a | 22-Aug-2015 |
Gerrit Uitslag <klapinklapin@gmail.com> |
add sizechange to wiki's global recent page |
| 53cba3d0 | 22-Aug-2015 |
Gerrit Uitslag <klapinklapin@gmail.com> |
reformatting |
| a023425b | 22-Aug-2015 |
Gerrit Uitslag <klapinklapin@gmail.com> |
reformating recent listing |
| 551be3f9 | 21-Aug-2015 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Display filesize changes in revisionlog
Reformat some bits of code apply some missing pieces also for first entry |
| ac3ed4af | 21-Aug-2015 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Store change of filesizes in revision log
Implements https://bugs.dokuwiki.org/index.php?do=details&task_id=2525 |