Commit Graph

29 Commits

Author SHA1 Message Date
steinm
4c5106e828 - do not set date in tblWorkflowDocumentWorkflow
- pass user to setWorkflow()
2013-01-24 16:46:12 +00:00
steinm
1c770f4e1d lots of new workflow functions 2013-01-24 08:29:58 +00:00
steinm
7ffabcc758 handle new field 'filesize' of document content 2012-12-19 10:26:44 +00:00
steinm
55dadb995a add comment above deprecated functions 2012-12-13 21:24:27 +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
581ed0417e - inherit from LetoDMS_Core_Object
- added attribute handling
2012-10-09 09:54:07 +00:00
steinm
8851520074 - do not pass true to getReviewStatus() getApprovalStatus() 2012-09-13 13:59:35 +00:00
steinm
1b2e450bb7 - fixed sql statement 2012-09-11 12:59:47 +00:00
steinm
912b7f5d42 - replace mktime() by time()
- better error checking
2012-08-28 07:29:39 +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
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
3ea8ab8e28 - replace NOW() by CURRENT_TIMESTAMP
- replace '(SELECT ...) UNION (SELECT ...) order by ...' by 'SELECT * FROM (SELECT ... UNION SELECT ...) order by ...'
2012-02-13 08:34:19 +00:00
steinm
797cc442fd - more documentation 2012-01-12 17:02:30 +00:00
steinm
bb47e2b412 - changed implementation of getDir() to support multi level content dirs 2011-12-08 19:30:27 +00:00
steinm
78495ab780 - lots of fixes of potential seurity holes (quote any string in sql statement) 2011-12-01 21:20:58 +00:00
steinm
303e9ed124 - added new field folderList in tblDocuments and tblFolders
- addes search for folders
2011-11-28 14:03:01 +00:00
steinm
816ff09d9d - added more documentation 2011-10-27 09:33:48 +00:00
steinm
acd9fa3fb3 - major update of functions setting and getting approvers/reviewers 2011-10-16 19:52:42 +00:00
steinm
e6db852725 - much more source code documentation
- removed obsolete parameter $sendEmail from some methods
- do not use temporary tables anymore
2011-10-12 06:18:28 +00:00
steinm
de84b295a5 - do not allow access if group was explicitly withdrawn any rights 2011-10-07 16:16:31 +00:00
steinm
afb4774ada - set expiration status properly 2011-07-20 16:44:38 +00:00
steinm
44278d35be - better error checking in verifyLastestContentExpriry() just in case the
latest content could not be found
2011-07-20 07:14:55 +00:00
steinm
02dc5e7215 - use highest access right if user is member of several groups 2011-04-08 20:45:27 +00:00
steinm
a2d719ef28 - added support for categories 2011-03-10 14:28:21 +00:00
steinm
d12aa54992 - reorganisation of pear package 2011-02-18 07:12:09 +00:00