Tracker log

An overview of recent activity in the tracker.

New issue »Recent Entries Portlet added to home page does not show any results.« added by Winn King

It is possible to add a Recent Entries Portlet any where on the site but only within the weblog does it show any results. Having a recent entries portlet on the home page is a pretty common request.

Added 149 day(s) ago.

T. Kim Nguyen added a new response to »Clicking any topic name with QuillsEnabledRemoteBlogging installed returns a traversal error«:

OK I think I figured it out... Originally, the blog's view template always shows the blog's Title and Description, but I had not liked that - it seemed extraneous - so I initially went to portal_skins to look for the blog view template to customize it so it would not show the blog Title and Description, but could not find it there. Instead it was in portal_view_customizations, so I customized it there: I commented out the part of the template that displays the blog Title and Description.

It dawned on me that the problem might be the customized view. (the exception actually mentions "TTWViewTemplateRenderer"). When I deleted the customized view, clicking on tags worked once more.

Instead, now, to hide the blog Title and Description, I guess I'll use CSS.

Added 548 day(s) ago.

T. Kim Nguyen added a new response to »Clicking any topic name with QuillsEnabledRemoteBlogging installed returns a traversal error«:

I get the same error on Plone 3.3.1 and Quills 1.7 while clicking on URLs like

http://tkn.dyndns.org/Karlforkids/blog/2010/08/

or

http://tkn.dyndns.org/Karlforkids/blog/2010/


Here is the traceback. Below is the buildout.cfg, and the output of a buildout command showing all the egg version numbers.


Traceback (innermost last):
  Module ZPublisher.Publish, line 119, in publish
  Module ZPublisher.mapply, line 88, in mapply
  Module ZPublisher.Publish, line 42, in call_object
  Module Products.Five.browser.metaconfigure, line 417, in __call__
  Module Shared.DC.Scripts.Bindings, line 313, in __call__
  Module Shared.DC.Scripts.Bindings, line 350, in _bindAndExec
  Module Products.PageTemplates.PageTemplateFile, line 129, in _exec
  Module Products.PageTemplates.PageTemplate, line 98, in pt_render
  Module zope.pagetemplate.pagetemplate, line 117, in pt_render
  Module zope.tal.talinterpreter, line 271, in __call__
  Module zope.tal.talinterpreter, line 346, in interpret
  Module zope.tal.talinterpreter, line 891, in do_useMacro
  Module zope.tal.talinterpreter, line 346, in interpret
  Module zope.tal.talinterpreter, line 536, in do_optTag_tal
  Module zope.tal.talinterpreter, line 521, in do_optTag
  Module zope.tal.talinterpreter, line 516, in no_tag
  Module zope.tal.talinterpreter, line 346, in interpret
  Module zope.tal.talinterpreter, line 957, in do_defineSlot
  Module zope.tal.talinterpreter, line 346, in interpret
  Module zope.tal.talinterpreter, line 536, in do_optTag_tal
  Module zope.tal.talinterpreter, line 521, in do_optTag
  Module zope.tal.talinterpreter, line 516, in no_tag
  Module zope.tal.talinterpreter, line 346, in interpret
  Module zope.tal.talinterpreter, line 861, in do_defineMacro
  Module zope.tal.talinterpreter, line 346, in interpret
  Module zope.tal.talinterpreter, line 957, in do_defineSlot
  Module zope.tal.talinterpreter, line 346, in interpret
  Module zope.tal.talinterpreter, line 536, in do_optTag_tal
  Module zope.tal.talinterpreter, line 521, in do_optTag
  Module zope.tal.talinterpreter, line 516, in no_tag
  Module zope.tal.talinterpreter, line 346, in interpret
  Module zope.tal.talinterpreter, line 949, in do_defineSlot
  Module zope.tal.talinterpreter, line 346, in interpret
  Module zope.tal.talinterpreter, line 586, in do_setLocal_tal
  Module zope.tales.tales, line 696, in evaluate
   - URL: index
   - Line 32, Column 8
   - Expression: <PathExpr standard:'weblog_content/@@weblog_view/getConfig'>
   - Names:
      {'container': <quills.app.archive.YearArchive object at 0x18e44c0c>,
       'context': <quills.app.archive.YearArchive object at 0x18e44c0c>,
       'default': <object object at 0xb74b6528>,
       'here': <quills.app.archive.YearArchive object at 0x18e44c0c>,
       'loop': {},
       'nothing': None,
       'options': {'args': (<Products.Five.metaclass.SimpleViewClass from /opt/Plone-3.3.1/buildout-cache/eggs/quills.app-1.7.0-py2.4.egg/quills/app/browser/archive_view.pt object at 0xf7459cc>,)},
       'repeat': <Products.PageTemplates.Expressions.SafeMapping object at 0xf6bbf0c>,
       'request': <HTTPRequest, URL=http://tkn.dyndns.org/[…]/@@archive_view>,
       'root': <Application at >,
       'template': <ImplicitAcquirerWrapper object at 0x13236a0c>,
       'traverse_subpath': [],
       'user': <PropertiedUser 'kimadmin'>,
       'view': <Products.Five.metaclass.SimpleViewClass from /opt/Plone-3.3.1/buildout-cache/eggs/quills.app-1.7.0-py2.4.egg/quills/app/browser/archive_view.pt object at 0xf7459cc>,
       'views': <zope.app.pagetemplate.viewpagetemplatefile.ViewMapper object at 0x18e44c4c>}
  Module zope.tales.expressions, line 217, in __call__
  Module Products.PageTemplates.Expressions, line 155, in _eval
  Module zope.tales.expressions, line 124, in _eval
  Module Products.PageTemplates.Expressions, line 105, in trustedBoboAwareZopeTraverse
  Module zope.traversing.adapters, line 164, in traversePathElement
   - __traceback_info__: (<five.customerize.zpt.TTWViewTemplateRenderer object at 0x18e35eac>, 'getConfig')
  Module zope.traversing.adapters, line 52, in traverse
   - __traceback_info__: (<five.customerize.zpt.TTWViewTemplateRenderer object at 0x18e35eac>, 'getConfig', [])
