aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Page.php
Commit message (Collapse)AuthorAgeFilesLines
* HQ dashboard - initial checkinMario2022-07-151-42/+43
|
* allow plugin class widgets, fix sql error in page modulezotlabs2017-10-291-1/+1
|
* hubzilla issue #890, separate the pdl preview feature from the mod_page ↵zotlabs2017-10-251-7/+15
| | | | webpage query so that the webpage will always win if a webpage and pdl have the same name.
* remove unused page_widgets.php include and provide a general function for ↵zotlabs2017-06-221-1/+0
| | | | loading sql from file to use in the cdav migration
* apporder style improvement and add to nav menu, also add language awareness ↵zotlabs2017-05-221-12/+47
| | | | to webpages
* 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-11/+9
| | | | 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.
* allow delayed publishing of webpagesMario Vavti2016-05-101-2/+2
|
* objectify comancheredmatrix2016-05-051-5/+5
|
* module updatesredmatrix2016-04-181-0/+150