diff --git a/bt5/erp5_consulting/PortalTypePropertySheetTemplateItem/property_sheet_list.xml b/bt5/erp5_consulting/PortalTypePropertySheetTemplateItem/property_sheet_list.xml index 5b5629c1cb5f34107ba30efcd1911a180c21faa1..cd54c60155969b160b79691e7fe2c0df59842ea2 100755 --- a/bt5/erp5_consulting/PortalTypePropertySheetTemplateItem/property_sheet_list.xml +++ b/bt5/erp5_consulting/PortalTypePropertySheetTemplateItem/property_sheet_list.xml @@ -2,9 +2,6 @@ <portal_type id="Document Analysis Lexicon"> <item>DocumentAnalysisLexicon</item> </portal_type> - <portal_type id="Document Analysis Lexicon Item"> - <item>DocumentAnalysisLexiconItem</item> - </portal_type> <portal_type id="Feature"> <item>Folder</item> <item>XMLObject</item> diff --git a/bt5/erp5_consulting/PortalTypeTemplateItem/portal_types/Document%20Analysis%20Lexicon%20Item.xml b/bt5/erp5_consulting/PortalTypeTemplateItem/portal_types/Document%20Analysis%20Lexicon%20Item.xml index 8302df3c5be73d0a8de1be9312694c5357e33db0..91f9fd52a39f3e472cfe946791e4e1293bffcc55 100755 --- a/bt5/erp5_consulting/PortalTypeTemplateItem/portal_types/Document%20Analysis%20Lexicon%20Item.xml +++ b/bt5/erp5_consulting/PortalTypeTemplateItem/portal_types/Document%20Analysis%20Lexicon%20Item.xml @@ -30,6 +30,10 @@ <none/> </value> </item> + <item> + <key> <string>acquire_local_roles</string> </key> + <value> <int>1</int> </value> + </item> <item> <key> <string>allowed_content_types</string> </key> <value> @@ -62,6 +66,12 @@ <key> <string>filter_content_types</string> </key> <value> <int>1</int> </value> </item> + <item> + <key> <string>group_list</string> </key> + <value> + <tuple/> + </value> + </item> <item> <key> <string>hidden_content_type_list</string> </key> <value> diff --git a/bt5/erp5_consulting/PropertySheetTemplateItem/DocumentAnalysisLexiconItem.py b/bt5/erp5_consulting/PropertySheetTemplateItem/DocumentAnalysisLexiconItem.py deleted file mode 100755 index f9a8006f1fa6d454adc1a753a1aaabd1b5cca684..0000000000000000000000000000000000000000 --- a/bt5/erp5_consulting/PropertySheetTemplateItem/DocumentAnalysisLexiconItem.py +++ /dev/null @@ -1,45 +0,0 @@ -############################################################################## -# -# Copyright (c) 2005 Nexedi SARL and Contributors. All Rights Reserved. -# Kevin Deldycke <kevin_AT_nexedi_DOT_com> -# -# WARNING: This program as such is intended to be used by professional -# programmers who take the whole responsability of assessing all potential -# consequences resulting from its eventual inadequacies and bugs -# End users who are looking for a ready-to-use solution with commercial -# garantees and support are strongly adviced to contract a Free Software -# Service Company -# -# This program is Free Software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License -# as published by the Free Software Foundation; either version 2 -# of the License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -# -############################################################################## - -class UseCaseActor: - """ - UseCaseActor properties for all Use Case Actor objects. - """ - - _properties = ( - { 'id' : 'location' - , 'description' : 'The location of the actor' - , 'type' : 'string' - , 'mode' : 'w' - }, - { 'id' : 'group' - , 'description' : 'The group of the actor' - , 'type' : 'string' - , 'mode' : 'w' - }, - ) diff --git a/bt5/erp5_consulting/bt/change_log b/bt5/erp5_consulting/bt/change_log index 16aaa2687a8fff2e59c8243b9787327205904bb4..5e8ce86ff66e810d11186d85efb58cb661a48c05 100755 --- a/bt5/erp5_consulting/bt/change_log +++ b/bt5/erp5_consulting/bt/change_log @@ -1,3 +1,6 @@ +2005-01-24 yo +* Remove the PropertySheet DocumentAnalysisLexiconItem. + 2005-01-24 yo * Perform refactoring of the Use Case Module. diff --git a/bt5/erp5_consulting/bt/template_portal_type_property_sheet_list b/bt5/erp5_consulting/bt/template_portal_type_property_sheet_list index a389773ecae6aaeeaed7c07c767eb587ddc9bf70..7c37bf6af29d83f6fb6afc58566a53bfc2a0c6d4 100755 --- a/bt5/erp5_consulting/bt/template_portal_type_property_sheet_list +++ b/bt5/erp5_consulting/bt/template_portal_type_property_sheet_list @@ -1,4 +1,3 @@ -Document Analysis Lexicon Item | DocumentAnalysisLexiconItem Document Analysis Lexicon | DocumentAnalysisLexicon Feature | Document Feature | DublinCore diff --git a/bt5/erp5_consulting/bt/template_property_sheet_id_list b/bt5/erp5_consulting/bt/template_property_sheet_id_list index 0145879f6553454f70604c79d0b19df882d93c51..27bcb82777101acf9577deb515516da5f89d746f 100755 --- a/bt5/erp5_consulting/bt/template_property_sheet_id_list +++ b/bt5/erp5_consulting/bt/template_property_sheet_id_list @@ -1,2 +1 @@ -DocumentAnalysisLexicon -DocumentAnalysisLexiconItem \ No newline at end of file +DocumentAnalysisLexicon \ No newline at end of file diff --git a/bt5/erp5_consulting/bt/version b/bt5/erp5_consulting/bt/version index 2f4536184bcac31936bd15a5f9cf931dd526c022..1d71ef97443918d538e8188167c94d7bbafaf753 100755 --- a/bt5/erp5_consulting/bt/version +++ b/bt5/erp5_consulting/bt/version @@ -1 +1 @@ -0.2 \ No newline at end of file +0.3 \ No newline at end of file