egroupware_official/phpgwapi
Ralf Becker 97d57fb2a0 Merging r51397ff from Trunk: moving VFS API classes into a namespaced PSR4 autoloadable structure:
- PSR4 autoloader exists beside our old autloader to support old as well as new structure until everything is ported over
- moved ported API stuff from phpgwapi to new api directory (idea is phpgwapi become a compatibility layer for old code, while we only port selected stuff to new api directory)
- namespaces use prefix "EGroupware", then (first letter capitalised) app-name or "Api", sub-system names like "Vfs" or for apps "Ui", "Bo, "So" and at least class name starting with a capital letter and without understores eg. "StreamWrapper" plus just ".php"
- examples:
+ egw_vfs in phpgwapi/inc/class.egw_vfs.inc.php --> EGroupware\Api\Vfs in api/src/Vfs.php
+ sqlfs_stream_wrapper in phpgwapi/inc/class.sqlfs_stream_wrapper.inc.php --> EGroupware\Api\Vfs\Sqlfs\StreamWrapper in api/src/Vfs/Sqlfs/StreamWrapper.php
+ sqlfs_utils in phpgwapi/inc/class.sqlfs_utils.inc.php --> EGroupware\Api\Vfs\Sqlfs\Utils in api/src/Vfs/Sqlfs/Utils.php
- api directory is no a new svn module but exists (like home) as sub-directory under base egroupware module
2015-04-07 09:21:05 +00:00
..
cron revert accidental commit 2014-10-21 18:00:48 +00:00
doc removed outdated xmlrpc and soap service, it is off by default since couple of versions 2014-01-19 10:19:49 +00:00
images This is the image ContactCenter uses for dJSWin instantiation... 2004-11-05 22:49:59 +00:00
inc Merging r51397ff from Trunk: moving VFS API classes into a namespaced PSR4 autoloadable structure: 2015-04-07 09:21:05 +00:00
js Add support for multi-part history values into historylog 2015-04-02 15:44:07 +00:00
lang move "Save as" phrase to common and merge-cli run 2015-04-01 08:01:30 +00:00
ntlm correctly urlencode redirects if we have no ntlm available 2012-10-30 14:43:10 +00:00
setup change url of translation status to community.egroupware.org 2015-02-13 19:30:50 +00:00
templates No need to give position relative anymore to sidebox div in idots in order to fix mail-tree folder click handling, because we tackled the issue in mail app. 2015-03-03 09:31:24 +00:00
templatesSavant2/default Replace <?= with <?php echo 2007-05-13 17:50:52 +00:00
tests an implementation of imap_rfc822_parse_adrlist and imap_rfc822_write_address, to obsolete imap extension 2014-04-18 12:51:17 +00:00
addressbook.php new email-address-selection popup for felamimail 2006-06-16 04:45:55 +00:00
config.php * Mail/IE: fixed compose popup did not open again after it was closed eg. mail was send 2015-02-02 19:54:53 +00:00
images.php * Mail/IE: fixed compose popup did not open again after it was closed eg. mail was send 2015-02-02 19:54:53 +00:00
ischedule-cli.php change cli detection to use php_sapi_name() 2013-09-10 17:29:58 +00:00
ischedule.php uncommited changes 2013-11-11 08:31:33 +00:00
lang.php * Mail/IE: fixed compose popup did not open again after it was closed eg. mail was send 2015-02-02 19:54:53 +00:00
user.php * Mail/IE: fixed compose popup did not open again after it was closed eg. mail was send 2015-02-02 19:54:53 +00:00