Giter Club home page Giter Club logo

cfscript-community-components's Introduction

ColdFusion 9+ Script Components

Community Edition!

The components in this project are contributed by the ColdFusion community, for the ColdFusion Community.

Installing...

You can simply download the zip of the available components and toss them in the appropriate directory, if you want. ({cf-install}\CustomTags\com\adobe\coldfusion\)

It would be easier to update if you use git:

  1. Open a terminal prompt at the above directory
  2. Run this: git init;git remote add origin [email protected]:CFCommunity/CFScript-Community-Components.git;git pull
  3. Any time you want to update, simply (go into that directory and) run git pull

Deficiencies!

These are the tags that need to be ported over to script. Godspeed!

Significant omissions:

  • cfexchangecalendar
  • cfexchangeconnection
  • cfexchangecontact
  • cfexchangefilter
  • cfexchangemail
  • cfexchangetask
  • cfexecute
  • cfinvoke (support for dynamic method names, please!)
  • cfmodule
  • cfoutput (implementation of query looping with grouping)
  • cfparam (fix the bug in that enforced requiredness doesn’t work (ie: param name="foo";))
  • cfquery (cachedwithin support)
  • cfsetting
  • cfzip
  • cfzipparam

Reasonable case

  • cfassociate
  • cfcache
  • cflogin
  • cfloginuser
  • cflogout
  • cfprint
  • cfsharepoint
  • cftimer

Ambivalent

  • cfgridupdate
  • cfinsert
  • cfobjectcache
  • cfreport
  • cfreportparam
  • cfupdate

Adobe owns...

The following components ship with CF9 and CF9.01. Adobe holds copyright on them. They are not part of this project, and are not included in the repository:

  • base.cfc
  • dbinfo.cfc
  • feed.cfc
  • ftp.cfc
  • http.cfc
  • imap.cfc
  • ldap.cfc
  • mail.cfc
  • pdf.cfc
  • pop.cfc
  • query.cfc
  • result.cfc
  • storedproc.cfc
  • storedprocresult.cfc

MIT License

Copyright (c) 2011 The ColdFusion Community

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

See also: http://www.opensource.org/licenses/mit-license.html

Hey Adobe!

You are welcome, and encouraged, to ship these in future versions of ColdFusion. Please do, at least where appropriate. In some cases it just doesn't look and feel right to use CFCs to make these features. When that's the case, they are included here only as a stop-gap so that we can actually write full-script components. Please, where it makes sense, still write the features in Java. But where this implementation looks and feels natural, by all means, run with it! It'll make life better for everyone!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.