Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
I converted about 80% of it today. I hope to have a 6.x-dev version checked in tonight (This will be based off the 5.x-1.0 branch not the 5.x-dev branch - I didn't like where the dev branch was going).
The dev version has been committed. The dev package will be be created sometime in the next 12 hours (d.o. does this it's self, I can't control it). The current code isn't the prettiest but it's working right now and over the next week I'll clean it up/test it for a full release.
I always welcome testers :) One thing I'm concerned about is the hook_init and how that's working in d5 vs d6 for cached pages (anon users). It looks like in D6 I'm going to have to use something like hook_boot to get around the problem.
Sure thing, as soon as it's built I'll get it right away and start trying it out. Yeah using hook_boot would be beneficial apposed to hook_init because I'd imagine that most people using this module would also be using either the core cache or boost in conjunction with it.
Comments
Comment #1
panji commentedcan't wait it.. :(
Comment #2
andrew m riley commentedAfter the 1.1 release (which is now code complete) I'll be creating the 6.x dev branch and begin porting it over.
Comment #3
andrew m riley commentedComment #4
dmurray commentedHas there been any progress on a Drupal 6 branch? I'd love to use it on my site.
Comment #5
andrew m riley commentedI converted about 80% of it today. I hope to have a 6.x-dev version checked in tonight (This will be based off the 5.x-1.0 branch not the 5.x-dev branch - I didn't like where the dev branch was going).
Comment #6
dmurray commentedCan't wait. Coral Defender is just what I'm looking for in a cdn module.
Comment #7
andrew m riley commentedThe dev version has been committed. The dev package will be be created sometime in the next 12 hours (d.o. does this it's self, I can't control it). The current code isn't the prettiest but it's working right now and over the next week I'll clean it up/test it for a full release.
Comment #8
dmurray commentedI see the dev version has made it's way thought the cvs. If you like I can start testing it and report back any issues I find.
Comment #9
andrew m riley commentedHey Duncan,
I always welcome testers :) One thing I'm concerned about is the hook_init and how that's working in d5 vs d6 for cached pages (anon users). It looks like in D6 I'm going to have to use something like hook_boot to get around the problem.
Comment #10
andrew m riley commentedTry out today's release once it's built, I fixed an issue on cached pages that should help you out.
Comment #11
dmurray commentedSure thing, as soon as it's built I'll get it right away and start trying it out. Yeah using hook_boot would be beneficial apposed to hook_init because I'd imagine that most people using this module would also be using either the core cache or boost in conjunction with it.
Comment #12
andrew m riley commented