friendica/src
Philipp Holzer 2c541afd47
Moved functions out of boot.php into class
- z_root() => $a->getBaseURL()
- absurl() => removed because no usage
- is_ajax() => $a->isAjax()
- current_load() => System::currentLoad()
- argc() => $a->argc
- argv($x) => $a->getArgumentValue($x)
2018-10-13 19:03:08 +02:00
..
App Removing debugging echo 2018-10-06 19:11:00 +02:00
Content Rename App Methods 2018-10-10 00:16:06 +02:00
Core Moved functions out of boot.php into class 2018-10-13 19:03:08 +02:00
Database Rename App Methods 2018-10-10 00:16:06 +02:00
Model Some beautification 2018-10-12 20:52:22 +00:00
Module Curl Response Refactoring 2018-10-10 21:50:13 +02:00
Network CurlResult Tests & RegEx fix 2018-10-11 22:18:27 +02:00
Object Curl Response Refactoring 2018-10-10 21:50:13 +02:00
Protocol We can now store it without any problem 2018-10-12 18:53:13 +00:00
Render some more renamings & doku 2018-10-10 08:54:18 +02:00
Util Merge pull request #5878 from nupplaphil/curl_response_refactoring 2018-10-10 18:31:49 -04:00
Worker Curl Response Refactoring 2018-10-10 21:15:26 +02:00
App.php Moved functions out of boot.php into class 2018-10-13 19:03:08 +02:00
BaseModule.php "rawcontent" is now a baseobject method 2018-09-30 20:47:28 +00:00
BaseObject.php Set BaseObject::setApp in App 2018-07-16 19:38:13 -04:00