aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Editlayout.php
Commit message (Collapse)AuthorAgeFilesLines
* Status editor hookM. Dent2018-09-291-1/+1
|
* add cancel button to editor, fix issue with autosave of categorieszotlabs2018-05-101-0/+1
|
* various input filter fixeszotlabs2017-03-181-0/+1
|
* more backquotes - this should take care of most except for the array import ↵zotlabs2016-10-091-1/+1
| | | | queries
* 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-2/+3
| | | | 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 weblink and attach button hideable and some minor fixesMario Vavti2016-05-011-0/+3
|
* more work on layout editorsMario Vavti2016-04-301-3/+3
|
* make mod editlayout use status_editor()Mario Vavti2016-04-301-107/+54
|
* module updatesredmatrix2016-04-181-0/+195