Hypolite Petovan
|
7f2dc40601
|
Fix potential bugs without expected behavior change
- Fix uninitialized variables
- Fix potentially not set variables
- Fix wrong parameter default value
- Fix method scope
- Fix missing return value
|
2019-01-21 11:04:19 -05:00 |
|
Hypolite Petovan
|
acaee626f5
|
Remove include/ requires that are now done directly from Composer
|
2018-12-24 09:56:25 -05:00 |
|
Adam Magness
|
35abc4bb64
|
get markup template
implement getMarkupTemplate function
|
2018-10-31 10:44:06 -04:00 |
|
Adam Magness
|
91facd2d0a
|
replace macros
implement new replaceMacros function
|
2018-10-31 10:35:50 -04:00 |
|
Philipp Holzer
|
2dec8895a9
|
Curl Response Refactoring
- extended Curl to parse Curl Response
- refactored Network::curl()
- replaced every Network::curl() execution with the new Curl container
|
2018-10-10 21:08:43 +02: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
|
fa620022d5
|
Make feedtest module for logged users only
|
2018-03-10 18:53:20 -05:00 |
|
Hypolite Petovan
|
17e0d6b6c1
|
Add feedtest module
|
2018-03-10 12:43:34 -05:00 |
|