Uwe Steinmann
fcbb5f68fe
Merge branch 'seeddms-5.0.x' into develop
2015-09-22 08:51:59 +02:00
Uwe Steinmann
c3296e476b
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
2015-09-22 07:57:54 +02:00
Uwe Steinmann
daa72a9ca3
user getCurrentTimestamp() and getCurrentDatetime()
2015-09-22 07:50:36 +02:00
Uwe Steinmann
58413e5218
Merge branch 'seeddms-5.0.x' into develop
2015-08-19 09:24:20 +02:00
Uwe Steinmann
cde8e830f5
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
2015-08-19 09:24:05 +02:00
Uwe Steinmann
123cccc72a
getAccessMode() takes user/group rights in acls into account for guests
2015-08-19 08:21:15 +02:00
Uwe Steinmann
170f70d005
Merge branch 'seeddms-5.0.x' into develop
2015-08-05 21:32:53 +02:00
Uwe Steinmann
81872f4319
unset homefolder of users before the folder will be deleted
2015-08-05 21:19:00 +02:00
Uwe Steinmann
8a3aebf3cc
Merge branch 'seeddms-5.0.x' into develop
2015-08-05 17:02:13 +02:00
Uwe Steinmann
1e17c393bb
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
2015-08-05 16:57:07 +02:00
Uwe Steinmann
150e5445df
add method setDate()
2015-08-04 07:39:14 +02:00
Uwe Steinmann
b5f5ef6e21
use configured classname in getInstance()
2015-07-15 22:28:58 +02:00
Uwe Steinmann
bd7a11f0b1
use configured classname in getInstance()
...
this will make sure that even getInstance in child classes defined
by an extension will return objects of the right class
2015-07-15 16:57:26 +02:00
Uwe Steinmann
40646009ab
minor documentation fix
2015-07-15 08:20:08 +02:00
Uwe Steinmann
f7d695c015
some initial code to recursively merge access list (not used yet)
2015-06-29 10:28:10 +02:00
Uwe Steinmann
905bc9c140
add optional parameter cleasAccessList()
...
will turn off removal of notification
2015-06-19 15:25:25 +02:00
Uwe Steinmann
44bb62f413
add optional parameter cleasAccessList()
...
will turn off removal of notification
2015-06-19 15:25:20 +02:00
Uwe Steinmann
68d1816251
add optional parameter cleasAccessList()
...
will turn off removal of notification
2015-06-19 15:24:19 +02:00
Uwe Steinmann
75c8129185
add cleanNotifyList() which removes users/groups with read access
...
also adds an optional parameter $noclean to setDefaultAccess and
setInheritAccess which keeps the methods from cleaning up the
notifier list
2015-06-19 15:05:01 +02:00
Uwe Steinmann
870fb2d662
add cleanNotifyList() which removes users/groups with read access
...
also adds an optional parameter $noclean to setDefaultAccess and
setInheritAccess which keeps the methods from cleaning up the
notifier list
2015-06-19 15:04:50 +02:00
Uwe Steinmann
28bfe5c1d7
add cleanNotifyList() which removes users/groups with read access
...
also adds an optional parameter $noclean to setDefaultAccess and
setInheritAccess which keeps the methods from cleaning up the
notifier list
2015-06-19 15:02:37 +02:00
Uwe Steinmann
8ee6d74613
setDefaultAccess() cleanly removes als notifiers without read access
...
This failed because the first call of removeNotify() has invalidated
the list of notifiers
2015-06-19 12:54:43 +02:00
Uwe Steinmann
1bd1198335
setDefaultAccess() cleanly removes als notifiers without read access
...
This failed because the first call of removeNotify() has invalidated
the list of notifiers
2015-06-19 12:53:57 +02:00
Uwe Steinmann
92299df0ea
setDefaultAccess() cleanly removes als notifiers without read access
...
This failed because the first call of removeNotify() has invalidated
the list of notifiers
2015-06-19 12:47:30 +02:00
Uwe Steinmann
7f9de8b665
subfolders and documents can be order by date and direction can be set
2015-06-18 13:50:45 +02:00
Uwe Steinmann
e513731455
subfolders and documents can be order by date and direction can be set
2015-06-18 13:50:34 +02:00
Uwe Steinmann
4cbd1be175
subfolders and documents can be order by date and direction can be set
2015-06-18 13:49:52 +02:00
Uwe Steinmann
3a99d005b1
new parameter initialstate for addDocument()
2015-06-02 10:01:08 +02:00
Uwe Steinmann
5b8746a8a5
add methods getSearchFields() and getSearchTables()
2015-02-05 07:36:37 +01:00
Uwe Steinmann
1aa08781b2
Merge branch 'seeddms-4.3.14' into develop
...
Conflicts:
Makefile
SeedDMS_Core/Core/inc.ClassFolder.php
2015-01-29 18:22:19 +01:00
Uwe Steinmann
a4065698d6
fix checking for subfolder (Bug #194 )
2015-01-29 18:15:04 +01:00
Uwe Steinmann
cdeda7ecb1
add missing start of transaction
2014-12-08 16:57:26 +01:00
Uwe Steinmann
5f7dd4d472
add methode getIntance(), place code to remove folder into its own
...
methode
2014-12-08 14:33:13 +01:00
Uwe Steinmann
1ddc9ea337
better documentation for getFolderPathPlain()
2014-11-17 11:27:19 +01:00
Uwe Steinmann
9f758667c4
fix saving of multi value attributes
2014-11-13 07:53:51 +01:00
Uwe Steinmann
55def11f01
fix saving of multi value attributes
2014-11-04 16:54:56 +01:00
Uwe Steinmann
7e91088cde
preset $reqversion in addDocument() to 0
2014-07-11 08:36:46 +02:00
Uwe Steinmann
6fa6d00bb5
add some mor documentation
2014-03-18 07:06:08 +01:00
Uwe Steinmann
b5ceaaecaf
documents and folders will be unsorted if $orderby isn't passed to getDocuments() and getSubFolders()
2014-02-01 15:21:32 +01:00
Uwe Steinmann
14bae08bfc
add method isSubFolder(), do not set parent if a child of the current folder
2013-11-25 22:10:17 +01:00
Uwe Steinmann
44164ebf40
getPath() works propperly even if root id is not 1
...
getPath doesn't return any folders above the root id even if they
exist
2013-09-05 07:33:17 +02:00
Uwe Steinmann
ac8dfd477a
addDocument() does not use comment for version
...
formely if a version comment wasn't given the document comment
was taken instead. This has been removed.
2013-06-06 14:03:32 +02:00
Uwe Steinmann
09701bae50
optimize countChildren()
2013-04-10 15:40:42 +02:00
Uwe Steinmann
26798d7676
Merge branch 'seeddms-4.1.2' into develop
...
Conflicts:
Makefile
inc/inc.Version.php
install/install.php
2013-04-08 08:17:46 +02:00
Uwe Steinmann
382b9a4568
set propper folderList of subfolders after setting a new parent
2013-04-08 07:50:46 +02:00
Uwe Steinmann
639355b1cf
add method countChildren()
2013-04-05 13:07:50 +02:00
Uwe Steinmann
1b8aabdb06
added parameter to getReadAccessList()
...
the former settings value enableAdminRevApp will now be passed
to the function getReadAccessList(). A new parameter for adding
the owner was added too.
2013-02-27 09:06:45 +01:00
Uwe Steinmann
73c6ff9427
major name change from letodms to seeddms
2013-02-14 12:10:53 +01:00