Geoff and team, Not only does FarCry 6 sound good - the new jQuery webtop and tray UI looks fantastic - great work guys.
I did find one problem on a windows / IIS server, i was getting IIS 404.11 errors on the cached combined css/js files, tracked this down to the file name using the last modified date in the format 1.26107934406E+012 and this was causing the following error. "HTTP Error 404.11 - Not Found The request filtering module is configured to deny a request that contains a double escape sequence." This was stopping the css/js from being loaded. I changed line 160 in /core/packages/farcry/combine/combine.cfc from <cfset lastModified = max(lastModified, getFileDateLastModified ( sExpandedFilePath )) /> to <cfset lastModified = numberformat(max(lastModified, getFileDateLastModified( sExpandedFilePath )),"999999999999999") /> Restarted the app and all working. I have just had a very quick look around and the jQuery UI is looking great. One more new feature that I have seen that will be a very strong reason to upgrade to FarCry V6 asap is the webskin tracer - that is going to be a great time saver and provides a structured invocation of all webskins including the webskin load times. Looking forward to seeing what else I can find. Chris. On Dec 17, 2:07 am, modius <[email protected]> wrote: > Folks, > > Have already had a few questions with respect to the timeline for the > release of 6.0. > > You will all be happy to know that the code mainline (ie. trunk) is > now *very* stable. Daemon have started development for production > sites using the Formality version of "core", and will be releasing > production websites on the code base this week. No doubt there's a > bunch of little niggles will have to iron out so consider the code to > be "beta". > > You can get the code here:http://modius.svn.cvsdude.com/farcry/core/trunk > > You can track commits to the code base > here:http://fisheye.farcrycms.org/changelog/core/ > > Regulars could upgrade to 6.0 direct from 5.2.x by just updating the > code base. Currently no updaters are required. You may encounter > some problems if you are using deprecated code as we've deleted a lot > of code detritus in the 6.0 release -- this will force projects > running defunct features to make code changes. Please be aware of > this and test any upgrades prior to throwing them into production!! > > That said, CMS distro (ie. the one packaged up for the general > community) will probably be ready for release late January. We want > to take some time to go through a variety of plugins and bring them > all up to standard for the general 6.0 release. > > Good times, good times ;) > > -- geoffhttp://www.daemon.com.au/ -- You received this message cos you are subscribed to "farcry-dev" Google group. To post, email: [email protected] To unsubscribe, email: [email protected] For more options: http://groups.google.com/group/farcry-dev -------------------------------- Follow us on Twitter: http://twitter.com/farcry
