[COMMIT LOGREPORT] service/doc user-manual.dbx,1.89,1.90

Joost van Baal vanbaal at users.sourceforge.net
Tue Mar 25 20:23:13 CET 2008


Update of /cvsroot/logreport/service/doc
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv5796/doc

Modified Files:
	user-manual.dbx 
Log Message:
Contribution by Konstantinos Koukopoulos, as per

 To: LogReport Development List
 Subject: Re: patch for Report Job name in lire(1)
 Date: Tue, 20 Sep 2005 15:19:49 +0300
 Message-Id: <200509201519.50107.Software.Lire at noc.edunet.gr>

stating

 It has been noted that lire(1) allows you to incorrectly use spaces and other
 characters to name a Report Job. Also, although the sidebar in lire(1) notes
 that you must only use alphanumerics, hyphens and underscores, this is not
 mentioned in the user manual. I've attached a patch against cvs which:

 a) adds a <warning> to doc/user_manual.dbx
 b) adds two lines to all/lib/Lire/UI/StringWidget.pm so that the TextEntry
 dialog uses the 'valid-re' attribute of <lrcsml:string>
 c) added a regexp to all/lib/config-spec/lire.xml.in to be used for the Report
 Job name field.



Index: user-manual.dbx
===================================================================
RCS file: /cvsroot/logreport/service/doc/user-manual.dbx,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- user-manual.dbx	4 Jun 2007 09:38:24 -0000	1.89
+++ user-manual.dbx	27 Feb 2008 14:26:58 -0000	1.90
@@ -1839,6 +1839,12 @@
           automatically be gnerated from the month daily reports.
         </para>
 
+	<warning>
+	  <para>The name of a Report Job should contain only alphanumeric
+	    alphanumeric characters, hyphens or underscores. 
+	  </para>
+	</warning>
+
         <section id="sect:report-schedules">
           <title>Report Schedules</title>
 



More information about the Commit mailing list