egroupware_official/etemplate
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
..
doc Switch to nextmatch and edit dialog for customfield list (missed files from #49147) 2014-10-22 20:11:31 +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 fixed not shown readonly value for numerical values 2015-04-03 14:19:34 +00:00
lang move "Save as" phrase to common and merge-cli run 2015-04-01 08:01:30 +00:00
setup bump versions to 14.1 2014-06-24 10:00:50 +00:00
templates * All app/links: features and fixes 2015-04-02 08:58:33 +00:00
empty.html fix autocomplete for Firefox by doing a real submit to an https url, as faked submit to "about:blank" causes a security warning in FF 2015-01-27 15:14:56 +00:00
gantt_print.php * Support export Gantt chart to PDF and PNG using DHMTLX's service 2014-10-14 22:58:56 +00:00
index.php index files without header include, but working with sessionid in url 2008-08-14 13:53:17 +00:00
phpGtk_test.php phpgw --> egw 2005-11-09 20:50:45 +00:00
process_exec.php Make sure et2 apps don't get passed back to old etemplate 2013-08-19 19:53:45 +00:00
thumbnail.php cache based on vfs-url of image not its path which could be a sharing url 2015-02-11 11:18:29 +00:00