aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Tagger.php
Commit message (Collapse)AuthorAgeFilesLines
* delivery invoked twice in mod_tagger, once in post_activity_item() and ↵redmatrix2016-07-011-9/+5
| | | | another at the main module level
* use small photo for Diaspora attribution correction; the medium looks ↵redmatrix2016-07-011-0/+9
| | | | awkward in the D* stream.
* 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.
* daemon conversion continued...redmatrix2016-05-191-1/+1
|
* module updatesredmatrix2016-04-181-0/+140