Ralf Becker
|
7ae4d44308
|
fix PHP 8 errors
|
2021-04-02 19:34:11 +02:00 |
|
Ralf Becker
|
7135243d06
|
nicer implementation of CreateObject and some small fixes
|
2021-04-02 10:47:52 +02:00 |
|
Ralf Becker
|
52e8aff9ae
|
fix PHP 8 Fatal error undefined constant EGW_API_INC
|
2021-03-21 21:10:37 +01:00 |
|
Ralf Becker
|
afdafc1385
|
allow namespaces for apps with multiple caps like OpenID while still using all lowercase directory-names
|
2019-04-04 13:29:28 +02:00 |
|
stefanwerfling
|
bfabaa52eb
|
Update autoload.php
- add interface exist check for interface loading by vendor classes
|
2017-12-21 19:19:03 +01:00 |
|
Ralf Becker
|
c88e6e0237
|
disabling E_DEPRECATED, as contrib apps wont work under PHP 7.1 with having eg. contructors with same name as the class
|
2017-10-21 12:03:10 +02:00 |
|
Stefan Werfling
|
680c4c43d0
|
change comment example
|
2017-07-13 13:59:03 +02:00 |
|
Stefan Werfling
|
834f226465
|
add example to comment
|
2017-07-13 13:56:31 +02:00 |
|
Stefan Werfling
|
7f572fdeb5
|
4loader:
namespace: add else autoload app vendor
|
2017-07-13 13:35:02 +02:00 |
|
Ralf Becker
|
f3649bf021
|
fix PHP Fatal from old code using EGW_API_INC, that should point to old api and usage is decrecated in favor of autoloading anyway
|
2016-08-12 11:25:20 +02:00 |
|
Ralf Becker
|
5c33bd9bef
|
adding a first unit test to EGroupware, plus a test runner running all test-classes in either:
$app/src/.*/test/$classTest.php or $app/test/class.$classTest.inc.php
adding test runner doc/test-cli.php to Travis
|
2016-07-11 21:40:02 +02:00 |
|
Ralf Becker
|
26916daaef
|
fix autoloader to load news_admin_bo at installation (no $GLOBALS[egw_info][apps] available)
|
2016-06-01 09:08:06 +02:00 |
|
Ralf Becker
|
834cc466f5
|
to allow installing api or EGroupware without phpgwapi, old exceptions which we have to extend in order allow old apps to catch exceptions thrown from new api, have to reside in api/inc and get autoloaded
|
2016-05-02 16:57:50 +00:00 |
|
Ralf Becker
|
8315cbfee0
|
move egw and applications class to api including (common_)functions.inc.php
|
2016-04-26 14:38:08 +00:00 |
|