head	1.8;
access;
symbols
	RELEASE_5_3_0:1.7
	RELEASE_4_10_0:1.7
	RELEASE_5_2_1:1.7
	RELEASE_5_2_0:1.7
	RELEASE_4_9_0:1.7
	RELEASE_5_1_0:1.6
	RELEASE_4_8_0:1.6
	RELEASE_5_0_0:1.5
	RELEASE_4_7_0:1.5
	RELEASE_4_6_2:1.4
	RELEASE_4_6_1:1.4
	RELEASE_4_6_0:1.4
	old_RELEASE_5_0_DP1:1.2
	old_RELEASE_4_5_0:1.2;
locks; strict;
comment	@# @;


1.8
date	2004.12.26.10.33.22;	author thierry;	state dead;
branches;
next	1.7;

1.7
date	2003.08.28.23.15.39;	author edwin;	state Exp;
branches;
next	1.6;

1.6
date	2003.01.30.09.28.41;	author dirk;	state Exp;
branches;
next	1.5;

1.5
date	2002.06.18.07.37.37;	author pat;	state Exp;
branches;
next	1.4;

1.4
date	2002.05.23.11.37.58;	author sobomax;	state Exp;
branches;
next	1.3;

1.3
date	2002.05.16.07.36.11;	author sada;	state Exp;
branches;
next	1.2;

1.2
date	2002.01.19.16.58.08;	author ijliao;	state Exp;
branches;
next	1.1;

1.1
date	2001.12.03.02.36.06;	author steve;	state Exp;
branches;
next	;


desc
@@


1.8
log
@Remove www/horde2 & mail/imp3 and resurrect www/horde & mail/imp.

PR:		ports/75434
Submitted by:	/me.
@
text
@--- config/registry.php.dist.orig	Tue May  6 14:28:01 2003
+++ config/registry.php.dist	Sat Aug  9 15:09:34 2003
@@@@ -20,8 +20,8 @@@@
  *   IMP handle the authentication for Horde. This avoids the
  *   "double login" while accessing IMP.
  */
-// $this->registry['auth']['login'] = 'imp';
-// $this->registry['auth']['logout'] = 'imp';
+//UNCOMMENTWHENINSTIMP$this->registry['auth']['login'] = 'imp';
+//UNCOMMENTWHENINSTIMP$this->registry['auth']['logout'] = 'imp';
 
 /* mail: Handler for sending mail. */
 $this->registry['mail']['compose'] = 'imp';
@@@@ -33,11 +33,11 @@@@
 $this->registry['contacts']['sources'] = 'turba';
 $this->registry['contacts']['fields'] = 'turba';
 /* These handlers are available with Turba 1.2 */
-// $this->registry['contacts']['add_field'] = 'turba';
-// $this->registry['contacts']['delete_field'] = 'turba';
-// $this->registry['contacts']['get_field'] = 'turba';
-// $this->registry['contacts']['list_field'] = 'turba';
-// $this->registry['contacts']['import_vcard'] = 'turba';
+//UNCOMMENTWHENINSTTURBA $this->registry['contacts']['add_field'] = 'turba';
+//UNCOMMENTWHENINSTTURBA $this->registry['contacts']['delete_field'] = 'turba';
+//UNCOMMENTWHENINSTTURBA $this->registry['contacts']['get_field'] = 'turba';
+//UNCOMMENTWHENINSTTURBA $this->registry['contacts']['list_field'] = 'turba';
+//UNCOMMENTWHENINSTTURBA $this->registry['contacts']['import_vcard'] = 'turba';
 
 /* events: Handler for events. */
 $this->registry['events']['show'] = 'kronolith';
@@@@ -111,78 +111,95 @@@@
     'status' => 'notoolbar'
 );
 
