Commit Graph

25746 Commits

Author SHA1 Message Date
Hypolite Petovan 6f199ab7b3 Add missing return statement in Core\L10n
- Addresses https://github.com/friendica/friendica/issues/7998#issuecomment-569560492
2019-12-29 22:47:32 -05:00
Hypolite Petovan 6546e99e9e Merge pull request #8034 from MrPetovan/bug/fatal-errors
Update missing references to DI
2019-12-29 22:29:29 -05:00
Hypolite Petovan ce50faf780 Update wrong references to ISession::delete 2019-12-29 21:52:56 -05:00
Hypolite Petovan efadab66c5 Update wrong/missing references to classes 2019-12-29 21:51:16 -05:00
Hypolite Petovan 3b1f2f4f27 Fix redirect calls using DI::baseUrl() and System::externalRedirect 2019-12-29 21:50:51 -05:00
Hypolite Petovan 015db25d9f Replace obsolete references to App baseURL and getApp by DI 2019-12-29 21:50:15 -05:00
Hypolite Petovan 3c76826793 Merge pull request #8033 from annando/contact-logging
Added logging for not created contacts
2019-12-29 21:07:36 -05:00
Hypolite Petovan cfb46584c3 Merge pull request #8032 from annando/fix-8019
Fix fatal errors caused by PR 8019
2019-12-29 21:07:15 -05:00
Michael 74f4637ff3 Fix fatal errors caused by PR 8019 2019-12-30 01:17:16 +00:00
Michael 4786298da4 Added logging for not created contacts 2019-12-30 01:03:00 +00:00
Hypolite Petovan 03038e7a3b Merge pull request #8019 from nupplaphil/task/replace_getClass
Introduce new way of static/dynamic bridge / CleanUp deprecated methods
2019-12-29 17:47:28 -05:00
Hypolite Petovan 61fccaeb30 Merge pull request #8028 from annando/probe-timeout
Probe: Additional checks for connection problems
2019-12-29 17:45:12 -05:00
nupplaPhil f2d4a5eb7d Remove namespaces 2019-12-29 20:18:26 +01:00
nupplaPhil 651d693270 Rebase for OpenId & Hovercard 2019-12-29 20:18:26 +01:00
nupplaPhil 2660edbb48 Use DI::baseUrl() for Search\Index.php 2019-12-29 20:18:25 +01:00
nupplaPhil df0c05d635 Add Model\Introduction class to DI registry 2019-12-29 20:18:25 +01:00
nupplaPhil 2cb449a0d5 make the DI abstract so no instance is possible 2019-12-29 20:18:24 +01:00
nupplaPhil 987b29d963 Alphabetic sort DI-container per namespace 2019-12-29 20:18:24 +01:00
nupplaPhil 04d1827eae Fix test 2019-12-29 20:18:23 +01:00
nupplaPhil e428bccefb Add output for installerTest 2019-12-29 20:18:22 +01:00
nupplaPhil 9cb48b0e12 Adapt test for mockery assertion 2019-12-29 20:18:22 +01:00
nupplaPhil 8a072b7fb3 Fix mock test (remove "implicit" usage of previous Dice-setups) 2019-12-29 20:18:21 +01:00
nupplaPhil c1dbb25656 Creating interfaces for Config/PConfig & fix tests 2019-12-29 20:18:19 +01:00
nupplaPhil 4835f1185f Remove deprecated App::module - replace with DI::module()->getName() 2019-12-29 20:17:52 +01:00
nupplaPhil 33674808dc Remove deprecated App::cmd - replace with DI::args()->getCommand() 2019-12-29 20:17:51 +01:00
nupplaPhil e6f61c2cc7 Remove deprecated App::query_string - replace with DI::args()->getQueryString() 2019-12-29 20:17:50 +01:00
nupplaPhil 26af2feee2 Remove deprecated App::is_mobile/is_tablet - replace with DI::mode()->isMobile()/isTablet() 2019-12-29 20:17:50 +01:00
nupplaPhil c7230932d6 Remove deprecated App::registerStylesheet()/FooterScript() - replace with DI::page()->registerStylesheet()/FooterScript() 2019-12-29 20:17:49 +01:00
nupplaPhil 302cbaa33c Remove deprecated App::getScheme() 2019-12-29 20:17:48 +01:00
nupplaPhil e944d7bed6 Remove deprecated App::getBaseURL() - process methods to DI::baseUrl()->get() 2019-12-29 20:17:48 +01:00
nupplaPhil e57a87f224 Remove deprecated App::setBaseURL() - process methods to DI::baseUrl()->saveByURL() 2019-12-29 20:17:47 +01:00
nupplaPhil 50be94aa5e Remove deprecated App::getHostName() - process methods to DI::baseUrl()->getHostName() 2019-12-29 20:17:47 +01:00
nupplaPhil 2900389696 Remove deprecated App::getUrlPath - process methods to DI::baseUrl()->getUrlPath() 2019-12-29 20:17:46 +01:00
nupplaPhil e93fba5136 Remove deprecated App::removeBaseURL - process methods to DI::baseUrl()->remove() 2019-12-29 20:17:45 +01:00
nupplaPhil 5609e94b05 Refactor deprecated App - process methods to DI::process()->*() 2019-12-29 20:17:45 +01:00
nupplaPhil aedbdc536a Refactor deprecated App::getArgumentValue() to DI::args()->get() 2019-12-29 20:17:44 +01:00
nupplaPhil 8b6e123b3f Refactor deprecated App::isAjax() to DI::mode()->isAjax() 2019-12-29 20:17:44 +01:00
nupplaPhil 8e6973b774 Refactor deprecated App::internalRedirect() to DI::baseUrl()->redirect() 2019-12-29 20:17:43 +01:00
nupplaPhil cc9b7bb14f Refactor dynamic App::getDBA() to static DI::dba() 2019-12-29 20:17:43 +01:00
nupplaPhil 9cec293ccc Refactor dynamic App::getMode() to static DI::mode() 2019-12-29 20:17:42 +01:00
nupplaPhil 181529f3df Refactor dynamic App::getProfiler() to static DI::profiler() 2019-12-29 20:17:42 +01:00
nupplaPhil e2b2778e0a Refactor dynamic App::getLogger() to static DI::logger() 2019-12-29 20:17:41 +01:00
nupplaPhil fceb4f3823 Refactor dynamic App::getConfig() to static DI::config() 2019-12-29 20:17:40 +01:00
nupplaPhil 2bb9e46be3 Optimize DI class (introduce method-mapping constant) 2019-12-29 20:17:40 +01:00
nupplaPhil 388b963714 Replace BaseObject class with DI::* calls 2019-12-29 20:17:38 +01:00
nupplaPhil 1de3f186d7 Introduce new DI container
- Adding Friendica\DI class for getting dynamic classes
- Replacing BaseObject::getApp() with this class
2019-12-29 20:16:55 +01:00
Hypolite Petovan a9220aa83b Merge pull request #8026 from nupplaphil/task/l10n_immutable
Make L10n immutable
2019-12-29 13:54:32 -05:00
Philipp 4294e91d35 Merge pull request #8030 from tobiasd/20191229-de
DE translation update THX loma1
2019-12-29 18:19:55 +01:00
Tobias Diekershoff 2a7b1d33aa DE translation update THX loma1 2019-12-29 17:48:44 +01:00
nupplaPhil 71a38180e9 Check for same language 2019-12-29 16:39:25 +01:00