aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Cal.php
Commit message (Collapse)AuthorAgeFilesLines
* remove the app $a passed to profile_load, also add profile_load to mod_wiki ↵redmatrix2016-06-261-1/+1
| | | | which should fix issue #431
* the rest of the schema updates - WARNING: some third party plugins may fail; ↵redmatrix2016-06-011-10/+10
| | | | 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.
* turn the oft-repeated block_public ... check into a function ↵redmatrix2016-05-221-5/+4
| | | | observer_prohibited()
* renamed include files identity.php (channel.php) and Contact.php ↵redmatrix2016-05-221-2/+0
| | | | (connections.php)
* get rid of the unused ispublic variableMario Vavti2016-04-291-1/+1
|
* module updatesredmatrix2016-04-181-0/+357