TraversalError: (<five.customerize.zpt.TTWViewTemplateRenderer object at 0x18e35eac>, 'getConfig')



----------------buildout.cfg---------------

[buildout]

############################################
# Plone Component Versions
# ------------------------
# This version of the Unified Installer has the components
# of Plone 3.3.1 preloaded so that it can install without
# an Internet connection.
# If you want to update, uncomment the "extends = http://..." below,
# edit it to point to the current version URL,
# comment out the "extends = versions.cfg" line
# and run "bin/buildout -n" while attached to the Internet.
# Generally, you only want to do that as part
# of a planned migration.
#
# extends = http://dist.plone.org/release/3.3.1/versions.cfg
extends = versions.cfg
versions = versions


############################################
# Ports
# -----
# Specify the ports on which your Zope installation
# will listen.
# ZEO Server
zeo-address = 127.0.0.1:8100
# Zope client 1
client1-address = 9080
# Zope client 2
client2-address = 9081


############################################
# Eggs
# ----
# Add an indented line to the eggs section for any Python
# eggs or packages you wish to include.
#
eggs =
    Plone

#
# Optional Functionality
# ----------------------
# Uncomment the indented lines to include these products.
# Documentation on all of them, along with many more products,
# is available at
# http://plone.org/products/
#
# Commonly used products:
# * LinguaPlone provides tools for building multi-lingual sites
# * Products.CacheSetup adds the "CacheFu" Plone speedup kit
# * PloneHelpCenter is a simple knowledge base
# * PloneFormGen provides through-the-web form building
#
# Products.LinguaPlone
# Products.CacheSetup
    Products.PloneHelpCenter
    Products.PloneFormGen
#
# Commonly used development tools:
# * Clouseau uses AJAX to provide a Python prompt inside Plone
# * DocFinderTab puts an object documentation inspector in the Zope Management Interface
# * Gloworm is a Firebug-like viewlet inspector and customizer
# * plone.reload allows you to refresh Python code and ZCML configuration
# without restarting Zope. Note that to use plone.reload, you'll also
# need to uncomment the "zcml" entry for it below.
#
# Products.Clouseau
    Products.DocFinderTab
# Products.Gloworm
    plone.reload
    quintagroup.theme.sunrain
    quintagroup.theme.estatelite
    collective.easyslider
    Products.CalendarX
    Products.ContentWellPortlets
    collective.easyslider
    plone.app.changeownership

############################################
# ZCML Slugs
# ----------
# Some eggs need ZCML slugs to tell Zope to
# use them. Eggs with names beginning with "Products."
# usually don't need this.
zcml =
    plone.reload
    collective.easyslider
    quintagroup.theme.sunrain
    quintagroup.theme.estatelite
    collective.easyslider
    plone.app.changeownership
    


---------versions of eggs----------

