Commit 0d54d763 authored by Jean-Paul Smets's avatar Jean-Paul Smets

2010-02 jps - commited again (some items forgotten)

* added Software Release portal type
* added Software Publication portal type
* removed upload module
* added optional dependency to DMS (Software Release) and CRM (Software Publication)

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32988 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent cbd219da
...@@ -16,7 +16,20 @@ ...@@ -16,7 +16,20 @@
<portal_type id="Glossary Module"> <portal_type id="Glossary Module">
<item>Glossary Term</item> <item>Glossary Term</item>
</portal_type> </portal_type>
<portal_type id="Upload Module"> <portal_type id="Software Publication Module">
<item>External Folder</item> <item>Software Publication</item>
</portal_type>
<portal_type id="Software Release">
<item>Drawing</item>
<item>File</item>
<item>Image</item>
<item>PDF</item>
<item>Presentation</item>
<item>Spreadsheet</item>
<item>Text</item>
<item>Web Page</item>
</portal_type>
<portal_type id="Software Release Module">
<item>Software Release</item>
</portal_type> </portal_type>
</allowed_content_type_list> </allowed_content_type_list>
\ No newline at end of file
<base_category_list> <base_category_list>
<portal_type id="Bug"> <portal_type id="Bug">
<item>aggregate</item>
<item>bug_difficulty</item> <item>bug_difficulty</item>
<item>bug_priority</item> <item>bug_priority</item>
<item>bug_severity</item> <item>bug_severity</item>
...@@ -14,7 +15,10 @@ ...@@ -14,7 +15,10 @@
<item>business_field</item> <item>business_field</item>
<item>causality</item> <item>causality</item>
</portal_type> </portal_type>
<portal_type id="Upload Module"> <portal_type id="Software Publication Module">
<item>business_application</item>
</portal_type>
<portal_type id="Software Release Module">
<item>business_application</item> <item>business_application</item>
</portal_type> </portal_type>
</base_category_list> </base_category_list>
\ No newline at end of file
...@@ -3,4 +3,14 @@ ...@@ -3,4 +3,14 @@
<item>File</item> <item>File</item>
<item>Image</item> <item>Image</item>
</portal_type> </portal_type>
<portal_type id="Software Release">
<item>Drawing</item>
<item>File</item>
<item>Image</item>
<item>PDF</item>
<item>Presentation</item>
<item>Spreadsheet</item>
<item>Text</item>
<item>Web Page</item>
</portal_type>
</hidden_content_type_list> </hidden_content_type_list>
\ No newline at end of file
...@@ -118,6 +118,7 @@ ...@@ -118,6 +118,7 @@
<string>my_bug_severity</string> <string>my_bug_severity</string>
<string>my_bug_priority</string> <string>my_bug_priority</string>
<string>my_bug_difficulty</string> <string>my_bug_difficulty</string>
<string>my_aggregate_title_list</string>
<string>my_translated_simulation_state_title</string> <string>my_translated_simulation_state_title</string>
</list> </list>
</value> </value>
......
...@@ -107,6 +107,7 @@ ...@@ -107,6 +107,7 @@
<string>my_source_project_title</string> <string>my_source_project_title</string>
<string>my_source_trade_title</string> <string>my_source_trade_title</string>
<string>my_text_content</string> <string>my_text_content</string>
<string>my_aggregate_title_list</string>
</list> </list>
</value> </value>
</item> </item>
......
569 571
\ No newline at end of file \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment