From: Michael M Slusarz Date: Wed, 8 Sep 2010 01:58:42 +0000 (-0600) Subject: Remove apps that don't exist in git X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=f018a85ed01d92c6f82d039dc53387f5a9c2c1b5;p=horde.git Remove apps that don't exist in git --- diff --git a/horde/config/registry.php.dist b/horde/config/registry.php.dist index 4aed999f9..be1a6cb84 100644 --- a/horde/config/registry.php.dist +++ b/horde/config/registry.php.dist @@ -220,15 +220,6 @@ $this->applications['mnemo-menu'] = array( 'menu_parent' => 'mnemo', ); -$this->applications['genie'] = array( - 'fileroot' => $this->applications['horde']['fileroot'] . '/genie', - 'webroot' => $this->applications['horde']['webroot'] . '/genie', - 'name' => _("Wishlist"), - 'status' => 'active', - 'provides' => 'wishlist', - 'menu_parent' => 'organizing' -); - $this->applications['trean'] = array( 'fileroot' => $this->applications['horde']['fileroot'] . '/trean', 'webroot' => $this->applications['horde']['webroot'] . '/trean', @@ -291,23 +282,6 @@ $this->applications['info'] = array( 'status' => 'heading', ); -$this->applications['klutz'] = array( - 'fileroot' => $this->applications['horde']['fileroot'] . '/klutz', - 'webroot' => $this->applications['horde']['webroot'] . '/klutz', - 'name' => _("Comics"), - 'status' => 'active', - 'provides' => 'comics', - 'menu_parent' => 'info' -); - -$this->applications['mottle'] = array( - 'fileroot' => $this->applications['horde']['fileroot'] . '/mottle', - 'webroot' => $this->applications['horde']['webroot'] . '/mottle', - 'name' => _("MOTD"), - 'status' => 'active', - 'menu_parent' => 'info' -); - $this->applications['jonah'] = array( 'fileroot' => $this->applications['horde']['fileroot'] . '/jonah', 'webroot' => $this->applications['horde']['webroot'] . '/jonah', @@ -323,47 +297,11 @@ $this->applications['jonah-menu'] = array( 'menu_parent' => 'jonah', ); -$this->applications['goops'] = array( - 'fileroot' => $this->applications['horde']['fileroot'] . '/goops', - 'webroot' => $this->applications['horde']['webroot'] . '/goops', - 'name' => _("Search Engines"), - 'status' => 'active', - 'menu_parent' => 'info' -); - $this->applications['office'] = array( 'name' => _("Office"), 'status' => 'heading', ); -$this->applications['juno'] = array( - 'fileroot' => $this->applications['horde']['fileroot'] . '/juno', - 'webroot' => $this->applications['horde']['webroot'] . '/juno', - 'name' => _("Accounting"), - 'status' => 'active', - 'menu_parent' => 'office' -); - -$this->applications['midas'] = array( - 'fileroot' => $this->applications['horde']['fileroot'] . '/midas', - 'webroot' => $this->applications['horde']['webroot'] . '/midas', - 'name' => _("Ads"), - 'status' => 'active', - 'menu_parent' => 'office' -); - -$this->applications['sesha'] = array( - 'fileroot' => $this->applications['horde']['fileroot'] . '/sesha', - 'webroot' => $this->applications['horde']['webroot'] . '/sesha', - 'name' => _("Inventory"), - 'status' => 'active', - - // Uncomment this line if you want Sesha to provide queue and version - // names instead of Whups: - // 'provides' => array('tickets/listQueues', 'tickets/getQueueDetails', 'tickets/listVersions', 'tickets/getVersionDetails'), - 'menu_parent' => 'office', -); - $this->applications['hermes'] = array( 'fileroot' => $this->applications['horde']['fileroot'] . '/hermes', 'webroot' => $this->applications['horde']['webroot'] . '/hermes', @@ -441,22 +379,6 @@ $this->applications['agora'] = array( 'menu_parent' => 'website' ); -$this->applications['ulaform'] = array( - 'fileroot' => $this->applications['horde']['fileroot'] . '/ulaform', - 'webroot' => $this->applications['horde']['webroot'] . '/ulaform', - 'name' => _("Forms"), - 'status' => 'active', - 'menu_parent' => 'website' -); - -$this->applications['volos'] = array( - 'fileroot' => $this->applications['horde']['fileroot'] . '/volos', - 'webroot' => $this->applications['horde']['webroot'] . '/volos', - 'name' => _("Guestbook"), - 'status' => 'active', - 'menu_parent' => 'website' -); - $this->applications['ansel'] = array( 'fileroot' => $this->applications['horde']['fileroot'] . '/ansel', 'webroot' => $this->applications['horde']['webroot'] . '/ansel', @@ -466,24 +388,6 @@ $this->applications['ansel'] = array( 'menu_parent' => 'website' ); -$this->applications['scry'] = array( - 'fileroot' => $this->applications['horde']['fileroot'] . '/scry', - 'webroot' => $this->applications['horde']['webroot'] . '/scry', - 'name' => _("Polls"), - 'status' => 'active', - 'provides' => 'polls', - 'menu_parent' => 'website' -); - -$this->applications['merk'] = array( - 'fileroot' => $this->applications['horde']['fileroot'] . '/merk', - 'webroot' => $this->applications['horde']['webroot'] . '/merk', - 'name' => _("Shopping"), - 'status' => 'active', - 'provides' => 'shop', - 'menu_parent' => 'website' -); - $this->applications['wicked'] = array( 'fileroot' => $this->applications['horde']['fileroot'] . '/wicked', 'webroot' => $this->applications['horde']['webroot'] . '/wicked', @@ -501,14 +405,6 @@ $this->applications['vilma'] = array( 'menu_parent' => 'administration' ); -$this->applications['nic'] = array( - 'fileroot' => $this->applications['horde']['fileroot'] . '/nic', - 'webroot' => $this->applications['horde']['webroot'] . '/nic', - 'name' => _("Network Tools"), - 'status' => 'active', - 'menu_parent' => 'administration' -); - $this->applications['content'] = array( 'fileroot' => $this->applications['horde']['fileroot'] . '/content', 'status' => 'hidden'