Mura As a Supported CMS?

When Lucee says, “The following frameworks and CMSes are already supporting
Lucee!”, what does that mean?

Going by the issues identified here by Jochem van Dieten
https://groups.google.com/forum/#!topic/mura-cms-developers/uawS-025l7s there
are quite a few references in the code which check for “railo” in the
server struct, so “already supporting” is not entirely accurate.

just 2 site notes to this:

  1. the list on the homepage is already outdated and needs an update as soon
    as possible.
  2. Lucee is supporting the variables “server.railo…” as alias for
    “server.lucee”, so code that use them, for example to check the version,
    still works. only code that does something like
    “if(server.coldfusion.productname EQ “railo”) …;” will no longer work

MichaOn Mon, Feb 2, 2015 at 3:23 PM, Juan Aguilar <@Juan_Aguilar> wrote:

When Lucee says, “The following frameworks and CMSes are already
supporting Lucee!”, what does that mean?

Going by the issues identified here by Jochem van Dieten
https://groups.google.com/forum/#!topic/mura-cms-developers/uawS-025l7s there
are quite a few references in the code which check for “railo” in the
server struct, so “already supporting” is not entirely accurate.


You received this message because you are subscribed to the Google Groups
“Lucee” group.
To unsubscribe from this group and stop receiving emails from it, send an
email to lucee+unsubscribe@googlegroups.com.
To post to this group, send email to lucee@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/lucee/3845a060-a569-4337-9932-8232ef31c481%40googlegroups.com
https://groups.google.com/d/msgid/lucee/3845a060-a569-4337-9932-8232ef31c481%40googlegroups.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout.

Good news, thanks!

Micha,

Thanks for clarifying the status of the server.railo struct. I was
wondering about that.

The Mura team is aware and working on it. This in the works for the
upcoming Mura 6.2 release, which will be out very soon.
At this time, Lucee support has been rolled into the “develop” (aka Preview
mode) version. See commits here:
https://github.com/blueriver/MuraCMS/commits/developOn Monday, February 2, 2015 at 10:37:14 AM UTC-7, Martin Schaible wrote:

The Mura people need to update handful of files to check for Railo and
Lucee. I really hope, that they do this soon. This is the reason, why i
can’t go for Lucee on our servers yet.

The Mura people need to update handful of files to check for Railo and
Lucee. I really hope, that they do this soon. This is the reason, why i
can’t go for Lucee on our servers yet.

Also worth noting the Mura 6.2 preview release is now available, with a
nice list of new features
http://www.getmura.com/blog/mura-cms-v6-2-preview-release-now-available/On Monday, February 2, 2015 at 11:40:36 AM UTC-7, Matt Levine wrote:

Micha,

Thanks for clarifying the status of the server.railo struct. I was
wondering about that.