Commit Graph

16 Commits

Author SHA1 Message Date
Hypolite Petovan 39c654da00 [various] Remove App dependency from hook functions 2023-01-13 21:16:09 -05:00
Roland Häder 04df7f6e05
Changes:
- added more type-hints
- cleaned up some files (curly braces, spaces)
2022-06-23 07:17:00 +02:00
Michael 0bf6612ea3 "log" is replaced with the corresponding logging functions 2021-10-21 06:04:27 +00:00
Michael Vogel 589712f192 Fix notice "Only variables should be passed by reference" 2020-06-28 08:21:59 +02:00
Philipp Holzer 65e4726718
Remove unneeded Config namespace usages 2020-01-19 22:50:43 +01:00
Philipp Holzer 62d6f08fc1
Add missing Friendica\DI namespace to files (PHPStorm inspection) 2020-01-19 21:26:41 +01:00
Philipp Holzer 1ce63185ab
Move Config::get() to DI::config()->get() 2020-01-19 21:21:12 +01:00
Philipp Holzer 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
Adam Magness 49eff56e5d Core Logger
implement log() function.
more to squash


Core Logger Class

implement log() function
2018-10-29 19:40:18 -04:00
Hypolite Petovan d86bf8eb45 [pumpio/twitter] Replace global $a with BaseObject::getApp() 2018-07-10 08:41:32 -04:00
Michael 18784a484b Additional work for PR 3778 2017-10-12 16:10:42 +00:00
Michael c431befd8e There is only the worker left, so we can remove some old stuff 2017-06-21 12:03:06 +00:00
Hypolite Petovan 8fa3f2415a Replace and/AND and or/OR by && and || 2017-06-08 21:20:27 -04:00
Hypolite Petovan 0111149248 Add use Friendica\App to addons 2017-04-30 19:40:55 -04:00
Michael 12994aaccd Deprecated parts removed 2017-03-09 06:58:36 +00:00
Michael Vogel b2508c127f Pumpio: Start the syncronisation as a forked process to avoid stale connections 2015-09-13 19:08:10 +02:00