Commit Graph

25 Commits

Author SHA1 Message Date
steinm
68b05f5119 - added more documentation 2010-12-10 13:40:13 +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
06dd5ec89e - lots of documentation added 2010-11-30 12:23:46 +00:00
steinm
e3ad95de38 - addContent() determines a new version number itself and doesn't relay
on the auto_increment of the database anymore
- some mor documentation
2010-11-30 09:27:37 +00:00
steinm
ba8acee05a - adds lots of documentation
- addNotify() and removeNofify() no longer checks for rights of the
  currently logged in user, this should be done by the calling application
2010-11-25 21:09:52 +00:00
steinm
3187c8967c - get rid of _adminID 2010-11-22 14:51:44 +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
57140351ce - user LetoDMS_Documment::removeDocumentFile() to remove files, LetoDMS_Documentfile::remove() is obsolete 2010-11-17 07:42:31 +00:00
steinm
2c99342376 - removed search() (is now in LetoDSM_DMS)
- replaced all calls of getFolderPathPlain() by LetoDMS_Folder::getFolderPathPlain()
2010-11-16 09:09: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
5295252769 - prefixed classes with LetoDMS_ where needed 2010-11-08 12:41:53 +00:00
steinm
92447e05ba - took over changes from stable 2.0.2 release 2010-11-05 20:51:21 +00:00
steinm
15c385e155 - added new search method which will replace the search operation
in op/op.Search.php
2010-11-05 20:50:16 +00:00
steinm
51c720f20b - prefixed all remaining classes with LetoDMS_
- moved pseudo static functions into classes
2010-11-04 07:57:17 +00:00
steinm
a8e5a892a5 - renamed class DocumentContent into LetoDMS_DocumentContent 2010-11-04 07:47:29 +00:00
steinm
6f68193ffc - remove some global statements in functions where it is not used 2010-11-04 07:42:54 +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
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