aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Editblock.php
Commit message (Collapse)AuthorAgeFilesLines
* add cancel button to editor, fix issue with autosave of categorieszotlabs2018-05-101-0/+1
|
* various input filter fixeszotlabs2017-03-181-1/+6
|
* 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/+2
| | | | 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 editblock use status_editor()Mario Vavti2016-05-071-71/+29
|
* whitespaceMario Vavti2016-05-041-3/+3
|
* whitespaceMario Vavti2016-05-041-40/+34
|
* some refinements on jotMario Vavti2016-04-271-12/+5
|
* module updatesredmatrix2016-04-181-0/+198