[quills-dev] [Collective-checkins] r32137 - Quills/trunk
quills-dev at lists.etria.com quills-dev at lists.etria.comSat Oct 21 22:45:40 UTC 2006
- Previous message: [quills-dev] [Collective-checkins] r32135 - Quills/trunk
- Next message: [quills-dev] [Collective-checkins] r32137 - Quills/trunk
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: tomster
Date: Sat Oct 21 22:45:39 2006
New Revision: 32137
Modified:
Quills/trunk/syndication.py
Log:
`getModifiedDate()` now also takes comments to entries in consideration -- this sure ought to avoid some confusion with commentators... ;-)
Modified: Quills/trunk/syndication.py
==============================================================================
--- Quills/trunk/syndication.py (original)
+++ Quills/trunk/syndication.py Sat Oct 21 22:45:39 2006
@@ -26,7 +26,7 @@
# in a much more efficient manner, i.e. by querying the catalog:
path = '/'.join(self.context.getPhysicalPath())
results = self.context.portal_catalog(
- meta_type=['WeblogEntry',],
+ meta_type=['WeblogEntry', 'Discussion Item',],
path={'query':path, 'level': 0},
sort_on = 'modified',
sort_order = 'reverse',
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Collective-checkins mailing list
Collective-checkins at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/collective-checkins
- Previous message: [quills-dev] [Collective-checkins] r32135 - Quills/trunk
- Next message: [quills-dev] [Collective-checkins] r32137 - Quills/trunk
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the quills-dev mailing list