Commit Graph

227 Commits

Author SHA1 Message Date
Uwe Steinmann
bde55c9875 Merge branch 'seeddms-4.3.x' into seeddms-5.0.x 2018-04-05 12:01:54 +02:00
Uwe Steinmann
1652d9a237 fetch all records from tblVersion
if not, the database will be locked when e.g. droping a table
2018-04-05 11:58:25 +02:00
Uwe Steinmann
4ba5db88e9 Merge branch 'seeddms-4.3.x' into seeddms-5.0.x 2017-09-05 09:32:03 +02:00
Uwe Steinmann
45d0c2618f start new version 4.3.37 2017-09-05 09:27:55 +02:00
Uwe Steinmann
c68c8b5e52 Merge branch 'seeddms-4.3.x' into seeddms-5.0.x 2017-08-22 06:22:16 +02:00
Uwe Steinmann
79869ff0cf minor fix when dropping a key 2017-08-22 06:22:05 +02:00
Uwe Steinmann
5e640ad42b Merge branch 'seeddms-4.3.x' into seeddms-5.0.x 2017-08-01 10:30:09 +02:00
Uwe Steinmann
64e75e8064 correct rootDir if not set propperly, set contentDir below rootDir 2017-08-01 10:22:42 +02:00
Uwe Steinmann
e029e8e55a Merge branch 'seeddms-4.3.x' into seeddms-5.0.x 2017-07-13 17:56:31 +02:00
Uwe Steinmann
b43200703b start new version 4.3.36 2017-07-11 18:12:31 +02:00
Uwe Steinmann
a001d32854 Merge branch 'seeddms-4.3.x' into seeddms-5.0.x 2017-03-23 17:43:39 +01:00
Uwe Steinmann
6bb6662de4 start new version 4.3.35 2017-03-23 15:39:18 +01:00
Uwe Steinmann
c73dc49a59 Merge branch 'seeddms-4.3.x' into seeddms-5.0.x 2017-02-28 07:15:01 +01:00
Uwe Steinmann
9f042ad037 fix output of errors 2017-02-28 07:14:46 +01:00
Uwe Steinmann
5bca4770d1 start new version 5.0.11 2017-02-28 07:09:30 +01:00
Uwe Steinmann
c3fea8b8bf new version 4.3.34 2017-02-28 06:39:32 +01:00
Uwe Steinmann
72e45f3320 make 'default' to 'DEFAULT' 2017-02-27 18:07:30 +01:00
Uwe Steinmann
1ff7367f8b Merge branch 'seeddms-4.3.x' into seeddms-5.0.x 2017-02-27 17:46:41 +01:00
Uwe Steinmann
9550a60891 lots of minor formating and explicitly setting default values
makes it easier to compare a dump with the desired schema
2017-02-27 17:44:36 +01:00
Uwe Steinmann
aaa5b4ace3 remove spaces at end of line 2017-02-27 17:06:52 +01:00
Uwe Steinmann
473118b7bb new version 4.3.33 2017-02-22 11:31:59 +01:00
Uwe Steinmann
09ef3a86ba new version 5.0.10 2017-02-20 17:43:51 +01:00
Uwe Steinmann
67c7d83a72 use bootstrap theme 2017-02-20 14:06:04 +01:00
Uwe Steinmann
3efdea76c0 add '`' around table name 2017-02-08 16:22:49 +01:00
Uwe Steinmann
d5dc6b125d Merge branch 'seeddms-4.3.x' into seeddms-5.0.x 2017-02-08 15:52:00 +01:00
Uwe Steinmann
72e7e2aa20 add missing '`', do not create empty category 2017-02-08 15:47:44 +01:00
Uwe Steinmann
3a411b8461 add missing '`', do not create empty category 2017-02-08 15:47:07 +01:00
Uwe Steinmann
c37910e473 Merge branch 'seeddms-4.3.x' into seeddms-5.0.x 2017-01-16 15:12:16 +01:00
Uwe Steinmann
b34ae57d0e move drop-tables-innodb.sql into install 2017-01-13 08:43:40 +01:00
Uwe Steinmann
deceea4494 new version 5.0.9 2017-01-12 21:05:15 +01:00
Uwe Steinmann
7e34053ece new version 4.3.32 2017-01-12 17:45:36 +01:00
Uwe Steinmann
2ed68b22d2 Merge branch 'seeddms-4.3.x' into seeddms-5.0.x 2016-11-08 11:39:02 +01:00
Uwe Steinmann
b3571c360b new version 4.3.31 2016-11-08 11:27:28 +01:00
Uwe Steinmann
e69fb26dcc prepare for new version 4.3.30 2016-10-07 16:11:29 +02:00
Uwe Steinmann
754d256532 prepare for next version 5.0.7 2016-10-07 16:10:49 +02:00
Uwe Steinmann
8881ad1e74 Merge branch 'seeddms-4.3.x' into seeddms-5.0.x 2016-09-06 14:49:22 +02:00
Uwe Steinmann
0977ed0a76 new version 4.3.29 2016-09-06 14:35:30 +02:00
Uwe Steinmann
05a7a897f2 Merge branch 'seeddms-4.3.x' into seeddms-5.0.x 2016-08-24 11:17:17 +02:00
Uwe Steinmann
6ab08983bb new version 4.3.28 2016-08-24 10:20:53 +02:00
Uwe Steinmann
7f7bb2926d Merge branch 'seeddms-4.3.x' into seeddms-5.0.x 2016-08-08 20:29:27 +02:00
Uwe Steinmann
5f1d38bba3 do not set TEXT field to default ''. Use NULL instead
mysql STRICT_TRANS_MODE does not allow it
2016-08-08 08:09:01 +02:00
Uwe Steinmann
284ee2bba1 set field of type 'text' to NULL instead of ''
mysql doesn't support setting '' in STRICT_TRANS_MODE
2016-08-08 08:03:38 +02:00
Uwe Steinmann
11f6ddef13 Merge branch 'seeddms-4.3.x' into seeddms-5.0.x 2016-07-14 07:01:55 +02:00
Uwe Steinmann
a964f20bdc fix migration sql statements
The changes still refer to the database used in mydms 1.7.2
2016-07-13 07:39:49 +02:00
Uwe Steinmann
d7898f972e new version 4.3.27 2016-07-04 09:17:35 +02:00
Uwe Steinmann
9fb4dfaa9b start new version 5.0.4 2016-05-03 06:44:50 +02:00
Uwe Steinmann
135f9c06f6 Merge branch 'seeddms-4.3.x' into seeddms-5.0.x 2016-04-22 16:49:11 +02:00
Uwe Steinmann
2ee76efedb new version 4.3.26 2016-04-22 16:46:56 +02:00
Uwe Steinmann
a287131154 Merge branch 'seeddms-4.3.x' into seeddms-5.0.x 2016-04-21 14:22:37 +02:00
Uwe Steinmann
78344f2c77 use bootstrap and much nicer layout 2016-04-21 14:22:12 +02:00