Commit Graph

98 Commits

Author SHA1 Message Date
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
7ffabcc758 handle new field 'filesize' of document content 2012-12-19 10:26:44 +00:00
steinm
99669e8452 - added new method getUsedDiskSpace()
- handle quota
2012-12-19 10:24:58 +00:00
steinm
810dfc5923 - added new method getNoFileSizeDocumentContent()
- pass quota to constructor of LetoDMS_Core_User
2012-12-19 10:24:12 +00:00
steinm
95c0573d6f added methods filesize() and parse_filesize() 2012-12-19 10:18:21 +00:00
steinm
a0cc8fb01f added missing var $_intransaction 2012-12-19 10:07:34 +00:00
steinm
e6916f98d3 - added methods for transaction handling 2012-12-14 14:35:09 +00:00
steinm
449fb9c629 added new method hasSubFolders() 2012-12-13 21:25:21 +00:00
steinm
55dadb995a add comment above deprecated functions 2012-12-13 21:24:27 +00:00
steinm
84edc020ef do not group search result by tblFolders.id 2012-12-13 21:23:34 +00:00
steinm
d76d71893a - added some more documentation 2012-10-23 09:16:38 +00:00
steinm
1c82746c64 - use database transactions 2012-10-22 13:33:30 +00:00
steinm
39434519bb - added method getUnlinkedDocumentContent() which searches for
straying document content without a document
2012-10-22 10:50:49 +00:00
steinm
60a13c3cd8 - added methods for transaction handling 2012-10-22 06:26:30 +00:00
steinm
9637842007 - fixed stupid error in addDocumentCategory() 2012-10-13 19:20:40 +00:00
steinm
edb6486863 - inherit from LetoDMS_Core_Object
- handle attributes
- more documentation
2012-10-09 09:56:28 +00:00
steinm
581ed0417e - inherit from LetoDMS_Core_Object
- added attribute handling
2012-10-09 09:54:07 +00:00
steinm
ee1b9482d2 - added methods to manage attributes
- search in attributes
2012-10-09 09:53:11 +00:00
steinm
d00110f215 - new classes to manage attributes attached to folder, documents and document content 2012-10-09 09:47:33 +00:00
steinm
617654060e - do not pass paramter to LetoDMS_Folder::remove() 2012-10-05 19:46:32 +00:00
steinm
4ef312c599 - search can be filtered modification time of content 2012-10-05 19:45:57 +00:00
steinm
08e9f4da03 - do not search for keywords in folders
- removed some old code
2012-09-14 10:47:03 +00:00
steinm
8851520074 - do not pass true to getReviewStatus() getApprovalStatus() 2012-09-13 13:59:35 +00:00
steinm
5b3fd8cc57 - fixed comment 2012-09-11 13:16:18 +00:00
steinm
1b2e450bb7 - fixed sql statement 2012-09-11 12:59:47 +00:00
steinm
3658b08358 - prevent sql injection attacks 2012-09-11 12:58:30 +00:00
steinm
e87a32e6d0 - set dms of group object 2012-09-11 12:55:54 +00:00
steinm
258315b6be - fixed sql statement to insert a new user 2012-08-29 20:40:56 +00:00
steinm
c1462b7e73 - additional database driver based on PDO 2012-08-28 08:47:17 +00:00
steinm
1392e9fbf7 - delete entries from table tblUserPasswordRequest and tblUserPasswordHistory
when user is deleted
2012-08-28 07:48:59 +00:00
steinm
fa5bdbd753 - added new attributes $_pwdExpiration, $_loginFailures, $_isDisabled 2012-08-28 07:31:31 +00:00
steinm
43e7cb9d47 - replace mktime() by time()
- better error checking
2012-08-28 07:30:27 +00:00
steinm
912b7f5d42 - replace mktime() by time()
- better error checking
2012-08-28 07:29:39 +00:00
steinm
6f955f1b83 - added method getDocumentsLockedByUser($user)
- pass new parameters to constructor of LetoDMS_Core_User
2012-08-28 07:28:16 +00:00
steinm
0af1c8cec4 - replace ereg_replace() by preg_replace() 2012-07-18 12:06:47 +00:00
steinm
07b1a9bc67 - added debug mode 2012-05-08 08:05:37 +00:00
steinm
fe01a6e29b - if a document/folder has access rights based on a group, then the highest
access right will be used (not the one first assigned)
2012-05-08 08:04:50 +00:00
steinm
000ceaf1ac - some minor variable name changes to be more consistent 2012-04-26 20:26:56 +00:00
steinm
53c7829806 - no need to put '/' after LetoDMS_Document::getDir() 2012-04-11 11:30:58 +00:00
steinm
33e24bc749 - fixed bug in LetoDMS_Core_Document::getPath() 2012-03-28 06:32:14 +00:00
steinm
32e52884b7 - fixed nasty bug in getDir() 2012-03-22 07:03:10 +00:00
steinm
74d9cf4efe - took out debug code 2012-02-22 07:13:49 +00:00
steinm
849e1a8c2a - added missing documentation for parameter of method 2012-02-13 08:35:09 +00:00