aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Webpages.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'upstream/dev' into website-importAndrew Manning2016-07-121-2/+1
|\
| * move permissiondescription class to zotlabs/libredmatrix2016-07-111-2/+1
| |
* | Import blocks from zip file, but needs updates as detailed in ↵Andrew Manning2016-07-121-0/+222
|/ | | | https://gitlab.com/zot/hubsites/merge_requests/2
* 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
* deprecate the item_id table - replace with iconfig. A possibly useful ↵redmatrix2016-06-131-5/+13
| | | | function in the iconfig class would be a search which takes a service id and type and uid, matches against an item and returns the iid. That could save a bit of code duplication.
* renamed include files identity.php (channel.php) and Contact.php ↵redmatrix2016-05-221-1/+1
| | | | (connections.php)
* make editwebpage use status_editor() and fix storing of layout on webpage ↵Mario Vavti2016-05-091-17/+14
| | | | creation
* Update some modules to use new ACL dialog featureTreer2016-05-081-1/+2
|
* module updatesredmatrix2016-04-181-0/+207