# bin/buildout -Novvvvv |sed -ne 's/^Picked: //p' | sort | uniq
Cheetah = 2.0.1
Paste = 1.7.2
PasteDeploy = 1.3.3
PasteScript = 1.7.3
Products.CalendarX = 0.9.6stable
Products.ContentWellPortlets = 2.0.1
Products.DocFinderTab = 1.0.4
Products.PloneFormGen = 1.5.5
Products.PloneHelpCenter = 3.0b3
Products.PythonField = 1.1.2
Products.Quills = 1.7.0
Products.TALESField = 1.1.2
Products.TemplateFields = 1.2.3
Products.basesyndication = 1.0.0
Products.contentmigration = 2.0a3
Products.fatsyndication = 1.0.1
ZopeSkel = 2.11.1
collective.easyslider = 0.3rc2
collective.recipe.backup = 1.1
collective.recipe.zope2cluster = 1.0
plone.app.changeownership = 0.2
plone.recipe.command = 1.0
plone.recipe.distros = 1.5
plone.recipe.precompiler = 0.3
plone.recipe.unifiedinstaller = 0.9
plone.recipe.zope2zeoserver = 1.2
plone.reload = 1.3
quills.app = 1.7.0
quills.core = 1.7.0
quintagroup.portlet.cumulus = 1.0
quintagroup.portlet.static = 0.1
quintagroup.theme.estatelite = 1.1.1
quintagroup.theme.sunrain = 1.2

Added 549 day(s) ago.

Lucie Lejard added a new response to »Title of weblog entry cannot be a whole number«:

As of July 6h 2010, I confirm this issue is still happening.

Added 583 day(s) ago.

New issue »Text error when creating a weblog entry« added by Lucie Lejard

Plone 3.3.4 and Quills 1.7.0.

When I add a weblog entry, I get the following error:

Traceback (most recent call last):
  File "/home/lucie/.buildout/eggs/Products.Archetypes-1.5.14-py2.4.egg/Products/Archetypes/BaseObject.py", line 149, in initializeArchetype
    self.setDefaults()
  File "/home/lucie/.buildout/eggs/Products.Archetypes-1.5.14-py2.4.egg/Products/Archetypes/BaseObject.py", line 440, in setDefaults
    self.Schema().setDefaults(self)
  File "/home/lucie/.buildout/eggs/Products.Archetypes-1.5.14-py2.4.egg/Products/Archetypes/Schema/__init__.py", line 504, in setDefaults
    mapply(mutator, *args, **kw)
  File "/home/lucie/.buildout/eggs/Products.Archetypes-1.5.14-py2.4.egg/Products/Archetypes/utils.py", line 162, in mapply
    return method(*call_args, **nkw)
  File "/home/lucie/.buildout/eggs/Products.Quills-1.7.0-py2.4.egg/Products/Quills/WeblogEntry.py", line 155, in setText
    self.text.update(text, self, mimetype=mimetype)
AttributeError: text

It doesn't happen with previous versions of Plone.

The fix I am using right now is to add in Products/Quills/WeblogEntry.py the line (at line 155):

self.getField("text").setContentType(self, mimetype)

right before

self.text.update(text, self, mimetype=mimetype)

Added 595 day(s) ago.

New issue »QuillsEnabled uninstall doesn't remove marker interfaces« added by Jon Stahl

When I uninstall QuillsEnabled, it doesn't appear to remove the marker interfaces on blog-enabled folders. This causes lots of breakage if one subsequently re-runs buildout and removes the QuillsEnabled code from the server.

If I manually remove marker interfaces BEFORE uninstallation, things seem good.

It would be really wise for the QuillsEnabled uninstallation to search for and remove any of its marker interfaces during the uninstall.

Added 629 day(s) ago.

Jan Hackel added a new response to »Disabling Discussion creates site error«:

I cannot reproduce this error.

Please give some more details:
- do you use Quills or QuillsEnabled
- which version
- (complete) steps to reproduce
- stack trace

Added 727 day(s) ago.

Jan Hackel added a new response to »QuillsEnabled conflict with other products when sorting by dates (portlets/listing)«:

Issue state: UnconfirmedConfirmed.
Target release: None2.0.
Added 727 day(s) ago.

Jan Hackel added a new response to »Products.QuillsRemoteBlogging broken«:

The Products.QuillsRemoteBlogging product is no longer needed for remote blogging. Please remove it from your buildout and include quills.remoteblogging instead.

Added 727 day(s) ago.

Jan Hackel added a new response to »Blog listing view chokes when creators fields contains invalid user ids«:

