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
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
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
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
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
Uwe Steinmann
7c84cc1b52
set pwdexpiration to null if no date is set
2017-02-16 15:27:01 +01:00
Uwe Steinmann
90cca10460
set pwdExpiration to NULL instead of '0000-00-00 ...'
2017-02-16 15:27:01 +01:00
Uwe Steinmann
0cf35641d1
add sql for creating temp tables ttreviewid and ttapproveid
2017-02-16 15:27:01 +01:00
Uwe Steinmann
0053213856
pass $dms to getSearchFields() and cast id to text
2017-02-16 15:27:01 +01:00
Uwe Steinmann
3da6d66ee1
add method castToText()
...
it takes a fieldname and returns it with a cast to 'text'
2017-02-16 15:27:01 +01:00
Uwe Steinmann
e020ebaf39
add create of temp table ttstatid
2017-02-16 15:27:01 +01:00
Uwe Steinmann
20491cd8e3
add creation of temp table ttcontentid
2017-02-16 15:27:01 +01:00
Uwe Steinmann
7ebd92d53a
add '"' arount sequence in getInsertID()
2017-02-16 15:27:01 +01:00
Uwe Steinmann
3bfeba738f
adjust date function to postgresql
2017-02-16 15:27:01 +01:00
Uwe Steinmann
307abdf493
pass tablename to getInsertID(), add pgsql as new db driver
2017-02-16 15:27:01 +01:00
Uwe Steinmann
502b5c5414
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
2017-02-16 15:26:46 +01:00
Uwe Steinmann
658d556c3d
getTimeline() checks also for new attachments
2017-02-16 15:01:20 +01:00
Uwe Steinmann
568e8a19e4
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
2017-02-15 08:24:08 +01:00
Uwe Steinmann
a16b58a9fa
set workflow in addContent() after initial status has been set
2017-02-15 08:23:34 +01:00
Uwe Steinmann
0d99ffc04b
add missing backticks
2017-02-14 21:12:50 +01:00
Uwe Steinmann
6cb83bec25
add missing backticks
2017-02-14 21:08:43 +01:00
Uwe Steinmann
83c498418b
add field to group by, because it will be selected
2017-02-14 12:24:55 +01:00
Uwe Steinmann
c34ea0ed02
add another field to group by, because it shall be selected
2017-02-14 12:21:58 +01:00
Uwe Steinmann
823e57c4c2
take out order field as it is not needed
2017-02-14 12:13:03 +01:00
Uwe Steinmann
0bba1445c9
fix case of identifiers in sql statement
2017-02-14 12:07:23 +01:00
Uwe Steinmann
90982d5774
add missing backticks in sql statement
2017-02-14 12:00:08 +01:00
Uwe Steinmann
e6e0611937
pwdexpiration can be 'never' or 'now'
2017-02-14 11:34:10 +01:00
Uwe Steinmann
586dffe403
setPwdExpiration() accepts keywords 'now' and 'never'
2017-02-14 11:24:11 +01:00
Uwe Steinmann
f251e30f5a
fix sql error
2017-02-14 08:38:57 +01:00
Uwe Steinmann
9c7605d40a
add method getSearchFields() ind ClassDocument and use in search()
2017-02-14 08:29:03 +01:00
Uwe Steinmann
f976bf0e83
check if temp table ttcontentid exists in sql statement
2017-02-14 07:15:14 +01:00
Uwe Steinmann
d9aaad16d3
add missing backticks around identifier in sql statement
2017-02-14 06:29:23 +01:00
Uwe Steinmann
0a6034a92e
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
2017-02-14 06:23:49 +01:00
Uwe Steinmann
0fbc5cc289
do not use x,y syntax in limit clause
2017-02-14 06:22:36 +01:00
Uwe Steinmann
f0b710b266
change fullname to fullName
2017-02-13 20:21:22 +01:00
Uwe Steinmann
28af59db73
remove double backticks in sql statement
2017-02-13 18:23:24 +01:00
Uwe Steinmann
a4eac8affc
remove double backticks in sql statement
2017-02-13 18:20:21 +01:00
Uwe Steinmann
572fabfd1a
add missing backticks around identifier
2017-02-13 18:16:24 +01:00
Uwe Steinmann
38ea469b12
add missing backticks
2017-02-13 12:48:54 +01:00
Uwe Steinmann
a65f4d56b5
add missing backticks around identifiers in sql statements
2017-02-13 12:47:15 +01:00
Uwe Steinmann
eae27d0646
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
2017-02-11 16:33:48 +01:00
Uwe Steinmann
290ab91fc7
use 'fullName' instead of 'fullname'
2017-02-11 16:32:09 +01:00
Uwe Steinmann
0229d329e3
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
2017-02-10 08:07:17 +01:00
Uwe Steinmann
c74caf1d43
fix sql statement in setOwner()
2017-02-10 08:06:22 +01:00
Uwe Steinmann
6e41c58beb
add backticks around identifier in sql statements
2017-02-10 08:04:19 +01:00
Uwe Steinmann
2f0cb09e31
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
2017-02-09 17:49:21 +01:00
Uwe Steinmann
fd5b5034db
add method rbt()
2017-02-09 16:45:58 +01:00
Uwe Steinmann
15d45dc493
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
2017-01-24 14:23:36 +01:00
Uwe Steinmann
6a43c85eb9
getUnlinkedDocumentContent, getNoFileSizeDocumentContent, getNoChecksumDocumentContent return only false if db query fails
2017-01-24 14:21:55 +01:00
Uwe Steinmann
47db85c175
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
2017-01-18 15:11:45 +01:00
Uwe Steinmann
8959a9e167
add searching for document id
2017-01-18 14:45:40 +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
57498f84a1
add optional parameter to filterDocumentLinks()
2017-01-16 12:59:02 +01:00
Uwe Steinmann
deceea4494
new version 5.0.9
2017-01-12 21:05:15 +01:00
Uwe Steinmann
950449ac04
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
2017-01-12 18:03:01 +01:00
Uwe Steinmann
7e34053ece
new version 4.3.32
2017-01-12 17:45:36 +01:00
Uwe Steinmann
229ae54234
order groups by name in getAccessList()
2017-01-10 17:53:52 +01:00
Uwe Steinmann
e80987de9a
order groups by name getAccessList()
2017-01-10 17:51:46 +01:00
Uwe Steinmann
a4bec45158
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
2016-11-22 10:28:29 +01:00
Uwe Steinmann
b3657b039a
rename check() to checkForCycles()
2016-11-18 08:40:49 +01:00
Uwe Steinmann
3459f18c72
add check for cycles in workflow
2016-11-18 08:38:46 +01:00
Uwe Steinmann
046f33f2e1
validate() is less strict on multi value attributes
...
if the attribute has just one value the leading separator can be
omitted
2016-11-14 11:26:26 +01:00
Uwe Steinmann
7d7bff7b22
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
2016-11-14 11:11:00 +01:00
Uwe Steinmann
a1f6bd9a7d
getAttributeValue() checks if value starts with seperator
2016-11-14 11:05:57 +01:00
Uwe Steinmann
530d75fdf0
getValueAsArray() checks if value starts with separator
...
new funtion parseValue()
2016-11-14 11:04:57 +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
f1f970b0e0
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
2016-11-02 18:13:18 +01:00
Uwe Steinmann
6c3a9c6734
add method getTransitions() to class SeedDMS_Core_Workflow[Action|State]
2016-11-02 17:57:23 +01:00
Uwe Steinmann
758ce0a24d
validate() returns early if error was found
2016-10-27 17:47:47 +02:00
Uwe Steinmann
f616256509
set check for boolean and date values, set more validation errors
2016-10-27 09:17:14 +02:00
Uwe Steinmann
11162ee2c5
add check for valid email address
2016-10-25 07:55:27 +02: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
e77bec4419
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
2016-10-07 16:08:56 +02:00
Uwe Steinmann
9bd1c111c8
clean up valueset in addAttributeDefintion()
...
will remove all spaces from each value in the valueset
2016-10-07 11:38:04 +02:00
Uwe Steinmann
e0880e8ebd
add new method getValueSetSeparator()
2016-10-07 11:37:35 +02:00
Uwe Steinmann
1541fc26ec
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
2016-10-06 15:27:52 +02:00
Uwe Steinmann
f1bd74426e
trim values in value set when retrieving it
2016-10-06 08:01:57 +02:00
Uwe Steinmann
aa62818e90
make sure $success has a value in validation method
2016-10-05 16:03:47 +02:00
Uwe Steinmann
e71f24f910
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
2016-10-05 13:34:40 +02:00
Uwe Steinmann
d41937735e
remove method login(), update documentation
2016-10-05 09:14:03 +02:00
Uwe Steinmann
9fca3c0302
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
2016-09-16 11:28:47 +02:00