]> git.mxchange.org Git - friendica.git/history - object
Conversation and Item now handles (dis)like as they should
[friendica.git] / object /
2012-08-12 DomovoyConversation and Item now handles (dis)like as they...
2012-08-12 DomovoyMerge branch 'master' of https://github.com/friendica...
2012-08-12 DomovoySome fixes
2012-08-12 DomovoyItem: new methods check_wall_to_wall, is_wall_to_wall...
2012-08-12 Domovoyrename $item_result to $result
2012-08-12 DomovoyImproved get_comment_box
2012-08-12 DomovoyItem: new method get_redirect_url
2012-08-12 DomovoyItem: new method get_comment_box
2012-08-12 DomovoySome fix on forgotten or useless vars
2012-08-11 Domovoyprepare_threads_body is not used by Item anymore
2012-08-11 DomovoyShould fix the like problem
2012-08-11 Domovoymode is handled by Conversation
2012-08-11 DomovoyGot of the get_* function about data, use get_data_valu...
2012-08-11 DomovoyItem: new method count_descendants
2012-08-11 DomovoyItem: parent/children relationship. get_parent now...
2012-08-11 DomovoyItem: new method is_writeable
2012-08-11 DomovoyItem: new method is_toplevel
2012-08-11 DomovoyItem: new method get_thumb
2012-08-11 DomovoyItem: new methods get|set_template
2012-08-11 DomovoyMerge branch 'master' of https://github.com/friendica...
2012-08-11 DomovoyNew methods on Item: set|get_mode, get_profile_owner...
2012-08-10 DomovoyRendering is now done by Item objects
2012-08-10 DomovoyNew objects: Conversation and Item