Commit Graph

  • 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