Seems to be no longer an issue.

Issue state: UnconfirmedRejected.
Added 727 day(s) ago.

Trish Ang added a new response to »Clicking any topic name with QuillsEnabledRemoteBlogging installed returns a traversal error«:

Another note, set up a fresh Plone site on the same server as the above, installed the same QuillsEnabled, Scrawl, and qPloneComments combo, and the error doesn't happen.

http://169.237.124.28/Plone/blog/topics/sushi

Added 742 day(s) ago.

Trish Ang added a new response to »Clicking any topic name with QuillsEnabledRemoteBlogging installed returns a traversal error«:

Hello! I've got the same error with Products.QuillsEnabled. This happens both when clicking through the Tag Cloud and also accessing the Archives. There's a working example at http://asi.ucdavis.edu/newsroom/blog

The trackback looks like:
----------------------------------------------------------
Time 2010/01/28 15:07:28.168 US/Pacific
User Name (User Id) admin (admin)
Request URL http://169.237.124.28/ASI/newsroom/blog/topics/environment
Exception Type TraversalError
Exception Value (<five.customerize.zpt.TTWViewTemplateRenderer object at 0x847699e50>, 'getConfig')

Traceback (innermost last):

    * Module ZPublisher.Publish, line 119, in publish
    * Module ZPublisher.mapply, line 88, in mapply
    * Module ZPublisher.Publish, line 42, in call_object
    * Module Products.Five.browser.metaconfigure, line 417, in __call__
    * Module Shared.DC.Scripts.Bindings, line 313, in __call__
    * Module Shared.DC.Scripts.Bindings, line 350, in _bindAndExec
    * Module Products.PageTemplates.PageTemplateFile, line 129, in _exec
    * Module Products.Gloworm, line 28, in pt_render
    * Module zope.pagetemplate.pagetemplate, line 117, in pt_render
    * Module zope.tal.talinterpreter, line 271, in __call__
    * Module zope.tal.talinterpreter, line 346, in interpret
    * Module zope.tal.talinterpreter, line 891, in do_useMacro
    * Module zope.tal.talinterpreter, line 346, in interpret
    * Module zope.tal.talinterpreter, line 536, in do_optTag_tal
    * Module zope.tal.talinterpreter, line 521, in do_optTag
    * Module zope.tal.talinterpreter, line 516, in no_tag
    * Module zope.tal.talinterpreter, line 346, in interpret
    * Module zope.tal.talinterpreter, line 957, in do_defineSlot
    * Module zope.tal.talinterpreter, line 346, in interpret
    * Module zope.tal.talinterpreter, line 536, in do_optTag_tal
    * Module zope.tal.talinterpreter, line 521, in do_optTag
    * Module zope.tal.talinterpreter, line 516, in no_tag
    * Module zope.tal.talinterpreter, line 346, in interpret
    * Module zope.tal.talinterpreter, line 861, in do_defineMacro
    * Module zope.tal.talinterpreter, line 346, in interpret
    * Module zope.tal.talinterpreter, line 957, in do_defineSlot
    * Module zope.tal.talinterpreter, line 346, in interpret
    * Module zope.tal.talinterpreter, line 536, in do_optTag_tal
    * Module zope.tal.talinterpreter, line 521, in do_optTag
    * Module zope.tal.talinterpreter, line 516, in no_tag
    * Module zope.tal.talinterpreter, line 346, in interpret
    * Module zope.tal.talinterpreter, line 949, in do_defineSlot
    * Module zope.tal.talinterpreter, line 346, in interpret
    * Module zope.tal.talinterpreter, line 586, in do_setLocal_tal
    * Module zope.tales.tales, line 696, in evaluate
      URL: index
      Line 30, Column 8
      Expression: <PathExpr standard:'weblog_content/@@weblog_view/getConfig'>
      Names:

      {'container': <quills.app.topic.Topic object at 0x8180b8e90>,
       'context': <quills.app.topic.Topic object at 0x8180b8e90>,
       'default': <object object at 0x801115200>,
       'here': <quills.app.topic.Topic object at 0x8180b8e90>,
       'loop': {},
       'nothing': None,
       'options': {'args': (<Products.Five.metaclass.SimpleViewClass from /usr/local/Plone/buildout-cache/eggs/quills.app-1.7.0-py2.4.egg/quills/app/browser/topic_view.pt object at 0x8180b8d90>,)},
       'repeat': <Products.PageTemplates.Expressions.SafeMapping object at 0x817936e18>,
       'request': <HTTPRequest, URL=http://169.237.124.28/[…]/environment>,
       'root': <Application at >,
       'template': <ImplicitAcquirerWrapper object at 0x8180b8790>,
       'traverse_subpath': [],
       'user': <PropertiedUser 'admin'>,
       'view': <Products.Five.metaclass.SimpleViewClass from /usr/local/Plone/buildout-cache/eggs/quills.app-1.7.0-py2.4.egg/quills/app/browser/topic_view.pt object at 0x8180b8d90>,
       'views': <zope.app.pagetemplate.viewpagetemplatefile.ViewMapper object at 0x8180b8d10>}

    * Module zope.tales.expressions, line 217, in __call__
    * Module Products.PageTemplates.Expressions, line 155, in _eval
    * Module zope.tales.expressions, line 124, in _eval
    * Module Products.PageTemplates.Expressions, line 105, in trustedBoboAwareZopeTraverse
    * Module zope.traversing.adapters, line 164, in traversePathElement
      __traceback_info__: (<five.customerize.zpt.TTWViewTemplateRenderer object at 0x847699e50>, 'getConfig')
    * Module zope.traversing.adapters, line 52, in traverse
      __traceback_info__: (<five.customerize.zpt.TTWViewTemplateRenderer object at 0x847699e50>, 'getConfig', [])

