aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Webpages.php
Commit message (Collapse)AuthorAgeFilesLines
* more deprecate $aMario2023-09-211-1/+1
|
* fix php warningsMario2022-10-261-8/+6
|
* more app descriptions and remove some unused imagesMario2021-08-281-4/+2
|
* remove unobscure()Mario2021-05-281-99/+98
|
* Status editor hookM. Dent2018-09-291-1/+1
|
* Update Webpages.phpMax Kostikov2018-09-281-1/+1
|
* Update Webpages.phpMax Kostikov2018-09-281-1/+1
|
* remove profile_tabs() which has been deprecated and replaced by channel_apps()Mario Vavti2018-09-131-1/+1
|
* mpre feature to app transitionMario Vavti2018-09-121-20/+35
|
* feed untranslated appnames to nav_set_selected() and query for the active ↵Mario Vavti2017-10-091-1/+1
| | | | app directly to get app details
* more nav_set_selectedgit-marijus2017-07-221-1/+3
|
* remove unused page_widgets.php include and provide a general function for ↵zotlabs2017-06-221-9/+0
| | | | loading sql from file to use in the cdav migration
* fix issue #790 - zip->open returned error 19 (not a valid zip archive). in ↵Mario Vavti2017-05-301-1/+2
| | | | case there are further issues we should probably also put a ob_end_clean() right before readfile()
* hubzilla issue #795zotlabs2017-05-271-2/+4
|
* apporder style improvement and add to nav menu, also add language awareness ↵zotlabs2017-05-231-2/+2
| | | | to webpages
* move profile tabs to app-trayMario Vavti2017-03-201-1/+2
|
* create first webpage as 'home' if none exist.zotlabs2016-12-251-1/+5
|
* more get rid of illegal offset in include/conversationredmatrix2016-09-081-3/+5
|
* Imported webpage elements update existing elements properly. AllowCode ↵Andrew Manning2016-08-301-2/+0
| | | | permission is checked correctly and issues error on import if denied.
* Website export to cloud files works. Created new recursive copy function in ↵Andrew Manning2016-08-231-8/+47
| | | | attach.php.
* Block export and re-import works. Fixed bug where layout content was not ↵Andrew Manning2016-08-201-1/+68
| | | | being imported properly.
* Layouts list and are selectable for export to the zip fileAndrew Manning2016-08-201-14/+56
|
* Export of pages and their layouts to a zip file works. Bug on importing the ↵Andrew Manning2016-08-201-6/+136
| | | | exported zip file for pages.
* Pages populate the available-to-export list. New checkbox class for smaller ↵Andrew Manning2016-08-191-4/+10
| | | | boxes.
* Progress implementing zip file exportAndrew Manning2016-08-171-2/+24
|
* multi acl: port /webpages and /mitemMario Vavti2016-08-041-0/+1
|
* Improved UI. Removed logger statements.Andrew Manning2016-07-311-9/+17
|
* Import element selection page added to allow selective importing.Andrew Manning2016-07-301-22/+91
|
* Starting to make the import selection page after element scan.Andrew Manning2016-07-201-80/+98
|
* Importing webpage elements from manually entered cloud file path work. All ↵Andrew Manning2016-07-171-2/+21
| | | | detected elements are automatically imported.
* Added functions to check cloud files path and return path with hashed namesAndrew Manning2016-07-171-51/+5
|
* Stash changes to merge from devAndrew Manning2016-07-161-13/+43
|
* Postpone remote folder import until filesystem mirroring matures.Andrew Manning2016-07-161-2/+36
|
* Refactored the scan and import functions to reduce redundant code and ↵Andrew Manning2016-07-141-373/+23
| | | | simplify logic. Import of pages, layouts, and blocks works.
* Blocks, pages, and layouts import from zip file. Layouts are not applied to ↵Andrew Manning2016-07-131-9/+190
| | | | pages until imported twice though.
* Updated import_blocks for database callsAndrew Manning2016-07-131-5/+3
|
* 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