Commit Graph

510 Commits

Author SHA1 Message Date
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
cc43fca1a3 - added more configuration variables to class LetoDMS_DMS 2010-11-18 10:32:10 +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
81f4c235d5 - various global function have moved into LetoDMS_DMS 2010-11-18 10:26:47 +00:00
steinm
73494943d5 - getAllUsers() and getAllGroups() are now in LetoDMS_DMS 2010-11-18 10:25:43 +00:00
steinm
395504dcdb - this file had not reasonable content anyway 2010-11-17 08:03:38 +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
cb98dc8ea7 - create notifier and set sender 2010-11-17 07:41:35 +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
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
f781650133 - getAllGroups() is now a method of LetoDMD_DMS 2010-11-17 07:30:54 +00:00
steinm
d619bc8dc8 - do not include inc.ClassEmail.php, it is already included in inc.ClassDMS.php 2010-11-17 07:30:11 +00:00
steinm
9acbde3e0e - getAllUsers() and gelAllGroups() are now methods of LetoDMЅ_DMS 2010-11-17 07:29:11 +00:00
steinm
70762ca49e - getAllUsers() and getAllGroups() are now methods of LetoDMЅ_DMS 2010-11-17 07:27:12 +00:00
steinm
181c2c7e50 - lots of documentation
- replace more global variables
2010-11-16 09:10:39 +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
efb70c5dfc - set enableAdminRevApp and enableGuestLogin from global configuration 2010-11-16 09:07:59 +00:00
steinm
5334eb730f - added more configuration variables 2010-11-16 09:07:19 +00:00
steinm
238425a4c3 - use new object $dms 2010-11-16 08:38:14 +00:00
steinm
ced611f5b9 - do not global functions getAll[Users|Groups] anymore 2010-11-15 21:10:37 +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
9f61a7d9be - was just a copy anyway 2010-11-12 22:51:06 +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
8211696b44 - new class representing the DMS 2010-11-12 22:40:12 +00:00
steinm
f8636303a5 - new class for general notifier like (Email) 2010-11-12 22:39:45 +00:00
steinm
7f26d95c48 - added missing configuration variables 2010-11-08 13:46:04 +00:00
steinm
b2ca33e9f4 - added new variables _disableSelfEdit and _adminIP 2010-11-08 12:52:53 +00:00
steinm
d09ff8cc69 - added text new in 2.0.2 2010-11-08 12:50:34 +00:00
steinm
92a797f032 - replace $user->getID($user) by $user->getID() 2010-11-08 12:49:21 +00:00
steinm
5295252769 - prefixed classes with LetoDMS_ where needed 2010-11-08 12:41:53 +00:00
steinm
f1778edd4f - took over changes from stable release 2.0.2 2010-11-05 21:45:21 +00:00
steinm
73f4e23933 - took over changeѕ from stable release 2.0.2 2010-11-05 21:44:05 +00:00
steinm
01648e3d7a - took over changes from stable release 2.0.2 2010-11-05 21:43:08 +00:00
steinm
d02848cce6 - moved code for searching into inc.ClassDocument.php 2010-11-05 21:41:37 +00:00
steinm
b08d6861ed - took over changes from stable version 2.0.2 2010-11-05 21:17:41 +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
5aadeb9318 - this shouldn't be here. Probably a left over 2010-11-03 13:51:56 +00:00
steinm
1ad1c10870 - renamed class DatabaseAccess to LetoDMS_DatabaseAccess 2010-11-03 13:24:10 +00:00
steinm
be2024b912 - renamed class Version to LetoDMS_Version 2010-11-03 12:50:58 +00:00
steinm
f14f5f3bf5 - renamed class KeywordCategories to LetoDMS_KeywordCategories 2010-11-03 12:46:30 +00:00