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 |
|
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
|
6c188ebb93
|
- remove incluѕion of inc.DBAccess.php because it is include by Core.php
- do not use CONCAT_WS anymore, because sqlite3 doesn't know it
|
2012-02-13 08:31:01 +00:00 |
|
steinm
|
39220c5a8d
|
- added FIXME comment
|
2012-02-01 07:40:24 +00:00 |
|
steinm
|
315da16cd4
|
- fixed typo in documentation
|
2012-01-26 13:23:22 +00:00 |
|
steinm
|
d8a03bef7c
|
- fixed nasty bug in search(). $mode was used twice in function parameters
|
2012-01-17 08:36:08 +00:00 |
|
steinm
|
797cc442fd
|
- more documentation
|
2012-01-12 17:02:30 +00:00 |
|
steinm
|
76c9d403d4
|
- simplified code
|
2012-01-12 17:02:00 +00:00 |
|
steinm
|
6bb0bf3382
|
- fixed recursive call of removeDir() and copyDir()
|
2011-12-20 07:41:13 +00:00 |
|
steinm
|
bb47e2b412
|
- changed implementation of getDir() to support multi level content dirs
|
2011-12-08 19:30:27 +00:00 |
|
steinm
|
1b779360a5
|
- added setMaxDirID()
|
2011-12-08 18:36:57 +00:00 |
|
steinm
|
61b2126aff
|
- added new paramter $mode to search() to select if folders/documents shall
be search for
|
2011-12-06 12:31:20 +00:00 |
|
steinm
|
6e0df090c6
|
- call qstr() for name and comment
|
2011-12-03 16:20:05 +00:00 |
|
steinm
|
d332984803
|
- quote string for search query
|
2011-12-03 11:13:14 +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
|
dbc2e7a76e
|
- just different line breaking
|
2011-11-29 07:18:19 +00:00 |
|
steinm
|
c3c1694826
|
- added method qstr() to inc.DBAccess.php and use it class Session
|
2011-11-29 07:17:29 +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
|
e581b72c9c
|
- set default version to 3.3.0
|
2011-10-26 07:33:46 +00:00 |
|