Feature #899

[PATCH] Syndication helpers only support one call per page (caching?)

Added by scoop - 1327 days ago. Updated 791 days ago.

Status :Closed Start :
Priority :Low Due date :
Assigned to :tobi - % Done :

0%

Category :backend
Target version :release2
Resolution :

fixed


Description

I'd love to show two tada lists on my blog, for example. This currently results in the first being displayed twice. This could obviously be related to caching, which could be caching things based on a hash of the URL passed into the helper.

History

04/15/2005 07:21 AM - scoop -

I reworked the helpers a little. Now each one's talking to a check_cache helper which calculates a hash of the URL being passed in, prepends the actual aggregation module (to make logging a little more useful) and uses that hash to store/retrieve contents from the SimpleCache instance.

Please check whether this makes sense and commit at will.

04/17/2005 04:34 PM - scoop -

  • Status changed from New to Closed
  • Resolution set to fixed
(In r175)
  • Added support for caching multiple calls to the aggregation helpers (delicious, tada, and family)
    Fixes #45

Also available in: Atom PDF