TraversalError: (<five.customerize.zpt.TTWViewTemplateRenderer object at 0x847699e50>, 'getConfig')
----------------------------------------------------------

And the top half of our buildout looks like: (in case you need it)
----------------------------------------------------------
############################################
# CAES Standard Plone 3.3.1 build
#
# 1/5/2010 - TA
#

############################################
#
# Buildout Configuration File for ZEO Plone
# -----------------------------------------
# $LastChangedDate: 2009-09-11 14:45:12 -0700 (Fri, 11 Sep 2009) $ $LastChangedRevision: 29671 $
#
# After making changes in this configuration file,
# you should run bin/buildout to update the components.
#
# ALWAYS back up all Plone/Zope data and components
# before changing configuration.
#
# Running "bin/buildout" will update your installation,
# installing missing components as necessary.
#
# Use "bin/buildout -n" to update many components here to the newest
# available releases.
# This will update the add-on products you've added in the eggs= lines.
# This will not, however, upgrade Plone itself (or anything else you've
# pinned with a version specification). To upgrade Plone itself, see the
# comments in "Plone Component Versions".
#
# Tutorial instructions for using zc.buildout for
# configuration management are available at:
# http://plone.org/documentation/tutorial/buildout
# Full details at http://pypi.python.org/pypi/zc.buildout
#
############################################


[buildout]

############################################
# Plone Component Versions
# ------------------------
# This version of the Unified Installer has the components
# of Plone 3.3.1 preloaded so that it can install without
# an Internet connection.
# If you want to update, uncomment the "extends = http://..." below,
# edit it to point to the current version URL,
# comment out the "extends = versions.cfg" line
# and run "bin/buildout -n" while attached to the Internet.
# Generally, you only want to do that as part
# of a planned migration.
#
#extends = http://dist.plone.org/release/3.3.1/versions.cfg
extends = versions.cfg
versions = versions


############################################
# Ports
# -----
# Specify the ports on which your Zope installation
# will listen.
# ZEO Server
zeo-address = 127.0.0.1:8100
# Zope client 1
client1-address = 8080
# Zope client 2
client2-address = 8081


############################################
# Eggs
# ----
# Add an indented line to the eggs section for any Python
# eggs or packages you wish to include.
#
eggs =
    Plone

#
# Optional Functionality
# ----------------------
# Uncomment the indented lines to include these products.
# Documentation on all of them, along with many more products,
# is available at
# http://plone.org/products/
#
# Commonly used products:
# * LinguaPlone provides tools for building multi-lingual sites
# * Products.CacheSetup adds the "CacheFu" Plone speedup kit
# * PloneHelpCenter is a simple knowledge base
# * PloneFormGen provides through-the-web form building
#
# Products.LinguaPlone
# Products.CacheSetup
# Products.PloneHelpCenter
# Products.PloneFormGen
#
# Commonly used development tools:
# * Clouseau uses AJAX to provide a Python prompt inside Plone
# * DocFinderTab puts an object documentation inspector in the Zope Management Interface
# * Gloworm is a Firebug-like viewlet inspector and customizer
# * plone.reload allows you to refresh Python code and ZCML configuration
# without restarting Zope. Note that to use plone.reload, you'll also
# need to uncomment the "zcml" entry for it below.
#
# Products.Clouseau
# Products.DocFinderTab
# Products.Gloworm
# plone.reload

