Feature #899
[PATCH] Syndication helpers only support one call per page (caching?)
| 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.
