Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
wendelin
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
Sebastian
wendelin
Commits
24568fe0
Commit
24568fe0
authored
9 years ago
by
Ivan Tyagov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Initial import
parent
925f3deb
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
114 additions
and
0 deletions
+114
-0
bt5/erp5_wendelin_development/SkinTemplateItem/portal_skins/erp5_wendelin_development.xml
...inTemplateItem/portal_skins/erp5_wendelin_development.xml
+26
-0
bt5/erp5_wendelin_development/SkinTemplateItem/portal_skins/erp5_wendelin_development/ERP5Site_getJavaScriptRelativeUrlList.xml
...lin_development/ERP5Site_getJavaScriptRelativeUrlList.xml
+77
-0
bt5/erp5_wendelin_development/bt/change_log
bt5/erp5_wendelin_development/bt/change_log
+2
-0
bt5/erp5_wendelin_development/bt/dependency_list
bt5/erp5_wendelin_development/bt/dependency_list
+2
-0
bt5/erp5_wendelin_development/bt/description
bt5/erp5_wendelin_development/bt/description
+2
-0
bt5/erp5_wendelin_development/bt/maintainer_list
bt5/erp5_wendelin_development/bt/maintainer_list
+1
-0
bt5/erp5_wendelin_development/bt/template_format_version
bt5/erp5_wendelin_development/bt/template_format_version
+1
-0
bt5/erp5_wendelin_development/bt/template_skin_id_list
bt5/erp5_wendelin_development/bt/template_skin_id_list
+1
-0
bt5/erp5_wendelin_development/bt/title
bt5/erp5_wendelin_development/bt/title
+1
-0
bt5/erp5_wendelin_development/bt/version
bt5/erp5_wendelin_development/bt/version
+1
-0
No files found.
bt5/erp5_wendelin_development/SkinTemplateItem/portal_skins/erp5_wendelin_development.xml
0 → 100644
View file @
24568fe0
<?xml version="1.0"?>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<global
name=
"Folder"
module=
"OFS.Folder"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
_objects
</string>
</key>
<value>
<tuple/>
</value>
</item>
<item>
<key>
<string>
id
</string>
</key>
<value>
<string>
erp5_wendelin_development
</string>
</value>
</item>
<item>
<key>
<string>
title
</string>
</key>
<value>
<string></string>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
This diff is collapsed.
Click to expand it.
bt5/erp5_wendelin_development/SkinTemplateItem/portal_skins/erp5_wendelin_development/ERP5Site_getJavaScriptRelativeUrlList.xml
0 → 100644
View file @
24568fe0
<?xml version="1.0"?>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<global
name=
"PythonScript"
module=
"Products.PythonScripts.PythonScript"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
Script_magic
</string>
</key>
<value>
<int>
3
</int>
</value>
</item>
<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>
<item>
<key>
<string>
name_container
</string>
</key>
<value>
<string>
container
</string>
</value>
</item>
<item>
<key>
<string>
name_context
</string>
</key>
<value>
<string>
context
</string>
</value>
</item>
<item>
<key>
<string>
name_m_self
</string>
</key>
<value>
<string>
script
</string>
</value>
</item>
<item>
<key>
<string>
name_subpath
</string>
</key>
<value>
<string>
traverse_subpath
</string>
</value>
</item>
</dictionary>
</value>
</item>
</dictionary>
</state>
</object>
</value>
</item>
<item>
<key>
<string>
_body
</string>
</key>
<value>
<string>
# This script returns an iterable of the paths to standard JavaScript objects.\n
# If you want to customize your own site, please override this script\n
# in your own skin folder. Note that the returned items must be\n
# relative URLs instead of absolute URLs, i.e. they must be traversable\n
# from the portal object. This is required for further processing of JavaScript\n
# data, e.g. compression.\n
#\n
# BBB: For the history, erp5_xhtml_appearance.js is included by default when\n
# js_list is not pre-defined before the global definitions.\n
js_list = (\'jquery/core/jquery.min.js\', \'jquery/ui/js/jquery-ui.min.js\', \'erp5.js\', \'erp5_knowledge_box.js\', \'erp5_dhtml_style.js\',\'live_test.js\')\n
return js_list\n
</string>
</value>
</item>
<item>
<key>
<string>
_params
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
id
</string>
</key>
<value>
<string>
ERP5Site_getJavaScriptRelativeUrlList
</string>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
This diff is collapsed.
Click to expand it.
bt5/erp5_wendelin_development/bt/change_log
0 → 100644
View file @
24568fe0
03-09-2015 Ivan
* Initial import
\ No newline at end of file
This diff is collapsed.
Click to expand it.
bt5/erp5_wendelin_development/bt/dependency_list
0 → 100644
View file @
24568fe0
erp5_wendelin
erp5_dhtml_style
\ No newline at end of file
This diff is collapsed.
Click to expand it.
bt5/erp5_wendelin_development/bt/description
0 → 100644
View file @
24568fe0
Wendelin is a Big Data platform based on ERP5.
This is a bt5 that can make development with it easier.
\ No newline at end of file
This diff is collapsed.
Click to expand it.
bt5/erp5_wendelin_development/bt/maintainer_list
0 → 100644
View file @
24568fe0
Ivan
\ No newline at end of file
This diff is collapsed.
Click to expand it.
bt5/erp5_wendelin_development/bt/template_format_version
0 → 100644
View file @
24568fe0
1
\ No newline at end of file
This diff is collapsed.
Click to expand it.
bt5/erp5_wendelin_development/bt/template_skin_id_list
0 → 100644
View file @
24568fe0
erp5_wendelin_development
\ No newline at end of file
This diff is collapsed.
Click to expand it.
bt5/erp5_wendelin_development/bt/title
0 → 100644
View file @
24568fe0
erp5_wendelin_development
\ No newline at end of file
This diff is collapsed.
Click to expand it.
bt5/erp5_wendelin_development/bt/version
0 → 100644
View file @
24568fe0
0.01
\ 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