Skip to content

Commit 6d311fc

Browse files
author
oraclejet
committed
Pre-release 2.0.2-b1
1 parent 2a42001 commit 6d311fc

File tree

992 files changed

+28396
-14387
lines changed

Some content is hidden

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

992 files changed

+28396
-14387
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ npm install -g generator-oraclejet
3535
3636
yo oraclejet <app name>
3737
```
38-
See the [Oracle JET Developer Guide](http://docs.oracle.com/middleware/jet201/jet/) for complete installation details, including prerequisites.
38+
See the [Oracle JET Developer Guide](http://docs.oracle.com/middleware/jet200/jet/) for complete installation details, including prerequisites.
3939

40-
## [Documentation](http://docs.oracle.com/middleware/jet201/jet/)
41-
Oracle JET comes with a full [Developers Guide](http://docs.oracle.com/middleware/jet201/jet/) to help with Getting Started and many common issues.
40+
## [Documentation](http://docs.oracle.com/middleware/jet200/jet/)
41+
Oracle JET comes with a full [Developers Guide](http://docs.oracle.com/middleware/jet200/jet/) to help with Getting Started and many common issues.
4242

4343
## [Contributing](https://github.com/oracle/oraclejet/tree/master/CONTRIBUTING.md)
4444
Oracle JET is an open source project. Pull Requests are currently not being accepted. See
@@ -47,4 +47,4 @@ for details.
4747

4848
## [License](https://github.com/oracle/oraclejet/tree/master/LICENSE.md)
4949
Copyright (c) 2014, 2016 Oracle and/or its affiliates
50-
The Universal Permissive License (UPL), Version 1.0
50+
The Universal Permissive License (UPL), Version 1.0

README.md~

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
# Oracle JET version 2.0.1
2+
3+
## About Oracle JET
4+
Oracle JET is targeted at intermediate to advanced JavaScript developers working on client-side applications. It's a collection of open source JavaScript libraries along with a set of Oracle contributed JavaScript libraries that make it as simple and efficient as possible to build applications that consume and interact with Oracle products and services, especially Oracle Cloud services.
5+
6+
This is an open source project maintained by Oracle Corp.
7+
8+
### Features and Benefits:
9+
Oracle JET is a modular toolkit allowing developers to use as much or as little of the features as they desire. Watch a short overview of what Oracle JET can do for you.
10+
11+
* Complete JavaScript development toolkit
12+
* Leverages popular open-source technologies
13+
* Full lifecycle management for template based SPA
14+
* Built in accessibility support
15+
* Support for internationalization (28 languages and 160+ locales)
16+
* Rich set of UI components
17+
* Advanced two-way binding with a common model layer
18+
* Powerful routing system supporting single-page application navigation
19+
* Smart resource management
20+
* For intermediate & advanced JS devs
21+
22+
## Examples
23+
Here is a list of places to see Oracle JET in action:
24+
* [Oracle JET website](http://oraclejet.org)
25+
* [Oracle JET Cookbook](http://www.oracle.com/webfolder/technetwork/jet/uiComponents-formControls.html) - Every component with live code demos
26+
* [Sample applications and Tutorials](http://www.oracle.com/webfolder/technetwork/jet/globalExamples.html)
27+
28+
29+
## Installation
30+
Oracle JET provides a Yeoman generator to help scaffold up your applications. To install and build a blank app, type:
31+
32+
```
33+
npm install -g yo grunt bower grunt-cli
34+
npm install -g generator-oraclejet
35+
36+
yo oraclejet <app name>
37+
```
38+
See the [Oracle JET Developer Guide](http://docs.oracle.com/middleware/jet200/jet/) for complete installation details, including prerequisites.
39+
40+
## [Documentation](http://docs.oracle.com/middleware/jet200/jet/)
41+
Oracle JET comes with a full [Developers Guide](http://docs.oracle.com/middleware/jet200/jet/) to help with Getting Started and many common issues.
42+
43+
## [Contributing](https://github.com/oracle/oraclejet/tree/master/CONTRIBUTING.md)
44+
Oracle JET is an open source project. Pull Requests are currently not being accepted. See
45+
[CONTRIBUTING](https://github.com/oracle/oraclejet/tree/master/CONTRIBUTING.md)
46+
for details.
47+
48+
## [License](https://github.com/oracle/oraclejet/tree/master/LICENSE.md)
49+
Copyright (c) 2014, 2016 Oracle and/or its affiliates
50+
The Universal Permissive License (UPL), Version 1.0

THIRDPARTYLICENSE.txt

Lines changed: 39 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11,29 +11,37 @@ unspecified.
1111
THIRD-PARTY COMPONENT FILE LICENSE
1212
(path in the installation) (see license text reproduced below)
1313
--------------------------------------------------------------------------------
14-
js/libs/knockout/knockout-3.4.0.js MIT
14+
js/libs/knockout/knockout-3.4.0.js MIT
1515
js/libs/knockout/knockout-mapping-latest.js MIT
16-
js/libs/knockout/knockout-amd-helpers MIT
17-
js/libs/require/require.js MIT
18-
js/libs/require/text.js MIT
19-
js/libs/js-signals/signals.js MIT
16+
js/libs/knockout/knockout-amd-helpers MIT
17+
js/libs/require/require.js MIT
18+
js/libs/require/text.js MIT
19+
js/libs/js-signals/signals.js MIT
2020
js/libs/jquery/jquery-2.1.3.js MIT
21-
js/libs/jquery/jquery-ui-1.11.4.custom.js MIT
21+
js/libs/jquery/jquery-ui-1.11.4.custom.js MIT
2222
js/libs/jquery/jqueryui-amd-1.11.4/core.js MIT
23-
js/libs/jquery/jqueryui-amd-1.11.4/draggable.js MIT
23+
js/libs/jquery/jqueryui-amd-1.11.4/draggable.js MIT
2424
js/libs/jquery/jqueryui-amd-1.11.4/mouse.js MIT
25-
js/libs/jquery/jqueryui-amd-1.11.4/position.js MIT
26-
js/libs/jquery/jqueryui-amd-1.11.4/sortable.js MIT
25+
js/libs/jquery/jqueryui-amd-1.11.4/position.js MIT
26+
js/libs/jquery/jqueryui-amd-1.11.4/sortable.js MIT
2727
js/libs/jquery/jqueryui-amd-1.11.4/widget.js MIT
28-
js/libs/history/history.iegte8.js MIT
28+
js/libs/history/history.iegte8.js MIT
2929
js/libs/es6-promise/promise-1.0.0.js MIT
30-
js/libs/crossroads/crossroads.js MIT
31-
js/libs/oj/v1.1.0/min/ojselectcombobox.js (Select2.js) Apache 2.0
30+
js/libs/crossroads/crossroads.js MIT
31+
js/libs/oj/v1.1.0/min/ojselectcombobox.js (Select2.js) Apache 2.0
3232
js/libs/oj/v1.1.0/min/ojtree.js (jsTree.js) MIT
3333
js/libs/oj/v1.1.0/ojL10n.js (requireJS i18n) MIT
34-
js/libs/hammer/hammer-2.0.4.js MIT
35-
js/libs/require-css/css.js (require-css) MIT
36-
scss/oj/v1.1.0/3rdparty/normalize/normalize.scss MIT
34+
js/libs/hammer/hammer-2.0.4.js MIT
35+
js/libs/require-css/css.js (require-css) MIT
36+
js/libs/proj4js/dist/proj4.js Proj4js
37+
scss/oj/v1.1.0/3rdparty/normalize/normalize.scss MIT
38+
39+
/*
40+
* proj4js - v2.3.14
41+
* http://proj4js.org/
42+
* Copyright (C) 2014 Mike Adair, Richard Greenwood, Didier Richard, Stephen Irons, Olivier Terral and Calvin Metcalf;
43+
* Licensed under the Proj4js license
44+
*/
3745

3846
/*
3947
* require-css - v0.1.8
@@ -423,4 +431,20 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
423431
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
424432
THE SOFTWARE.
425433

434+
===
435+
======
436+
========================= Proj4js =========================
437+
Mike Adair madairATdmsolutions.ca
438+
Richard Greenwood richATgreenwoodmap.com
439+
Didier Richard didier.richardATign.fr
440+
Stephen Irons stephen.ironsATclear.net.nz
441+
Olivier Terral oterralATgmail.com
442+
Calvin Metcalf cmetcalfATappgeo.com
443+
444+
Copyright (c) 2014, Mike Adair, Richard Greenwood, Didier Richard, Stephen Irons, Olivier Terral and Calvin Metcalf
445+
446+
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:
447+
448+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
426449

450+
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.

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oraclejet",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "Oracle JET distribution",
55
"authors": [
66
"Oracle"

dist/css/alta-android/oj-alta-min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)