Commit Graph

502 Commits

Author SHA1 Message Date
steinm
be04f7ce97 - declare $dms global in add_folder_notify() 2011-03-23 13:25:22 +00:00
steinm
bdc087f4bf - getGroup() is now a class of LetoDMS_DMS 2011-03-23 13:23:27 +00:00
steinm
47dc2d7616 - remove new file after successful insertion 2011-03-15 14:20:54 +00:00
steinm
740c4954cb - added new configuration variables 2011-03-15 14:19:17 +00:00
steinm
9c0e2220af - missing files for new configuration tool 2011-03-14 16:38:40 +00:00
steinm
878b2a6175 - moѕtly line break changes 2011-03-10 14:42:56 +00:00
steinm
dd0deb7f34 - added handling of categories 2011-03-10 14:40:20 +00:00
steinm
d983759a0c - added gui for uploading files with jumploader 2011-03-10 14:32:22 +00:00
steinm
8f58f9909d - added gui to manage categories 2011-03-10 14:30:40 +00:00
steinm
dc37217fd5 - added support for fulltext index 2011-03-10 14:13:39 +00:00
steinm
765ba91165 - fixed download link for versioninfo file 2011-02-08 08:58:36 +00:00
steinm
82ec82741b - setting a comment does not cause an error anymore if the comment did change 2011-02-03 07:26:08 +00:00
steinm
28c09f0b97 - use $dms->contentDir instead of $setting->_contentDir where ever possible 2011-01-28 07:40:27 +00:00
steinm
663ffba1c9 - use $dms->contentDir instead of $settings->_contentDir where ever possible 2011-01-28 07:38:39 +00:00
steinm
e14323478d - check for errors when uploading the file 2011-01-28 07:37:53 +00:00
steinm
4481185dab - use $dms->contentDir instead of $settings->_contentDir where ever possible 2011-01-28 07:37:00 +00:00
steinm
cfb360e45d - check if folder id was passed 2011-01-28 07:35:26 +00:00
steinm
dca18b6620 - use $dms->contentDir instead of $settings->_contentDir where ever possible 2011-01-28 07:34:00 +00:00
steinm
d1b7971e3b - fixed php warnings 2011-01-20 12:46:06 +00:00
steinm
3e1d956fba - do not include LetoDMS_Core.php anymore it is now include bei inc.DBInit.php 2011-01-20 12:39:25 +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
steinm
6d5724c2bc - do not include inc.DBAccess.php because it is included by inc.ClassDMS.php 2011-01-14 19:43:10 +00:00
steinm
c3030165ae - use new class LetoDMS_Session instead of accessing the database directly 2011-01-11 09:08:04 +00:00
steinm
985a1f3915 - pass the user how removes a group or user to remove() 2010-12-22 19:47:08 +00:00
steinm
955be450f3 - getFolderPathHTML() is now a function in inc/inc.Utils.php because
it uses links only known by the calling application
2010-12-22 08:50:57 +00:00
steinm
d4507695b0 - fixed error when sending notification 2010-12-16 09:29:11 +00:00
steinm
3ea6d218db - just put a new line into the code to separate lines 2010-12-16 07:15:05 +00:00
steinm
aaf2f1715d - fixed sending of notification mails 2010-12-14 14:14:29 +00:00
steinm
5650c23595 - more replacement of former global settings variable _adminID 2010-12-10 13:38:03 +00:00
steinm
4fc45c65ae - drop isAdmin and isGuest in user management and replaced it with
a 'role'
2010-12-05 20:29:33 +00:00
steinm
a32a2e7237 - do not use global variable settings->_guestID anymore. Use
LetoDMS_User::isGuest() instead
2010-12-03 07:22:56 +00:00
steinm
d3744c0264 - inc.ClassKeywords.php is now included by inc.ClassDMS.php
- moved all static functions to get and add keywords in LetoDMS_DMS
2010-11-27 20:52:03 +00:00
steinm
f81a7063df - getUser(), getFolder(), getDocument() are now methods of LetoDMS_DMS 2010-11-26 08:34:47 +00:00
steinm
f25b005b12 - no need to include inc.FileUtils.php anymore because it is included
by inc.ClassDMS.php
2010-11-25 21:06:59 +00:00
steinm
35b663eb74 - inc.ClassAccess is now included by inc.ClassDMS.php 2010-11-23 08:13:17 +00:00
steinm
a029cd22c2 - filterAccess() and filterUsersByAccess() are now static functions in
LetoDMS_DMS and inc.AccessUtils.php is included in inc.ClassDMS.php
2010-11-22 20:42:19 +00:00
steinm
10aadee937 - user current logged in user as sender of notify 2010-11-22 15:06:51 +00:00
steinm
d9f7bb09bc - do not instanciate class LetoDMS_Email, it is done globaly
- send notification only if name has changed
2010-11-18 14:37:55 +00:00
steinm
0d695f57d6 - get list of users/groups to notify before removing document 2010-11-18 14:36:45 +00:00
steinm
af5e6e7b79 - fixed sending of notification 2010-11-18 14:36:05 +00:00
steinm
8c4082cb8e - getFolderPathHTML() is now a method of LetoDMS_DMS 2010-11-18 14:34:51 +00:00
steinm
1f09dc0a34 - moved all notification code out of LetoDMS_Document into the 'layer'
above. This will allow to get rid of most of the global variables
	in LetoDMS_Document and make it reusable
2010-11-18 13:53:26 +00:00
steinm
31b1f00171 - added code to notify users which was previously in inc.ClassFolder.php 2010-11-17 07:34:12 +00:00
steinm
0a116adc88 - moved functions to create users and groups completely in LetoDMS_DMS 2010-11-15 21:08:07 +00:00
steinm
4678218f1a - moved function to admin users and groups in LetoDMS_DMS 2010-11-15 12:01:21 +00:00
steinm
cfd3eaae06 - first step to get rid of global variables from all files in inc/
- added new Class LetoDMS_DMS which represents the DMS, contains
  all settings for the DMS and the database connection. A document
	and a folder have a reference to the DMS
2010-11-12 22:47:41 +00:00
steinm
92a797f032 - replace $user->getID($user) by $user->getID() 2010-11-08 12:49:21 +00:00
steinm
73f4e23933 - took over changeѕ from stable release 2.0.2 2010-11-05 21:44:05 +00:00
steinm
d02848cce6 - moved code for searching into inc.ClassDocument.php 2010-11-05 21:41:37 +00:00
steinm
0e30ce6eb3 - renamed class Email to LetoDMS_Email 2010-11-03 12:33:46 +00:00
steinm
5af290a527 - renamed class Document to LetoDMS_Document
- add static function getDocument() to LetoDMS_Document but kept the
  old function getDocument() until all calls has been changed to
	LetoDMS_Document::getDocument()
2010-10-29 14:16:25 +00:00
steinm
b5bc621318 - move all sources into trunk 2010-10-29 13:19:51 +00:00