friendica/src/Model
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
..
Contact.php Some easy to replace "q" calls have been replaced by "DBA" calls (#5632) 2018-08-19 12:46:10 +00:00
Conversation.php Stopped using deprecated constants NETWORK_* (#5537) 2018-08-11 22:40:44 +02:00
Event.php Some easy to replace "q" calls have been replaced by "DBA" calls (#5632) 2018-08-19 12:46:10 +00:00
GContact.php Some easy to replace "q" calls have been replaced by "DBA" calls (#5632) 2018-08-19 12:46:10 +00:00
Group.php Rename DBA::is_result to DBA::isResult 2018-07-23 11:04:14 -04:00
Item.php Some easy to replace "q" calls have been replaced by "DBA" calls (#5632) 2018-08-19 12:46:10 +00:00
ItemContent.php Stopped using deprecated constants NETWORK_* (#5537) 2018-08-11 22:40:44 +02:00
ItemURI.php We now store the uri data in a separate table (#5560) 2018-08-05 13:09:59 +02:00
Mail.php Some easy to replace "q" calls have been replaced by "DBA" calls (#5632) 2018-08-19 12:46:10 +00:00
OpenWebAuthToken.php Rename DBA::is_result to DBA::isResult 2018-07-23 11:04:14 -04:00
PermissionSet.php Removed some test logging 2018-07-29 04:38:14 +00:00
Photo.php Rename dbesc to DBA::escape 2018-07-23 15:30:54 -04:00
Process.php Rename Friendica\Database\dba to Friendica\Database\DBA 2018-07-20 08:19:26 -04:00
Profile.php Some easy to replace "q" calls have been replaced by "DBA" calls (#5632) 2018-08-19 12:46:10 +00:00
PushSubscriber.php Rename DBA::is_result to DBA::isResult 2018-07-23 11:04:14 -04:00
Queue.php Rename DBA::is_result to DBA::isResult 2018-07-23 11:04:14 -04:00
Term.php Rename DBA::is_result to DBA::isResult 2018-07-23 11:04:14 -04:00
User.php Some easy to replace "q" calls have been replaced by "DBA" calls (#5632) 2018-08-19 12:46:10 +00:00