- Home
- » Marketplace
- » Mura CMS Plugins »
- FW/1 Plugin Template
FW/1 Plugin Template
Description
This is a base Mura CMS plugin using FW/1 as its application framework. It's intended to be used by experienced ColdFusion/CFML developers and those familiar with Framework One, or more commonly known as FW/1.
To use, simply download the latest tag (https://github.com/stevewithington/MuraFW1/tags) from github.
Please refer to the README.md of the github project for more information.
Release Notes
See project on GitHub.com (http://github.com/stevewithington/MuraFW1) to view release notes. Version number is tracked via Tags on the Github project.
License
Copyright 2010-2012 Stephen J. Withington, Jr.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this work except in compliance with the License. You may obtain a copy of the License in the LICENSE file, or at:
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Support
https://github.com/stevewithington/MuraFW1/issuesReviews
- March 31, 2010, 9:27 AM
- Lauw said:
-
Some directions on howto get the plug-in to work as a displayobject on the front end would be appreciated!
- April 9, 2010, 4:43 PM
- Matt Levine said:
-
This example plugin now includes a display object.
Thanks,
Matt
- April 12, 2010, 4:01 AM
- Lauw said:
-
What about the issue I had with the frameworkConfig settings?
http://www.getmura.com/forum/messages.cfm?threadid=EB41FE0F-6253-425D-97676088C662A22B
- April 13, 2010, 7:30 AM
- Lauw said:
-
Just a little heads-up for anyone using this:
When using that display object, you'll need the path variable passed with every redirect, otherwise you'll just end up seeing the home page of your mura site.
<cfset variables.fw.redirect( action = "orders.toApprove", path = cgi.script_name & cgi.path_info) />
If you use the plugin on just one page you could also use the baseUrl in variables.framework when you config your plugin like so:
baseUrl=cgi.script_name & cgi.path_info
- April 13, 2010, 12:52 PM
- Matt Levine said:
-
Thanks for putting the template through it's paces. You feed back is appreciated.
- June 7, 2010, 12:36 PM
- Steve Withington said:
-
FYI, I just submitted a 'proposal' for FW/1 that addresses this very issue: http://github.com/seancorfield/fw1/issues#issue/20
- August 2, 2010, 1:37 PM
- jbuda said:
-
Im trying to get this to work, but getting an error relating to the getName() not being defined when accessing the plugin.
- January 21, 2011, 9:32 AM
- Steve Withington said:
-
FYI, this plugin has been completely rewritten as of Jan. 20, 2011.
- March 10, 2011, 4:15 AM
- Andrew Myers said:
-
Hi Steve,
Thanks for this plugin - it's great. Just a question re the licence - GPL means any plugins we create from this template also need to be GPL'ed, is that correct?
- March 15, 2011, 11:54 AM
- Steve Withington said:
-
@Andrew, not necessarily ... I'll have to review the license, but ultimately, my intent is that the exceptions granted in the Mura CMS license will apply to the plugin as well. This is merely a plugin template, so feel free to do whatever you wish with it.
- March 15, 2011, 11:56 AM
- Steve Withington said:
-
This plugin is now also hosted and maintained on github at https://github.com/stevewithington/MuraFW1
The plugin will continue to be updated and made available here, in the Mura CMS App Store as well.
- March 17, 2011, 6:32 AM
- Andrew Myers said:
-
Hi Steve,
Thanks for the feedback. I was hoping that the exceptions in the Mura CMS would apply. Very happy to hear that's your intent.
Thanks for the great template BTW. Really easy to work with and the doco is very clear. :)
Andrew.
- August 31, 2011, 11:07 AM
- Steve Withington said:
-
Blog post on how to create dynamic content display objects with this plugin: http://www.stephenwithington.com/blog/index.cfm/2011/8/31/How-to-Create--Dynamic-Content-Display-Objects-in-Mura-CMS-with-MuraFW1-Plugins
Steve Withington