[nag] Nag Stage 6

rbarnett@neuromics.com rbarnett@neuromics.com
Mon, 21 May 2001 07:58:12 -0500


Quoting Jon Parise <jon@csh.rit.edu>:

> I just tagged Nag Stage 6.  I also committed some more detailed
> installation documentation.  Nag is pretty usable right now, so
> you're encouraged to give it a shot.

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


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.

Rodney