friendica/src/Worker
Michael Vogel 7f3fb34c24 Some easy to replace "q" calls have been replaced by "DBA" calls (#5632)
* Some easy to replace "q" calls have been replaced by "DBA" calls

* Simplified the GUID creation

* And one in the API ...

* And OStatus has got some DBA calls more

* Just some more replaced database calls

* The event query is now simplified

* Events are now shown again

* subthread is now using the DBA calls as well

* Some more replaced database calls

* And some more replaced database calls and prevented notices

* Better use gravity

* Some more replaced database stuff

* Some more replaced database calls in DFRN.php

* The gcontact class now has got the new DBA functions as well

* The Contact class is now changed to new database functions as well

* Small correction

* We can now delete without cascade

* One more functionality is safe for future changes
2018-08-19 12:46:10 +00:00
..
CheckVersion.php Ad missing use statements after dbesc conversion 2018-07-23 18:44:05 -04:00
CreateShadowEntry.php Transfer all item shadow functions to the item class 2018-01-16 22:23:19 +00:00
Cron.php Stopped using deprecated constants NETWORK_* (#5537) 2018-08-11 22:40:44 +02:00
CronJobs.php Some easy to replace "q" calls have been replaced by "DBA" calls (#5632) 2018-08-19 12:46:10 +00:00
DBClean.php Rename DBA::num_rows to DBA::numRows 2018-07-22 19:27:35 -04:00
DBUpdate.php Replace global $a with BaseObject::getApp() 2018-07-16 19:38:17 -04:00
Delivery.php Stopped using deprecated constants NETWORK_* (#5537) 2018-08-11 22:40:44 +02:00
Directory.php Rename DBA::is_result to DBA::isResult 2018-07-23 11:04:14 -04:00
DiscoverPoCo.php Stopped using deprecated constants NETWORK_* (#5537) 2018-08-11 22:40:44 +02:00
Expire.php Moved expiring of item content 2018-07-29 03:54:34 +00:00
ForkHook.php Replace global $a with BaseObject::getApp() 2018-07-16 19:38:17 -04:00
GProbe.php Stopped using deprecated constants NETWORK_* (#5537) 2018-08-11 22:40:44 +02:00
Notifier.php Stopped using deprecated constants NETWORK_* (#5537) 2018-08-11 22:40:44 +02:00
OnePoll.php Stopped using deprecated constants NETWORK_* (#5537) 2018-08-11 22:40:44 +02:00
ProfileUpdate.php src Standards 2017-11-23 14:01:58 -05:00
PubSubPublish.php Rename DBA::is_result to DBA::isResult 2018-07-23 11:04:14 -04:00
Queue.php Stopped using deprecated constants NETWORK_* (#5537) 2018-08-11 22:40:44 +02:00
RemoveContact.php Fix a fatal error when removing contacts 2018-08-15 09:27:25 +00:00
SpoolPost.php Most functions now moved from include/items.php 2018-01-28 11:18:08 +00:00
TagUpdate.php Rename DBA::num_rows to DBA::numRows 2018-07-22 19:27:35 -04:00
UpdateGContact.php Stopped using deprecated constants NETWORK_* (#5537) 2018-08-11 22:40:44 +02:00