Commit Graph

113 Commits

Author SHA1 Message Date
steinm
4742dce09d - class Settings has been moved into inc.ClassSettings.php 2011-07-21 06:53:35 +00:00
steinm
4bfcad0784 - fixed some javascript to make it work with java 1.5 2011-07-20 07:09:52 +00:00
steinm
a915dccadf - use global logger 2011-05-16 15:44:59 +00:00
steinm
0da9f5ba8e - fixed line indenting 2011-05-16 07:31:57 +00:00
steinm
66e906853e - use PATH_SEPARATOR 2011-03-23 13:26:08 +00:00
steinm
740c4954cb - added new configuration variables 2011-03-15 14:19:17 +00:00
steinm
7937b5d884 - update to new configuration with xml file 2011-03-14 16:35:41 +00:00
steinm
cb6ff42daf - added methode to show jumploader 2011-03-10 14:46:01 +00:00
steinm
53f30ad963 - moved extending include_path for adodb from inc.Settings.php into
inc.DBInit.php
2011-03-10 14:44:55 +00:00
steinm
dd898d659b - set next upcomming version 3.1.0 2011-02-18 16:16:03 +00:00
steinm
d1778c7f15 - fixed path to Core.php 2011-02-18 16:15:32 +00:00
steinm
1fe1a04a19 - check database version 2011-02-03 15:11:01 +00:00
steinm
fd4924682d - use !empty() instead of isset() from _coreDir 2011-01-31 11:05:15 +00:00
steinm
b61813474a - use $dms->contentDir instead of $settings->_contentDir where ever possible 2011-01-28 07:41:26 +00:00
steinm
24dffb07ca - do not use dir for letodms_core as include path anymore 2011-01-21 08:36:21 +00:00
steinm
56fc30b771 - new version 3.0.0-RC1 2011-01-20 14:49:02 +00:00
steinm
e761b28072 - expand path by $settings->_LetoDMSCorePath if set 2011-01-20 12:47:04 +00:00
steinm
5cc903ca8f - include LetoDMS/LetoDMS_Core.php 2011-01-20 12:46:36 +00:00
steinm
a65ea4a3f1 - extend include_path by directory of adodb if set 2011-01-20 10:18:06 +00:00
steinm
8a84bc3b51 - rename all classes belonging to the core of LetoDMS into LetoDMS_Core_xxx
- move them all into LetoDMS_Core
2011-01-20 08:18:37 +00:00
steinm
dfd6d69b12 - added documentation 2011-01-14 19:41:07 +00:00
steinm
e6236378ad - include inc.DBAccess.php 2011-01-14 19:40:38 +00:00
steinm
3de58ab8bc - added documentation 2011-01-14 19:40:12 +00:00
steinm
a2027563b1 - added new class for representing a notification 2011-01-11 09:31:33 +00:00
steinm
e00419b1cc - added more documentation 2011-01-11 09:06:59 +00:00
steinm
4235b3875e - use new class LetoDMS_Session instead of accessing the database directly 2011-01-11 08:03:38 +00:00
steinm
f9cf7309d4 - new class for simple session management 2011-01-11 08:02:45 +00:00
steinm
b86d460c8e - added file documentation 2010-12-22 19:49:56 +00:00
steinm
aaa3476f7c - LetoDMS_DMS doesn't have contentOffsetDir anymore 2010-12-22 19:49:20 +00:00
steinm
8d9bc2cffa - completed getNotificationsByGroup() and getNotificationsByUser()
- added lots of documentation
2010-12-22 19:48:08 +00:00
steinm
985a1f3915 - pass the user how removes a group or user to remove() 2010-12-22 19:47:08 +00:00
steinm
17dae3a432 - more documentation 2010-12-22 13:18:02 +00:00
steinm
955be450f3 - getFolderPathHTML() is now a function in inc/inc.Utils.php because
it uses links only known by the calling application
2010-12-22 08:50:57 +00:00
steinm
613b0ecb8d - adding methods getNotificationsByGroup() and getNotificationsByUser() 2010-12-21 17:41:05 +00:00
steinm
3c91962c69 - adding methode getImage() 2010-12-21 17:39:16 +00:00
steinm
457b805f2c - declare $dms global 2010-12-16 09:29:49 +00:00
steinm
89835fcf1a - added some documentation 2010-12-16 09:28:34 +00:00
steinm
cbc28b7f42 - fixed error in getUsers(). 'isHidden' is not a table field. It must be 'hidden' 2010-12-14 14:15:16 +00:00
steinm
20d94edefd - set encoding in html header to utf-8 2010-12-14 13:07:29 +00:00
steinm
e6e5f7200c - added some more documentation
- no need to check for _parentID=0 or _parentID='' etc. Using empty()
  is sufficient
2010-12-14 12:43:14 +00:00
steinm
68b05f5119 - added more documentation 2010-12-10 13:40:13 +00:00
steinm
778f198515 - adjust constructor of LetoDMS_Folder after adding new database field
'date' into tblFolders
2010-12-10 13:39:28 +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
f23b030ef0 - use new role field in class LetoDMS_User 2010-12-05 20:30:36 +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
a7b2e11d5c - added new parameter 'isGuest' to constructor LetoDMS_User 2010-12-03 07:36:42 +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
201cefc84f - added new methods setGuest(), isGuest() and variable isGuest
- setHidden() now updates the internal variable propperly
2010-12-03 07:20:44 +00:00
steinm
d7053bd642 - fixed typo in comment 2010-12-01 13:36:55 +00:00