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