friendica/src/Protocol
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
..
DFRN.php Moved global PAGE_* to Profile class (#5500) 2018-07-27 19:25:57 -04:00
Diaspora.php Moved global PAGE_* to Profile class (#5500) 2018-07-27 19:25:57 -04:00
Email.php Bugfix: Avoid "Class not found" error 2018-03-08 19:58:35 +00:00
Feed.php Rename DBA::is_result to DBA::isResult 2018-07-23 11:04:14 -04:00
OStatus.php Moved global PAGE_* to Profile class (#5500) 2018-07-27 19:25:57 -04:00
PortableContact.php Revert "Possible fix for #5470: (#5506)" 2018-07-27 08:02:41 +02:00
Salmon.php Review update 2018-01-27 11:13:41 -05:00