|
0b56ff0aa0
|
Add DI::auth() call to windowsphonepush
|
2019-12-28 15:18:18 +01:00 |
|
|
9d9384f5ed
|
Remove deprecated App::module - replace with DI::module()->getName()
|
2019-12-27 21:55:19 +01:00 |
|
|
dfd8c4c24f
|
Remove deprecated App::query_string - replace with DI::args()->getQueryString()
|
2019-12-27 21:55:19 +01:00 |
|
|
5060f3c0aa
|
Remove deprecated App::is_mobile/is_tablet - replace with DI::mode()->isMobile()/isTablet()
|
2019-12-27 21:55:18 +01:00 |
|
|
4b6527e273
|
Remove deprecated App::registerStylesheet()/FooterScript() - replace with DI::page()->registerStylesheet()/FooterScript()
|
2019-12-27 21:55:17 +01:00 |
|
|
335fcf670f
|
Remove deprecated App::getBaseURL() - process methods to DI::baseUrl()->get()
|
2019-12-27 21:55:17 +01:00 |
|
|
0775c28854
|
Remove deprecated App::getHostName() - process methods to DI::baseUrl()->getHostName()
|
2019-12-27 21:55:16 +01:00 |
|
|
99db3452e3
|
Refactor deprecated App::internalRedirect() to DI::baseUrl()->redirect()
|
2019-12-27 21:55:16 +01:00 |
|
|
33dae7eb94
|
Refactor dynamic App::getProfiler() to static DI::profiler()
|
2019-12-27 21:55:16 +01:00 |
|
|
44bf0343e2
|
Refactor dynamic App::getLogger() to static DI::logger()
|
2019-12-27 21:55:15 +01:00 |
|
|
34ba7f441d
|
Replace BaseObject class with DI::* calls
|
2019-12-27 21:55:15 +01:00 |
|
|
5d4d175bf9
|
Introduce new DI container
- Adding Friendica\DI class for getting dynamic classes
- Replacing BaseObject::getApp() with this class
|
2019-12-27 21:55:14 +01:00 |
|