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
|
40db3387de
|
- added header for phpdoc
|
2012-05-08 08:00:38 +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
|
19654a45a0
|
- updated date
|
2012-02-08 12:33:37 +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
|
5d355b8f6d
|
- new version 3.3.0-pre1
|
2011-12-21 12:15:38 +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
|
6a481a0893
|
- added changes for 3.2.0
|
2011-12-01 13:32:09 +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 |
|
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
|
1dd40106bb
|
- much more source code documentation
- do not use temporary tables anymore
|
2011-10-12 06:16:44 +00:00 |
|
steinm
|
2993cbfc3c
|
- SetFetchMode(ADODB_FETCH_ASSOC)
|
2011-10-12 06:15:39 +00:00 |
|
steinm
|
30e8dda0b7
|
- added more documentation
|
2011-10-10 14:08:52 +00:00 |
|
steinm
|
8dd133fe7a
|
- added function to create password change request
|
2011-10-10 14:08:24 +00:00 |
|
steinm
|
de84b295a5
|
- do not allow access if group was explicitly withdrawn any rights
|
2011-10-07 16:16:31 +00:00 |
|
steinm
|
bff6f66ca0
|
- added function getManagers()
|
2011-10-07 16:15:08 +00:00 |
|
steinm
|
56290a33fd
|
- added function getUserByEmail()
|
2011-10-07 16:14:31 +00:00 |
|
steinm
|
6117f30569
|
- updated date field
|
2011-07-23 12:31:42 +00:00 |
|
steinm
|
69fe39cf3f
|
- added some test scripts
|
2011-07-23 12:27:11 +00:00 |
|
steinm
|
6c366b20ac
|
- simplified mkDir
|
2011-07-23 12:25:37 +00:00 |
|
steinm
|
336f23293d
|
- getDocumentCategoriesByName() returns false if category was found
|
2011-07-22 20:48:31 +00:00 |
|
steinm
|
83bf0ad56c
|
- new version 3.2.0
|
2011-07-21 07:33:45 +00:00 |
|
steinm
|
63bf8505a8
|
- getDocumentCategoryByName() returns just one category
|
2011-07-20 16:47:09 +00:00 |
|
steinm
|
afb4774ada
|
- set expiration status properly
|
2011-07-20 16:44:38 +00:00 |
|
steinm
|
f9d8091d77
|
- removed lots of white space in empty lines
|
2011-07-20 07:17:18 +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
|
b51b5b0fd4
|
- changed license from bsd to gpl
|
2011-06-06 18:19:24 +00:00 |
|
steinm
|
558efc330f
|
- replace split() by preg_split()
|
2011-04-12 07:19:55 +00:00 |
|
steinm
|
643d1d7920
|
- get notifyList before using it
|
2011-04-12 07:19:06 +00:00 |
|
steinm
|
02dc5e7215
|
- use highest access right if user is member of several groups
|
2011-04-08 20:45:27 +00:00 |
|
steinm
|
5051bb80dc
|
- fixed parameters of makeTimeStamp()
|
2011-04-08 16:11:05 +00:00 |
|
steinm
|
e4b475371b
|
- added missing function isAdmin()
|
2011-03-23 13:29:07 +00:00 |
|
steinm
|
0df18f1a01
|
- make check for table tblVersion case insensitive
|
2011-03-23 13:28:17 +00:00 |
|
steinm
|
b526c87934
|
- added new parameter to addDocument() for setting categories
|
2011-03-10 14:29:26 +00:00 |
|
steinm
|
a2d719ef28
|
- added support for categories
|
2011-03-10 14:28:21 +00:00 |
|
steinm
|
c4c3b991a8
|
- make sure database returns all data utf8 encoded
|
2011-03-10 14:27:59 +00:00 |
|
steinm
|
2e74e8326a
|
- added methods to manage categories
|
2011-03-10 14:27:05 +00:00 |
|
steinm
|
32c3e6692f
|
- added management of categories
|
2011-03-10 14:26:30 +00:00 |
|
steinm
|
9821c04471
|
- use LetoDMS_Core_DMS::getDocument() instead of the constructor of LetoDMS_Core_Document
|
2011-02-18 16:27:02 +00:00 |
|
steinm
|
a7fbfaa4dd
|
- fixed error in access user access list
|
2011-02-18 16:25:46 +00:00 |
|
steinm
|
f9be38a51d
|
- fixed path of all files
|
2011-02-18 16:19:57 +00:00 |
|
steinm
|
b681e1bde6
|
- fixed all path to include files
|
2011-02-18 16:18:58 +00:00 |
|
steinm
|
d12aa54992
|
- reorganisation of pear package
|
2011-02-18 07:12:09 +00:00 |
|
steinm
|
8f1fe68684
|
- use LetoDMS_Core_DMS::getGroup() instead of calling LetoDMS_Core_Group
constructor
|
2011-02-08 09:00:32 +00:00 |
|
steinm
|
780083fef9
|
- use LetoDMS_Core_DMS::getGroup() instead of calling LetoDMS_Core_Group
constructor
|
2011-02-08 09:00:07 +00:00 |
|
steinm
|
4274fb81d8
|
- adding methods to check the database version
|
2011-02-03 15:10:46 +00:00 |
|
steinm
|
696ee8c601
|
- check if $this->_notifyList is empty not just not set
|
2011-01-28 07:32:51 +00:00 |
|
steinm
|
15933e6ef9
|
- do not use class variable _dir anymore
|
2011-01-28 07:32:06 +00:00 |
|
steinm
|
bece6cec98
|
- added better documentation
|
2011-01-28 07:31:25 +00:00 |
|
steinm
|
8a0149a540
|
- fixed error when creating a new user
|
2011-01-21 08:36:53 +00:00 |
|
steinm
|
232325ccf9
|
- added some more documentation
|
2011-01-20 14:26:02 +00:00 |
|
steinm
|
fd41c75698
|
- renamed package name from LetoDMЅ to LetoDMS_Core
|
2011-01-20 14:03:10 +00:00 |
|
steinm
|
43070c48e6
|
- renamed LetoDMS_AddContentResultSet into LetoDMS_Core_AddContentResultSet
|
2011-01-20 13:58:31 +00:00 |
|
steinm
|
c740a4cc00
|
- added variable _notifyList
|
2011-01-20 12:48:06 +00:00 |
|
steinm
|
06093bd2fb
|
- remove last usage of $settings and just include adodb/adodb.php
by relying on a properly set path
|
2011-01-20 10:16:20 +00:00 |
|
steinm
|
8a84bc3b51
|
- rename all classes belonging to the core of LetoDMS into LetoDMS_Core_xxx
- move them all into LetoDMS_Core
|
2011-01-20 08:18:37 +00:00 |
|