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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Hardik Juneja
erp5
Commits
560de157
Commit
560de157
authored
12 years ago
by
Romain Courteaud
Committed by
Sebastien Robin
10 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Plug the video to the DMS
parent
052a38b6
Changes
13
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
307 additions
and
3 deletions
+307
-3
bt5/erp5_video/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml
...eAllowedContentTypeTemplateItem/allowed_content_types.xml
+3
-0
bt5/erp5_video/PortalTypeHiddenContentTypeTemplateItem/hidden_content_type_list.xml
...iddenContentTypeTemplateItem/hidden_content_type_list.xml
+5
-0
bt5/erp5_video/PortalTypePropertySheetTemplateItem/property_sheet_list.xml
...rtalTypePropertySheetTemplateItem/property_sheet_list.xml
+5
-0
bt5/erp5_video/PortalTypeTemplateItem/portal_types/Video.xml
bt5/erp5_video/PortalTypeTemplateItem/portal_types/Video.xml
+56
-1
bt5/erp5_video/PortalTypeWorkflowChainTemplateItem/workflow_chain_type.xml
...rtalTypeWorkflowChainTemplateItem/workflow_chain_type.xml
+1
-1
bt5/erp5_video/SkinTemplateItem/portal_skins/erp5_video/Video_view.xml
...o/SkinTemplateItem/portal_skins/erp5_video/Video_view.xml
+22
-0
bt5/erp5_video/SkinTemplateItem/portal_skins/erp5_video/Video_view/my_file.xml
...mplateItem/portal_skins/erp5_video/Video_view/my_file.xml
+208
-0
bt5/erp5_video/bt/dependency_list
bt5/erp5_video/bt/dependency_list
+1
-0
bt5/erp5_video/bt/revision
bt5/erp5_video/bt/revision
+1
-1
bt5/erp5_video/bt/template_portal_type_allowed_content_type_list
...5_video/bt/template_portal_type_allowed_content_type_list
+1
-0
bt5/erp5_video/bt/template_portal_type_hidden_content_type_list
...p5_video/bt/template_portal_type_hidden_content_type_list
+1
-0
bt5/erp5_video/bt/template_portal_type_property_sheet_list
bt5/erp5_video/bt/template_portal_type_property_sheet_list
+1
-0
bt5/erp5_video/bt/template_portal_type_workflow_chain_list
bt5/erp5_video/bt/template_portal_type_workflow_chain_list
+2
-0
No files found.
bt5/erp5_video/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml
View file @
560de157
<allowed_content_type_list>
<portal_type
id=
"Contribution Tool"
>
<item>
Video
</item>
</portal_type>
<portal_type
id=
"Video Module"
>
<item>
Video
</item>
</portal_type>
...
...
This diff is collapsed.
Click to expand it.
bt5/erp5_video/PortalTypeHiddenContentTypeTemplateItem/hidden_content_type_list.xml
0 → 100644
View file @
560de157
<hidden_content_type_list>
<portal_type
id=
"Contribution Tool"
>
<item>
Video
</item>
</portal_type>
</hidden_content_type_list>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
bt5/erp5_video/PortalTypePropertySheetTemplateItem/property_sheet_list.xml
0 → 100644
View file @
560de157
<property_sheet_list>
<portal_type
id=
"Video"
>
<item>
SortIndex
</item>
</portal_type>
</property_sheet_list>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
bt5/erp5_video/PortalTypeTemplateItem/portal_types/Video.xml
View file @
560de157
...
...
@@ -6,21 +6,76 @@
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
content_icon
</string>
</key>
<value>
<string>
file_icon.png
</string>
</value>
</item>
<item>
<key>
<string>
description
</string>
</key>
<value>
<string>
A video.
</string>
</value>
</item>
<item>
<key>
<string>
factory
</string>
</key>
<value>
<string>
addXMLObject
</string>
</value>
</item>
<item>
<key>
<string>
group_list
</string>
</key>
<value>
<tuple>
<string>
document
</string>
</tuple>
</value>
</item>
<item>
<key>
<string>
id
</string>
</key>
<value>
<string>
Video
</string>
</value>
</item>
<item>
<key>
<string>
init_script
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
permission
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
portal_type
</string>
</key>
<value>
<string>
Base Type
</string>
</value>
</item>
<item>
<key>
<string>
searchable_text_property_id
</string>
</key>
<value>
<tuple>
<string>
title
</string>
<string>
description
</string>
<string>
reference
</string>
<string>
version
</string>
<string>
short_title
</string>
<string>
subject_list
</string>
<string>
filename
</string>
<string>
source_project_title
</string>
</tuple>
</value>
</item>
<item>
<key>
<string>
type_class
</string>
</key>
<value>
<string>
XMLObject
</string>
</value>
<value>
<string>
File
</string>
</value>
</item>
<item>
<key>
<string>
type_interface
</string>
</key>
<value>
<tuple/>
</value>
</item>
<item>
<key>
<string>
type_mixin
</string>
</key>
<value>
<tuple/>
</value>
</item>
</dictionary>
</pickle>
...
...
This diff is collapsed.
Click to expand it.
bt5/erp5_video/PortalTypeWorkflowChainTemplateItem/workflow_chain_type.xml
View file @
560de157
<workflow_chain>
<chain>
<type>
Video
</type>
<workflow>
edit_workflow
</workflow>
<workflow>
document_publication_workflow, document_security_interaction_workflow,
edit_workflow
</workflow>
</chain>
</workflow_chain>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
bt5/erp5_video/SkinTemplateItem/portal_skins/erp5_video/Video_view.xml
View file @
560de157
...
...
@@ -6,6 +6,27 @@
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
_bind_names
</string>
</key>
<value>
<object>
<klass>
<global
name=
"NameAssignments"
module=
"Shared.DC.Scripts.Bindings"
/>
</klass>
<tuple/>
<state>
<dictionary>
<item>
<key>
<string>
_asgns
</string>
</key>
<value>
<dictionary/>
</value>
</item>
</dictionary>
</state>
</object>
</value>
</item>
<item>
<key>
<string>
_objects
</string>
</key>
<value>
...
...
@@ -73,6 +94,7 @@
<value>
<list>
<string>
my_title
</string>
<string>
my_file
</string>
</list>
</value>
</item>
...
...
This diff is collapsed.
Click to expand it.
bt5/erp5_video/SkinTemplateItem/portal_skins/erp5_video/Video_view/my_file.xml
0 → 100644
View file @
560de157
<?xml version="1.0"?>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<global
name=
"FileField"
module=
"Products.Formulator.StandardFields"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
id
</string>
</key>
<value>
<string>
my_file
</string>
</value>
</item>
<item>
<key>
<string>
message_values
</string>
</key>
<value>
<dictionary>
<item>
<key>
<string>
external_validator_failed
</string>
</key>
<value>
<string>
The input failed the external validator.
</string>
</value>
</item>
<item>
<key>
<string>
required_not_found
</string>
</key>
<value>
<string>
Input is required but no input given.
</string>
</value>
</item>
</dictionary>
</value>
</item>
<item>
<key>
<string>
overrides
</string>
</key>
<value>
<dictionary>
<item>
<key>
<string>
alternate_name
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
css_class
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
default
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
description
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
display_maxwidth
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
display_width
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
editable
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
enabled
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
external_validator
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
extra
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
hidden
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
required
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
title
</string>
</key>
<value>
<string></string>
</value>
</item>
</dictionary>
</value>
</item>
<item>
<key>
<string>
tales
</string>
</key>
<value>
<dictionary>
<item>
<key>
<string>
alternate_name
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
css_class
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
default
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
description
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
display_maxwidth
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
display_width
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
editable
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
enabled
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
external_validator
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
extra
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
hidden
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
required
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
title
</string>
</key>
<value>
<string></string>
</value>
</item>
</dictionary>
</value>
</item>
<item>
<key>
<string>
values
</string>
</key>
<value>
<dictionary>
<item>
<key>
<string>
alternate_name
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
css_class
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
default
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
description
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
display_maxwidth
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
display_width
</string>
</key>
<value>
<int>
20
</int>
</value>
</item>
<item>
<key>
<string>
editable
</string>
</key>
<value>
<int>
1
</int>
</value>
</item>
<item>
<key>
<string>
enabled
</string>
</key>
<value>
<int>
1
</int>
</value>
</item>
<item>
<key>
<string>
external_validator
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
extra
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
hidden
</string>
</key>
<value>
<int>
0
</int>
</value>
</item>
<item>
<key>
<string>
required
</string>
</key>
<value>
<int>
0
</int>
</value>
</item>
<item>
<key>
<string>
title
</string>
</key>
<value>
<string>
Upload
</string>
</value>
</item>
</dictionary>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
This diff is collapsed.
Click to expand it.
bt5/erp5_video/bt/dependency_list
0 → 100644
View file @
560de157
erp5_dms
\ No newline at end of file
This diff is collapsed.
Click to expand it.
bt5/erp5_video/bt/revision
View file @
560de157
1
\ No newline at end of file
2
\ No newline at end of file
This diff is collapsed.
Click to expand it.
bt5/erp5_video/bt/template_portal_type_allowed_content_type_list
View file @
560de157
Contribution Tool | Video
Video Module | Video
\ No newline at end of file
This diff is collapsed.
Click to expand it.
bt5/erp5_video/bt/template_portal_type_hidden_content_type_list
0 → 100644
View file @
560de157
Contribution Tool | Video
\ No newline at end of file
This diff is collapsed.
Click to expand it.
bt5/erp5_video/bt/template_portal_type_property_sheet_list
0 → 100644
View file @
560de157
Video | SortIndex
\ No newline at end of file
This diff is collapsed.
Click to expand it.
bt5/erp5_video/bt/template_portal_type_workflow_chain_list
View file @
560de157
Video | document_publication_workflow
Video | document_security_interaction_workflow
Video | edit_workflow
\ No newline at end of file
This diff is collapsed.
Click to expand it.
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