[nag] Nag Stage 6
Jon Parise
jon@csh.rit.edu
Mon, 21 May 2001 11:42:46 -0400
On Mon, May 21, 2001 at 07:58:12AM -0500, rbarnett@neuromics.com wrote:
> I haven't tried nag yet, but here are a few minor suggestions for docs/INSTALL:
>
> $ diff INSTALL.dist INSTALL.new
> 12c12
> < - An SQL database support by PEAR's DB interface
> ---
> > - An SQL database supported by PEAR's DB interface
> 54c54
> < $conf['prefs']['params']['table'] = 'horde_prefs';
> ---
> > $conf['prefs']['params']['table'] = 'nag_tasks';
> 57c57
> < This is for my local PostgreSQL installation. It should look look fairly
> ---
> > This is for my local PostgreSQL installation. It should look fairly
All fixed (between Chuck and I). You missed the major error,
though:
RCS file: /cvs/horde/nag/docs/INSTALL,v
retrieving revision 1.3
retrieving revision 1.4
diff -p -u -r1.3 -r1.4
--- INSTALL 2001/05/21 13:47:27 1.3
+++ INSTALL 2001/05/21 15:40:11 1.4
@@ -45,14 +45,14 @@ conf.php, you'll find a section label 'S
where you enter your database connection parameters. It will probably end
up looking something like this:
- $conf['prefs']['params'] = array();
- $conf['prefs']['params']['phptype'] = 'pgsql';
- $conf['prefs']['params']['hostspec'] = '';
- $conf['prefs']['params']['username'] = 'jon';
- $conf['prefs']['params']['password'] = '';
- $conf['prefs']['params']['database'] = 'horde';
- $conf['prefs']['params']['table'] = 'horde_prefs';
- $conf['prefs']['params']['protocol'] = 'unix';
+ $conf['storage']['params'] = array();
+ $conf['storage']['params']['phptype'] = 'pgsql';
+ $conf['storage']['params']['hostspec'] = '';
+ $conf['storage']['params']['username'] = 'jon';
+ $conf['storage']['params']['password'] = '';
+ $conf['storage']['params']['database'] = 'horde';
+ $conf['storage']['params']['table'] = 'nag_tasks';
+ $conf['storage']['params']['protocol'] = 'unix';
This is for my local PostgreSQL installation. It should look fairly similar
for a MySQL installation, however.
> Are there any plans to allow for a manual ordering of the tasks? It doesn't
> look like the nag_tasks schema would support that.
I'm not sure I follow you entirely. Details?
--
Jon Parise (jon@csh.rit.edu) . Rochester Inst. of Technology
http://www.csh.rit.edu/~jon/ : Computer Science House Member