[quills-dev] [Collective-checkins] r34816 - Quills/branches/1.5/migrations
quills-dev at lists.etria.com quills-dev at lists.etria.comMon Dec 18 11:49:29 UTC 2006
- Previous message: [quills-dev] [Collective-checkins] r34815 - Quills/branches/1.5/i18n
- Next message: [quills-dev] [Collective-checkins] r34817 - in Quills/branches/1.5: . deprecated
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: tim2p
Date: Mon Dec 18 11:49:29 2006
New Revision: 34816
Modified:
Quills/branches/1.5/migrations/quills09to15.py
Log:
Porting rocky's fix in revision 33899 from the trunk.
Modified: Quills/branches/1.5/migrations/quills09to15.py
==============================================================================
--- Quills/branches/1.5/migrations/quills09to15.py (original)
+++ Quills/branches/1.5/migrations/quills09to15.py Mon Dec 18 11:49:29 2006
@@ -115,6 +115,8 @@
pass
# Now alias metaWeblog to blogger for Performancing compatibility.
# See <http://performancing.com/node/3158> for more details.
+ if not hasattr(weblog, 'metaWeblog'):
+ weblog.metaWeblog = MetaWeblogAPI.MetaWeblogAPI()
weblog.blogger = weblog.metaWeblog
def migrateTrackbacksForEntry(self, entry):
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Collective-checkins mailing list
Collective-checkins at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/collective-checkins
- Previous message: [quills-dev] [Collective-checkins] r34815 - Quills/branches/1.5/i18n
- Next message: [quills-dev] [Collective-checkins] r34817 - in Quills/branches/1.5: . deprecated
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the quills-dev mailing list