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
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Romain Courteaud
erp5
Commits
1cd23bed
Commit
1cd23bed
authored
Jan 19, 2021
by
Romain Courteaud
🐸
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
romain_dev: forum attachment
parent
13818129
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
4 deletions
+26
-4
bt5/romain_dev/PathTemplateItem/web_page_module/romain_thread_reader_js.js
...thTemplateItem/web_page_module/romain_thread_reader_js.js
+24
-2
bt5/romain_dev/PathTemplateItem/web_page_module/romain_thread_reader_js.xml
...hTemplateItem/web_page_module/romain_thread_reader_js.xml
+2
-2
No files found.
bt5/romain_dev/PathTemplateItem/web_page_module/romain_thread_reader_js.js
View file @
1cd23bed
...
@@ -218,16 +218,36 @@
...
@@ -218,16 +218,36 @@
domsugar
(
gadget
.
element
.
querySelector
(
'
:scope > ol
'
),
domsugar
(
gadget
.
element
.
querySelector
(
'
:scope > ol
'
),
allDocs_result
.
data
.
rows
.
map
(
function
(
entry
,
i
)
{
allDocs_result
.
data
.
rows
.
map
(
function
(
entry
,
i
)
{
if
(
i
===
gadget
.
state
.
lines
)
{
if
(
i
===
gadget
.
state
.
lines
)
{
// Drop the last lines, in case we reached the +1 post value
// from allDocs, used to activate the pagination
return
''
;
return
''
;
}
}
var
source_title
=
entry
.
value
.
source_title
||
''
,
var
source_title
=
entry
.
value
.
source_title
||
''
,
attachment_list
=
entry
.
value
.
DiscussionPost_getAttachmentList
,
attachment_element_list
=
[],
j
,
word_list
=
source_title
.
split
(
'
'
),
word_list
=
source_title
.
split
(
'
'
),
source_short_title
;
source_short_title
;
if
(
word_list
.
length
===
1
)
{
if
(
word_list
.
length
===
1
)
{
source_short_title
=
(
word_list
[
0
][
0
]
||
'
?
'
)
+
(
word_list
[
0
][
1
]
||
''
);
source_short_title
=
(
word_list
[
0
][
0
]
||
'
?
'
)
+
(
word_list
[
0
][
1
]
||
''
);
}
else
{
}
else
{
source_short_title
=
word_list
[
0
][
0
]
+
word_list
[
1
][
0
];
source_short_title
=
word_list
[
0
][
0
]
+
word_list
[
1
][
0
];
}
}
for
(
j
=
0
;
j
<
attachment_list
.
length
;
j
+=
1
)
{
attachment_element_list
.
push
(
domsugar
(
'
li
'
,
[
domsugar
(
'
a
'
,
{
text
:
attachment_list
[
j
].
title
,
href
:
attachment_list
[
j
].
url
,
download
:
attachment_list
[
j
].
title
})
])
);
}
return
domsugar
(
'
li
'
,
[
return
domsugar
(
'
li
'
,
[
domsugar
(
'
div
'
,
{
domsugar
(
'
div
'
,
{
class
:
'
post_avatar
'
,
class
:
'
post_avatar
'
,
...
@@ -248,7 +268,9 @@
...
@@ -248,7 +268,9 @@
)
)
}),
}),
domsugar
(
'
br
'
),
domsugar
(
'
br
'
),
result_dict
.
viewer_list
[
i
].
element
result_dict
.
viewer_list
[
i
].
element
,
domsugar
(
'
br
'
),
domsugar
(
'
ul
'
,
attachment_element_list
)
// domsugar('hr')
// domsugar('hr')
])
])
]);
]);
...
@@ -296,7 +318,7 @@
...
@@ -296,7 +318,7 @@
query
:
gadget
.
state
.
query_string
,
query
:
gadget
.
state
.
query_string
,
limit
:
limit_options
,
limit
:
limit_options
,
select_list
:
[
'
asStrippedHTML
'
,
'
modification_date
'
,
select_list
:
[
'
asStrippedHTML
'
,
'
modification_date
'
,
'
source_title
'
],
'
source_title
'
,
'
DiscussionPost_getAttachmentList
'
],
sort_on
:
[[
'
modification_date
'
,
'
ASC
'
],
[
'
uid
'
,
'
ASC
'
]]
sort_on
:
[[
'
modification_date
'
,
'
ASC
'
],
[
'
uid
'
,
'
ASC
'
]]
})
})
.
push
(
function
(
result
)
{
.
push
(
function
(
result
)
{
...
...
bt5/romain_dev/PathTemplateItem/web_page_module/romain_thread_reader_js.xml
View file @
1cd23bed
...
@@ -240,7 +240,7 @@
...
@@ -240,7 +240,7 @@
</item>
</item>
<item>
<item>
<key>
<string>
serial
</string>
</key>
<key>
<string>
serial
</string>
</key>
<value>
<string>
989.2
8725.48684.3556
6
</string>
</value>
<value>
<string>
989.2
9059.23816.2969
6
</string>
</value>
</item>
</item>
<item>
<item>
<key>
<string>
state
</string>
</key>
<key>
<string>
state
</string>
</key>
...
@@ -258,7 +258,7 @@
...
@@ -258,7 +258,7 @@
</tuple>
</tuple>
<state>
<state>
<tuple>
<tuple>
<float>
16110
52202.34
</float>
<float>
16110
75470.2
</float>
<string>
UTC
</string>
<string>
UTC
</string>
</tuple>
</tuple>
</state>
</state>
...
...
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