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
Amer
erp5
Commits
ba8692e2
Commit
ba8692e2
authored
Apr 06, 2012
by
Ivan Tyagov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Initial commit of RenderJS (javascript library to build UI based on gadgets).
parent
46c6c1e4
Changes
17
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
17 changed files
with
768 additions
and
0 deletions
+768
-0
bt5/erp5_jquery_plugin_renderjs/PathTemplateItem/portal_skins/erp5_jquery/jquery/plugin/renderjs.xml
...eItem/portal_skins/erp5_jquery/jquery/plugin/renderjs.xml
+26
-0
bt5/erp5_jquery_plugin_renderjs/PathTemplateItem/portal_skins/erp5_jquery/jquery/plugin/renderjs/renderjs.js.xml
..._skins/erp5_jquery/jquery/plugin/renderjs/renderjs.js.xml
+548
-0
bt5/erp5_jquery_plugin_renderjs/PathTemplateItem/portal_skins/erp5_jquery/jquery/plugin/renderjs/renderjs_test.js.xml
...s/erp5_jquery/jquery/plugin/renderjs/renderjs_test.js.xml
+60
-0
bt5/erp5_jquery_plugin_renderjs/SkinTemplateItem/portal_skins/erp5_renderjs.xml
..._renderjs/SkinTemplateItem/portal_skins/erp5_renderjs.xml
+26
-0
bt5/erp5_jquery_plugin_renderjs/SkinTemplateItem/portal_skins/erp5_renderjs/ERP5Site_viewRenderJSQunitTestRunner.xml
...ns/erp5_renderjs/ERP5Site_viewRenderJSQunitTestRunner.xml
+93
-0
bt5/erp5_jquery_plugin_renderjs/bt/change_log
bt5/erp5_jquery_plugin_renderjs/bt/change_log
+2
-0
bt5/erp5_jquery_plugin_renderjs/bt/copyright_list
bt5/erp5_jquery_plugin_renderjs/bt/copyright_list
+1
-0
bt5/erp5_jquery_plugin_renderjs/bt/dependency_list
bt5/erp5_jquery_plugin_renderjs/bt/dependency_list
+2
-0
bt5/erp5_jquery_plugin_renderjs/bt/description
bt5/erp5_jquery_plugin_renderjs/bt/description
+1
-0
bt5/erp5_jquery_plugin_renderjs/bt/license
bt5/erp5_jquery_plugin_renderjs/bt/license
+1
-0
bt5/erp5_jquery_plugin_renderjs/bt/maintainer_list
bt5/erp5_jquery_plugin_renderjs/bt/maintainer_list
+1
-0
bt5/erp5_jquery_plugin_renderjs/bt/revision
bt5/erp5_jquery_plugin_renderjs/bt/revision
+1
-0
bt5/erp5_jquery_plugin_renderjs/bt/template_format_version
bt5/erp5_jquery_plugin_renderjs/bt/template_format_version
+1
-0
bt5/erp5_jquery_plugin_renderjs/bt/template_path_list
bt5/erp5_jquery_plugin_renderjs/bt/template_path_list
+2
-0
bt5/erp5_jquery_plugin_renderjs/bt/template_skin_id_list
bt5/erp5_jquery_plugin_renderjs/bt/template_skin_id_list
+1
-0
bt5/erp5_jquery_plugin_renderjs/bt/title
bt5/erp5_jquery_plugin_renderjs/bt/title
+1
-0
bt5/erp5_jquery_plugin_renderjs/bt/version
bt5/erp5_jquery_plugin_renderjs/bt/version
+1
-0
No files found.
bt5/erp5_jquery_plugin_renderjs/PathTemplateItem/portal_skins/erp5_jquery/jquery/plugin/renderjs.xml
0 → 100644
View file @
ba8692e2
<?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>
renderjs
</string>
</value>
</item>
<item>
<key>
<string>
title
</string>
</key>
<value>
<string></string>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
bt5/erp5_jquery_plugin_renderjs/PathTemplateItem/portal_skins/erp5_jquery/jquery/plugin/renderjs/renderjs.js.xml
0 → 100644
View file @
ba8692e2
This diff is collapsed.
Click to expand it.
bt5/erp5_jquery_plugin_renderjs/PathTemplateItem/portal_skins/erp5_jquery/jquery/plugin/renderjs/renderjs_test.js.xml
0 → 100644
View file @
ba8692e2
<?xml version="1.0"?>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<global
name=
"File"
module=
"OFS.Image"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
_EtagSupport__etag
</string>
</key>
<value>
<string>
ts33622213.73
</string>
</value>
</item>
<item>
<key>
<string>
__name__
</string>
</key>
<value>
<string>
renderjs_test.js
</string>
</value>
</item>
<item>
<key>
<string>
content_type
</string>
</key>
<value>
<string>
application/javascript
</string>
</value>
</item>
<item>
<key>
<string>
data
</string>
</key>
<value>
<string>
function setupRenderJSTest(){\n
/*\n
* Main RenderJS test entry point\n
*/\n
module("Cache");\n
test(\'Cache\', function(){\n
cache_id = \'my_test\';\n
data = {\'gg\':1};\n
Cache.set(cache_id, data);\n
deepEqual(data, Cache.get(cache_id));\n
});\n
\n
module("TabularGadget");\n
test(\'addNewTabGadget\', function(){\n
TabbularGadget.addNewTabGadget("Person_view", "qunit-fixture", "FormUpdater.update");\n
equal($("#qunit-fixture").children(".gadget").length, 1);\n
});\n
\n
};\n
\n
</string>
</value>
</item>
<item>
<key>
<string>
precondition
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
size
</string>
</key>
<value>
<int>
545
</int>
</value>
</item>
<item>
<key>
<string>
title
</string>
</key>
<value>
<string></string>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
bt5/erp5_jquery_plugin_renderjs/SkinTemplateItem/portal_skins/erp5_renderjs.xml
0 → 100644
View file @
ba8692e2
<?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_renderjs
</string>
</value>
</item>
<item>
<key>
<string>
title
</string>
</key>
<value>
<string></string>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
bt5/erp5_jquery_plugin_renderjs/SkinTemplateItem/portal_skins/erp5_renderjs/ERP5Site_viewRenderJSQunitTestRunner.xml
0 → 100644
View file @
ba8692e2
<?xml version="1.0"?>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<global
name=
"ZopePageTemplate"
module=
"Products.PageTemplates.ZopePageTemplate"
/>
</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>
<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>
_text
</string>
</key>
<value>
<unicode>
\074!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"\n
"http://www.w3.org/TR/html4/loose.dtd"\076\n
\074html\076\n
\074head\076\n
\074link rel="stylesheet" href="jquery/plugin/qunit/qunit.css" type="text/css"/\076\n
\074script src="jquery/core/jquery.js"\076 \074/script\076\n
\074script src="jquery/plugin/qunit/qunit.js" type="text/javascript"\076\074/script\076\n
\074script type="text/javascript" src="jquery/plugin/renderjs/renderjs.js"\076\074/script\076\n
\074!--[if IE]\076\n
\074script type="text/javascript" src="jquery/plugin/jstorage/jquery.json-2.3.js"\076\074/script\076\n
\074!--\074![endif]--\076\n
\074script type="text/javascript" src="jquery/plugin/jstorage/jstorage.js"\076\074/script\076\n
\074script type="text/javascript" src="jquery/plugin/renderjs/renderjs_test.js"\076\074/script\076\n
\n
\074/head\076\n
\074body\076\n
\074h1 id="qunit-header"\076QUnit RenderJS test suite\074/h1\076\n
\074h2 id="qunit-banner"\076\074/h2\076\n
\074h2 id="qunit-userAgent"\076\074/h2\076\n
\074ol id="qunit-tests"\076\n
\074/ol\076\n
\074div id="qunit-fixture"\076 \074/div\076\n
\n
\074script type="text/javascript"\076\n
//\074![CDATA[\n
$(document).ready(setupRenderJSTest());\n
//]]\076\n
\074/script\076\n
\n
\n
\074/body\076\n
\074/html\076
</unicode>
</value>
</item>
<item>
<key>
<string>
content_type
</string>
</key>
<value>
<string>
text/html
</string>
</value>
</item>
<item>
<key>
<string>
expand
</string>
</key>
<value>
<int>
0
</int>
</value>
</item>
<item>
<key>
<string>
id
</string>
</key>
<value>
<string>
ERP5Site_viewRenderJSQunitTestRunner
</string>
</value>
</item>
<item>
<key>
<string>
output_encoding
</string>
</key>
<value>
<string>
iso-8859-15
</string>
</value>
</item>
<item>
<key>
<string>
title
</string>
</key>
<value>
<unicode></unicode>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
bt5/erp5_jquery_plugin_renderjs/bt/change_log
0 → 100644
View file @
ba8692e2
2012-04-06 Ivan
* Initial commit
\ No newline at end of file
bt5/erp5_jquery_plugin_renderjs/bt/copyright_list
0 → 100644
View file @
ba8692e2
2012 (c) Nexedi SA
\ No newline at end of file
bt5/erp5_jquery_plugin_renderjs/bt/dependency_list
0 → 100644
View file @
ba8692e2
erp5_jquery
erp5_jquery_plugin_jstorage
\ No newline at end of file
bt5/erp5_jquery_plugin_renderjs/bt/description
0 → 100644
View file @
ba8692e2
This Business Template contains only static files of RenderJS library.
\ No newline at end of file
bt5/erp5_jquery_plugin_renderjs/bt/license
0 → 100644
View file @
ba8692e2
GPL
\ No newline at end of file
bt5/erp5_jquery_plugin_renderjs/bt/maintainer_list
0 → 100644
View file @
ba8692e2
ivan
\ No newline at end of file
bt5/erp5_jquery_plugin_renderjs/bt/revision
0 → 100644
View file @
ba8692e2
1
\ No newline at end of file
bt5/erp5_jquery_plugin_renderjs/bt/template_format_version
0 → 100644
View file @
ba8692e2
1
\ No newline at end of file
bt5/erp5_jquery_plugin_renderjs/bt/template_path_list
0 → 100644
View file @
ba8692e2
portal_skins/erp5_jquery/jquery/plugin/renderjs
portal_skins/erp5_jquery/jquery/plugin/renderjs/**
\ No newline at end of file
bt5/erp5_jquery_plugin_renderjs/bt/template_skin_id_list
0 → 100644
View file @
ba8692e2
erp5_renderjs
\ No newline at end of file
bt5/erp5_jquery_plugin_renderjs/bt/title
0 → 100644
View file @
ba8692e2
erp5_jquery_plugin_renderjs
\ No newline at end of file
bt5/erp5_jquery_plugin_renderjs/bt/version
0 → 100644
View file @
ba8692e2
5.4.7
\ No newline at end of file
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