c3af7920 | 19-Jul-2019 |
Robert Surý <rsurycz@seznam.cz> |
translation update |
01036aa5 | 23-Jun-2019 |
Kalle Sommer Nielsen <kalle@php.net> |
translation update |
f862eb41 | 20-Mar-2019 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
c3b1b4b3 | 20-Mar-2019 |
Andreas Gohr <andi@splitbrain.org> |
fix testing |
07bd4b43 | 31-Aug-2018 |
HokkaidoPerson <dosankomali@yahoo.co.jp> |
translation update |
b45e0054 | 13-Jul-2018 |
zhouzheng <zztime@sina.com> |
translation update |
07aff1d4 | 30-Apr-2018 |
Domingo Redal <docxml@gmail.com> |
translation update |
7f52168a | 25-Apr-2018 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
a2d1a327 | 27-Mar-2018 |
Michael Große <grosse@cosmocode.de> |
fix: resolve php7.2 warning if $data is false |
38bbe3a9 | 18-Jan-2018 |
Davor Turkalj <turki.bsc@gmail.com> |
translation update |
0873ee80 | 08-Dec-2017 |
Michael Bohn <mjbohn@gmail.com> |
translation update |
bfd85bfc | 06-Dec-2017 |
Coen Eisma <info@coeneisma.nl> |
translation update |
c6859a99 | 21-Nov-2017 |
Szymon Olewniczak <solewniczak@rid.pl> |
current version can be "0", so me must use identical comprasion operator |
1facec40 | 20-Nov-2017 |
Nicolas Friedli <nicolas@theologique.ch> |
translation update |
0aa23898 | 28-Oct-2017 |
Aleksandr Selivanov <alexgearbox@yandex.ru> |
translation update |
0dbd1d4c | 10-Oct-2017 |
Szymon Olewniczak <solewniczak@imz.re> |
add import/export to admin interface
Sometimes I need access to my sqlite databases on a hosting where I don't have the file-level access. This import/export feature is very helpful in this case. |
b5c1c7e2 | 14-Jul-2017 |
Tor Härnqvist <tor@harnqvist.se> |
translation update |
95d65298 | 09-Mar-2017 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
b82a54bb | 25-Feb-2017 |
kuma <kuma000@qq.com> |
translation update |
fe4abcc3 | 03-Feb-2017 |
Andreas Gohr <andi@splitbrain.org> |
added admin icon |
33ad44ef | 15-Nov-2016 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
fd4bcce9 | 15-Nov-2016 |
Andreas Gohr <gohr@cosmocode.de> |
Added event on migration
This new event allows plugins to act when a database migration is executed. This makes it possible to do more complex migrations that require more than just SQL.
The BEFORE
Added event on migration
This new event allows plugins to act when a database migration is executed. This makes it possible to do more complex migrations that require more than just SQL.
The BEFORE event is executed before the migration file is applied. The default action is to apply that file and increase the dbversion field in the opts table. When an event prevents the default, the proper result has to be set! When the result is true, the dbversion is increased and any additional migrations are run. When the result is false, the migration process is aborted.
The AFTER event is only triggered after the migration file has been applied or the BEFORE event set a truish result. At the AFTER time, the dbversion has already been increased.
show more ...
|
24767754 | 01-Nov-2016 |
Andreas Gohr <gohr@cosmocode.de> |
added test for serializing |
f74da4e3 | 01-Nov-2016 |
Andreas Gohr <gohr@cosmocode.de> |
make sure that the plugin remains serializable
this is achived by not serializing the DB connection ressource, but instead reinitializing it on wakeup.
See https://github.com/cosmocode/dokuwiki-plu
make sure that the plugin remains serializable
this is achived by not serializing the DB connection ressource, but instead reinitializing it on wakeup.
See https://github.com/cosmocode/dokuwiki-plugin-struct/issues/173
show more ...
|
143ee3f6 | 11-Oct-2016 |
Arne Hanssen <arne.hanssen@getmail.no> |
translation update |