[interchange-docs] xmldocs - docelic modified 8 files

docs at icdevgroup.org docs at icdevgroup.org
Sat Jan 10 19:10:24 UTC 2009


User:      docelic
Date:      2009-01-10 19:10:24 GMT
Modified:  refs     NoExport NoExportExternal NoImport NoImportExternal
Modified:           NoSearch Options OrderReport export.tag
Log:
* Updates to N/O* config directives

Revision  Changes    Path
1.2                  xmldocs/refs/NoExport


rev 1.2, prev_rev 1.1
Index: NoExport
===================================================================
RCS file: /var/cvs/xmldocs/refs/NoExport,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- NoExport	23 May 2008 23:51:52 -0000	1.1
+++ NoExport	10 Jan 2009 19:10:24 -0000	1.2
@@ -11,13 +11,17 @@
 __NAME__ description
 The directive specifies external &glos-database; tables that should
 never be exported back to the text source files.
+</para><para>
+Invocations of &tag-backup-database; are not affected
+by this setting, and &tag-export; can force the export by specifying
+<literal>force=1</literal>.
 __END__
 
 __NAME__ example: Disabling 'products' and 'inventory' table export
 Put the following in &ccf;:
 <programlisting>
-NoExport products inventory
 NoExportExternal yes
+NoExport products inventory
 </programlisting>
 __END__
 



1.2                  xmldocs/refs/NoExportExternal


rev 1.2, prev_rev 1.1
Index: NoExportExternal
===================================================================
RCS file: /var/cvs/xmldocs/refs/NoExportExternal,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- NoExportExternal	23 May 2008 23:51:52 -0000	1.1
+++ NoExportExternal	10 Jan 2009 19:10:24 -0000	1.2
@@ -12,9 +12,12 @@
 
 
 __NAME__ description
-The directive enables use of the &conf-NoExport; directive
-to control which external &glos-database; tables 
-should never be re-exported back to text source files.
+The directive disables automatic export of internal database formats
+(&glos-SQL; and LDAP) back to the text source files.
+</para><para>
+Invocations of &tag-backup-database; are not affected
+by this setting, and &tag-export; can force the export by specifying
+<literal>force=1</literal>.
 __END__
 
 __NAME__ notes



1.5                  xmldocs/refs/NoImport


rev 1.5, prev_rev 1.4
Index: NoImport
===================================================================
RCS file: /var/cvs/xmldocs/refs/NoImport,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- NoImport	23 May 2008 23:51:52 -0000	1.4
+++ NoImport	10 Jan 2009 19:10:24 -0000	1.5
@@ -10,7 +10,7 @@
 
 __NAME__ description
 The directive specifies &glos-database; tables that should never be 
-imported from the text source files.
+automatically imported from the text source files.
 __END__
 
 __NAME__ example: Disabling 'products' and 'inventory' table import



1.4                  xmldocs/refs/NoImportExternal


rev 1.4, prev_rev 1.3
Index: NoImportExternal
===================================================================
RCS file: /var/cvs/xmldocs/refs/NoImportExternal,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- NoImportExternal	23 May 2008 23:51:52 -0000	1.3
+++ NoImportExternal	10 Jan 2009 19:10:24 -0000	1.4
@@ -13,7 +13,7 @@
 
 __NAME__ description
 The directive specifies that all external &glos-database; tables 
-should not be re-imported.
+should not be reimported from text source files.
 __END__
 
 __NAME__ notes



1.4                  xmldocs/refs/NoSearch


rev 1.4, prev_rev 1.3
Index: NoSearch
===================================================================
RCS file: /var/cvs/xmldocs/refs/NoSearch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- NoSearch	6 Nov 2006 22:14:55 -0000	1.3
+++ NoSearch	10 Jan 2009 19:10:24 -0000	1.4
@@ -11,8 +11,8 @@
 
 
 __NAME__ description
-Specify one or more filename fragments that will be matched against the file
-name used in any attempted search (the <mv>mv_search_file</mv> attribute).
+Specify database names or globs that will be matched against the databases
+used in any attempted search.
 You may separate multiple match strings with whitespace, and may include
 shell-style wildcards (globs).
 </para><para>
@@ -22,8 +22,8 @@
 __END__
 
 __NAME__ notes
-This directive only disables file/database-based searches, pure SQL
-searches still work with it, however.
+This directive only disables &IC; file/database-based searches; pure SQL
+searches still work.
 __END__
 
 __NAME__ example: Defining NoSearch



1.4                  xmldocs/refs/Options


rev 1.4, prev_rev 1.3
Index: Options
===================================================================
RCS file: /var/cvs/xmldocs/refs/Options,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Options	16 Nov 2007 10:31:48 -0000	1.3
+++ Options	10 Jan 2009 19:10:24 -0000	1.4
@@ -23,4 +23,4 @@
 
 __NAME__ see also
 OptionsEnable
-__END__
\ No newline at end of file
+__END__



1.3                  xmldocs/refs/OrderReport


rev 1.3, prev_rev 1.2
Index: OrderReport
===================================================================
RCS file: /var/cvs/xmldocs/refs/OrderReport,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- OrderReport	6 Nov 2006 18:41:20 -0000	1.2
+++ OrderReport	10 Jan 2009 19:10:24 -0000	1.3
@@ -18,7 +18,7 @@
 
 __NAME__ example: Setting OrderReport
 <programlisting>
-OrderReport /data/order-form
+OrderReport etc/report
 </programlisting>
 __END__
 



1.6                  xmldocs/refs/export.tag


rev 1.6, prev_rev 1.5
Index: export.tag
===================================================================
RCS file: /var/cvs/xmldocs/refs/export.tag,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- export.tag	15 Jul 2008 12:19:39 -0000	1.5
+++ export.tag	10 Jan 2009 19:10:24 -0000	1.6
@@ -68,6 +68,25 @@
 <row>
 
 	<entry>
+	force
+	</entry>
+	<entry>
+	<!-- POS -->
+	</entry>
+	<entry>
+	<!-- REQ -->
+	</entry>
+	<entry>
+	false
+	</entry>
+	<entry>
+	Force database export, even if &conf-NoExportExternal; or &conf-NoExport; is enabled?
+	</entry>
+
+</row> 
+<row>
+
+	<entry>
 	sort
 	</entry>
 	<entry>







More information about the docs mailing list