Commit Graph

169 Commits

Author SHA1 Message Date
Uwe Steinmann
184c2bf62f more documentation and fold marks 2013-02-13 18:07:16 +01:00
steinm
f269f409b2 - new version 4.0.0pre4 2013-02-11 14:38:50 +00:00
steinm
0cd13b5bfa - new method getReadAccessList() replaces getApproversList() because
the name is more appropriate. Also fixed sql statement for sqlite3
2013-02-11 13:55:51 +00:00
steinm
2bf0f924cb - remove debug code 2013-02-11 07:48:22 +00:00
steinm
be42c51446 - minor fix of documentation 2013-02-11 07:47:52 +00:00
steinm
e32fbba991 - all methods ...ByName() return false if not name is passed 2013-02-11 07:46:02 +00:00
steinm
84ceabdb22 - added more documentation 2013-02-11 07:42:38 +00:00
steinm
f32de01d60 - added method checksum() 2013-02-08 15:05:24 +00:00
steinm
a1f71b7373 - added methods setDate() and setChecksum() 2013-02-08 15:04:49 +00:00
steinm
78cd9f4c8f - added method getNoChecksumDocumentContent() 2013-02-08 14:57:05 +00:00
steinm
8a3008b6c1 - units for format_filesize() must be KiB, MiB, etc. 2013-02-08 08:06:16 +00:00
steinm
a9851eed00 - abbreviation for kilo bytes is kB not KB 2013-02-08 07:28:02 +00:00
steinm
604fcb61e0 - new version 4.0.0pre3 2013-02-08 07:00:32 +00:00
steinm
a47af6ed37 - added missing method setDocumentStatus() 2013-02-07 16:59:20 +00:00
steinm
d9829ab784 - new version 4.0.0pre2 2013-02-06 14:04:39 +00:00
steinm
e9806fe8d0 - added documentation
- make === comparision instead of ==
2013-02-06 13:55:05 +00:00
steinm
6cab826d53 - take out echo statement 2013-02-06 13:53:20 +00:00
steinm
134ffcdc36 - make $type an optional parameter of getNotification() 2013-02-06 13:52:51 +00:00
steinm
44463faca9 - adopt to different return value of LetoDMЅ_Core_User::get[Review|Approval]Status
- setWorkflow() is run in a db transaction
- new methode LetoDMЅ_Core_Document::getUsedDiskSpace()
2013-02-06 13:52:11 +00:00
steinm
23bd930abf - fixed code documentation 2013-02-05 10:07:56 +00:00
steinm
24c824cfcd - delete entries from tblWorkflowTransitionGroups when group is deleted 2013-02-05 10:06:30 +00:00
steinm
ba82b5e68d - added methods getDocumentsLocked() and getDocuments()
- delete entries from tblWorkflowTransitionUsers if user is deleted
2013-02-05 09:09:53 +00:00
steinm
1d1c766606 - added more documentation 2013-02-05 09:05:13 +00:00
steinm
64f4961a50 - added scope of class variables 2013-02-04 09:27:24 +00:00
steinm
ce0c35d112 - added getWorkflowStatus() 2013-02-02 16:01:10 +00:00
steinm
9ae27c2537 - set timestamp in tblWorkflowDocumentContent when workflow is added 2013-02-02 15:55:24 +00:00
steinm
2f8e296236 - updated version to 4.0.0 2013-01-30 09:59:43 +00:00
steinm
beb82e94c8 - use CURRENT_TIMESTAMP instead of now() in createPasswordRequest() 2013-01-29 13:17:32 +00:00
steinm
4830c492ea - added defines for notification types 2013-01-28 10:44:13 +00:00
steinm
5ec44a82ff - added new method hasDocumentByName() which checks if a document with
the given name already exists in that folder
- initial support for notification types
2013-01-28 10:15:34 +00:00
steinm
eddf143d6b - initial support for notification types
- check for status S_IN_WORKFLOW before checking for approvers and reviewers
2013-01-28 10:14:13 +00:00
steinm
f147c04243 - no need to add 0 in $searchin array 2013-01-25 09:33:13 +00:00
steinm
c8cbd7d971 - delete getID() because the parent class provides it 2013-01-25 07:21:51 +00:00
steinm
4c5106e828 - do not set date in tblWorkflowDocumentWorkflow
- pass user to setWorkflow()
2013-01-24 16:46:12 +00:00
steinm
6211598ebf - added methods addWorkflowAction() and getWorkflowActionByName() 2013-01-24 16:43:39 +00:00
steinm
3bea844141 - added method addTransition() 2013-01-24 16:42:34 +00:00
steinm
12726382d0 - remove comment 2013-01-24 16:41:39 +00:00
steinm
ada7796ec2 - fixed incorrect date 2013-01-24 12:27:10 +00:00
steinm
827ab205ea new version 4.0.0pre1 2013-01-24 08:32:00 +00:00
steinm
1c770f4e1d lots of new workflow functions 2013-01-24 08:29:58 +00:00
steinm
f1947ae19b replaced 'var'
added methods delMandatoryWorkflow(), setMandatoryWorkflow(), getMandatoryWorkflow()
2013-01-24 08:29:30 +00:00
steinm
4e3173bbaf do not use 'var' anymore 2013-01-24 08:27:19 +00:00
steinm
2d628ef11b do not use 'var' anymore 2013-01-24 08:26:52 +00:00
steinm
d289750877 - do not use 'var' anymore
- added fold marks
2013-01-24 08:25:38 +00:00
steinm
27a34dff37 replaced 'var'
addDocument() has new parameter $workflow
parameter $attributes of addSubFolder() is optional
2013-01-24 08:25:01 +00:00
steinm
7bd6da1dcb do not use 'var' anymore 2013-01-24 08:23:24 +00:00
steinm
efcb0438e6 Lots of foldmarks
replaced old var keyword by protected
2013-01-24 08:22:36 +00:00
steinm
e0ebfbab5b - added new workflow management 2013-01-24 08:07:08 +00:00
steinm
6117a81b64 set version 4.0.0 2012-12-19 10:30:09 +00:00
steinm
7ffabcc758 handle new field 'filesize' of document content 2012-12-19 10:26:44 +00:00