Uwe Steinmann
8a3aebf3cc
Merge branch 'seeddms-5.0.x' into develop
2015-08-05 17:02:13 +02:00
Uwe Steinmann
1e17c393bb
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
2015-08-05 16:57:07 +02:00
Uwe Steinmann
bc1eecc08c
add methods to rewrite approval and review log
2015-08-04 07:38:45 +02:00
Uwe Steinmann
53bac225fb
add SeedDMS_Core_Document::setDate()
2015-07-31 15:34:07 +02:00
Uwe Steinmann
01c30a0b8a
add new method rewriteStatusLog(), add option parameter date to
...
setStatus()
2015-07-31 15:30:35 +02:00
Uwe Steinmann
ecbdb4ea4a
use configured classname, remove old code
2015-07-15 22:28:31 +02:00
Uwe Steinmann
bd7a11f0b1
use configured classname in getInstance()
...
this will make sure that even getInstance in child classes defined
by an extension will return objects of the right class
2015-07-15 16:57:26 +02:00
Uwe Steinmann
de62d04129
fix some return values, use configured class names
2015-07-15 08:19:09 +02:00
Uwe Steinmann
463e94ee8a
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
...
Conflicts:
CHANGELOG
Makefile
SeedDMS_Core/Core/inc.ClassDMS.php
SeedDMS_Core/package.xml
inc/inc.Utils.php
inc/inc.Version.php
install/install.php
op/op.ApproveDocument.php
op/op.Login.php
op/op.RemoveDocumentLink.php
op/op.ReviewDocument.php
out/out.SetReviewersApprovers.php
views/bootstrap/class.Bootstrap.php
2015-06-30 07:05:27 +02:00
Uwe Steinmann
f7d695c015
some initial code to recursively merge access list (not used yet)
2015-06-29 10:28:10 +02:00
Uwe Steinmann
401e995df6
removing a version will also remove all references
...
references in tblTransmittalItems, tblDocumentRevisions and
tblDocumentRecievers were not removed
2015-06-26 12:21:48 +02:00
Uwe Steinmann
871ed870cc
add optional parameter $initstate to checkIn()
2015-06-24 20:34:40 +02:00
Uwe Steinmann
905bc9c140
add optional parameter cleasAccessList()
...
will turn off removal of notification
2015-06-19 15:25:25 +02:00
Uwe Steinmann
44bb62f413
add optional parameter cleasAccessList()
...
will turn off removal of notification
2015-06-19 15:25:20 +02:00
Uwe Steinmann
68d1816251
add optional parameter cleasAccessList()
...
will turn off removal of notification
2015-06-19 15:24:19 +02:00
Uwe Steinmann
75c8129185
add cleanNotifyList() which removes users/groups with read access
...
also adds an optional parameter $noclean to setDefaultAccess and
setInheritAccess which keeps the methods from cleaning up the
notifier list
2015-06-19 15:05:01 +02:00
Uwe Steinmann
870fb2d662
add cleanNotifyList() which removes users/groups with read access
...
also adds an optional parameter $noclean to setDefaultAccess and
setInheritAccess which keeps the methods from cleaning up the
notifier list
2015-06-19 15:04:50 +02:00
Uwe Steinmann
28bfe5c1d7
add cleanNotifyList() which removes users/groups with read access
...
also adds an optional parameter $noclean to setDefaultAccess and
setInheritAccess which keeps the methods from cleaning up the
notifier list
2015-06-19 15:02:37 +02:00
Uwe Steinmann
ee8ad500ce
setDefaultAccess() propperly removes notifier without read access
2015-06-19 12:55:57 +02:00
Uwe Steinmann
1f19d7daaf
setDefaultAccess() propperly removes notifier without read access
2015-06-19 12:55:51 +02:00
Uwe Steinmann
c4bea610cb
setDefaultAccess() propperly removes notifier without read access
2015-06-19 12:52:49 +02:00
Uwe Steinmann
34a7df9180
rename approveLogId to approveLogID
...
Conflicts:
views/bootstrap/class.ViewDocument.php
2015-06-12 12:46:03 +02:00
Uwe Steinmann
cc9f40997b
rename approveLogId to approveLogID
2015-06-12 12:43:54 +02:00
Uwe Steinmann
418da4cb52
rename approveLogId to approveLogID
2015-06-12 12:42:37 +02:00
Uwe Steinmann
5bac2e9a4e
manage file uploaded with review or approval
2015-06-11 21:32:45 +02:00
Uwe Steinmann
d55346ba0f
manage file uploaded with review or approval
2015-06-11 21:32:16 +02:00
Uwe Steinmann
5b40c64413
manage file uploaded with review or approval
2015-06-11 21:28:04 +02:00
Uwe Steinmann
325b91933d
new document status S_DRAFT, initial doc status can set
2015-06-02 10:00:15 +02:00
Uwe Steinmann
312e619fa6
take out echo, remove $limit parameter from getStatus()
...
The $limit parameter has not been used and if if was used, the
method would have returned false in many cases because the number
records would have been > 1
2015-06-01 17:33:12 +02:00
Uwe Steinmann
ed5a5bb069
fix typo in variable name
2015-06-01 14:01:23 +02:00
Uwe Steinmann
1a63dbb1de
unset $this->_status in SeedDMS_Core_DocumentContent::setStatus()
2015-05-30 07:35:27 +02:00
Uwe Steinmann
bcebca9c97
unset $this->_status in SeedDMS_Core_DocumentContent::setStatus()
2015-05-30 07:33:28 +02:00
Uwe Steinmann
e65c266831
add SeedDMS_Core_AddContentResultSet::setDMS(), fixed typo
2015-05-21 22:09:33 +02:00
Uwe Steinmann
448dc172d0
add functions to manage revising documents
2015-05-12 19:07:59 +02:00
Uwe Steinmann
0fab2df676
many changes on revision workflow
2015-05-11 09:29:34 +02:00
Uwe Steinmann
c2b2240238
pass on msg to setStatus() in verifyStatus()
2015-05-04 08:39:24 +02:00
Uwe Steinmann
b2027eb2d7
pass on msg to setStatus() in verifyStatus()
2015-05-04 08:39:18 +02:00
Uwe Steinmann
bda66d22dd
pass on msg to setStatus() in verifyStatus()
2015-05-04 08:38:46 +02:00
Uwe Steinmann
e47218eb32
add optional parameter $msg to
...
SeedDMS_Core_DocumentContent::verifyStatus()
set when method is called in removeWorkflow
2015-05-04 08:29:23 +02:00
Uwe Steinmann
6c35f106a4
add optional parameter $msg to
...
SeedDMS_Core_DocumentContent::verifyStatus()
set when method is called in removeWorkflow
2015-05-04 08:29:16 +02:00
Uwe Steinmann
6867d1dc87
add optional parameter $msg to
...
SeedDMS_Core_DocumentContent::verifyStatus()
set when method is called in removeWorkflow
2015-05-04 08:27:20 +02:00
Uwe Steinmann
8b065cf7ac
propperly clean checked out file in possible cases
...
previously the checked out file was not remove from the checkout area
if it was unchanged and checked in
2015-04-23 11:48:01 +02:00
Uwe Steinmann
1afd3102ab
fix parameter definition in comment
2015-04-23 11:26:00 +02:00
Uwe Steinmann
a590fec967
add revision workflow
2015-04-22 10:31:36 +02:00
Uwe Steinmann
62be2422d0
fix error in managing reviewers
2015-04-20 18:35:05 +02:00
Uwe Steinmann
68be1ad42e
fix lots of error for managing receiveLog
2015-04-20 18:33:42 +02:00
Uwe Steinmann
8824aa4624
add administration of recipients of documents
2015-04-20 13:43:40 +02:00
Uwe Steinmann
3dae5ec57a
add all methods to handle document checkout and checkin
2015-04-17 20:08:06 +02:00
Uwe Steinmann
7bc0b8947f
add sql statements to setOwner() for moving locks and checkouts
...
still commented out, but the idea is, that the user of a lock and checkout
of a document should also be changed if the document owner changes
2015-04-17 20:05:34 +02:00
Uwe Steinmann
72c3207a75
Merge branch 'seeddms-4.3.17' into develop
...
Conflicts:
Makefile
2015-03-30 16:40:24 +02:00