Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ludovic Kiefer
erp5
Commits
a4074da7
Commit
a4074da7
authored
Jan 23, 2012
by
Arnaud Fontaine
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename DocumentComponent to Component.
parent
580db262
Changes
14
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
19 additions
and
16 deletions
+19
-16
product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Accessor%20Component/view.xml
...onTemplateItem/portal_types/Accessor%20Component/view.xml
+1
-1
product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Document%20Component/view.xml
...onTemplateItem/portal_types/Document%20Component/view.xml
+1
-1
product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Interface%20Component/view.xml
...nTemplateItem/portal_types/Interface%20Component/view.xml
+1
-1
product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Mixin%20Component/view.xml
...ctionTemplateItem/portal_types/Mixin%20Component/view.xml
+1
-1
product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Test%20Component/view.xml
...ActionTemplateItem/portal_types/Test%20Component/view.xml
+1
-1
product/ERP5/bootstrap/erp5_core/PortalTypeTemplateItem/portal_types/Accessor%20Component.xml
...talTypeTemplateItem/portal_types/Accessor%20Component.xml
+1
-1
product/ERP5/bootstrap/erp5_core/PortalTypeTemplateItem/portal_types/Document%20Component.xml
...talTypeTemplateItem/portal_types/Document%20Component.xml
+1
-1
product/ERP5/bootstrap/erp5_core/PortalTypeTemplateItem/portal_types/Interface%20Component.xml
...alTypeTemplateItem/portal_types/Interface%20Component.xml
+1
-1
product/ERP5/bootstrap/erp5_core/PortalTypeTemplateItem/portal_types/Mixin%20Component.xml
...PortalTypeTemplateItem/portal_types/Mixin%20Component.xml
+1
-1
product/ERP5/bootstrap/erp5_core/PortalTypeTemplateItem/portal_types/Test%20Component.xml
.../PortalTypeTemplateItem/portal_types/Test%20Component.xml
+1
-1
product/ERP5/bootstrap/erp5_core/bt/change_log
product/ERP5/bootstrap/erp5_core/bt/change_log
+3
-0
product/ERP5/bootstrap/erp5_core/bt/revision
product/ERP5/bootstrap/erp5_core/bt/revision
+1
-1
product/ERP5Type/Core/Component.py
product/ERP5Type/Core/Component.py
+3
-3
product/ERP5Type/Core/ExtensionComponent.py
product/ERP5Type/Core/ExtensionComponent.py
+2
-2
No files found.
product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Accessor%20Component/view.xml
View file @
a4074da7
...
...
@@ -75,7 +75,7 @@
<dictionary>
<item>
<key>
<string>
text
</string>
</key>
<value>
<string>
string:${object_url}/
Document
Component_view
</string>
</value>
<value>
<string>
string:${object_url}/Component_view
</string>
</value>
</item>
</dictionary>
</pickle>
...
...
product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Document%20Component/view.xml
View file @
a4074da7
...
...
@@ -75,7 +75,7 @@
<dictionary>
<item>
<key>
<string>
text
</string>
</key>
<value>
<string>
string:${object_url}/
Document
Component_view
</string>
</value>
<value>
<string>
string:${object_url}/Component_view
</string>
</value>
</item>
</dictionary>
</pickle>
...
...
product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Interface%20Component/view.xml
View file @
a4074da7
...
...
@@ -75,7 +75,7 @@
<dictionary>
<item>
<key>
<string>
text
</string>
</key>
<value>
<string>
string:${object_url}/
Document
Component_view
</string>
</value>
<value>
<string>
string:${object_url}/Component_view
</string>
</value>
</item>
</dictionary>
</pickle>
...
...
product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Mixin%20Component/view.xml
View file @
a4074da7
...
...
@@ -75,7 +75,7 @@
<dictionary>
<item>
<key>
<string>
text
</string>
</key>
<value>
<string>
string:${object_url}/
Document
Component_view
</string>
</value>
<value>
<string>
string:${object_url}/Component_view
</string>
</value>
</item>
</dictionary>
</pickle>
...
...
product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Test%20Component/view.xml
View file @
a4074da7
...
...
@@ -75,7 +75,7 @@
<dictionary>
<item>
<key>
<string>
text
</string>
</key>
<value>
<string>
string:${object_url}/
Document
Component_view
</string>
</value>
<value>
<string>
string:${object_url}/Component_view
</string>
</value>
</item>
</dictionary>
</pickle>
...
...
product/ERP5/bootstrap/erp5_core/PortalTypeTemplateItem/portal_types/Accessor%20Component.xml
View file @
a4074da7
...
...
@@ -82,7 +82,7 @@
</item>
<item>
<key>
<string>
type_class
</string>
</key>
<value>
<string>
Document
Component
</string>
</value>
<value>
<string>
Component
</string>
</value>
</item>
<item>
<key>
<string>
type_interface
</string>
</key>
...
...
product/ERP5/bootstrap/erp5_core/PortalTypeTemplateItem/portal_types/Document%20Component.xml
View file @
a4074da7
...
...
@@ -82,7 +82,7 @@
</item>
<item>
<key>
<string>
type_class
</string>
</key>
<value>
<string>
Document
Component
</string>
</value>
<value>
<string>
Component
</string>
</value>
</item>
<item>
<key>
<string>
type_interface
</string>
</key>
...
...
product/ERP5/bootstrap/erp5_core/PortalTypeTemplateItem/portal_types/Interface%20Component.xml
View file @
a4074da7
...
...
@@ -82,7 +82,7 @@
</item>
<item>
<key>
<string>
type_class
</string>
</key>
<value>
<string>
TestDocum
ent
</string>
</value>
<value>
<string>
Compon
ent
</string>
</value>
</item>
<item>
<key>
<string>
type_interface
</string>
</key>
...
...
product/ERP5/bootstrap/erp5_core/PortalTypeTemplateItem/portal_types/Mixin%20Component.xml
View file @
a4074da7
...
...
@@ -82,7 +82,7 @@
</item>
<item>
<key>
<string>
type_class
</string>
</key>
<value>
<string>
Document
Component
</string>
</value>
<value>
<string>
Component
</string>
</value>
</item>
<item>
<key>
<string>
type_interface
</string>
</key>
...
...
product/ERP5/bootstrap/erp5_core/PortalTypeTemplateItem/portal_types/Test%20Component.xml
View file @
a4074da7
...
...
@@ -82,7 +82,7 @@
</item>
<item>
<key>
<string>
type_class
</string>
</key>
<value>
<string>
Document
Component
</string>
</value>
<value>
<string>
Component
</string>
</value>
</item>
<item>
<key>
<string>
type_interface
</string>
</key>
...
...
product/ERP5/bootstrap/erp5_core/bt/change_log
View file @
a4074da7
2012-01-23 arnaud.fontaine
* Rename DocumentComponent to Component.
2012-01-19 arnaud.fontaine
* Extension Component has now its own class (meaningful for importing from filesystem).
...
...
product/ERP5/bootstrap/erp5_core/bt/revision
View file @
a4074da7
40991
\ No newline at end of file
40992
\ No newline at end of file
product/ERP5Type/Core/
Document
Component.py
→
product/ERP5Type/Core/Component.py
View file @
a4074da7
...
...
@@ -34,10 +34,10 @@ from Products.ERP5Type.Base import Base
from
Products.ERP5Type.Accessor.Constant
import
PropertyGetter
as
ConstantGetter
from
Products.ERP5Type.ConsistencyMessage
import
ConsistencyMessage
class
Document
Component
(
Base
):
class
Component
(
Base
):
# CMF Type Definition
meta_type
=
'ERP5
Document
Component'
portal_type
=
'
Document
Component'
meta_type
=
'ERP5 Component'
portal_type
=
'Component'
isPortalContent
=
1
isRADContent
=
1
...
...
product/ERP5Type/Core/ExtensionComponent.py
View file @
a4074da7
...
...
@@ -29,13 +29,13 @@
import
os.path
from
Products.ERP5Type.Core.
DocumentComponent
import
Document
Component
from
Products.ERP5Type.Core.
Component
import
Component
from
AccessControl
import
ClassSecurityInfo
from
Products.ERP5Type
import
Permissions
from
zLOG
import
LOG
,
INFO
class
ExtensionComponent
(
Document
Component
):
class
ExtensionComponent
(
Component
):
# CMF Type Definition
meta_type
=
'ERP5 Extension Component'
portal_type
=
'Extension Component'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment