friendica/src
Roland Häder 4a22710b3b Moved global PAGE_* to Profile class (#5500)
* Rewrites:
- moved PAGE_* to Friendica\Model\Profile class

* Fixed more rewrites from plain (global namespace) PAGE_* to Friendica\Models\Profile class

* CR request:
- moved all PAGE_* constants to Friendica\Model\Contact class
- fixed all references of both classes

* CR request:
- moved ACCOUNT_TYPE_* constants from boot.php to Contact::ACCOUNT_TYPE_*

* Just copy-pasted this code from boot.php, needs to be changed to `const ACCOUNT_TYPE_FOO = x;`

* Ops, melting brain cells here ... :-/
2018-07-27 19:25:57 -04:00
..
Content Moved global PAGE_* to Profile class (#5500) 2018-07-27 19:25:57 -04:00
Core Continued: (#5508) 2018-07-26 22:27:28 -04:00
Database Postupdate is now working again (#5512) 2018-07-27 19:24:26 -04:00
Model Moved global PAGE_* to Profile class (#5500) 2018-07-27 19:25:57 -04:00
Module Rename DBA::is_result to DBA::isResult 2018-07-23 11:04:14 -04:00
Network Moved global PAGE_* to Profile class (#5500) 2018-07-27 19:25:57 -04:00
Object Moved global PAGE_* to Profile class (#5500) 2018-07-27 19:25:57 -04:00
Protocol Moved global PAGE_* to Profile class (#5500) 2018-07-27 19:25:57 -04:00
Render Replace current_theme() and current_theme_url() calls 2018-04-28 18:37:25 -04:00
Util Rename DBA::is_result to DBA::isResult 2018-07-23 11:04:14 -04:00
Worker Moved global PAGE_* to Profile class (#5500) 2018-07-27 19:25:57 -04:00
App.php Issue 5467: Fix worker and daemon 2018-07-24 03:42:44 +00:00
BaseModule.php added hint about naming the class and filename 2018-04-03 16:33:39 +02:00
BaseObject.php Set BaseObject::setApp in App 2018-07-16 19:38:13 -04:00