- Nov 20, 2018
-
-
Jürgen authored
-
Katerina Katapodi authored
-
Katerina Katapodi authored
-
Katerina Katapodi authored
-
- Nov 14, 2018
-
-
Hakan authored
-
- Nov 12, 2018
-
-
Phy authored
Add links "plugins" & "templates" to intro_search.txt
-
- Nov 11, 2018
-
-
HokkaidoPerson authored
-
- Nov 10, 2018
- Nov 08, 2018
-
-
En Mathis authored
-
- Nov 06, 2018
-
-
Laurent Ponthieu authored
-
- Nov 03, 2018
-
-
HokkaidoPerson authored
-
HokkaidoPerson authored
-
- Oct 17, 2018
-
-
Schplurtz le Déboulonné authored
-
Schplurtz le Déboulonné authored
-
- Oct 14, 2018
-
-
Dmytro Marchenko authored
-
Dmytro Marchenko authored
-
- Oct 12, 2018
-
-
Riccardo authored
-
- Oct 11, 2018
-
-
Adolfo Jayme Barrientos authored
-
- Sep 27, 2018
-
-
José Vieira authored
-
- Sep 19, 2018
-
-
Masoud Sadrnezhaad authored
-
- Sep 15, 2018
-
-
no credits taken authored
-
- Sep 12, 2018
-
-
Aleksandr Selivanov authored
-
- Sep 11, 2018
-
-
Vyacheslav Strenadko authored
-
- Sep 10, 2018
-
-
Aaron Zhou authored
-
- Sep 08, 2018
-
-
Andy authored
-
- Aug 28, 2018
-
-
qezwan authored
-
- Aug 24, 2018
-
-
Salif Mehmed authored
-
- Aug 16, 2018
-
-
WIRESLINKEA authored
-
- Aug 10, 2018
-
-
lempel authored
-
- Aug 04, 2018
-
-
Khalid authored
-
- Aug 01, 2018
-
-
Aleksandr Selivanov authored
-
- Jul 27, 2018
-
-
mahir authored
-
- 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
-