Uwe Steinmann
b05a7f2ba5
add method rewriteReceiptLog()
2017-03-03 22:07:15 +01:00
Uwe Steinmann
e9c029e8fc
fix syntax error
2017-02-28 17:12:27 +01:00
Uwe Steinmann
6e9b840e45
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
2017-02-28 17:06:58 +01:00
Uwe Steinmann
c32a2e7f53
Merge branch 'seeddms-5.0.x' into seeddms-5.1.x
2017-02-28 09:19:11 +01:00
Uwe Steinmann
310ebf8708
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
2017-02-28 09:19:01 +01:00
Uwe Steinmann
4cc7bfca20
make sql state more compatible across databases
2017-02-28 09:17:25 +01:00
Uwe Steinmann
5cf7611304
Merge branch 'seeddms-5.0.x' into seeddms-5.1.x
2017-02-28 09:10:27 +01:00
Uwe Steinmann
c7fbcb80c8
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
2017-02-28 09:10:14 +01:00
Uwe Steinmann
b6d63b8705
make LIMIT in sql more database independent
2017-02-28 09:08:20 +01:00
Uwe Steinmann
3635b92edb
fix sql for add user when pwdexpiration has a date
2017-02-28 08:00:45 +01:00
Uwe Steinmann
5bbce8ffee
Merge branch 'seeddms-5.0.x' into seeddms-5.1.x
2017-02-28 07:31:26 +01:00
Uwe Steinmann
0319621497
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
2017-02-28 07:13:13 +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
eab6552788
start new version 5.1.1
2017-02-28 06:35:36 +01:00
Uwe Steinmann
fea676c1d4
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
2017-02-24 19:07:23 +01:00
Uwe Steinmann
c6567b2f90
Merge branch 'seeddms-5.0.x' into seeddms-5.1.x
2017-02-24 13:49:37 +01:00
Uwe Steinmann
b9a7f622d1
remove backticks in sql statement
...
for some strange reason a select `document` ... UNION select `document`
will result in a php array where '`document`' and not 'document' is
the key. This makes getTimeline() fail.
2017-02-24 13:46:58 +01:00
Uwe Steinmann
8d7c8a0bdf
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
2017-02-22 13:22:51 +01:00
Uwe Steinmann
5b3ff3e4df
Merge branch 'seeddms-5.0.x' into seeddms-5.1.x
2017-02-22 12:33:20 +01:00
Uwe Steinmann
2ef1a5896f
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
2017-02-22 11:40:20 +01:00
Uwe Steinmann
473118b7bb
new version 4.3.33
2017-02-22 11:31:59 +01:00
Uwe Steinmann
b03fcc5b6a
fix versions
2017-02-21 06:20:03 +01:00
Uwe Steinmann
7fc7ffd708
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
2017-02-21 06:16:32 +01:00
Uwe Steinmann
71892eba6c
new version 5.1.0
2017-02-20 20:10:05 +01:00
Uwe Steinmann
864c56b54a
Merge branch 'seeddms-5.0.x' into seeddms-5.1.x
2017-02-20 18:05:34 +01:00
Uwe Steinmann
09ef3a86ba
new version 5.0.10
2017-02-20 17:43:51 +01:00
Uwe Steinmann
fa5721c2cb
Merge branch 'seeddms-6.0.x-postgres' into seeddms-6.0.x
2017-02-20 17:38:35 +01:00
Uwe Steinmann
4c794381e6
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
2017-02-20 17:34:43 +01:00
Uwe Steinmann
283c51b193
print_r detailed error msg
2017-02-20 17:11:37 +01:00
Uwe Steinmann
a18b3c6879
add sql statement for pgsql in TableList()
2017-02-20 17:11:37 +01:00
Uwe Steinmann
bfbd845bab
add sql code for creating temp tables ttreceiptid and ttrevisionid
2017-02-20 17:11:37 +01:00
Uwe Steinmann
50919f40c1
add sql for creating temp tables ttreviewid and ttapproveid
2017-02-20 17:11:37 +01:00
Uwe Steinmann
1a03adebbd
add create of temp table ttstatid
2017-02-20 17:11:37 +01:00
Uwe Steinmann
2c775b560f
add creation of temp table ttcontentid
2017-02-20 17:11:37 +01:00
Uwe Steinmann
7467df155d
fix getInsertID() for identifier in upper/lower case
2017-02-20 17:11:37 +01:00
Uwe Steinmann
cafdd457c8
pass tablename to getInsertID()
2017-02-20 17:11:37 +01:00
Uwe Steinmann
0239edd4ee
adjust date function to postgresql
2017-02-20 17:11:37 +01:00
Uwe Steinmann
c55b595ae9
pass tablename to getInsertID(), add pgsql as new db driver
2017-02-20 17:11:37 +01:00
Uwe Steinmann
52deebbf6e
Merge branch 'seeddms-5.0.x-attachment' into seeddms-5.1.x
2017-02-20 15:37:44 +01:00
Uwe Steinmann
19f77a37c8
add missing changes which got lost during last rebase
2017-02-20 15:33:15 +01:00
Uwe Steinmann
606effb759
fix sql to retrieve attachments
2017-02-20 15:24:06 +01:00
Uwe Steinmann
32d484a924
remove mergeAccessList()
2017-02-20 15:21:06 +01:00
Uwe Steinmann
75f21ddf02
add filterDocumentFiles()
2017-02-20 15:21:06 +01:00
Uwe Steinmann
2b154cc468
set pwdExpiration to null
2017-02-20 15:01:58 +01:00
Uwe Steinmann
534e93d7d9
new version 5.1.0
2017-02-20 08:55:29 +01:00
Uwe Steinmann
5921b1e731
set default value for pwdExpiration when unsetting it
2017-02-18 07:38:26 +01:00
Uwe Steinmann
a5e984587d
add getDriver() which returns the database driver
2017-02-18 07:37:45 +01:00
Uwe Steinmann
e320d4a376
add sql statement for pgsql in TableList()
2017-02-16 15:27:01 +01:00
Uwe Steinmann
ff486fdcd9
fix sql error
2017-02-16 15:27:01 +01:00