From a80454978181eebf7813a10c00b3166f66300b3f Mon Sep 17 00:00:00 2001 From: Mario Date: Mon, 21 Feb 2022 10:02:33 +0000 Subject: remove deprecated widgets and add some more widget descriptions --- Zotlabs/Lib/AccessList.php | 49 --------------------------------- Zotlabs/Widget/Activity.php | 5 ++++ Zotlabs/Widget/Album.php | 8 +++++- Zotlabs/Widget/Appcategories.php | 6 +++++ Zotlabs/Widget/Appcloud.php | 6 +++++ Zotlabs/Widget/Appstore.php | 6 +++++ Zotlabs/Widget/Archive.php | 6 +++++ Zotlabs/Widget/Bookmarkedchats.php | 9 ++++--- Zotlabs/Widget/Catcloud.php | 9 ++++++- Zotlabs/Widget/Catcloud_wall.php | 6 +++++ Zotlabs/Widget/Categories.php | 6 +++++ Zotlabs/Widget/Cdav.php | 10 ++++--- Zotlabs/Widget/Chatroom_list.php | 6 +++++ Zotlabs/Widget/Chatroom_members.php | 6 +++++ Zotlabs/Widget/Clock.php | 5 ++++ Zotlabs/Widget/Collections.php | 54 ------------------------------------- Zotlabs/Widget/Common_friends.php | 8 +++++- Zotlabs/Widget/Cover_photo.php | 6 +++++ Zotlabs/Widget/Design_tools.php | 8 +++++- Zotlabs/Widget/Dirsort.php | 6 +++++ Zotlabs/Widget/Dirtags.php | 6 +++++ Zotlabs/Widget/Eventstools.php | 19 ------------- Zotlabs/Widget/Filer.php | 6 +++++ Zotlabs/Widget/Findpeople.php | 5 ++++ Zotlabs/Widget/Follow.php | 7 ++++- Zotlabs/Widget/Forums.php | 36 +++++-------------------- Zotlabs/Widget/Suggestedchats.php | 10 ++++--- 27 files changed, 148 insertions(+), 166 deletions(-) delete mode 100644 Zotlabs/Widget/Collections.php delete mode 100644 Zotlabs/Widget/Eventstools.php diff --git a/Zotlabs/Lib/AccessList.php b/Zotlabs/Lib/AccessList.php index 026148c9f..f4b762eaa 100644 --- a/Zotlabs/Lib/AccessList.php +++ b/Zotlabs/Lib/AccessList.php @@ -311,55 +311,6 @@ class AccessList { return $o; } -/* deprecated - static function widget($every = "connections", $each = "lists", $edit = false, $group_id = 0, $cid = '', $mode = 1) { - - $groups = []; - - $r = q("SELECT * FROM pgrp WHERE deleted = 0 AND uid = %d ORDER BY gname ASC", - intval($_SESSION['uid']) - ); - $member_of = []; - if ($cid) { - $member_of = self::containing(local_channel(), $cid); - } - - if ($r) { - foreach ($r as $rr) { - $selected = (($group_id == $rr['id']) ? ' group-selected' : ''); - - if ($edit) { - $groupedit = ['href' => "lists/" . $rr['id'], 'title' => t('edit')]; - } - else { - $groupedit = null; - } - - $groups[] = [ - 'id' => $rr['id'], - 'enc_cid' => base64url_encode($cid), - 'cid' => $cid, - 'text' => $rr['gname'], - 'selected' => $selected, - 'href' => (($mode == 0) ? $each . '?f=&gid=' . $rr['id'] : $each . "/" . $rr['id']) . ((x($_GET, 'new')) ? '&new=' . $_GET['new'] : '') . ((x($_GET, 'order')) ? '&order=' . $_GET['order'] : ''), - 'edit' => $groupedit, - 'ismember' => in_array($rr['id'], $member_of), - ]; - } - } - - return replace_macros(get_markup_template('group_side.tpl'), [ - '$title' => t('Privacy Groups'), - '$edittext' => t('Edit group'), - '$createtext' => t('Create new group'), - '$ungrouped' => (($every === 'contacts') ? t('Channels not in any privacy group') : ''), - '$groups' => $groups, - '$add' => t('Add'), - ]); - - } -*/ - static function expand($g) { if (!(is_array($g) && count($g))) { return []; diff --git a/Zotlabs/Widget/Activity.php b/Zotlabs/Widget/Activity.php index 5d9795c7e..34e0f67dc 100644 --- a/Zotlabs/Widget/Activity.php +++ b/Zotlabs/Widget/Activity.php @@ -1,5 +1,10 @@ $upload_form, '$usage' => $usage_message )); - + return $o; } } diff --git a/Zotlabs/Widget/Appcategories.php b/Zotlabs/Widget/Appcategories.php index e916f095f..31fb2542e 100644 --- a/Zotlabs/Widget/Appcategories.php +++ b/Zotlabs/Widget/Appcategories.php @@ -1,5 +1,11 @@ $sabreabook['uri'], 'displayname' => $sabreabook['{DAV:}displayname'], 'id' => $sabreabook['id'] - + ]; } diff --git a/Zotlabs/Widget/Chatroom_list.php b/Zotlabs/Widget/Chatroom_list.php index e2aad0e05..42b92ddb2 100644 --- a/Zotlabs/Widget/Chatroom_list.php +++ b/Zotlabs/Widget/Chatroom_list.php @@ -1,5 +1,11 @@ t('Events Tools'), - '$export' => t('Export Calendar'), - '$import' => t('Import Calendar'), - '$submit' => t('Submit') - )); - } -} diff --git a/Zotlabs/Widget/Filer.php b/Zotlabs/Widget/Filer.php index bac1c339e..6c5ac47a9 100644 --- a/Zotlabs/Widget/Filer.php +++ b/Zotlabs/Widget/Filer.php @@ -1,5 +1,11 @@ t('Add New Connection'), '$desc' => t('Enter channel address'), diff --git a/Zotlabs/Widget/Forums.php b/Zotlabs/Widget/Forums.php index 2af7347f1..454cc7a26 100644 --- a/Zotlabs/Widget/Forums.php +++ b/Zotlabs/Widget/Forums.php @@ -1,5 +1,11 @@