[dev] Share Class for Horde + Kronolith Patch

Mike Cochrane mike@graftonhall.co.nz
Wed, 4 Sep 2002 07:15:30 +1200


sorry.. didn't see that diff file.... I have it all running now :-) So here's a
few more comments.... 

kronolith doesn't need the conf.php.dist changes as those options are allready
specified in horde's config file.

the changes in horde's conf.php.dist are not complete. here's a complete diff,
note the table/database changes.

cvs diff conf.php.dist (in directory I:\HTTPD\clean\horde\config\)
Index: conf.php.dist
===================================================================
RCS file: /repository/horde/config/conf.php.dist,v
retrieving revision 1.12
diff -r1.12 conf.php.dist
122a123,146
>  ** Horde Share
>  **/
> 
> $conf['share']['params'] = array();
> $conf['share']['params']['phptype'] = 'mysql';
> 
> // What hostname is the database server running on, or what is the
> // name of the system DSN to use?
> $conf['share']['params']['hostspec'] = 'localhost';
> 
> // What username do we authenticate to the database server as?
> $conf['share']['params']['username'] = 'horde';
> 
> // What password do we authenticate to the database server with?
> $conf['share']['params']['password'] = '*****';
> 
> // What database name/tablespace are we using?
> $conf['share']['params']['database'] = 'horde';
> 
> // What database name/tablespace are we using?
> $conf['share']['params']['table'] = 'horde_shares';
> 
> 
> /**



> ----- Message from jvandal@infoteck.qc.ca ---------
>     Date: Tue, 3 Sep 2002 14:28:09 -0400
>     From: Joel Vandal <jvandal@infoteck.qc.ca>
> Reply-To: Joel Vandal <jvandal@infoteck.qc.ca>
>  Subject: Re: [dev] Share Class for Horde + Kronolith Patch
>       To: Mike Cochrane <mike@graftonhall.co.nz>
> 
> Hi,
> 
> Check on the horde.diff ... The patch apply to the conf.php.dist file and
> not conf.php
> 
> --
> Joel Vandal
> Infoteck Internet
> 
> ----- Original Message -----
> From: "Mike Cochrane" <mike@graftonhall.co.nz>
> To: "Joel Vandal" <jvandal@subi.to>
> Cc: <dev@lists.horde.org>
> Sent: Tuesday, September 03, 2002 2:22 PM
> Subject: Re: [dev] Share Class for Horde + Kronolith Patch
> 
> 
> > Can we please have some diffs for horde's conf.php so we have an idea of
> what we
> > are putting there? and an initial comment:
> >
> > Share.php should be split up as with others drivers are, and we whoud have
> a
> > share/sql.php file with the SQL implementation of it.
> >
> > - Mike :-)
> 
> ----- End message from jvandal@infoteck.qc.ca -----