egroupware/phpgwapi
Ralf Becker 501df49cbb stream wrapper interface is now eGW VFS interface
- if you already run the 1.5.003 update (AND modified anything in the VFS), you have to re-run it, to not loose your modifications or risk an inconsistent VFS (DB does not match filesystem)
- to re-run the 1.5.003 update (only if your version is already 1.5.003 or bigger!) run the following sql:
UPDATE egw_applications SET app_version=1.5.002 WHERE app_name=phpgwapi
- the new vfs supports now an extended ACL, if that is supported by the backend (sqlfs only currently)
- eacl allows to set separate recursive acl rights for different users or groups on a directory (and subdirs)
- former group grants of group dirs are converted to eacl, thought we only support read or read+write access (no extra add or delete)
- attachments via the links class now also use a stream wrapper interface (links_stream_wrapper) and WebDAV as download handler (which requires no longer filemanager run rights)
2008-04-14 05:52:24 +00:00
..
cron fixed not working semaphore in asyncservice (we are not supporting table locks anymore / since 1.2) 2007-07-26 09:23:10 +00:00
doc fix typo asterix -> asterisk :-) 2008-02-12 19:44:20 +00:00
images This is the image ContactCenter uses for dJSWin instantiation... 2004-11-05 22:49:59 +00:00
inc stream wrapper interface is now eGW VFS interface 2008-04-14 05:52:24 +00:00
js Enabling the new prefs & admin settings in fckeditor html class function 2007-12-20 06:15:56 +00:00
setup stream wrapper interface is now eGW VFS interface 2008-04-14 05:52:24 +00:00
templates show session restore time 2008-03-22 16:22:11 +00:00
templatesSavant2/default Replace <?= with <?php echo 2007-05-13 17:50:52 +00:00
tests added checks for updates of text and blob columns 2004-09-19 10:38:11 +00:00
addressbook.php new email-address-selection popup for felamimail 2006-06-16 04:45:55 +00:00