| d2dde00e | 14-Oct-2018 |
Dmytro Marchenko <dmytro.marchenko1989@gmail.com> |
translation update |
| 74307f6f | 13-Oct-2018 |
Phy <git@phy25.com> |
ensure dokuwiki tmpl's pagetool focus is properly displayed and set (#2366)
- make use of :focus-within, consistently showing all items with :focus and :hover - blur the focus to visually "close the
ensure dokuwiki tmpl's pagetool focus is properly displayed and set (#2366)
- make use of :focus-within, consistently showing all items with :focus and :hover - blur the focus to visually "close the pagetool menu" after clicking
show more ...
|
| 226545d1 | 13-Oct-2018 |
Riccardo <riccardo.furlato@gmail.com> |
translation update |
| 7848880f | 11-Oct-2018 |
Adolfo Jayme Barrientos <fito@libreoffice.org> |
translation update |
| ea78ef0a | 27-Sep-2018 |
José Vieira <jmsv63@gmail.com> |
translation update |
| 1759e999 | 19-Sep-2018 |
Masoud Sadrnezhaad <masoud@sadrnezhaad.ir> |
translation update |
| f25f0dfc | 15-Sep-2018 |
no credits taken <someone@cambodia.kh> |
translation update |
| fbdd6dea | 12-Sep-2018 |
Aleksandr Selivanov <alexgearbox@yandex.ru> |
translation update |
| b7e25b8c | 11-Sep-2018 |
Vyacheslav Strenadko <vyacheslav.strenadko@gmail.com> |
translation update |
| cdefa10b | 10-Sep-2018 |
Aaron Zhou <iradio@163.com> |
translation update |
| e33254ec | 08-Sep-2018 |
Andy <astolker@icloud.com> |
translation update |
| 357862ac | 28-Aug-2018 |
qezwan <qezwan@gmail.com> |
translation update |
| f6095b17 | 24-Aug-2018 |
Salif Mehmed <salif13mehmed@gmail.com> |
translation update |
| fe41ef51 | 16-Aug-2018 |
WIRESLINKEA <wireslinkea@gmail.com> |
translation update |
| 60de77bc | 11-Aug-2018 |
lempel <riverlempel@hotmail.com> |
translation update |
| 045f64ab | 04-Aug-2018 |
Khalid <khalid.aljahil@gmail.com> |
translation update |
| b1efb9eb | 01-Aug-2018 |
Aleksandr Selivanov <alexgearbox@yandex.ru> |
translation update |
| d443762b | 27-Jul-2018 |
Andreas Gohr <andi@splitbrain.org> |
deprecated JSON class
JSON is natively supported since years. This makes 2145bd4c56435f829a19aad843172f8ddffbc69b obsolete again. |
| 65a878f9 | 26-Jul-2018 |
mahir <mahirtakak@gmail.com> |
translation update |
| 3409ba76 | 21-Jul-2018 |
Andreas Gohr <andi@splitbrain.org> |
fixed popularity plugin
The callback needs to be public |
| e62a3a2d | 20-Jul-2018 |
Andreas Gohr <andi@splitbrain.org> |
reference existing proper progress gif. fixes #2441 |
| f8b8d045 | 02-Jul-2018 |
Peter 'Pessoft' Kolínek <github@pessoft.com> |
Fix missing ui-bg_glass_95_fef1ec_1x400.png and be/jquery.ui.datepicker.js for jquery |
| ca549e41 | 26-Jun-2018 |
Andreas Gohr <gohr@cosmocode.de> |
removed accidental merges of outdated translations |
| 018871f4 | 19-Jun-2018 |
Brend Wanders <brend@13w.nl> |
Change `const` use to `var` for Safari 9 (on iOS)
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 upgra
Change `const` use to `var` for Safari 9 (on iOS)
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.
show more ...
|
| b78f68bc | 15-Jun-2018 |
Andreas Gohr <andi@splitbrain.org> |
some small fixes for PSR2 |