-$this->applications['imp'] = array(
-    'fileroot' => dirname(__FILE__) . '/../imp',
-    'webroot' => $this->applications['horde']['webroot'] . '/imp',
-    'icon' => $this->applications['horde']['webroot'] . '/imp/graphics/imp.gif',
-    'name' => _("Mail"),
-    'allow_guests' => false,
-    'status' => 'inactive'
-);
-
-$this->applications['ingo'] = array(
-    'fileroot' => dirname(__FILE__) . '/../ingo',
-    'webroot' => $this->applications['horde']['webroot'] . '/ingo',
-    'icon' => $this->applications['horde']['webroot'] . '/ingo/graphics/ingo.gif',
-    'name' => _("Filters"),
-    'allow_guests' => false,
-    'status' => 'inactive'
-);
-
-$this->applications['turba'] = array(
-    'fileroot' => dirname(__FILE__) . '/../turba',
-    'webroot' => $this->applications['horde']['webroot'] . '/turba',
-    'icon' => $this->applications['horde']['webroot'] . '/turba/graphics/turba.gif',
-    'name' => _("Address Book"),
-    'allow_guests' => false,
-    'status' => 'inactive'
-);
-
-$this->applications['kronolith'] = array(
-    'fileroot' => dirname(__FILE__) . '/../kronolith',
-    'webroot' => $this->applications['horde']['webroot'] . '/kronolith',
-    'icon' => $this->applications['horde']['webroot'] . '/kronolith/graphics/kronolith.gif',
-    'name' => _("Calendar"),
-    'allow_guests' => false,
-    'status' => 'inactive'
-);
-
-$this->applications['mnemo'] = array(
-    'fileroot' => dirname(__FILE__) . '/../mnemo',
-    'webroot' => $this->applications['horde']['webroot'] . '/mnemo',
-    'icon' => $this->applications['horde']['webroot'] . '/mnemo/graphics/mnemo.gif',
-    'name' => _("Memos"),
-    'allow_guests' => false,
-    'status' => 'inactive'
-);
-
-$this->applications['nag'] = array(
-    'fileroot' => dirname(__FILE__) . '/../nag',
-    'webroot' => $this->applications['horde']['webroot'] . '/nag',
-    'icon' => $this->applications['horde']['webroot'] . '/nag/graphics/nag.gif',
-    'name' => _("Tasks"),
-    'allow_guests' => false,
-    'status' => 'inactive'
-);
-
-$this->applications['chora'] = array(
-    'fileroot' => dirname(__FILE__) . '/../chora',
-    'webroot' => $this->applications['horde']['webroot'] . '/chora',
-    'icon' => $this->applications['horde']['webroot'] . '/chora/graphics/chora.gif',
-    'name' => _("CVS"),
-    'allow_guests' => false,
-    'status' => 'inactive'
-);
-
-$this->applications['klutz'] = array(
-    'fileroot' => dirname(__FILE__) . '/../klutz',
-    'webroot' => $this->applications['horde']['webroot'] . '/klutz',
-    'icon' => $this->applications['horde']['webroot'] . '/klutz/graphics/klutz.gif',
-    'name' => _("Comics"),
-    'allow_guests' => false,
-    'status' => 'inactive'
-);
-
+//UNCOMMENTWHENINSTIMP$this->applications['imp'] = array(
+//UNCOMMENTWHENINSTIMP    'fileroot' => dirname(__FILE__) . '/../imp',
+//UNCOMMENTWHENINSTIMP    'webroot' => $this->applications['horde']['webroot'] . '/imp',
+//UNCOMMENTWHENINSTIMP    'icon' => $this->applications['horde']['webroot'] . '/imp/graphics/imp.gif',
+//UNCOMMENTWHENINSTIMP    'name' => _("Mail"),
+//UNCOMMENTWHENINSTIMP    'allow_guests' => false,
+//UNCOMMENTWHENINSTIMP    'status' => 'active'
+//UNCOMMENTWHENINSTIMP);
+
+//UNCOMMENTWHENINSTINGO$this->applications['ingo'] = array(
+//UNCOMMENTWHENINSTINGO    'fileroot' => dirname(__FILE__) . '/../ingo',
+//UNCOMMENTWHENINSTINGO    'webroot' => $this->applications['horde']['webroot'] . '/ingo',
+//UNCOMMENTWHENINSTINGO    'icon' => $this->applications['horde']['webroot'] . '/ingo/graphics/ingo.gif',
+//UNCOMMENTWHENINSTINGO    'name' => _("Filters"),
+//UNCOMMENTWHENINSTINGO    'allow_guests' => false,
+//UNCOMMENTWHENINSTINGO    'status' => 'active'
+//UNCOMMENTWHENINSTINGO);
+
+//UNCOMMENTWHENINSTTURBA$this->applications['turba'] = array(
+//UNCOMMENTWHENINSTTURBA    'fileroot' => dirname(__FILE__) . '/../turba',
+//UNCOMMENTWHENINSTTURBA    'webroot' => $this->applications['horde']['webroot'] . '/turba',
+//UNCOMMENTWHENINSTTURBA    'icon' => $this->applications['horde']['webroot'] . '/turba/graphics/turba.gif',
+//UNCOMMENTWHENINSTTURBA    'name' => _("Address Book"),
+//UNCOMMENTWHENINSTTURBA    'allow_guests' => false,
+//UNCOMMENTWHENINSTTURBA    'status' => 'active'
+//UNCOMMENTWHENINSTTURBA);
+
+//UNCOMMENTWHENINSTKRONOLITH$this->applications['kronolith'] = array(
+//UNCOMMENTWHENINSTKRONOLITH    'fileroot' => dirname(__FILE__) . '/../kronolith',
+//UNCOMMENTWHENINSTKRONOLITH    'webroot' => $this->applications['horde']['webroot'] . '/kronolith',
+//UNCOMMENTWHENINSTKRONOLITH    'icon' => $this->applications['horde']['webroot'] . '/kronolith/graphics/kronolith.gif',
+//UNCOMMENTWHENINSTKRONOLITH    'name' => _("Calendar"),
+//UNCOMMENTWHENINSTKRONOLITH    'allow_guests' => false,
+//UNCOMMENTWHENINSTKRONOLITH    'status' => 'active'
+//UNCOMMENTWHENINSTKRONOLITH);
+
+//UNCOMMENTWHENINSTMNEMO$this->applications['mnemo'] = array(
+//UNCOMMENTWHENINSTMNEMO    'fileroot' => dirname(__FILE__) . '/../mnemo',
+//UNCOMMENTWHENINSTMNEMO    'webroot' => $this->applications['horde']['webroot'] . '/mnemo',
+//UNCOMMENTWHENINSTMNEMO    'icon' => $this->applications['horde']['webroot'] . '/mnemo/graphics/mnemo.gif',
+//UNCOMMENTWHENINSTMNEMO    'name' => _("Memos"),
+//UNCOMMENTWHENINSTMNEMO    'allow_guests' => false,
+//UNCOMMENTWHENINSTMNEMO    'status' => 'active'
+//UNCOMMENTWHENINSTMNEMO);
+
+//UNCOMMENTWHENINSTNAG$this->applications['nag'] = array(
+//UNCOMMENTWHENINSTNAG    'fileroot' => dirname(__FILE__) . '/../nag',
+//UNCOMMENTWHENINSTNAG    'webroot' => $this->applications['horde']['webroot'] . '/nag',
+//UNCOMMENTWHENINSTNAG    'icon' => $this->applications['horde']['webroot'] . '/nag/graphics/nag.gif',
+//UNCOMMENTWHENINSTNAG    'name' => _("Tasks"),
+//UNCOMMENTWHENINSTNAG    'allow_guests' => false,
+//UNCOMMENTWHENINSTNAG    'status' => 'active'
+//UNCOMMENTWHENINSTNAG);
+
+//UNCOMMENTWHENINSTCHORA$this->applications['chora'] = array(
+//UNCOMMENTWHENINSTCHORA    'fileroot' => dirname(__FILE__) . '/../chora',
+//UNCOMMENTWHENINSTCHORA    'webroot' => $this->applications['horde']['webroot'] . '/chora',
+//UNCOMMENTWHENINSTCHORA    'icon' => $this->applications['horde']['webroot'] . '/chora/graphics/chora.gif',
+//UNCOMMENTWHENINSTCHORA    'name' => _("CVS"),
+//UNCOMMENTWHENINSTCHORA    'allow_guests' => false,
+//UNCOMMENTWHENINSTCHORA    'status' => 'active'
+//UNCOMMENTWHENINSTCHORA);
+
+//UNCOMMENTWHENINSTKLUTZ$this->applications['klutz'] = array(
+//UNCOMMENTWHENINSTKLUTZ    'fileroot' => dirname(__FILE__) . '/../klutz',
+//UNCOMMENTWHENINSTKLUTZ    'webroot' => $this->applications['horde']['webroot'] . '/klutz',
+//UNCOMMENTWHENINSTKLUTZ    'icon' => $this->applications['horde']['webroot'] . '/klutz/graphics/klutz.gif',
+//UNCOMMENTWHENINSTKLUTZ    'name' => _("Comics"),
+//UNCOMMENTWHENINSTKLUTZ    'allow_guests' => false,
+//UNCOMMENTWHENINSTKLUTZ    'status' => 'active'
+//UNCOMMENTWHENINSTKLUTZ);
+
+//UNCOMMENTWHENINSTNIC$this->applications['nic'] = array(
+//UNCOMMENTWHENINSTNIC    'fileroot' => dirname(__FILE__) . '/../nic',
+//UNCOMMENTWHENINSTNIC    'webroot' => '/horde/nic',
+//UNCOMMENTWHENINSTNIC    'icon' => '/horde/nic/graphics/nic.gif',
+//UNCOMMENTWHENINSTNIC    'name' => _("Network"),
+//UNCOMMENTWHENINSTNIC    'allow_guests' => false,
+//UNCOMMENTWHENINSTNIC    'status' => 'active'
+//UNCOMMENTWHENINSTNIC);
+
+//UNCOMMENTWHENINSTJONAH$this->applications['jonah'] = array(
+//UNCOMMENTWHENINSTJONAH    'fileroot' => dirname(__FILE__) . '/../jonah',
+//UNCOMMENTWHENINSTJONAH    'webroot' => '/horde/jonah',
+//UNCOMMENTWHENINSTJONAH    'icon' => '/horde/jonah/graphics/jonah.gif',
+//UNCOMMENTWHENINSTJONAH    'name' => _("Headlines"),
+//UNCOMMENTWHENINSTJONAH    'allow_guests' => true,
+//UNCOMMENTWHENINSTJONAH    'status' => 'active'
+//UNCOMMENTWHENINSTJONAH);
 
 /**
  * Service registry
@@@@ -326,6 +343,29 @@@@
 $this->services['nag']['horde']['summary'] = array(
     'file' => '%application%/lib/api.php',
     'function' => 'nagSummary',
+    'args' => array(),
+    'type' => 'string'
+);
+$this->services['nic']['net']['finger'] = array(
+    'link' => "%application%/finger.php?address=|address|"
+);
+
+
+$this->services['whups']['projects']['list'] = array(
+    'file' => '%application%/lib/api.php',
+    'function' => 'whupsListModules',
+    'args' => array(),
+    'type' => 'array'
+);
+$this->services['whups']['projects']['add'] = array(
+    'file' => '%application%/lib/api.php',
+    'function' => 'whupsAddModule',
+    'args' => array('name'),
+    'type' => 'integer'
+);
+$this->services['whups']['horde']['summary'] = array(
+    'file' => '%application%/lib/api.php',
+    'function' => 'whupsSummary',
     'args' => array(),
     'type' => 'string'
 );
@


1.7
log
@www/horde2: upgrading to 2.2.4-RC2 (includes a security fix).

	Note: I'm not waiting for the final release to submit this
	PR because it includes a security fix.

	The full list of changes (from 2.2.3) can be viewed here:
	http://cvs.horde.org/diff.php/horde/docs/CHANGES?r1=1.207.2.77&;r2=1.207.2.85&ty=h

PR:		ports/56098
Submitted by:	Thierry Thomas <thierry@@pompo.net>
@
text
@@


1.6
log
@Upgrade to 2.2.

PR:		ports/47229
Submitted by:	Thierry Thomas <thierry@@pompo.net>
@
text
@d1 2
a2 2
--- config/registry.php.dist.orig	Mon Dec 30 02:26:06 2002
+++ config/registry.php.dist	Thu Jan 16 23:02:48 2003
d14 18
a31 31
@@@@ -45,12 +45,29 @@@@
 $this->registry['memos']['show'] = 'mnemo';
 $this->registry['memos']['add'] = 'mnemo';
 
+//$this->registry['publickey']['add'] = 'turba';
+//$this->registry['publickey']['delete'] = 'turba';
+//$this->registry['publickey']['get'] = 'turba';
+//$this->registry['publickey']['list'] = 'turba';
+
+/* memos: Handler for memos/notepad. */
+$this->registry['memos']['search'] = 'mnemo';
+$this->registry['memos']['list'] = 'mnemo';
+$this->registry['memos']['show'] = 'mnemo';
+$this->registry['memos']['add'] = 'mnemo';
+
+/* nic: network utilities */
+$this->registry['net']['finger'] = 'nic';
+
 /* tasks: Handler for todo lists. */
 $this->registry['tasks']['search'] = 'nag';
 $this->registry['tasks']['list'] = 'nag';
 $this->registry['tasks']['show'] = 'nag';
 $this->registry['tasks']['add'] = 'nag';
 
