Uwe Steinmann
4021d62cb3
better error handling in addDocumentFile()
2020-04-14 17:06:38 +02:00
Uwe Steinmann
c6924de065
init $lasterror before calling hook
2020-03-25 08:05:41 +01:00
Uwe Steinmann
c6f85fc6e9
fix call of hooks, add new variable 'lasterror'
2020-03-25 08:04:39 +01:00
Uwe Steinmann
25b979d9ef
start new version 5.1.16
2020-03-04 17:51:25 +01:00
Uwe Steinmann
6bf6a4b582
start new version 5.1.15
2020-02-17 12:57:48 +01:00
Uwe Steinmann
80ca2a7174
remove debug echo
2020-02-13 13:25:35 +01:00
Uwe Steinmann
30ca5c71cd
new method SeedDMS_Document_Content::repair, restore old getPath() behaviour
...
getPath() didn't return a single '.' in the fileType
2020-02-11 07:45:30 +01:00
Uwe Steinmann
23b994ac23
add new Iterator class
...
not used yet
2020-02-06 11:34:08 +01:00
Uwe Steinmann
699152d95b
use getDMS() instead of accessing _dms
2020-01-10 14:48:14 +01:00
Uwe Steinmann
61f1ddbd08
minimize number of sql statements
...
add new method getInstanceByData(), get folders and documents from
first sql statement which fetches the subfolders and documents of
a folder instead of fetching each single document and folder.
2019-12-13 09:03:44 +01:00
Uwe Steinmann
c06ec0de2e
more documentation in SeedDMS_Core_DocumentContent::verifyStatus()
2019-10-17 07:40:01 +02:00
Uwe Steinmann
d1a8546f1f
fix comment
2019-10-17 07:18:51 +02:00
Uwe Steinmann
f2e7063a56
better documentation of SeedDMS_Core_DocumentContent::verifyStatus
2019-10-17 07:09:08 +02:00
Uwe Steinmann
ae4a65e8bc
discard fileType if just '.'
2019-10-01 14:05:29 +02:00
Uwe Steinmann
712a504d9b
remove debug output
2019-08-27 14:13:03 +02:00
Uwe Steinmann
4767bf69d0
new version 5.1.13
2019-08-08 09:37:33 +02:00
Uwe Steinmann
078847ab9b
fix line indenting
2019-08-08 09:04:58 +02:00
Uwe Steinmann
99238a34f4
run decorators, new method isType(), use $this instead of self::
2019-08-08 08:43:20 +02:00
Uwe Steinmann
f9eabdb252
run decorators, new method isType(), do not access variable _dms anymore
2019-08-08 08:42:02 +02:00
Uwe Steinmann
cebf0e3796
add generic decorator class
2019-08-08 08:41:12 +02:00
Uwe Steinmann
9a0b6c4d3d
add methods for setting and getting decorators
2019-08-08 08:39:53 +02:00
Uwe Steinmann
4a7d572f95
add method isType(), make functions explicitly public
2019-08-07 08:10:05 +02:00
Uwe Steinmann
ba9f4ba749
rename SeedDMS_Core_Folder::empty to emptyFolder
2019-07-17 10:50:52 +02:00
Uwe Steinmann
e71c9c2e4e
fix sql statement for searching when setting a limit
2019-07-16 20:16:50 +02:00
Uwe Steinmann
c5e6131c14
use getVersion() instead of accessing _version which is now protected
2019-07-12 16:39:44 +02:00
Uwe Steinmann
d11887311c
declare variables in SeedDMS_Core_DocumentContent
2019-07-11 17:14:56 +02:00
Uwe Steinmann
c9d9bf6c7b
new function and controller for emptying a folder
2019-07-02 08:47:12 +02:00
Uwe Steinmann
d18a3389bc
sіmplify and possibly fix method isDescendant()
2019-07-01 13:06:08 +02:00
Uwe Steinmann
536067200e
add method isDescendant()
2019-07-01 13:05:40 +02:00
Uwe Steinmann
164282cfb9
add new method hasSubFolderByName(), fix hasDocumetByName()
...
hasDocumetByName() returned a positiv integer if documents of the folder
has been loaded before.
2019-07-01 10:46:27 +02:00
Uwe Steinmann
86c03d3ee4
check if $orderby is set before using it
2019-06-26 18:02:26 +02:00
Uwe Steinmann
b8bc69bb11
add sorting by name,date for documents in search()
2019-06-26 18:01:53 +02:00
Uwe Steinmann
3e4d90fe91
parameters for search() can be an array, add support for sorting the output
2019-06-26 13:38:39 +02:00
Uwe Steinmann
b3a2e0bb32
search() sorts hits by name
2019-06-26 11:47:34 +02:00
Uwe Steinmann
eccbc5ebd6
start new version 5.1.12
2019-06-24 11:55:24 +02:00
Uwe Steinmann
7485dbba15
use only first char of $orderby
2019-06-24 11:46:25 +02:00
Uwe Steinmann
f8841e670e
start new version 5.1.11
2019-05-02 16:56:00 +02:00
Uwe Steinmann
9729d211eb
add missing `` in sql statement
2019-02-13 06:38:56 +01:00
Uwe Steinmann
8545b89d95
log file pointer can be set by calling a method
2019-01-11 09:17:26 +01:00
Uwe Steinmann
7060484594
check if next transitions exists
2018-11-23 21:00:01 +01:00
Uwe Steinmann
53a742b082
start new version 5.1.10
2018-11-16 08:16:45 +01:00
Uwe Steinmann
c5778b2d44
take out old code
2018-10-11 12:39:36 +02:00
Uwe Steinmann
148f37a54c
new optional parameter for getReadAccessList()
...
if set guest will be returned as well
2018-08-07 11:10:46 +02:00
Uwe Steinmann
951ca85e96
call hook onCheckAccessFolder and pass $context
2018-07-12 22:01:40 +02:00
Uwe Steinmann
abdbaf5de0
pass context in getAccessMode() to onCheckAccessDocument hook
2018-07-12 22:01:04 +02:00
Uwe Steinmann
34255ecded
add callback onCheckAccessDocument(), reload workflow
2018-07-12 21:10:16 +02:00
Uwe Steinmann
9d1a17fe87
start new version 5.1.9
2018-07-03 06:45:20 +02:00
Uwe Steinmann
952a1ad1fa
turn some passed vars into integer if they are expected
...
some where used in an sql statement and could be used for sql injection
2018-06-27 18:51:59 +02:00
Uwe Steinmann
535a91db7e
getNotifyList() can also return disable user
2018-06-20 20:41:16 +02:00
Uwe Steinmann
8f62039994
do not use views
2018-04-12 12:33:06 +02:00
Uwe Steinmann
70015878d0
search() returns false in case of an error
2018-04-12 12:32:32 +02:00
Uwe Steinmann
2413da8c0b
start new version 5.1.8
2018-04-05 17:28:00 +02:00
Uwe Steinmann
798a4b99b3
new version 5.1.7
2018-04-05 16:30:06 +02:00
Uwe Steinmann
c539693288
fix name for log files
2018-04-03 10:57:29 +02:00
Uwe Steinmann
cfec7323d7
add hooks on[Post|Pre]RemoveFromDatabaseFolder
...
on[Post|Pre]RemoveFolder is called before and after any removal
2018-03-07 12:22:35 +01:00
Uwe Steinmann
7e4514c450
onPreRemoveDocument hook returns when return value is a boolean
2018-03-07 12:21:22 +01:00
Uwe Steinmann
f392e35072
fix search for attribute values if value is passed as string
2018-02-22 19:11:25 +01:00
Uwe Steinmann
c4addcd4aa
getStatistics() returns single values, add removeValue(), fix sql in getObjects()
2018-02-22 19:10:39 +01:00
Uwe Steinmann
fffdf0a0ba
optimize query for documents in search()
2018-02-21 15:33:47 +01:00
Uwe Steinmann
ad8d0d9bba
Merge branch 'seeddms-5.0.x' into seeddms-5.1.x
2018-02-20 06:38:22 +01:00
Uwe Steinmann
fc434419fe
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
2018-02-20 06:36:20 +01:00
Uwe Steinmann
71ac5428ca
fix wrong parameter comment of addDocument()
2018-02-20 06:35:48 +01:00
Uwe Steinmann
840feec9fa
Merge branch 'seeddms-5.0.x' into seeddms-5.1.x
2018-02-14 09:10:32 +01:00
Uwe Steinmann
922f6a0f7f
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
2018-02-14 09:09:49 +01:00
Uwe Steinmann
433cfa4ac4
SeedDMS_Core_DMS::search() finds documents without status log
2018-02-14 09:07:03 +01:00
Uwe Steinmann
7c98ede3fd
fix indenting which broke in last merge
2018-02-08 14:30:33 +01:00
Uwe Steinmann
3e5d744d6d
Merge commit '10896ca183a4fa0b30c02fca8831d2f5497e6a76' into seeddms-5.1.x
2018-02-08 09:25:45 +01:00
Uwe Steinmann
e5b215936a
add new method SeedDMS_Core_Folder::getDocumentsMinMax()
2018-02-07 09:51:20 +01:00
Uwe Steinmann
5ee7110597
started new version 5.1.6
2018-01-03 09:29:34 +01:00
Uwe Steinmann
97946893ee
getInstance() returns null if object was not found in database
2017-12-22 13:02:14 +01:00
Uwe Steinmann
3330085f51
getInstance() returns null if folder was not found in db
2017-12-22 13:01:38 +01:00
Uwe Steinmann
81536cb2fe
getInstance() returns null if document was not found in db
2017-12-22 13:00:51 +01:00
Sebastian Bartus-Kunz
f3daa6d0e2
Fixed wrong return object in getDocumentLink()
2017-12-20 16:12:32 +01:00
Uwe Steinmann
abd8b77b2f
check if document exists before adding it to result array
2017-12-19 10:46:42 +01:00
Uwe Steinmann
b0747e74f0
add optional parameter $limit and $offset to SeedDMS_Core_Folder::getSubFolders
2017-12-19 07:05:08 +01:00
Uwe Steinmann
c8ce5e9ea9
add optional parameters $limit and $offset to SeedDMS_Core_Folder::getDocuments()
2017-12-19 06:34:26 +01:00
Uwe Steinmann
476e2d15d5
remove bogus methods from SeedDMS_Core_DocumentCategory
2017-12-19 06:23:44 +01:00
Uwe Steinmann
da972bbc2b
fix SeedDMS_Core_DocumentFile::setDate()
2017-12-12 09:48:05 +01:00
Uwe Steinmann
a78747cc10
addDocumentFile() returns object of file, new method SeedDMS_Core_DocumentFile::setDate()
2017-12-12 09:33:13 +01:00
Uwe Steinmann
0640b39c85
check for === false after calling onPreRemoveDocument
2017-12-07 08:53:40 +01:00
Uwe Steinmann
b68cfe3893
add SeedDMS_Core_Document::transferToUser()
2017-12-05 18:31:04 +01:00
Uwe Steinmann
e3d1cc172b
add method to set name, comment, version, public flag of document files
2017-12-05 08:27:14 +01:00
Uwe Steinmann
822e6c13f2
add optional parameters to getDocumentsByCategory, new method countDocumentsByCategory
2017-12-04 15:22:48 +01:00
Uwe Steinmann
78f4d62e36
optimized code to get various document lists
2017-11-21 11:51:12 +01:00
Uwe Steinmann
8af798fe86
views instead of temp. tables can be used
2017-11-21 11:28:49 +01:00
Uwe Steinmann
b29f7b1e9c
add method getParent()
2017-11-21 11:28:18 +01:00
Uwe Steinmann
b6ce91c8ee
fix validation return value
2017-11-21 11:27:17 +01:00
Jörg Neugebauer
fd5f341cb9
SeedDMS_Core
2017-11-08 13:54:49 +01:00
Uwe Steinmann
4410868874
started new version 5.1.5
2017-11-07 06:43:25 +01:00
Jörg Neugebauer
3f2e24f80d
inc.ClassFolder.php
2017-10-28 14:28:12 +02:00
Jörg Neugebauer
ab73fe5298
inc.ClassDMS.php
2017-10-24 14:00:56 +02:00
Jörg Neugebauer
e1fc45b69a
inc.ClassDMS.php
2017-10-24 13:36:07 +02:00
Jörg Neugebauer
61382afc7b
inc.ClassAttribute.php
2017-10-24 12:44:22 +02:00
Jörg Neugebauer
2ab5db0c6d
inc.ClassObject.php
2017-10-24 12:12:38 +02:00
Jörg Neugebauer
b34b936b24
Einfügen DocBlock
2017-10-24 11:53:31 +02:00
Jörg Neugebauer
db678e08da
Einfügen DocBlock
2017-10-24 11:10:41 +02:00
Uwe Steinmann
f3ee2d495c
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
2017-10-06 18:08:35 +02:00
Uwe Steinmann
5bf132b170
add virtual access mode for links and attachments
2017-10-06 17:58:46 +02:00
Uwe Steinmann
89eeb98d82
add new method getDocumentsExpired()
2017-10-06 17:58:13 +02:00
Uwe Steinmann
0b8b92076a
remove linked files of a version if the version is deleted
2017-10-05 07:37:21 +02:00
Uwe Steinmann
f1f439af8c
add support for access restrictions on document content
2017-09-28 07:23:15 +02:00
Uwe Steinmann
031887de0a
add var noReadForStatus and method getLoggedInUser()
2017-09-28 07:21:08 +02:00
Uwe Steinmann
d5f79f5f7c
various small improvements back ported from 6.0.x
2017-09-27 18:36:59 +02:00
Uwe Steinmann
2c1374bea5
take out echo
2017-09-27 06:20:48 +02:00
Uwe Steinmann
4c5dc52fa0
Merge branch 'seeddms-5.0.x' into seeddms-5.1.x
2017-09-05 09:35:23 +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
14a10eaf22
add method getDocumentByOriginalFilename()
2017-08-28 13:44:42 +02:00
Uwe Steinmann
2e26504ae7
Merge branch 'seeddms-5.0.x' into seeddms-5.1.x
2017-08-22 06:22:28 +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
e53beb45f4
add comment in removeProcessWithoutUserGroup()
2017-08-03 21:48:55 +02:00
Uwe Steinmann
c5a67c2aeb
initial version of removeProcessWithoutUserGroup()
2017-08-03 21:41:03 +02:00
Uwe Steinmann
50e969452c
Merge branch 'seeddms-5.0.x' into seeddms-5.1.x
2017-08-02 17:41:04 +02:00
Uwe Steinmann
141895b80d
quote names in sql statements of getProcessesWithoutUserGroup()
2017-08-02 17:40:27 +02:00
Uwe Steinmann
d0b9084ad6
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
2017-08-02 17:32:12 +02:00
Uwe Steinmann
098f15202c
add method getProcessWithoutUserGroup()
...
checks for reviews/approvals which have lost its user or group
2017-08-02 17:30:54 +02:00
Uwe Steinmann
5396829d7f
take out echos
2017-07-31 14:23:16 +02:00
Uwe Steinmann
2a4b8ffcfc
remove from process only if status[review], status[approval] is not set
2017-07-31 14:17:41 +02:00
Uwe Steinmann
c32bff5074
separate removal of reviews and approval
2017-07-31 13:21:01 +02:00
Uwe Steinmann
58ddbca857
add new methods transferDocumentsFolders() transferEvents()
2017-07-31 11:25:33 +02:00
Uwe Steinmann
a0600573dc
add methods isMandatoryReviewerOf() and isMandatoryApproverOf()
2017-07-28 18:22:53 +02:00
Uwe Steinmann
d0ab0d0f9f
add option parameter $states to __removeFromProcesses()
...
restricts removal to certain approval/review states
2017-07-28 14:56:18 +02:00
Uwe Steinmann
cb17de44fc
getNotifyList() returns only users which are not disabled
2017-07-28 10:28:57 +02:00
Uwe Steinmann
d55d266731
add new methods to SeedDMS_Core_User
...
removeFromProcesses(), getWorkflowsInvolved(), getKeywordCategories()
2017-07-28 09:35:12 +02:00
Uwe Steinmann
a8a939cb3d
Merge branch 'seeddms-5.0.x' into seeddms-5.1.x
2017-07-17 17:59:56 +02:00
Uwe Steinmann
9ea079d580
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
2017-07-17 17:58:46 +02:00
Uwe Steinmann
de6564c7e9
fix sql statement for creating temp. tables ttreviewid and ttapproveid
2017-07-17 17:57:01 +02:00
Uwe Steinmann
a0651239dd
Merge branch 'seeddms-5.0.x' into seeddms-5.1.x
2017-07-13 18:03:15 +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
8531371f67
also take out ORDER BY in temp. tables for pgsql driver
2017-06-28 15:29:17 +02:00
Uwe Steinmann
1db5675990
Merge branch 'seeddms-5.0.x' into seeddms-5.1.x
2017-06-28 15:27:50 +02:00
Uwe Steinmann
4a590ef8e4
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
2017-06-28 15:11:29 +02:00
Uwe Steinmann
a2fc405eae
do not sort some temp. tables anymore
...
it causes an error if sql_mode=only_full_group_by is set in mysql
2017-06-28 14:59:29 +02:00
Uwe Steinmann
2471aab8cc
check for callback onAttributeValidate
2017-06-27 17:06:32 +02:00
Uwe Steinmann
93380ab261
add hook on(Pre|Post)RemoveContent
2017-06-24 07:15:37 +02:00
Uwe Steinmann
440c7032f0
add method getDocumentList(), limit number of duplicate contents to 1000
2017-05-12 18:08:56 +02:00
Uwe Steinmann
3c9c0b7e3a
check if onPreRemove[Document|Folder] returns bool or null
2017-05-12 08:16:05 +02:00
Uwe Steinmann
d55236f49d
SeedDMS_Core_DMS::filterDocumentFiles() returns file if author of doc
2017-04-24 16:47:57 +02:00
Uwe Steinmann
6a7e23375c
Merge branch 'seeddms-5.0.x' into seeddms-5.1.x
2017-03-23 18:08:23 +01: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
4265c965de
log all sql statements into file if log file is given
2017-03-23 17:27:31 +01:00
Uwe Steinmann
6bb6662de4
start new version 4.3.35
2017-03-23 15:39:18 +01:00
Uwe Steinmann
2fca40953d
Merge branch 'seeddms-5.0.x' into seeddms-5.1.x
2017-03-09 11:09:34 +01:00
Uwe Steinmann
233111e818
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
2017-03-09 11:09:23 +01:00
Uwe Steinmann
2e99b1ba38
rewrite...Log() can handle entries with none exiting users
2017-03-09 11:07:40 +01:00
Uwe Steinmann
4c6ce8218a
Merge branch 'seeddms-5.0.x' into seeddms-5.1.x
2017-03-08 11:34:17 +01:00
Uwe Steinmann
a528a3ce57
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
2017-03-08 11:33:05 +01:00
Uwe Steinmann
711520234d
retrieve complete document when checking for duplicates
2017-03-08 11:08:35 +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
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
Uwe Steinmann
01b6de8428
add getWorkflow()
2016-09-16 11:20:32 +02:00
Uwe Steinmann
53a277bb2b
add method rewriteWorkflowLog()
2016-09-16 11:18:47 +02:00
Uwe Steinmann
a5651d3ce6
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
2016-09-15 14:02:59 +02:00
Uwe Steinmann
4ccdcac7df
rewrite[Review|Approval]Log() copies file
2016-09-15 11:02:40 +02:00
Uwe Steinmann
f2eac265f9
force reload of workflow transitions after adding new transition
2016-09-07 16:48:05 +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
bf5ddaf9f7
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
2016-09-06 11:43:31 +02:00
Uwe Steinmann
8fd19944a4
getAttributes() orders attributes by attr def name
2016-09-06 11:31:03 +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
5215d0a230
search() searches in comment of document versions
2016-08-24 10:17:21 +02:00
Uwe Steinmann
727169d5ff
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
2016-07-28 08:07:00 +02:00
Uwe Steinmann
398244ab68
add $_comment as protected var, add some more documentation
2016-07-28 08:05:40 +02:00
Uwe Steinmann
6bebd3df5e
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
2016-07-27 21:10:31 +02:00
Uwe Steinmann
506e63f8d6
add fold marks
2016-07-27 08:29:52 +02:00
Uwe Steinmann
4196e11792
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
2016-07-04 21:13:41 +02:00
Uwe Steinmann
d7898f972e
new version 4.3.27
2016-07-04 09:17:35 +02:00
Uwe Steinmann
0afbcc73d8
fix some sql statements to work with mysql 5.7.5 ( Closes : #273 )
2016-07-04 09:11:50 +02:00
Uwe Steinmann
9fb4dfaa9b
start new version 5.0.4
2016-05-03 06:44:50 +02:00
Uwe Steinmann
129b725414
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
2016-05-03 06:32:54 +02:00
Uwe Steinmann
0b69ddb439
callbacks can have more than one user function
2016-04-26 12:06:41 +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
94c3b635a6
use classname from $dms->_classnames for SeedDMS_Core_DocumentContent
2016-04-08 15:55:52 +02:00
Uwe Steinmann
2c14ec295a
various minor clean ups
...
remove old code, add scope of variables, add additional comments
2016-04-07 08:29:35 +02:00
Uwe Steinmann
2045060f78
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
2016-04-04 08:59:28 +02:00
Uwe Steinmann
ae14f25d58
add more callbacks
2016-04-04 07:39:39 +02:00
Uwe Steinmann
d398f7733f
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
2016-03-23 12:34:50 +01:00
Uwe Steinmann
510e177391
fix setting multi value attributes for a version
2016-03-23 08:30:38 +01:00
Uwe Steinmann
0577fec1ba
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
2016-03-22 15:11:42 +01:00
Uwe Steinmann
826c9fca72
use __construct for constructor
2016-03-22 15:08:36 +01:00
Uwe Steinmann
9a319ef539
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
2016-03-09 08:06:37 +01:00
Uwe Steinmann
4c2fd6962a
new version 4.3.25
2016-03-09 08:01:31 +01:00
Uwe Steinmann
dc3958b456
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
2016-03-09 06:40:14 +01:00
Uwe Steinmann
ec8f40cf1f
rename getNotificationsByGroup() to getNotifications()
2016-03-08 14:56:27 +01:00
Uwe Steinmann
202d994e1c
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
2016-02-15 17:08:01 +01:00
Uwe Steinmann
69e0ae0b3d
get getDocumentsLocked() sets locking user in document
2016-02-15 15:14:42 +01:00
Uwe Steinmann
c01a84cfb7
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
2016-02-15 08:24:39 +01:00
Uwe Steinmann
3a47861a50
propperly returns false if operation fails in addGroup() and delGroup()
2016-02-15 08:04:38 +01:00
Uwe Steinmann
43c80a9f73
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
2016-02-10 11:48:19 +01:00
Uwe Steinmann
a8c98b5f72
add method getWorkflowStatus()
2016-02-10 10:32:27 +01:00
Uwe Steinmann
625462712d
replace comment in german, fix typo
2016-02-10 10:03:21 +01:00
Uwe Steinmann
d1ffd8db1a
fix getDocumentsByCategory()
...
didn't return the documents
2016-02-09 13:12:31 +01:00
Uwe Steinmann
0903eacb62
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
2016-02-08 12:46:59 +01:00
Uwe Steinmann
879a67ab84
getNotificationsBy[User|Group] uses the new methods in SeedDMS_Core_User and SeedDMS_Core_Group
2016-02-05 16:48:32 +01:00
Uwe Steinmann
e0de75d160
add method getNotifications()
2016-02-05 16:47:54 +01:00
Uwe Steinmann
d4deb0cc35
add method getNotifications()
2016-02-05 16:47:38 +01:00