aboutsummaryrefslogtreecommitdiffstats
path: root/include/ItemObject.php
Commit message (Collapse)AuthorAgeFilesLines
...
* Mark child posts as commentable when parent is set to commentableOlaf Conradi2013-09-201-1/+2
|
* Enable likes again on postsOlaf Conradi2013-09-201-1/+1
|
* is_commentable() had some major issues when applied to the atrocity known as ↵friendica2013-09-201-1/+13
| | | | | | ConversationObject, hopefully this won't destabilise the network as it's a somewhat major permission tweak related to comments; also add any local clones to allowed_public_recips() as they should always be allowed recipients. Not sure what to do about host permissions in the event of clones. They have more than one host, and it isn't spelled out in the sent message. All of this stuff will make your head hurt.
* use prepare_body in api calls to properly render content, add 'mode' to ↵friendica2013-09-161-1/+3
| | | | conversation templates so that themes can use the module context to suppress or show comments as desired
* fix superblock for commentsfriendica2013-08-201-2/+2
|
* ensure that no unencrypted content leaks through item_store which is private ↵friendica2013-08-011-1/+1
| | | | | | - we typically do this in mod/item, but some functions bypass mod/item to create private posts
* itemobject locationfriendica2013-07-221-1/+1
|
* fix missing edit linkfriendica2013-07-101-5/+4
|
* more work on bug #59 - hope this doesn't hork everything. Also some tweaking ↵friendica2013-07-081-76/+40
| | | | of the theme for the new radius control, which produced some surprising results when expert mode was toggled.
* fix some community tagging bugsfriendica2013-06-301-4/+9
|
* doc update, plus possible fix to "complex delivery chains" issue. Basically ↵friendica2013-06-291-9/+0
| | | | when the top-level post creator replies to a thread he sent to a forum via tags, it isn't getting redelivered to the forum members.
* undo comment policy override - there are a handful of stored posts from the ↵friendica2013-06-181-4/+4
| | | | 17th-June with a broken policy (which won't have a comment box) but it seems to be working for both recent and older posts.
* override comment policy until it's workingfriendica2013-06-161-0/+4
|
* implement 'can_comment_on_post()' which doesn't require a separate DB lookup ↵friendica2013-06-161-1/+1
| | | | per item.
* fix app displayfriendica2013-05-211-1/+3
|
* rename 'uri' (and parent_uri) to 'mid' (and parent_mid) since these no ↵friendica2013-03-211-3/+3
| | | | longer remotely resemble uri's and are actually message_id's. This change is potentially destabilising because it touches a lot of code and structure. But it has to get done and there's no better time than the present.
* fix timeago (again), webfinger new spec implemented, some theme workfriendica2013-03-041-0/+1
|
* start formatting for Doxygenfriendica2013-02-251-1/+2
|
* bring back like/dislike and share buttonszottel2013-02-211-1/+1
|
* taming the wild mod_displayfriendica2013-02-101-30/+32
|
* more profiling - cache the qcomment list so we don't have to look it up for ↵friendica2013-02-091-1/+20
| | | | every rendered item
* allow non-linkable locations, self-linked locations and get rid of google ↵friendica2013-02-021-11/+3
| | | | default location link
* fix edit permissionsfriendica2013-01-291-1/+1
|
* fix wall-wall ownernamefriendica2013-01-241-1/+1
|
* inverted logic on wall-wall checkfriendica2013-01-241-1/+1
|
* here's another reason the social graph isn't updatingfriendica2013-01-241-38/+17
|
* quick-n-dirty wall-to-wall detection, wasn't working at all - this may be ↵friendica2013-01-241-50/+8
| | | | overboard or it may still not work at all.
* check comment permissions against observer, unbold email subject links for ↵friendica2013-01-241-16/+12
| | | | read messages
* fix some displayed links that were wonkyfriendica2013-01-221-2/+3
|
* Merge pull request #13 from fermionic/20130105-smarty3friendica2013-01-061-6/+21
|\ | | | | implement smarty3
| * fix show-stopping bugsZach Prezkuta2013-01-061-1/+1
| |
| * implement Smarty3Zach Prezkuta2013-01-061-6/+21
| |
* | make dislikes work - though they need a display tweakfriendica2013-01-061-1/+1
|/
* several small fixes and adjustmentsfriendica2012-12-161-1/+1
|
* get rid of more targeted windows and direct all profile view to local sitefriendica2012-12-091-19/+1
|
* trace through the threaded conversation spaghetti to bring back a sane ↵friendica2012-11-281-0/+3
| | | | looking network page
* turn star into a featurefriendica2012-11-081-1/+1
|
* start implementing zot-idfriendica2012-11-081-5/+5
|
* that was certainly some fun debugging (not)friendica2012-11-041-1/+1
|
* some cleanup of main item templatefriendica2012-11-041-27/+48
|
* feature enable 'dislike' - backendfriendica2012-11-031-1/+3
|
* fixing broken things again after the latest round of ripping out the yellow ↵friendica2012-10-291-3/+3
| | | | slime and replacing it with red slime.
* more structural stufffriendica2012-10-291-3/+3
|
* ignore error for non-existent DB fields at the present time since it's just ↵friendica2012-10-281-1/+1
| | | | filling up the logs with noise.
* fix starring postsfriendica2012-10-271-3/+3
|
* fix a couple of things that went wonky when moving to thread objectsfriendica2012-10-271-10/+14
|
* move things to the newer conversation object, a few minor bugs - will sort ↵friendica2012-10-251-43/+28
| | | | it out eventually
* more heavy liftingfriendica2012-10-231-1/+1
|
* mv objects from object dir to include where they belongfriendica2012-10-221-0/+645