+/* whups: bugs reports */
+$this->registry['projects']['list'] = 'whups';
+$this->registry['projects']['add'] = 'whups';
 
 /**
  * Application registry
@@@@ -100,68 +117,122 @@@@
d44 9
d106 1
d116 9
a178 9
+//UNCOMMENTWHENINSTGOLLEM$this->applications['gollem'] = array(
+//UNCOMMENTWHENINSTGOLLEM    'fileroot' => dirname(__FILE__) . '/../gollem',
+//UNCOMMENTWHENINSTGOLLEM    'webroot' => '/horde/gollem',
+//UNCOMMENTWHENINSTGOLLEM    'icon' => '/horde/gollem/graphics/gollem.gif',
+//UNCOMMENTWHENINSTGOLLEM    'name' => _("FTP"),
+//UNCOMMENTWHENINSTGOLLEM    'allow_guests' => false,
+//UNCOMMENTWHENINSTGOLLEM    'status' => 'active'
+//UNCOMMENTWHENINSTGOLLEM);
+
a195 28
+
+//UNCOMMENTWHENINSTTROLL$this->applications['troll'] = array(
+//UNCOMMENTWHENINSTTROLL    'fileroot' => dirname(__FILE__) . '/../troll',
+//UNCOMMENTWHENINSTTROLL    'webroot' => '/horde/troll',
+//UNCOMMENTWHENINSTTROLL    'icon' => '/horde/troll/graphics/troll.gif',
+//UNCOMMENTWHENINSTTROLL    'name' => _("News"),
+//UNCOMMENTWHENINSTTROLL    'allow_guests' => false,
+//UNCOMMENTWHENINSTTROLL    'status' => 'active'
+//UNCOMMENTWHENINSTTROLL);
+
+//UNCOMMENTWHENINSTBABEL$this->applications['babel'] = array(
+//UNCOMMENTWHENINSTBABEL    'fileroot' => dirname(__FILE__) . '/../babel',
+//UNCOMMENTWHENINSTBABEL    'webroot' => $this->applications['horde']['webroot'] . '/babel',
+//UNCOMMENTWHENINSTBABEL    'icon' => $this->applications['horde']['webroot'] . '/babel/graphics/babel.gif',
+//UNCOMMENTWHENINSTBABEL    'name' => _("i18n"),
+//UNCOMMENTWHENINSTBABEL    'allow_guests' => false,
+//UNCOMMENTWHENINSTBABEL    'status' => 'active'
+//UNCOMMENTWHENINSTBABEL);
+
+//UNCOMMENTWHENINSTWHUPS$this->applications['whups'] = array(
+//UNCOMMENTWHENINSTWHUPS    'fileroot' => dirname(__FILE__) . '/../whups',
+//UNCOMMENTWHENINSTWHUPS    'webroot' => '/horde/whups',
+//UNCOMMENTWHENINSTWHUPS    'icon' => '/horde/whups/graphics/whups.gif',
+//UNCOMMENTWHENINSTWHUPS    'name' => _("Bugs"),
+//UNCOMMENTWHENINSTWHUPS    'allow_guests' => false,
+//UNCOMMENTWHENINSTWHUPS    'status' => 'active'
+//UNCOMMENTWHENINSTWHUPS);
 
d198 2
a199 1
@@@@ -303,6 +374,29 @@@@
@


1.5
log
@Update to 2.1 final, bump PORTREVISION.

PR:		39170
Submitted by:	maintainer
@
text
@d1 2
a2 2
--- config/registry.php.dist.orig	Mon May 20 18:43:28 2002
+++ config/registry.php.dist	Tue Jun 11 18:53:47 2002
d4 1
a4 1
  *   IMP or Gollem handle the authentication for Horde. This avoids the
d14 1
a14 1
@@@@ -39,12 +39,29 @@@@
d44 2
a45 2
@@@@ -74,60 +91,121 @@@@
     'server_port' => $GLOBALS['HTTP_SERVER_VARS']['SERVER_PORT']
d48 62
a109 54
-// $this->applications['imp'] = array(
-//     'fileroot' => dirname(__FILE__) . '/../imp',
-//     'webroot' => $this->applications['horde']['webroot'] . '/imp',
-//     'icon' => $this->applications['horde']['webroot'] . '/imp/graphics/imp.gif',
-//     'name' => _("Mail"),
-//     'allow_guests' => false,
-//     'show' => true
-// );
-
-// $this->applications['turba'] = array(
-//     'fileroot' => dirname(__FILE__) . '/../turba',
-//     'webroot' => $this->applications['horde']['webroot'] . '/turba',
-//     'icon' => $this->applications['horde']['webroot'] . '/turba/graphics/turba.gif',
-//     'name' => _("Addressbook"),
-//     'allow_guests' => false,
-//     'show' => true
-// );
-
-// $this->applications['kronolith'] = array(
-//     'fileroot' => dirname(__FILE__) . '/../kronolith',
-//     'webroot' => $this->applications['horde']['webroot'] . '/kronolith',
-//     'icon' => $this->applications['horde']['webroot'] . '/kronolith/graphics/kronolith.gif',
-//     'name' => _("Calendar"),
-//     'allow_guests' => false,
-//     'show' => false
-// );
-
-// $this->applications['mnemo'] = array(
-//     'fileroot' => dirname(__FILE__) . '/../mnemo',
-//     'webroot' => $this->applications['horde']['webroot'] . '/mnemo',
-//     'icon' => $this->applications['horde']['webroot'] . '/mnemo/graphics/mnemo.gif',
-//     'name' => _("Memos"),
-//     'allow_guests' => false,
-//     'show' => true
-// );
-
-// $this->applications['nag'] = array(
-//     'fileroot' => dirname(__FILE__) . '/../nag',
-//     'webroot' => $this->applications['horde']['webroot'] . '/nag',
-//     'icon' => $this->applications['horde']['webroot'] . '/nag/graphics/nag.gif',
-//     'name' => _("Tasks"),
-//     'allow_guests' => false,
-//     'show' => false
-// );
-
-// $this->applications['chora'] = array(
-//     'fileroot' => dirname(__FILE__) . '/../chora',
-//     'webroot' => $this->applications['horde']['webroot'] . '/chora',
-//     'icon' => $this->applications['horde']['webroot'] . '/chora/graphics/chora.gif',
-//     'name' => _("CVS"),
-//     'allow_guests' => false,
-//     'show' => false
-// );
-
d116 1
a116 1
+//UNCOMMENTWHENINSTIMP    'show' => true
d123 1
a123 1
+//UNCOMMENTWHENINSTTURBA    'name' => _("Addressbook"),
d125 1
a125 1
+//UNCOMMENTWHENINSTTURBA    'show' => true
d134 1
a134 1
+//UNCOMMENTWHENINSTKRONOLITH    'show' => true
d143 1
a143 1
+//UNCOMMENTWHENINSTMNEMO    'show' => true
d152 1
a152 1
+//UNCOMMENTWHENINSTNAG    'show' => true
d161 1
a161 1
+//UNCOMMENTWHENINSTCHORA    'show' => true
d163 10
a172 1
+ 
d179 1
a179 1
+//UNCOMMENTWHENINSTGOLLEM    'show' => true
d188 1
a188 1
+//UNCOMMENTWHENINSTNIC    'show' => true
d197 1
a197 1
+//UNCOMMENTWHENINSTJONAH    'show' => true
d206 1
a206 1
+//UNCOMMENTWHENINSTTROLL    'show' => true
d215 1
a215 1
+//UNCOMMENTWHENINSTBABEL    'show' => true
d224 1
a224 1
+//UNCOMMENTWHENINSTWHUPS    'show' => true
d226 1
a226 8
+
+//UNCOMMENTWHENINSTORATOR$this->applications['orator'] = array(
+//UNCOMMENTWHENINSTORATOR    'fileroot' => dirname(__FILE__) . '/../orator',
+//UNCOMMENTWHENINSTORATOR    'webroot' => '/horde/orator',
+//UNCOMMENTWHENINSTORATOR    'name' => _("Presentations"),
+//UNCOMMENTWHENINSTORATOR    'allow_guests' => true,
+//UNCOMMENTWHENINSTORATOR    'show' => true
+//UNCOMMENTWHENINSTORATOR);
d229 1
a229 11
  * Service registry
@@@@ -185,7 +263,7 @@@@
     'type' => 'array'
 );
 
-$this->services['kronolith']['horde']['summary'] = array(
+$this->services['kronolith']['horde']['summary'] = array( 
     'file' => '%application%/lib/api.php',
     'function' => 'kronolithSummary',
     'args' => array(),
@@@@ -238,6 +316,29 @@@@
@


1.4
log
@Update to RC3.

PR:		38261
Submitted by:	maintainer
@
text
@d1 2
a2 2
--- config/registry.php.dist.orig	Tue Apr 16 14:24:58 2002
+++ config/registry.php.dist	Sun May 19 00:01:04 2002
d14 3
a16 3
@@@@ -33,12 +33,29 @@@@
 $this->registry['contacts']['sources'] = 'turba';
 $this->registry['contacts']['fields'] = 'turba';
d44 1
a44 1
@@@@ -68,50 +85,121 @@@@
d75 9
d101 1
d119 36
a173 9
+//UNCOMMENTWHENINSTKRONOLITH$this->applications['kronolith'] = array(
+//UNCOMMENTWHENINSTKRONOLITH    'fileroot' => dirname(__FILE__) . '/../kronolith',
+//UNCOMMENTWHENINSTKRONOLITH    'webroot' => $this->applications['horde']['webroot'] . '/kronolith',
+//UNCOMMENTWHENINSTKRONOLITH    'icon' => $this->applications['horde']['webroot'] . '/kronolith/graphics/kronolith.gif',
+//UNCOMMENTWHENINSTKRONOLITH    'name' => _("Calendar"),
+//UNCOMMENTWHENINSTKRONOLITH    'allow_guests' => false,
+//UNCOMMENTWHENINSTKRONOLITH    'show' => true
+//UNCOMMENTWHENINSTKRONOLITH);
+
a191 9
+//UNCOMMENTWHENINSTCHORA$this->applications['chora'] = array(
+//UNCOMMENTWHENINSTCHORA    'fileroot' => dirname(__FILE__) . '/../chora',
+//UNCOMMENTWHENINSTCHORA    'webroot' => $this->applications['horde']['webroot'] . '/chora',
+//UNCOMMENTWHENINSTCHORA    'icon' => $this->applications['horde']['webroot'] . '/chora/graphics/chora.gif',
+//UNCOMMENTWHENINSTCHORA    'name' => _("CVS"),
+//UNCOMMENTWHENINSTCHORA    'allow_guests' => true,
+//UNCOMMENTWHENINSTCHORA    'show' => true
+//UNCOMMENTWHENINSTCHORA);
+
a209 18
+//UNCOMMENTWHENINSTMNEMO$this->applications['mnemo'] = array(
+//UNCOMMENTWHENINSTMNEMO    'fileroot' => dirname(__FILE__) . '/../mnemo',
+//UNCOMMENTWHENINSTMNEMO    'webroot' => $this->applications['horde']['webroot'] . '/mnemo',
+//UNCOMMENTWHENINSTMNEMO    'icon' => $this->applications['horde']['webroot'] . '/mnemo/graphics/mnemo.gif',
+//UNCOMMENTWHENINSTMNEMO    'name' => _("Memos"),
+//UNCOMMENTWHENINSTMNEMO    'allow_guests' => false,
+//UNCOMMENTWHENINSTMNEMO    'show' => true
+//UNCOMMENTWHENINSTMNEMO);
+
+//UNCOMMENTWHENINSTNAG$this->applications['nag'] = array(
+//UNCOMMENTWHENINSTNAG    'fileroot' => dirname(__FILE__) . '/../nag',
+//UNCOMMENTWHENINSTNAG    'webroot' => $this->applications['horde']['webroot'] . '/nag',
+//UNCOMMENTWHENINSTNAG    'icon' => $this->applications['horde']['webroot'] . '/nag/graphics/nag.gif',
+//UNCOMMENTWHENINSTNAG    'name' => _("Tasks"),
+//UNCOMMENTWHENINSTNAG    'allow_guests' => false,
+//UNCOMMENTWHENINSTNAG    'show' => true
+//UNCOMMENTWHENINSTNAG);
+
a217 1
 
d219 2
a220 3
@@@@ -168,6 +256,86 @@@@
     'function' => 'turbaGetFields',
     'args' => array('addressbook'),
d222 3
a224 2
+);
+
d226 7
a232 52
+    'file' => '%application%/lib/api.php',
+    'function' => 'kronolithSummary',
+    'args' => array(),
+    'type' => 'string'
+);
+
+$this->services['mnemo']['memos']['list'] = array(
+    'file' => '%application%/lib/api.php',
+    'function' => 'mnemoListMemos',
+    'args' => array('sortby', 'sortdir'),
+    'type' => 'array'
+);
+$this->services['mnemo']['memos']['search'] = array(
+    'link' => "%application%/search.php"
+);
+$this->services['mnemo']['memos']['show'] = array(
+    'link' => "%application%/view.php?memo=|memo|"
+);
+$this->services['mnemo']['memos']['add'] = array(
+    'file' => '%application%/lib/api.php',
+    'function' => 'mnemoAddMemo',
+    'args' => array('body', 'category'),
+    'type' => 'integer'
+);
+$this->services['mnemo']['horde']['summary'] = array(
+    'file' => '%application%/lib/api.php',
+    'function' => 'mnemoSummary',
+    'args' => array(),
+    'type' => 'string'
+);
+
+$this->services['nag']['tasks']['list'] = array(
+    'file' => '%application%/lib/api.php',
+    'function' => 'nagListTasks',
+    'args' => array('sortby', 'sortdir'),
+    'type' => 'array'
+);
+$this->services['nag']['tasks']['search'] = array(
+    'link' => "%application%/search.php"
+);
+$this->services['nag']['tasks']['show'] = array(
+    'link' => "%application%/view.php?task=|task|"
+);
+$this->services['nag']['tasks']['add'] = array(
+    'file' => '%application%/lib/api.php',
+    'function' => 'nagAddTask',
+    'args' => array('name', 'description', 'due'),
+    'type' => 'integer'
+);
+$this->services['nag']['horde']['summary'] = array(
+    'file' => '%application%/lib/api.php',
+    'function' => 'nagSummary',
d256 2
a257 2
+    'args' => array(),
+    'type' => 'string'
a258 2
 
 $this->services['kronolith']['horde']['summary'] = array(
@


1.3
log
@Upgrade to version 2.1 RC2.
PR:	ports/36903
Submitted by:	maintainer
@
text
@d1 2
a2 2
--- config/registry.php.dist.orig	Tue Mar 12 17:56:41 2002
+++ config/registry.php.dist	Mon Apr  8 21:47:24 2002
d14 1
a14 1
@@@@ -33,12 +33,18 @@@@
d18 11
d44 1
a44 1
@@@@ -68,50 +74,112 @@@@
d182 9
d209 2
a210 2
 /** 
@@@@ -168,6 +236,61 @@@@
d219 25
@


1.2
log
@horde-devel from 2.0 RC3 to 2.0;
turba from 1.0 RC3 to 1.0;
imp-devel from 3.0 RC3 to 1.0
@
text
@d1 2
a2 2
--- config/registry.php.dist.orig	Sun Dec 23 03:22:14 2001
+++ config/registry.php.dist	Tue Dec 25 13:11:34 2001
d14 20
a33 1
@@@@ -62,32 +62,103 @@@@
d40 1
a40 1
-//     'icon' => '/horde/imp/graphics/imp.gif',
d42 1
a42 1
-//     'allow_guests' => true,
d49 1
a49 1
-//     'icon' => '/horde/turba/graphics/turba.gif',
d55 18
d76 1
a76 1
-//     'icon' => '/horde/chora/graphics/chora.gif',
d78 1
a78 1
-//     'allow_guests' => true,
d84 1
a84 1
+//UNCOMMENTWHENINSTIMP    'icon' => '/horde/imp/graphics/imp.gif',
d93 1
a93 1
+//UNCOMMENTWHENINSTTURBA    'icon' => '/horde/turba/graphics/turba.gif',
d97 1
a97 10
+//UNCOMMENTWHENINSTTURBA );
+
+//UNCOMMENTWHENINSTCHORA$this->applications['chora'] = array(
+//UNCOMMENTWHENINSTCHORA    'fileroot' => dirname(__FILE__) . '/../chora',
+//UNCOMMENTWHENINSTCHORA    'webroot' => $this->applications['horde']['webroot'] . '/chora',
+//UNCOMMENTWHENINSTCHORA    'icon' => '/horde/chora/graphics/chora.gif',
+//UNCOMMENTWHENINSTCHORA    'name' => _("CVS"),
+//UNCOMMENTWHENINSTCHORA    'allow_guests' => true,
+//UNCOMMENTWHENINSTCHORA    'show' => true
+//UNCOMMENTWHENINSTCHORA );
d104 1
a104 1
+//UNCOMMENTWHENINSTGOLLEM    'allow_guests' => true,
d113 1
a113 1
+//UNCOMMENTWHENINSTNIC    'allow_guests' => true,
d119 2
a120 2
+//UNCOMMENTWHENINSTKRONOLITH    'webroot' => '/horde/kronolith',
+//UNCOMMENTWHENINSTKRONOLITH    'icon' => '/horde/kronolith/graphics/kronolith.gif',
d140 1
a140 1
+//UNCOMMENTWHENINSTTROLL    'allow_guests' => true,
d144 18
d167 1
a167 1
+//UNCOMMENTWHENINSTWHUPS    'allow_guests' => true,
d173 2
a174 2
+//UNCOMMENTWHENINSTNAG    'webroot' => '/horde/nag',
+//UNCOMMENTWHENINSTNAG    'icon' => '/horde/nag/graphics/nag.gif',
d176 1
a176 1
+//UNCOMMENTWHENINSTNAG    'allow_guests' => true,
d190 1
a190 1
@@@@ -144,6 +215,49 @@@@
d232 12
d251 1
a251 1
 $this->services['default']['mail']['compose'] = array(
@


1.1
log
@Adding horde version 2.0.
A common code-base used by Horde applications, written in PHP.

PR:		32088, 32145
Submitted by:	Thierry Thomas <thierry@@thomas.as>
@
text
@d1 6
a6 6
--- config/registry.php.dist.orig	Mon Oct 29 02:35:33 2001
+++ config/registry.php.dist	Fri Nov 16 23:16:28 2001
@@@@ -1,8 +1,8 @@@@
 <?php
 // $Horde: horde/config/registry.php.dist,v 1.52 2001/10/29 01:35:33 chuck Exp $
 
d11 2
a12 2
 // $this->registry['auth']['login'] = 'gollem';
 // $this->registry['auth']['logout'] = 'gollem';
d14 180
@

