Commit graph

7 commits

Author SHA1 Message Date
onli afb90f5e94 vgwort 0.4.3: Do not store Zählmarkencode with ; at the end 2020-09-23 21:52:46 +02:00
onli 2dabdd9dc1 vgwort 0.4.2: Make it work with current zählmarken file format 2020-09-21 20:30:00 +02:00
Thomas Hochstein 97710ea9fb [event_vgwort] Fix location of EN language file.
Signed-off-by: Thomas Hochstein <thh@inter.net>
2019-08-17 22:48:21 +02:00
Thomas Hochstein 0bced8b29f vgwort: Some fixes. (#97)
* Change type of UNIQUE columns to VARCHAR.

MySQL can't work with UNIQUE constraints on
BLOB or TEXT columns: "MySQL Error 1170 (42000):
BLOB/TEXT Column Used in Key Specification
Without a Key Length".

Public and private counter identifiers have
a fixed length of 32, so use VARCHAR(32)
instead.

Signed-off-by: Thomas Hochstein <thh@inter.net>

* Requires at least s9y 2.2.1-alpha1.

That's the first release containing
"info_more", see s9y/Serendipty#511

Signed-off-by: Thomas Hochstein <thh@inter.net>

* Fix typo.

MySQL comparisions use "=", not "==".

Signed-off-by: Thomas Hochstein <thh@inter.net>

* Internationalisation.

Signed-off-by: Thomas Hochstein <thh@inter.net>

* Fix typo.

String concatenation is done using ".=", not
"+=".

Signed-off-by: Thomas Hochstein <thh@inter.net>

* Bump version, add ChangeLog.

Signed-off-by: Thomas Hochstein <thh@inter.net>

* Drop "unofficial" from name.

Signed-off-by: Thomas Hochstein <thh@inter.net>
2019-08-05 18:27:42 +02:00
onli 6b0e5538c8 0.3.2: Fix error in entry list, blocked entry counter 2019-02-10 16:11:17 +01:00
onli d9f1c99199 vgwort: update to 0.3.1
compatibility with new broken csv format, fix entry list counter listing
2018-10-07 19:48:01 +02:00
onli 4d0516fd12 Release unofficial vgwort plugin 2018-10-07 19:40:08 +02:00