friendica/src
Hypolite Petovan 585c00347d Fix PHP notices in boot, index and App
- Use defaults() with $_GET variables in boot
- Initialize $a before checking for object member in boot
- Initilialize the $_SESSION variable for backend mode in index
- Add member variable page_offset to App
2018-01-02 08:09:49 -05:00
..
Content Review changes 2018-01-01 17:43:03 -05:00
Core Fix undefined variable/wrong parameter count/unknown functions 2017-12-17 15:33:45 -05:00
Database We now fetch the number of registered users 2017-12-18 23:58:18 +00:00
Model Crypto to src 2017-12-30 11:51:49 -05:00
Module Merge pull request #4152 from MrPetovan/task/4137-add-posts-only-feed 2018-01-02 10:14:56 +01:00
Network Crypto to src 2017-12-30 11:51:49 -05:00
Object Added documentation 2017-12-20 10:34:42 +00:00
Protocol Merge pull request #4152 from MrPetovan/task/4137-add-posts-only-feed 2018-01-02 10:14:56 +01:00
Render Move ITemplateEngine to src 2017-11-19 10:22:18 -05:00
Util Public function 2017-12-31 08:31:06 -05:00
Worker Add type parameter to OStatus::feed 2017-12-30 00:19:16 -05:00
App.php Fix PHP notices in boot, index and App 2018-01-02 08:09:49 -05:00
BaseModule.php Add Base Module class 2017-12-17 12:05:19 -05:00
BaseObject.php Move Item and Conversation from Core to Object 2017-11-19 16:50:49 -05:00
ParseUrl.php Remove include/oembed and mod/oembed 2017-12-31 20:58:32 -05:00