- Jul 20, 2018
-
-
Andreas Gohr authored
-
- Jul 02, 2018
-
-
Peter 'Pessoft' Kolínek authored
-
- Jun 26, 2018
-
-
Andreas Gohr authored
-
- 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 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
-
-
Andreas Gohr authored
Safemode has been removed in PHP 5.4.0. We finally no longer need to deal with this insanity.
-
- May 22, 2018
-
-
Andreas Gohr authored
These shouldn't be there anymore since the plugins have been deleted
-
- May 18, 2018
-
-
Sebastian Engel authored
-
- May 16, 2018
-
-
Stefano authored
-
Martin Hořínek authored
-
Marian Banica authored
-
Michael Große authored
-
Michael Große authored
-
Michael Große authored
-
- May 13, 2018
-
-
HokkaidoPerson authored
-
- May 11, 2018
-
-
Andreas Gohr authored
authmysql and authpgsql were replaced by authpdo two releases ago.
-
- May 08, 2018
-
-
phallobst authored
-
- Apr 30, 2018
-
-
Tengiz authored
-
- Apr 27, 2018
-
-
Aleksandr Selivanov authored
-
- Apr 25, 2018
-
-
Jonáš Dyba authored
-
- Apr 24, 2018
-
-
phallobst authored
-
phallobst authored
-
Harriet Neitz authored
-
- Apr 23, 2018
-
-
damiano authored
-
Damien Regad authored
-
Michael Große authored
fixes #2330
-
Yuriy Skalko authored
-
- Apr 20, 2018
-
-
Schplurtz le Déboulonné authored
-
- Apr 19, 2018
-
-
Anika Henke authored
Punctuation is more natural, makes sense with CSS switched off and makes screenreaders add a little pause.
-
- Apr 17, 2018
-
-
Michael Bohn authored
-
Domingo Redal authored
-
Michael Große authored
This implements some of the changes discussed in #2314: 1. last mod and number of hits are on the same line and always shown 2. There is a class around the last mod string so it can be hidden/replaced by an icon 3. All items in the resultBody returned by the event are wrapped in `<dd>` tags to ensure validity. They get their array key as class 4. There is still a wrapper div around each result for styling purposes
-
Yuriy Skalko authored
-
- Apr 15, 2018
-
-
Anika Henke authored
Recent changes to the search results page added various divs to the pre-existing description list, which is invalid. This fixes that by a) removing a couple of unnecessary elements and b) interpret the 'last modified' line as another 'dd'.
-
- Apr 13, 2018
-
-
Davor Turkalj authored
-
- Apr 11, 2018
-
-
Andreas Gohr authored
shorter names are more in line with what we already use, makes less layout problems in the documentation and is easier to type when telling people about it.
-
- Mar 29, 2018
-
-
Michael Große authored
This should make their purpose more obvious.
-