# TP
    elementtree
    FeedParser
    Products.CAS4PAS
    collective.castle
    Products.PlonePAS
    Products.CacheSetup
    Products.GroupUserFolder
    Products.PasswordResetTool
    Products.RedirectionTool
    Products.PloneFormGen
    Products.CMFFormController
    Products.CMFQuickInstallerTool
    Products.ATVocabularyManager
    webcouturier.dropdownmenu
    Products.PloneKeywordManager
    Products.Clouseau
    Products.Gloworm
    Products.DocFinderTab
    Products.FacultyStaffDirectory
    p4a.plonecalendar
    Products.QuillsEnabled
    Products.basesyndication
    Products.Scrawl
    quintagroup.plonecomments
    collective.weightedportlets
    Products.EasyAsPiIE
    collective.flowplayer
# TA


############################################
# ZCML Slugs
# ----------
# Some eggs need ZCML slugs to tell Zope to
# use them. Eggs with names beginning with "Products."
# usually don't need this.
zcml =
# plone.reload

# TP
   collective.castle
   webcouturier.dropdownmenu
   p4a.plonecalendar
   quintagroup.plonecomments
   collective.weightedportlets
   collective.flowplayer
# TP

############################################
# Development Eggs
# ----------------
# You can use paster to create "development eggs" to
# develop new products/themes. Put these in the src/
# directory.
# You will also need to add the egg names in the
# eggs section above, and may also need to add them
# to the zcml section.
#
# Provide the *paths* to the eggs you are developing here:
develop =
# src/my.package


############################################
# Debug Mode
# ----------
# Change debug-mode to "on" to run in development mode.
#
debug-mode = off
# Add-on developers should turn deprecation warnings on
deprecation-warnings = off
# change verbose-security to "on" for useful security errors while developing
verbose-security = off


############################################
# Backup Directory
# ----------------
# Sets the target directory for the bin/backup and bin/snapshotbackup
# commands. Default is inside this project's var directory, but ideally
# this should be on a separate volume or backup server.
#
backups-dir=${buildout:directory}/var




----------------------------------------------------------


Added 742 day(s) ago.

New issue »Disabling Discussion creates site error« added by Stefan Eletzhofer

Disabling discussion on a blog entry creates a site error.

The attached patch fixes the error message, but not the
general problem (the allow discussion flag does have no effect).

Added 840 day(s) ago.

(anonymous) added a new response to »Opting to use a news item instead of a Document for the blog entry type doesn't work«:

#1" rel="nofollow">http://www.kaboodle.com/femaleviagra#1 Female Viagra, 926953401456,

Added 903 day(s) ago.

(anonymous) added a new response to »Opting to use a news item instead of a Document for the blog entry type doesn't work«:

#1" rel="nofollow">http://www.kaboodle.com/levitra1#1 generic levitra, =-[,

Added 903 day(s) ago.

(anonymous) added a new response to »Blog view should not use H3 for titles«:

VvVk3i <a href="http://cxtvdwbrceur.com/">cxtvdwbrceur</a>, [url=http://kpqeqwrpjxud.com/]kpqeqwrpjxud[/url], [link=http://elegliiknnor.com/]elegliiknnor[/link], http://fdcboyjgekry.com/

Added 904 day(s) ago.

(anonymous) added a new response to »Opting to use a news item instead of a Document for the blog entry type doesn't work«:

2tX87k <a href="http://bspwgsqlsdww.com/">bspwgsqlsdww</a>, [url=http://bgzldzdgpghm.com/]bgzldzdgpghm[/url], [link=http://lchbbdadyzkq.com/]lchbbdadyzkq[/link], http://nicvvhterzys.com/

Added 906 day(s) ago.

(anonymous) added a new response to »Add comment form doesn't respect weblog archive URLs«:

comment4, http://www.prackiza.home.ro/vay.html f, 8D,

Added 907 day(s) ago.

(anonymous) added a new response to »createObject?type_name=None«:

Nice site. Thank you., http://blogs.mazda.ca/members/oliorla.aspx girl pee, %]],

Added 908 day(s) ago.

(anonymous) added a new response to »createObject?type_name=None«:

Very good site. Thanks!!, http://rostik.kwik.to/diabetic-foot/index.html kitchen back splash, ccw,

Added 911 day(s) ago.