[Erp5-report] r12210 - /erp5/trunk/products/ERP5/PropertySheet/DocumentPreference.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Jan 22 17:03:35 CET 2007


Author: bartek
Date: Mon Jan 22 17:03:29 2007
New Revision: 12210

URL: http://svn.erp5.org?rev=12210&view=rev
Log:
fixed naming convention and other things

Modified:
    erp5/trunk/products/ERP5/PropertySheet/DocumentPreference.py

Modified: erp5/trunk/products/ERP5/PropertySheet/DocumentPreference.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/DocumentPreference.py?rev=12210&r1=12209&r2=12210&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/DocumentPreference.py (original)
+++ erp5/trunk/products/ERP5/PropertySheet/DocumentPreference.py Mon Jan 22 17:03:29 2007
@@ -32,17 +32,27 @@
   """
 
   _properties = (
+    { 'id'          : 'preferred_ooodoc_server_address',
+      'description' : 'address of a server for converting docs (ip or domain)',
+      'type'        : 'string',
+      'preference'  :1,
+      'mode'        : '' },
+    { 'id'          : 'preferred_ooodoc_server_port_number',
+      'description' : 'port number of a server for converting docs (ip or domain)',
+      'type'        : 'int',
+      'preference'  :1,
+      'mode'        : '' },
     { 'id'          : 'preferred_document_base_category',
       'description' : 'list of categories to choose from while classifying',
       'type'        : 'lines',
       'preference'  : 1,
       'mode'        : '' },
-    { 'id'          : 'preferred_document_reference_regexp',
+    { 'id'          : 'preferred_document_reference_regular_expression',
       'description' : 'a regular expression to find and verify doc references',
       'type'        : 'string',
       'preference'  : 1,
       'mode'        : '' },
-    { 'id'          : 'preferred_document_filename_regexp',
+    { 'id'          : 'preferred_document_file_name_regular_expression',
       'description' : 'a regular expression to parse file names',
       'type'        : 'string',
       'preference'  : 1,
@@ -59,6 +69,7 @@
       'preference'      : 1,
       'mode'            : '' },
     # XXX-JPS. This is not a real property - it is somehow a hack.
+    # BG: I was advised by somebody from Nexedi (I think it was Jerome)
     { 'id'              : 'document_ingestion_email_notification_selection',
       'description'     : 'List of possible values for preferred_document_ingestion_email_notification',
       'type'            : 'lines',




More information about the Erp5-report mailing list