aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Subthread.php
Commit message (Collapse)AuthorAgeFilesLines
* fix mod subthread for zot6Mario2021-03-131-65/+50
|
* fix subthread on sys channel itemsMario2019-03-231-1/+1
|
* add item.uuid to relevant placeszotlabs2018-11-151-2/+4
|
* pubstream comments and a few other bugfixes that were discovered along the wayzotlabs2017-11-261-4/+28
|
* add gen_link_id() function to selectively encode/decode the message-id ↵Hubzilla2017-01-191-1/+1
| | | | component of /display/ links for message-ids that contain troublesome characters
* urlencode the message-id component of generated /display/ links; in most ↵Hubzilla2017-01-181-1/+1
| | | | cases this will be a no-op, unless the message-id is a url of some kind from a different provider.
* the rest of the schema updates - WARNING: some third party plugins may fail; ↵redmatrix2016-06-011-1/+1
| | | | e.g. embedphotos and chess. $item['object'] is now $item['obj'] and $photo['type'] is $photo['mimetype'], $photo['scale'] is $photo['imgscale'] and $photo['data'] is now $photo['content']. There are a number of other changes, but these are the ones noted to cause issues with third-party plugins. The project plugins have been updated. Please note any new issues as this effort touched a lot of code in a lot of files.
* module updatesredmatrix2016-04-181-0/+169