Commit Graph

26 Commits

Author SHA1 Message Date
steinm
17dae3a432 - more documentation 2010-12-22 13:18:02 +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
e6e5f7200c - added some more documentation
- no need to check for _parentID=0 or _parentID='' etc. Using empty()
  is sufficient
2010-12-14 12:43:14 +00:00
steinm
778f198515 - adjust constructor of LetoDMS_Folder after adding new database field
'date' into tblFolders
2010-12-10 13:39:28 +00:00
steinm
2903e30f08 - cannot use LetoDMS_User::role_admin in a string 2010-12-10 08:26:21 +00:00
steinm
42e640a0f1 - more documentation 2010-12-06 20:00:18 +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
877b438320 - use new function LetoDMS_User::isGuest() instead of checking id
against varialbe _guestID
2010-12-03 07:27:27 +00:00
steinm
d7053bd642 - fixed typo in comment 2010-12-01 13:36:55 +00:00
steinm
73ca9f3a40 - take out check for guestID in addNotify() 2010-11-30 12:52:39 +00:00
steinm
1f9cd66663 - last parameter of $document->addContent() has been removed 2010-11-30 09:28:28 +00:00
steinm
aa0f628f77 - fixed syntax error 2010-11-25 07:35:47 +00:00
steinm
412d17562b - use $this->_dms->getUser() to create user instead of calling LetoDMS_User
constructor
2010-11-22 14:54:55 +00:00
steinm
fbc6ce4c9a - constructor of LetoDMS_[Group|User]Access requires the user/group not
its id anymore
2010-11-18 10:28:45 +00:00
steinm
e4e2a6f911 - removed all code to notify users, because it does not belong into the
core dms but is a function of the upper layers. It will also finally
	allow to get rid of most global variables
2010-11-17 07:33:12 +00:00
steinm
181c2c7e50 - lots of documentation
- replace more global variables
2010-11-16 09:10:39 +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
7a750de5b4 - fixed overall folder and document overview 2010-11-12 23:00:36 +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
0e30ce6eb3 - renamed class Email to LetoDMS_Email 2010-11-03 12:33:46 +00:00
steinm
f18c89ebab - prefixed class GroupAccess and UserAccess with LetoDMS_ 2010-11-03 10:23:57 +00:00
steinm
a26a34162e - renamed class Group to LetoDMS_Group
- moved all static functions into class but kept old functions for
  backward compatibility
2010-11-03 10:18:26 +00:00
steinm
509aaa18d6 - rename class to LetoDMS_Folder
- created replacement function for getFolder(), etc. as static method
2010-10-30 19:29:09 +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