Skip to content

Commit 627754b

Browse files
committed
Merge branch 'develop'
Merge 4.0.0 to master
2 parents b94ce20 + ee55f3c commit 627754b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+2431
-1634
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ settings.xml
1515
run-tests.sh
1616
/examples/6helloclojure/target/stale/extract-native.dependencies
1717
/taskmanager/
18+
/server.json

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ language: java
22
env:
33
matrix:
44
- PLATFORM=acf10-linux64
5-
- PLATFORM=acf902-linux64
65
- PLATFORM=railo42beta
76
- PLATFORM=railo41
87

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Look at `run-tests-example.sh` to see how to run tests locally (copy that shell
1010

1111
Please follow the same formatting as the existing code, especially in terms of spacing around operators, parentheses, braces and so on. If in doubt, ask on the mailing list.
1212

13+
By submitting a Pull Request, you are granting copyright license to Sean Corfield and that your submission may be legally released under the Apache Source License 2.0 (http://www.apache.org/licenses/LICENSE-2.0).
14+
1315
The **master** branch represents the current stable release of FW/1. Do not submit Pull Requests against **master**. Showstopping bugs should be raised as issues and fixes will be applied to **develop** (if appropriate) and backported to **master** manually.
1416

1517
**Note:** Do not submit Pull Requests against [Sean's personal fork](https://github.com/seancorfield/fw1) - that exists for historical reasons and Github doesn't let you turn Pull Requests off.

LICENSE

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Copyright (c) 2009-2016 Sean Corfield (see individual files for any
2+
additional copyright holders)
3+
4+
Licensed under the Apache License, Version 2.0 (the "License");
5+
you may not use this file except in compliance with the License.
6+
You may obtain a copy of the License at
7+
8+
http://www.apache.org/licenses/LICENSE-2.0
9+
10+
Unless required by applicable law or agreed to in writing, software
11+
distributed under the License is distributed on an "AS IS" BASIS,
12+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
See the License for the specific language governing permissions and
14+
limitations under the License.

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# FW/1 (Framework One) [![Build Status](https://travis-ci.org/framework-one/fw1.png)](https://travis-ci.org/framework-one/fw1) [![Join the chat at https://gitter.im/framework-one/fw1](https://badges.gitter.im/framework-one/fw1.svg)](https://gitter.im/framework-one/fw1?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
1+
# FW/1 (Framework One) [![Build Status](https://travis-ci.org/framework-one/fw1.png)](https://travis-ci.org/framework-one/fw1) [![Stories in Ready](https://badge.waffle.io/framework-one/fw1.png?label=ready&title=Ready)](http://waffle.io/framework-one/fw1) [![Join the chat at https://gitter.im/framework-one/fw1](https://badges.gitter.im/framework-one/fw1.svg)](https://gitter.im/framework-one/fw1?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
22

33
This FW/1 directory is a complete web application and expects to live in its own
44
webroot if you plan to run the applications within it. To use FW/1 in a separate
@@ -9,7 +9,9 @@ in your admin - you can't just use a per-application mapping.
99

1010
Please read the [Framework One Code of Conduct](CODE_OF_CONDUCT.md) - we want FW/1 to be a welcoming and supportive environment for everyone to feel comfortable contributing!
1111

12-
**Project home:** http://fw1.riaforge.org
12+
# Resources
13+
14+
**Project home:** https://github.com/framework-one/fw1
1315

1416
**Documentation / Wiki:** http://framework-one.github.io/documentation/ / http://github.com/framework-one/fw1/wiki
1517

@@ -19,7 +21,7 @@ Please read the [Framework One Code of Conduct](CODE_OF_CONDUCT.md) - we want FW
1921

2022
**Chat:** The [CFML team Slack](http://cfml-slack.herokuapp.com) has a [dedicated #fw1 channel](https://cfml.slack.com/messages/fw1/).
2123

22-
**Running the tests:**
24+
# Running the Tests
2325

2426
The Ant `build.xml` file is primarily designed to be used by Travis to run the tests automatically, but it is possible to run the tests locally, with some setup:
2527

@@ -40,3 +42,9 @@ See the `run-tests-example.sh` file for a template (for Mac/Linux).
4042
* `server.name` should be the test domain you have configured
4143
* `server.port` should be the port on which you access that test domain
4244
* `run-tests-mxunit` is the actual Ant task that does the testing
45+
46+
# Copyright and License
47+
48+
Copyright (c) 2009-2016 Sean Corfield (and others -- see individual files for additional copyright holders). All rights reserved.
49+
The use and distribution terms for this software are covered by the Apache Software License 2.0 (http://www.apache.org/licenses/LICENSE-2.0) which can also be found in the file LICENSE at the root of this distribution and in individual licensed files.
50+
By using this software in any fashion, you are agreeing to be bound by the terms of this license. You must not remove this notice, or any other, from this software.

box.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name" : "Framework One",
33
"slug" : "fw1",
4-
"version" : "3.5.1",
4+
"version" : "4.0.0",
55
"author" : "Sean Corfield, Marcin Szczepanski, Ryan Cogswell",
6-
"location" : "https://github.com/framework-one/fw1/archive/v3.5.1.zip",
6+
"location" : "https://github.com/framework-one/fw1/archive/4.0.0.zip",
77
"createPackageDirectory" : true,
88
"packageDirectory" : "framework",
99
"Homepage" : "http://framework-one.github.io/",
@@ -22,7 +22,7 @@
2222
"engines" : [
2323
{ "type" : "railo", "version" : ">=4.1.x" },
2424
{ "type" : "lucee", "version" : ">=4.5.x" },
25-
{ "type" : "adobe", "version" : ">=9.0.2" }
25+
{ "type" : "adobe", "version" : ">=10.0.x" }
2626
],
2727
"License" : [
2828
{ "type" : "Apache 2.0", "URL" : "http://www.apache.org/licenses/LICENSE-2.0" }

build.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
<property name="railo41-osx.local.url" value="/opt/ci/railo-express-4.1.2.005-macosx.zip" />
2222
<property name="acf10-linux32.local.url" value="/opt/ci/cf10-linux32.tar.gz" />
2323
<property name="acf10-linux64.local.url" value="/opt/ci/cf10-linux64.tar.gz" />
24-
<property name="acf902-linux64.local.url" value="/opt/ci/cf902-linux64.tar.gz" />
2524

2625
<!-- test frameworks -->
2726
<property name="mxunit.local.url" value="/opt/ci/fix-railo-nulls.zip" />
@@ -31,7 +30,6 @@
3130
<property name="railo42beta.remote.url" value="http://cfml-ci.s3.amazonaws.com/railo-express-4.2.0.000-nojre.tar.gz" />
3231
<property name="acf10-linux32.remote.url" value="http://cfml-ci.s3.amazonaws.com/cf10-linux32.tar.gz" />
3332
<property name="acf10-linux64.remote.url" value="http://cfml-ci.s3.amazonaws.com/cf10-linux64.tar.gz" />
34-
<property name="acf902-linux64.remote.url" value="http://cfml-ci.s3.amazonaws.com/cf902-linux64.tar.gz" />
3533

3634
<property name="mxunit.remote.url" value="https://github.com/marcins/mxunit/archive/fix-railo-nulls.zip" />
3735

@@ -42,7 +40,6 @@
4240
<property name="railo42beta.helper" value="railo" />
4341
<property name="acf10-linux32.helper" value="acf" />
4442
<property name="acf10-linux64.helper" value="acf" />
45-
<property name="acf902-linux64.helper" value="acf9" />
4643

4744
<fail unless="platform" message="Platform is not set" />
4845
<fail unless="${platform}.${source}.url">Unkown platform ${platform} for source ${source}.
@@ -52,8 +49,7 @@ Valid values are:
5249
railo41-osx
5350
railo42beta
5451
acf10-linux32
55-
acf10-linux64
56-
acf902-linux64</fail>
52+
acf10-linux64</fail>
5753

5854
<macrodef name="propertycopy">
5955
<attribute name="name"/>

examples/layouts/default.cfm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<p><a href="<cfoutput>#buildURL( ':main.default' )#</cfoutput>">Examples Home</a></p>
1313
</div>
1414
<div class="footer">
15-
<a href="http://fw1.riaforge.org/">FW/1</a> is copyright (c) 2009-2015 Sean Corfield, Marcin Szczepanski, Ryan Cogswell -
15+
<a href="https://github.com/framework-one/fw1">FW/1</a> is copyright (c) 2009-2016 Sean Corfield, Marcin Szczepanski, Ryan Cogswell -
1616
<a href="http://www.apache.org/licenses/LICENSE-2.0">Licensed under the Apache License, Version 2.0</a><br />
1717
Logo by Kevan Stannard - You are running FW/1 version <cfoutput>#variables.framework.version#</cfoutput>.
1818
</div>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<cfoutput>
22
<p>Hello #rc.name#!</p>
3-
<p><a href="#buildURL('main.other&name=#rc.name#')#">Go away</a>!</p>
3+
<p><a href="#buildURL('main.other?name=#rc.name#')#">Go away</a>!</p>
44
</cfoutput>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<cfoutput>
22
<p>Hello #rc.name#!</p>
3-
<p><a href="#buildURL('main.other&name=#rc.name#')#">Go away</a>!</p>
3+
<p><a href="#buildURL('main.other?name=#rc.name#')#">Go away</a>!</p>
44
</cfoutput>

0 commit comments

Comments
 (0)