]> git.mxchange.org Git - friendica.git/commit
more $item data
authorFabrixxm <fabrix.xm@gmail.com>
Thu, 20 Sep 2012 07:46:49 +0000 (09:46 +0200)
committerFabrixxm <fabrix.xm@gmail.com>
Thu, 20 Sep 2012 07:46:49 +0000 (09:46 +0200)
commitdd25c7db7ed29d21045ec300d61ec31739ca887a
tree01323523b3a39574fa968318a762187dcbbb3017
parenteda96a82d77725e4cb577968540899016600327d
more $item data
- add $item.categories and $item.folders to object/Item.php
- add $item.hastags and $item.mentions to object/Item.php
- add $item.total_comments_num and $item.total_comments_text to object/Item.php (those are set for top_level item also with no comments)
- move get_cats_and_terms() to include/text.php
include/conversation.php
include/text.php
object/Item.php