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
f2950408
Commit
f2950408
authored
Jan 04, 2016
by
Tristan Cavelier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
XXX changes from rafael
parent
2b20bda2
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
13 additions
and
12 deletions
+13
-12
bt5/erp5_run_my_doc/ActionTemplateItem/portal_types/Test%20Page/launch.xml
...oc/ActionTemplateItem/portal_types/Test%20Page/launch.xml
+2
-2
bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/Review_getAnnotationList.xml
...portal_skins/erp5_run_my_doc/Review_getAnnotationList.xml
+6
-1
bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/Review_view/my_url_string.xml
...ortal_skins/erp5_run_my_doc/Review_view/my_url_string.xml
+0
-4
bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/TestPageModule_createTestPage.xml
...l_skins/erp5_run_my_doc/TestPageModule_createTestPage.xml
+1
-1
bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/WebPage_viewExportBookDialog.xml
...al_skins/erp5_run_my_doc/WebPage_viewExportBookDialog.xml
+1
-1
bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/WebPage_viewExportChapterDialog.xml
...skins/erp5_run_my_doc/WebPage_viewExportChapterDialog.xml
+2
-2
bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/html5_book.js.xml
...mplateItem/portal_skins/erp5_run_my_doc/html5_book.js.xml
+1
-1
No files found.
bt5/erp5_run_my_doc/ActionTemplateItem/portal_types/Test%20Page/launch.xml
View file @
f2950408
...
@@ -58,7 +58,7 @@
...
@@ -58,7 +58,7 @@
</item>
</item>
<item>
<item>
<key>
<string>
priority
</string>
</key>
<key>
<string>
priority
</string>
</key>
<value>
<float>
1
.0
</float>
</value>
<value>
<float>
2
.0
</float>
</value>
</item>
</item>
<item>
<item>
<key>
<string>
title
</string>
</key>
<key>
<string>
title
</string>
</key>
...
@@ -79,7 +79,7 @@
...
@@ -79,7 +79,7 @@
<dictionary>
<dictionary>
<item>
<item>
<key>
<string>
text
</string>
</key>
<key>
<string>
text
</string>
</key>
<value>
<string>
string: ${object_url}/TestPage_
r
unSeleniumTest
</string>
</value>
<value>
<string>
string: ${object_url}/TestPage_
viewR
unSeleniumTest
</string>
</value>
</item>
</item>
</dictionary>
</dictionary>
</pickle>
</pickle>
...
...
bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/Review_getAnnotationList.xml
View file @
f2950408
...
@@ -63,7 +63,12 @@ relative_url = context.getRelativeUrl()\n
...
@@ -63,7 +63,12 @@ relative_url = context.getRelativeUrl()\n
counter = 0\n
counter = 0\n
if len(annotation_list) >
0 and annotation_list[0] != "":\n
if len(annotation_list) >
0 and annotation_list[0] != "":\n
for annotation in annotation_list:\n
for annotation in annotation_list:\n
comment, locator, context_url, author, color = annotation[1:-1].split("},{");\n
annotation_item = annotation[1:-1].split("},{")\n
if len(annotation_item) == 5:\n
comment, locator, context_url, author, color = annotation_item\n
else:\n
comment = "Failed to process: %s" % annotation\n
locator, context_url, author, color = "", "", "", ""\n
element_list.append(newTempBase(context.getPortalObject(), relative_url,\n
element_list.append(newTempBase(context.getPortalObject(), relative_url,\n
title = comment,\n
title = comment,\n
uid = str(counter),\n
uid = str(counter),\n
...
...
bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/Review_view/my_url_string.xml
View file @
f2950408
...
@@ -65,10 +65,6 @@
...
@@ -65,10 +65,6 @@
<key>
<string>
description
</string>
</key>
<key>
<string>
description
</string>
</key>
<value>
<string></string>
</value>
<value>
<string></string>
</value>
</item>
</item>
<item>
<key>
<string>
editable
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<item>
<key>
<string>
field_id
</string>
</key>
<key>
<string>
field_id
</string>
</key>
<value>
<string></string>
</value>
<value>
<string></string>
</value>
...
...
bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/TestPageModule_createTestPage.xml
View file @
f2950408
...
@@ -90,7 +90,7 @@ return context.Base_redirect(\'TestPageModule_viewChapterCreationWizard\', \n
...
@@ -90,7 +90,7 @@ return context.Base_redirect(\'TestPageModule_viewChapterCreationWizard\', \n
</item>
</item>
<item>
<item>
<key>
<string>
_params
</string>
</key>
<key>
<string>
_params
</string>
</key>
<value>
<string>
title, author, author_mail, text_content, slide_content
</string>
</value>
<value>
<string>
title, author, author_mail, text_content, slide_content
, **kw
</string>
</value>
</item>
</item>
<item>
<item>
<key>
<string>
id
</string>
</key>
<key>
<string>
id
</string>
</key>
...
...
bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/WebPage_viewExportBookDialog.xml
View file @
f2950408
...
@@ -35,7 +35,7 @@
...
@@ -35,7 +35,7 @@
</item>
</item>
<item>
<item>
<key>
<string>
action
</string>
</key>
<key>
<string>
action
</string>
</key>
<value>
<string>
Test
Page_viewAsBook
</string>
</value>
<value>
<string>
Web
Page_viewAsBook
</string>
</value>
</item>
</item>
<item>
<item>
<key>
<string>
description
</string>
</key>
<key>
<string>
description
</string>
</key>
...
...
bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/WebPage_viewExportChapterDialog.xml
View file @
f2950408
...
@@ -35,7 +35,7 @@
...
@@ -35,7 +35,7 @@
</item>
</item>
<item>
<item>
<key>
<string>
action
</string>
</key>
<key>
<string>
action
</string>
</key>
<value>
<string>
Test
Page_viewAsChapter
</string>
</value>
<value>
<string>
Web
Page_viewAsChapter
</string>
</value>
</item>
</item>
<item>
<item>
<key>
<string>
description
</string>
</key>
<key>
<string>
description
</string>
</key>
...
@@ -90,7 +90,7 @@
...
@@ -90,7 +90,7 @@
</item>
</item>
<item>
<item>
<key>
<string>
name
</string>
</key>
<key>
<string>
name
</string>
</key>
<value>
<string>
Test
Page_viewExportWebPageDialog
</string>
</value>
<value>
<string>
Web
Page_viewExportWebPageDialog
</string>
</value>
</item>
</item>
<item>
<item>
<key>
<string>
pt
</string>
</key>
<key>
<string>
pt
</string>
</key>
...
...
bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/html5_book.js.xml
View file @
f2950408
...
@@ -295,7 +295,7 @@ function convertBook(linkToBook, container){\n
...
@@ -295,7 +295,7 @@ function convertBook(linkToBook, container){\n
var firstSection = true, firstChapter = true;\n
var firstSection = true, firstChapter = true;\n
var n = sections.length;\n
var n = sections.length;\n
var partCounter = 0, matterCounter = 1;\n
var partCounter = 0, matterCounter = 1;\n
var partContainer;\n
var partContainer
= $(\'
<div>
\')
;\n
for(var i = 0; i
< n
;
i++){\n
for(var i = 0; i
< n
;
i++){\n
var
section =
sections.eq(i);\n
var
section =
sections.eq(i);\n
var
isPart =
section[0].tagName.toUpperCase()
==
\'UL\';\n
var
isPart =
section[0].tagName.toUpperCase()
==
\'UL\';\n
...
...
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