| 6ce3e5f8 | 14-Jul-2019 |
Andreas Gohr <andi@splitbrain.org> |
fixed some line length errors |
| f600e75a | 14-Jul-2019 |
Andreas Gohr <andi@splitbrain.org> |
ignore PSR2 in the old form class
This class needs to be replaced with dokuwiki\Form in the future. |
| 9eeeb775 | 14-Jul-2019 |
Andreas Gohr <andi@splitbrain.org> |
fix PSR2 error in switch statement |
| 6162eea8 | 09-Jul-2019 |
Aniol Marti <aniol@aniolmarti.cat> |
Also add the attributes conf param to metadata.php and to the Catalan and English langs |
| 4be0be3d | 08-Jul-2019 |
Aniol Marti <aniol@aniolmarti.cat> |
Add support for custom attributes in LDAP search |
| c526817e | 05-Jul-2019 |
Жељко Тодоровић <zeljko_todorovic@mail.com> |
translation update |
| 4668a01b | 05-Jul-2019 |
Жељко Тодоровић <zeljko_todorovic@mail.com> |
translation update |
| 837f79eb | 27-Jun-2019 |
Andreas Gohr <gohr@cosmocode.de> |
fixed bug in extension cli when installing multiple plugins |
| 662b410d | 18-Jun-2019 |
Martin <martin@andev.de> |
translation update |
| d344c074 | 17-Jun-2019 |
Phy <git@phy25.com> |
Cleanup styling cookie properly to exit preview
This is inspired by https://forum.dokuwiki.org/thread/14395 and should fix the problem described there (I did a local test which seems to work).
Prev
Cleanup styling cookie properly to exit preview
This is inspired by https://forum.dokuwiki.org/thread/14395 and should fix the problem described there (I did a local test which seems to work).
Previously styling cookie depends on `window.opener`. Since the popup should be on the same domain as the opener, and the popup's cookie domain is the same as the opener (DokuCookie is used), there is no need to rely on the opener to set the preview cookie. This change will ensure the preview cookie is cleared before the popup is closed, regardless of whether opener exists or not.
Also checks on whether opener exists are added as well.
show more ...
|
| 463a4b17 | 12-Jun-2019 |
Vitalie Ciubotaru <vitalie@ciubotaru.tokyo> |
translation update |
| 8cbc5ee8 | 10-Jun-2019 |
Andreas Gohr <andi@splitbrain.org> |
replaced deprecated utf8 functions
For now this uses full qualified namespaces, sensible imports may come later. |
| ffdb5936 | 09-Jun-2019 |
Andreas Gohr <andi@splitbrain.org> |
formatting cleanup
also avoids overlong line |
| 0a8df03f | 09-Jun-2019 |
Andreas Gohr <andi@splitbrain.org> |
mark old utf8 functions deprecated
Actually replacing all calls is still to come. |
| 10642856 | 08-Jun-2019 |
Rainbow Spike <Dr-Yukon@users.noreply.github.com> |
Fixed be/lang.php 'willexpire' - /п is not /n |
| 7ac5353d | 06-Jun-2019 |
Michaelsy <github@informantum.de> |
translation update |
| 58944d13 | 06-Jun-2019 |
Michaelsy <github@informantum.de> |
translation update |
| e38d6a5e | 06-Jun-2019 |
Rainbow Spike <Dr-Yukon@users.noreply.github.com> |
Update inc/lang/pt/lang.php - abnormal 'created' string length cutted |
| 5d00293d | 04-Jun-2019 |
Michael Aschauer <m@ash.to> |
Fix/Harmonize inconsistent Tag names that lead to reporting wrong dates. |
| 2e6e11ad | 31-May-2019 |
Andreas Gohr <andi@splitbrain.org> |
fix bug in style.ini initialization in StyleUtils |
| b9daa2f5 | 27-May-2019 |
Andreas Gohr <gohr@cosmocode.de> |
added filter to extension listing in CLI component |
| 27f63a23 | 21-May-2019 |
Andreas Gohr <andi@splitbrain.org> |
some more PSR2 cleanup
mostly overlong lines and more exclude patterns |
| 0da4ba1b | 20-May-2019 |
Andreas Gohr <andi@splitbrain.org> |
Some cleanup for the UTF-8 stuff
Docblocks, imports, etc... |
| f41bbe4c | 19-May-2019 |
Andreas Gohr <andi@splitbrain.org> |
Moved all utf8 methods to their own namespaced classes
This doesn't really change much since the old functions are still needed for compatibility reasons. We may be able to reduce the number of func
Moved all utf8 methods to their own namespaced classes
This doesn't really change much since the old functions are still needed for compatibility reasons. We may be able to reduce the number of functions by checking which ones we really need.
show more ...
|
| 13067778 | 19-May-2019 |
Andreas Gohr <andi@splitbrain.org> |
Create separate table files for UTF-8 handling
These will be loaded via include, later on and should be cachable by Op-Cache.
The formatting has been adjusted to have one entry per line to make dif
Create separate table files for UTF-8 handling
These will be loaded via include, later on and should be cachable by Op-Cache.
The formatting has been adjusted to have one entry per line to make diffing much easier in the future.
For now duplicate keys and commented code from the originals have been kept. But this should probably be cleaned up in the future.
For now these tables are not used, yet.
show more ...
|