- Aug 24, 2018
-
-
Salif Mehmed authored
-
- Aug 21, 2018
-
-
Andreas Gohr authored
Remove inc/lang/.htaccess as inc is already protected
-
- Aug 20, 2018
-
-
Peter 'Pessoft' Kolínek authored
-
- Aug 17, 2018
-
-
Andreas Gohr authored
When a remote resource exceeds the fetchsize but the remote server does not return a Content-Length, we read only the fetchsize amount of bytes but failed to detect that this was a partial read, thus a partial resource got cached. This fix will read fetchsize+1, which will then be correctly determined as too big and thrown away.
-
Andreas Gohr authored
Fix Locked-Page not showing page content
-
Michael Braun authored
While refactoring into inc/Action/Locked, the fall-through call to html_edit was missed. See 952acff9 This removed the edit box from the locked page, which is needed for users to get the page source or by etherpad lite plugin. This change re-adds the call to html_edit for the locked action. Signed-off-by:
Michael Braun <michael-dev@fami-braun.de>
-
- Aug 04, 2018
- Aug 02, 2018
-
-
Phy authored
Translation update (ru)
-
- Aug 01, 2018
-
-
Aleksandr Selivanov authored
-
- Jul 27, 2018
-
-
Andreas Gohr authored
from http://mike.teczno.com/JSON/JSON.phps This fixes a problem on PHP 7.2. However ultimately this class should be dropped in favor of the native json_decode/json_encode functions.
-
Andreas Gohr authored
This should fix a warning in PHP 7.3
-
mahir authored
-
- Jul 20, 2018
-
-
Andreas Gohr authored
-
Andreas Gohr authored
Add missing jquery content
-
- Jul 02, 2018
-
-
Peter 'Pessoft' Kolínek authored
-
- Jun 26, 2018
-
-
Andreas Gohr authored
removed safemode hack
-
Andreas Gohr authored
add logic if the server uses unlimited memory settings in is_mem_available()
-
Andreas Gohr authored
-
- Jun 21, 2018
-
-
Andreas Gohr authored
Fix .htaccess files for Apache 2.4 (and 2.2)
-
Andreas Gohr authored
Change `const` use to `var` for Safari 9 (on iOS)
-
- Jun 19, 2018
-
-
Brend Wanders authored
Safari 9 in iOS does not support the use of `const` in strict mode. Unfortunately, some of us are stuck with Safari 9 due to not being able to upgrade. I am a big fan of progressive enhancement, but because all javascript code is packed together and sent off to the client, this small incompatibility breaks all javascript for safari 9 browsers. Switching these two keywords makes everything work again. There are no other uses of `const` in the codebase as far as I can find. This change has little to no impact on anything else, but slighlty extends the range of supported browsers.
-
- Jun 17, 2018
-
-
Alexander Achenbach authored
Refer to module by suitable file name (mod_*.c). Test for mod_authz_core.c (instead of mod_authz_host.c) to properly detect Apache 2.4 and avoid false positive for Apache 2.2.
-
- Jun 15, 2018
-
-
Andreas Gohr authored
(Draft) Fix exception when actually viewing a draft of a page
-
- Jun 14, 2018
-
-
Michael Große authored
Not sure why this didn't show up sooner
-
Andreas Gohr authored
Better draft handling
-
- Jun 12, 2018
-
-
Elenchus authored
If memory is set to unlimited, then memory_limit will be -1, so set this to true in this case.
-
- Jun 11, 2018
-
-
Michael Große authored
-
Andreas Gohr authored
Add unittest for deleteUsers remote API call
-
Michael Große authored
Remote API calls should have some unittest as this test would have caught the bug that was introduced in 96d46bf4 and fixed in ebf17449
-
Andreas Gohr authored
The parameters passed to triggerUserMod() were wrong.
-
- Jun 09, 2018
-
-
Phy authored
Translation update (no)
-
- Jun 08, 2018
-
-
Christian McKenna authored
-
Michael Große authored
-
Michael Große authored
Plugins may want to add further fields to be present when saving drafts. Plugins may want to execute some js functionality that should be timed to the saved draft/refreshed lock. If a plugin does another init() to attach the dw_locktimer to its own editor, then the default callback would be added a second time, causing unexpected and undesired behavior. This includes the changes from the following commits: 6ef45cc1 6ca947f3 0fff419c 87bed8b6
-
Michael Große authored
This change is useful for plugins that may want to implement their own toolbar (and thus hide the default toolbar), but still would like to let the locktimer set the draft status.
-
- Jun 07, 2018
-
-
Michael Große authored
-
Andreas Gohr authored
Safemode has been removed in PHP 5.4.0. We finally no longer need to deal with this insanity.
-
- Jun 06, 2018
-
-
Andreas Gohr authored
Translation update (fy)
-
Thymo Baak authored
-