History log of /plugin/sqlite/ (Results 101 – 125 of 262)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
c3af792019-Jul-2019 Robert Surý <rsurycz@seznam.cz>

translation update

01036aa523-Jun-2019 Kalle Sommer Nielsen <kalle@php.net>

translation update

f862eb4120-Mar-2019 Andreas Gohr <andi@splitbrain.org>

Version upped

c3b1b4b320-Mar-2019 Andreas Gohr <andi@splitbrain.org>

fix testing

07bd4b4331-Aug-2018 HokkaidoPerson <dosankomali@yahoo.co.jp>

translation update

b45e005413-Jul-2018 zhouzheng <zztime@sina.com>

translation update

07aff1d430-Apr-2018 Domingo Redal <docxml@gmail.com>

translation update

7f52168a25-Apr-2018 Andreas Gohr <andi@splitbrain.org>

Version upped

a2d1a32727-Mar-2018 Michael Große <grosse@cosmocode.de>

fix: resolve php7.2 warning if $data is false

38bbe3a918-Jan-2018 Davor Turkalj <turki.bsc@gmail.com>

translation update

0873ee8008-Dec-2017 Michael Bohn <mjbohn@gmail.com>

translation update

bfd85bfc06-Dec-2017 Coen Eisma <info@coeneisma.nl>

translation update

c6859a9921-Nov-2017 Szymon Olewniczak <solewniczak@rid.pl>

current version can be "0", so me must use identical comprasion operator

1facec4020-Nov-2017 Nicolas Friedli <nicolas@theologique.ch>

translation update

0aa2389828-Oct-2017 Aleksandr Selivanov <alexgearbox@yandex.ru>

translation update

0dbd1d4c10-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.

b5c1c7e214-Jul-2017 Tor Härnqvist <tor@harnqvist.se>

translation update

95d6529809-Mar-2017 Andreas Gohr <andi@splitbrain.org>

Version upped

b82a54bb25-Feb-2017 kuma <kuma000@qq.com>

translation update

fe4abcc303-Feb-2017 Andreas Gohr <andi@splitbrain.org>

added admin icon

33ad44ef15-Nov-2016 Andreas Gohr <andi@splitbrain.org>

Version upped

fd4bcce915-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 ...

2476775401-Nov-2016 Andreas Gohr <gohr@cosmocode.de>

added test for serializing

f74da4e301-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 ...

143ee3f611-Oct-2016 Arne Hanssen <arne.hanssen@getmail.no>

translation update

1234567891011