[interchange-cvs] interchange - racke modified WHATSNEW

interchange-core@icdevgroup.org interchange-core@icdevgroup.org
Tue Jul 23 19:37:00 2002


User:      racke
Date:      2002-07-23 23:36:24 GMT
Modified:  .        WHATSNEW
Log:
skip email and log file entry if no output from the cronjob

Revision  Changes    Path
2.26      +10 -4     interchange/WHATSNEW


rev 2.26, prev_rev 2.25
Index: WHATSNEW
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /anon_cvs/repository/interchange/WHATSNEW,v
retrieving revision 2.25
retrieving revision 2.26
diff -u -r2.25 -r2.26
--- WHATSNEW	23 Jul 2002 18:20:54 -0000	2.25
+++ WHATSNEW	23 Jul 2002 23:36:24 -0000	2.26
@@ -19,12 +19,18 @@
     execution time, it allows ITL to be run without the hassles of having
     to deal with HTTP.
   - Use $Vend::Cfg->{Cron} for setup.
-  - Emails either to command line address or $Vend::Cfg->{Cron}{email}.
-  - Logs to $Vend::Cfg->{Cron}{log}.
+  - Emails either to command line address or $Vend::Cfg->{Cron}{email}
+	(only if the cron job supplies output). Uses the $Vend::Cfg->{Cron}
+	variables subject, from, reply_to and extra_headers.
+  - Logs to $Vend::Cfg->{Cron}{log}
+	(only if the cron job supplies output).
   - Can add session dump when $Vend::Cfg->{Cron}{add_session}.
   - Base directory set by $Vend::Cfg->{Cron}{base_directory}, defaults
-    to etc/cron.
-
+    to etc/cron. If $Vend::Cfg->{Cron}{use_global} is set,=20
+    the same directory in $Global::ConfDir is scanned too.
+  - The macros $Vend::Cfg->{initialize} and $Vend::Cfg->{autoload} are
+    executed once resp. before each job.
+=20
 * Add First and Last links to more-list, with ability to customize via
   [first-anchor] and [last-anchor] containers.
=20