Gaetano Giunta

Results 283 comments of Gaetano Giunta
trafficstars

I for one would absolutely plussone the pull request fixing all occurrences of a hardcoded /extension folder, at least as far as the eZ kernel is concerned. In fact I...

While I agree on the problem, I'm not too fond of the solution. What if my page generates 5 cache files and none of those is used to render the...

@ballinette well, cronjobs and cli scripts for one do not need to send headers - and they can generate caches ;-) As long as there's no php warnings generated by...

What about having not a global var to be passed from filehandler to kernel but a function like staleFilesUsed(), returning the list of stale files, wrapped either in a new...

Not sure if clearing viewcache only for subtree of the modified object is enough. What about a page B listing all products viewable by the public? As soon as I...

@Plopix if it does (both viewcache and cache-blocks), then fine

@Opencontent but are there any caches which are in fact supposed to be cleared across all sites, which do not get cleared any more because of your change? (sorry, did...

Might be ok - even though I'd be personally more interested in a cleanup where we seek all classes creating cache files using ad-hoc code for generating nested dirs, and...

PS: I dare say that the way that the 'role' migration template is being generated at the moment should also be refactored at the same time that we tackle this,...