Hypolite Petovan
|
ecea7425f8
|
Rename DBA::is_result to DBA::isResult
|
2018-07-23 11:04:14 -04:00 |
|
Hypolite Petovan
|
0ec44f3e8a
|
Rename DBM method calls to DBA method calls
|
2018-07-23 11:02:24 -04:00 |
|
Hypolite Petovan
|
4db98eb43d
|
Rename DBA::inArray to DBA::toArray
|
2018-07-22 19:27:35 -04:00 |
|
Hypolite Petovan
|
af6dbc654f
|
Rename Friendica\Database\dba to Friendica\Database\DBA
|
2018-07-20 08:19:26 -04:00 |
|
Hypolite Petovan
|
daa1177e3a
|
Update use statement lists with new Friendica\Database\dba class
- Remove unused use statement
- Remove superfluous use statements (classes in the same namespace)
- Add missing use statements
|
2018-07-19 22:15:21 -04:00 |
|
Hypolite Petovan
|
13849299f9
|
Remove require calls to library/OAuth1
|
2018-01-31 00:49:11 -05:00 |
|
Hypolite Petovan
|
e36f2bb1fb
|
Use short form array syntax everywhere
- Add short form array syntax to po2php.php generation
|
2018-01-15 14:07:17 -05:00 |
|
Hypolite Petovan
|
04481087a9
|
Delete unused library/oauth2-php library
|
2018-01-14 19:33:47 -05:00 |
|
Hypolite Petovan
|
5fc4927764
|
Improve dba::selectFirst calls
- Fix remaining $r[0] references
- Rename $r to meaningful names
|
2018-01-11 03:43:57 -05:00 |
|
Hypolite Petovan
|
ae66bcaff3
|
Rename selectOne to selectFirst
|
2018-01-10 12:57:21 -05:00 |
|
Hypolite Petovan
|
da60893590
|
Replace dba::select(limit => 1) by dba::selectOne
- Convert array declarations to new style
|
2018-01-10 12:57:21 -05:00 |
|
Hypolite Petovan
|
910d3f7b5f
|
Formatting FKOauthDataStore
|
2017-12-17 15:34:29 -05:00 |
|
Hypolite Petovan
|
2978b1eef0
|
Fix undefined variable/wrong parameter count/unknown functions
|
2017-12-17 15:33:45 -05:00 |
|
Hypolite Petovan
|
10b72b0e9e
|
PHPStan: Fix missing requires/namespaces
|
2017-12-17 15:26:43 -05:00 |
|
Adam Magness
|
cadfef63c4
|
Update false evaluations
=== false and !== false to is_null where appropriate.
|
2017-12-06 14:57:06 -05:00 |
|
Adam Magness
|
22a3c7ad7d
|
remove index
remove unneeded index
|
2017-12-05 06:58:57 -05:00 |
|
Adam Magness
|
f1a5560804
|
Use statement
missing use
|
2017-12-04 21:13:58 -05:00 |
|
Adam Magness
|
448598495c
|
Static
remove static
|
2017-12-04 21:00:47 -05:00 |
|
Adam Magness
|
547e24b443
|
Review
updates based on review.
|
2017-12-04 16:33:10 -05:00 |
|
Adam Magness
|
2bbfc0640f
|
Move to Network
Move to network namespace. Get rid of q() and try to get used to [ ] instead of array()
|
2017-12-04 15:59:21 -05:00 |
|