Commit Graph

  • aa0f628f77 - fixed syntax error steinm 2010-11-25 07:35:47 +0000
  • 2581f438e4 - remove global variables - more documentation steinm 2010-11-24 15:43:08 +0000
  • b3a79e21ff - no need to set adminID anymore steinm 2010-11-23 14:56:57 +0000
  • 4291f8c7a2 - include inc.ClassAccess.php - remove adminID, user who are admins are now identified by the isAdmin() function steinm 2010-11-23 14:56:25 +0000
  • 35b663eb74 - inc.ClassAccess is now included by inc.ClassDMS.php steinm 2010-11-23 08:13:17 +0000
  • 9a4865e19f - moved filter functions into LetoDMS_DMS steinm 2010-11-22 21:02:02 +0000
  • 1e22f6f1b1 - filterAccess() is now a static function of LetoDMS_DMS steinm 2010-11-22 21:01:33 +0000
  • a029cd22c2 - filterAccess() and filterUsersByAccess() are now static functions in LetoDMS_DMS and inc.AccessUtils.php is included in inc.ClassDMS.php steinm 2010-11-22 20:42:19 +0000
  • 10aadee937 - user current logged in user as sender of notify steinm 2010-11-22 15:06:51 +0000
  • d8cea19b18 - parameter of getAllKeywordCategories() is now an array of users steinm 2010-11-22 14:55:47 +0000
  • 412d17562b - use $this->_dms->getUser() to create user instead of calling LetoDMS_User constructor steinm 2010-11-22 14:54:55 +0000
  • 8ec46b5f68 - added documentation - removed getDocuments() which is now in LetoDMS_DMS::getDocumentsByUser() steinm 2010-11-22 14:53:28 +0000
  • 3187c8967c - get rid of _adminID steinm 2010-11-22 14:51:44 +0000
  • 5d919828b4 - fixed line ending steinm 2010-11-22 14:50:50 +0000
  • b11cb60de7 - added method getDocumentsByUser() steinm 2010-11-22 14:49:29 +0000
  • d9f7bb09bc - do not instanciate class LetoDMS_Email, it is done globaly - send notification only if name has changed steinm 2010-11-18 14:37:55 +0000
  • 0d695f57d6 - get list of users/groups to notify before removing document steinm 2010-11-18 14:36:45 +0000
  • af5e6e7b79 - fixed sending of notification steinm 2010-11-18 14:36:05 +0000
  • 8c4082cb8e - getFolderPathHTML() is now a method of LetoDMS_DMS steinm 2010-11-18 14:34:51 +0000
  • 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 steinm 2010-11-18 13:53:26 +0000
  • cc43fca1a3 - added more configuration variables to class LetoDMS_DMS steinm 2010-11-18 10:32:10 +0000
  • fbc6ce4c9a - constructor of LetoDMS_[Group|User]Access requires the user/group not its id anymore steinm 2010-11-18 10:28:45 +0000
  • 81f4c235d5 - various global function have moved into LetoDMS_DMS steinm 2010-11-18 10:26:47 +0000
  • 73494943d5 - getAllUsers() and getAllGroups() are now in LetoDMS_DMS steinm 2010-11-18 10:25:43 +0000
  • 395504dcdb - this file had not reasonable content anyway steinm 2010-11-17 08:03:38 +0000
  • 57140351ce - user LetoDMS_Documment::removeDocumentFile() to remove files, LetoDMS_Documentfile::remove() is obsolete steinm 2010-11-17 07:42:31 +0000
  • cb98dc8ea7 - create notifier and set sender steinm 2010-11-17 07:41:35 +0000
  • 31b1f00171 - added code to notify users which was previously in inc.ClassFolder.php steinm 2010-11-17 07:34:12 +0000
  • 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 steinm 2010-11-17 07:33:12 +0000
  • f781650133 - getAllGroups() is now a method of LetoDMD_DMS steinm 2010-11-17 07:30:54 +0000
  • d619bc8dc8 - do not include inc.ClassEmail.php, it is already included in inc.ClassDMS.php steinm 2010-11-17 07:30:11 +0000
  • 9acbde3e0e - getAllUsers() and gelAllGroups() are now methods of LetoDMЅ_DMS steinm 2010-11-17 07:29:11 +0000
  • 70762ca49e - getAllUsers() and getAllGroups() are now methods of LetoDMЅ_DMS steinm 2010-11-17 07:27:12 +0000
  • 181c2c7e50 - lots of documentation - replace more global variables steinm 2010-11-16 09:10:39 +0000
  • 2c99342376 - removed search() (is now in LetoDSM_DMS) - replaced all calls of getFolderPathPlain() by LetoDMS_Folder::getFolderPathPlain() steinm 2010-11-16 09:09:07 +0000
  • efb70c5dfc - set enableAdminRevApp and enableGuestLogin from global configuration steinm 2010-11-16 09:07:59 +0000
  • 5334eb730f - added more configuration variables steinm 2010-11-16 09:07:19 +0000
  • 238425a4c3 - use new object $dms steinm 2010-11-16 08:38:14 +0000
  • ced611f5b9 - do not global functions getAll[Users|Groups] anymore steinm 2010-11-15 21:10:37 +0000
  • 0a116adc88 - moved functions to create users and groups completely in LetoDMS_DMS steinm 2010-11-15 21:08:07 +0000
  • 4678218f1a - moved function to admin users and groups in LetoDMS_DMS steinm 2010-11-15 12:01:21 +0000
  • 7a750de5b4 - fixed overall folder and document overview steinm 2010-11-12 23:00:36 +0000
  • 9f61a7d9be - was just a copy anyway steinm 2010-11-12 22:51:06 +0000
  • 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 steinm 2010-11-12 22:47:41 +0000
  • 8211696b44 - new class representing the DMS steinm 2010-11-12 22:40:12 +0000
  • f8636303a5 - new class for general notifier like (Email) steinm 2010-11-12 22:39:45 +0000
  • 7f26d95c48 - added missing configuration variables steinm 2010-11-08 13:46:04 +0000
  • b2ca33e9f4 - added new variables _disableSelfEdit and _adminIP steinm 2010-11-08 12:52:53 +0000
  • d09ff8cc69 - added text new in 2.0.2 steinm 2010-11-08 12:50:34 +0000
  • 92a797f032 - replace $user->getID($user) by $user->getID() steinm 2010-11-08 12:49:21 +0000
  • 5295252769 - prefixed classes with LetoDMS_ where needed steinm 2010-11-08 12:41:53 +0000
  • f1778edd4f - took over changes from stable release 2.0.2 steinm 2010-11-05 21:45:21 +0000
  • 73f4e23933 - took over changeѕ from stable release 2.0.2 steinm 2010-11-05 21:44:05 +0000
  • 01648e3d7a - took over changes from stable release 2.0.2 steinm 2010-11-05 21:43:08 +0000
  • d02848cce6 - moved code for searching into inc.ClassDocument.php steinm 2010-11-05 21:41:37 +0000
  • b08d6861ed - took over changes from stable version 2.0.2 steinm 2010-11-05 21:17:41 +0000
  • 92447e05ba - took over changes from stable 2.0.2 release steinm 2010-11-05 20:51:21 +0000
  • 15c385e155 - added new search method which will replace the search operation in op/op.Search.php steinm 2010-11-05 20:50:16 +0000
  • 51c720f20b - prefixed all remaining classes with LetoDMS_ - moved pseudo static functions into classes steinm 2010-11-04 07:57:17 +0000
  • a8e5a892a5 - renamed class DocumentContent into LetoDMS_DocumentContent steinm 2010-11-04 07:47:29 +0000
  • 6f68193ffc - remove some global statements in functions where it is not used steinm 2010-11-04 07:42:54 +0000
  • 5aadeb9318 - this shouldn't be here. Probably a left over steinm 2010-11-03 13:51:56 +0000
  • 1ad1c10870 - renamed class DatabaseAccess to LetoDMS_DatabaseAccess steinm 2010-11-03 13:24:10 +0000
  • be2024b912 - renamed class Version to LetoDMS_Version steinm 2010-11-03 12:50:58 +0000
  • f14f5f3bf5 - renamed class KeywordCategories to LetoDMS_KeywordCategories steinm 2010-11-03 12:46:30 +0000
  • 0e30ce6eb3 - renamed class Email to LetoDMS_Email steinm 2010-11-03 12:33:46 +0000
  • 69a0fe8f5a - fixed typos steinm 2010-11-03 12:32:50 +0000
  • 176d5d59b1 - major update with lots of new translations and removal of old phrases - added missing phrases steinm 2010-11-03 12:32:24 +0000
  • f18c89ebab - prefixed class GroupAccess and UserAccess with LetoDMS_ steinm 2010-11-03 10:23:57 +0000
  • a26a34162e - renamed class Group to LetoDMS_Group - moved all static functions into class but kept old functions for backward compatibility steinm 2010-11-03 10:18:26 +0000
  • 12ca95bb40 - class Folder is now called LetoDMS_Folder steinm 2010-10-30 19:29:51 +0000
  • 509aaa18d6 - rename class to LetoDMS_Folder - created replacement function for getFolder(), etc. as static method steinm 2010-10-30 19:29:09 +0000
  • 7566c92cd9 - new directory and script to add files to the dms steinm 2010-10-30 18:38:07 +0000
  • 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() steinm 2010-10-29 14:16:25 +0000
  • b5bc621318 - move all sources into trunk steinm 2010-10-29 13:19:51 +0000