projects
/
Portfolio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
0cfb875
)
On dirait bien que portal_syndication commence à faire chier… On met la poussière...
author
Benoît Pin
<benoit.pin@gmail.com>
Sun, 30 Jun 2013 14:25:47 +0000
(16:25 +0200)
committer
Benoît Pin
<benoit.pin@gmail.com>
Sun, 30 Jun 2013 14:25:47 +0000
(16:25 +0200)
skins/imagelist.xml.py
patch
|
blob
|
history
diff --git
a/skins/imagelist.xml.py
b/skins/imagelist.xml.py
index
12b0392
..
74818fd
100755
(executable)
--- a/
skins/imagelist.xml.py
+++ b/
skins/imagelist.xml.py
@@
-21,10
+21,10
@@
req.other['disable_cookie_login__'] = 1
options = {}
options = {}
-options['channel_info'] = { 'base': stool.getHTML4UpdateBase(
context
),
+options['channel_info'] = { 'base': stool.getHTML4UpdateBase(
None
),
'description': context.Description(),
'description': context.Description(),
- 'frequency': stool.getUpdateFrequency(
context
),
- 'period': stool.getUpdatePeriod(
context
),
+ 'frequency': stool.getUpdateFrequency(
None
),
+ 'period': stool.getUpdatePeriod(
None
),
'title': context.title_or_id(),
'url': context.absolute_url(),
'author': mtool.getMemberFullNameById(context.Creator(), nameBefore=0),
'title': context.title_or_id(),
'url': context.absolute_url(),
'author': mtool.getMemberFullNameById(context.Creator(), nameBefore=0),
@@
-35,7
+35,7
@@
key, reverse = context.getDefaultSorting()
items = stool.getSyndicatableContent(context)
items = sequence.sort( items, ((key, 'cmp', reverse and 'desc' or 'asc'),) )
items = LazyFilter(items, skip='View')
items = stool.getSyndicatableContent(context)
items = sequence.sort( items, ((key, 'cmp', reverse and 'desc' or 'asc'),) )
items = LazyFilter(items, skip='View')
-b_size = stool.getMaxItems(
context
)
+b_size = stool.getMaxItems(
None
)
if all is False:
batch_obj = Batch(items, b_size, 0, orphan=0)
elif all is True :
if all is False:
batch_obj = Batch(items, b_size, 0, orphan=0)
elif all is True :