Skip to content

Commit 88bbfc6

Browse files
committed
Initial release to GitHub
0 parents  commit 88bbfc6

38 files changed

+537386
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.DS_Store

CONTRIBUTING.md

+55
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
# Contributing to this repository
2+
3+
We welcome your contributions! There are multiple ways to contribute.
4+
5+
## Opening issues
6+
7+
For bugs or enhancement requests, please file a GitHub issue unless it's
8+
security related. When filing a bug remember that the better written the bug is,
9+
the more likely it is to be fixed. If you think you've found a security
10+
vulnerability, do not raise a GitHub issue and follow the instructions in our
11+
[security policy](./SECURITY.md).
12+
13+
## Contributing code
14+
15+
We welcome your code contributions. Before submitting code via a pull request,
16+
you will need to haved signed the [Oracle Contributor Agreement][OCA] (OCA) and
17+
your commits need to include the following line using the name and e-mail
18+
address you used to sign the OCA:
19+
20+
```text
21+
Signed-off-by: Your Name <[email protected]>
22+
```
23+
24+
This can be automatically added to pull requests by committing with `--sign-off`
25+
or `-s`, e.g.
26+
27+
```text
28+
git commit --signoff
29+
```
30+
31+
Only pull requests from committers that can be verified as having signed the OCA
32+
can be accepted.
33+
34+
## Pull request process
35+
36+
1. Ensure there is an issue created to track and discuss the fix or enhancement
37+
you intend to submit.
38+
1. Fork this repository
39+
1. Create a branch in your fork to implement the changes. We recommend using
40+
the issue number as part of your branch name, e.g. `1234-fixes`
41+
1. Ensure that any documentation is updated with the changes that are required
42+
by your change.
43+
1. Ensure that any samples are updated if the base image has been changed.
44+
1. Submit the pull request. *Do not leave the pull request blank*. Explain exactly
45+
what your changes are meant to do and provide simple steps on how to validate
46+
your changes. Ensure that you reference the issue you created as well.
47+
1. We will assign the pull request to 2-3 people for review before it is merged.
48+
49+
## Code of conduct
50+
51+
Follow the [Golden Rule](https://en.wikipedia.org/wiki/Golden_Rule). If you'd
52+
like more specific guidelines, see the [Contributor Covenant Code of Conduct][COC].
53+
54+
[OCA]: https://oca.opensource.oracle.com
55+
[COC]: https://www.contributor-covenant.org/version/1/4/code-of-conduct/

LICENSE.txt

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
Copyright (c) 2021 Oracle
2+
3+
The Universal Permissive License (UPL), Version 1.0
4+
5+
Subject to the condition set forth below, permission is hereby granted to any
6+
person obtaining a copy of this software, associated documentation and/or data
7+
(collectively the "Software"), free of charge and under any and all copyright
8+
rights in the Software, and any and all patent rights owned or freely
9+
licensable by each licensor hereunder covering either (i) the unmodified
10+
Software as contributed to or provided by such licensor, or (ii) the Larger
11+
Works (as defined below), to deal in both
12+
13+
(a) the Software, and
14+
(b) any piece of software and/or hardware listed in the lrgrwrks.txt file if
15+
one is included with the Software (each a "Larger Work" to which the Software
16+
is contributed by such licensors),
17+
18+
without restriction, including without limitation the rights to copy, create
19+
derivative works of, display, perform, and distribute the Software and make,
20+
use, sell, offer for sale, import, export, have made, and have sold the
21+
Software and the Larger Work(s), and to sublicense the foregoing rights on
22+
either these or other terms.
23+
24+
This license is subject to the following condition:
25+
The above copyright notice and either this complete permission notice or at
26+
a minimum a reference to the UPL must be included in all copies or
27+
substantial portions of the Software.
28+
29+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
30+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
31+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
32+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
33+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
34+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
35+
SOFTWARE.

README.md

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Oracle APEX Sample Code
2+
3+
This directory contains sample code, sample apps and starter apps for Oracle APEX.
4+
5+
| Repo/Folder name | Description |
6+
| ------------- | ------------- |
7+
| [plugins](./plugins) | Plug-In examples |
8+
| [sample-apps](./sample-apps) | Sample Apps |
9+
| [sample-code](./sample-code) | Sample Code |
10+
| [starter-apps](./starter-apps) | Starter Apps |
11+
12+
## Documentation
13+
Review the [Oracle Application Express online documentation](https://docs.oracle.com/en/database/oracle/application-express/20.2/index.html).
14+
15+
## apex.oracle.com
16+
Try out the sample apps, starter apps and sample code using the [Oracle Application Express public evaluation instance](https://apex.oracle.com).
17+
18+
## Contributing
19+
20+
This project welcomes contributions from the community. Before submitting a pull
21+
request, please [review our contribution guide](./CONTRIBUTING.md).
22+
23+
## Security
24+
25+
Please consult the [security guide](./SECURITY.md) for our responsible security
26+
vulnerability disclosure process.
27+
28+
## License
29+
30+
Copyright (c) 2021 Oracle and/or its affiliates.
31+
32+
Released under the Universal Permissive License v1.0 as shown at
33+
<https://oss.oracle.com/licenses/upl/>.
34+

SECURITY.md

+39
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# Reporting security vulnerabilities
2+
3+
Oracle values the independent security research community and believes that
4+
responsible disclosure of security vulnerabilities helps us ensure the security
5+
and privacy of all our users.
6+
7+
Please do NOT raise a GitHub Issue to report a security vulnerability. If you
8+
believe you have found a security vulnerability, please submit a report to
9+
<mailto:[email protected]> preferably with a proof of concept. Please review
10+
some additional information on [how to report security vulnerabilities to Oracle][1].
11+
We encourage people who contact Oracle Security to use email encryption using
12+
[our encryption key][2].
13+
14+
We ask that you do not use other channels or contact the project maintainers
15+
directly.
16+
17+
Non-vulnerability related security issues including ideas for new or improved
18+
security features are welcome on GitHub Issues.
19+
20+
## Security updates, alerts and bulletins
21+
22+
Security updates will be released on a regular cadence. Many of our projects
23+
will typically release security fixes in conjunction with the
24+
[Oracle Critical Patch Update][3] program. Security updates are released on the
25+
Tuesday closest to the 17th day of January, April, July and October. A pre-release
26+
announcement will be published on the Thursday preceding each release. Additional
27+
information, including past advisories, is available on our [security alerts][3]
28+
page.
29+
30+
## Security-related information
31+
32+
We will provide security related information such as a threat model, considerations
33+
for secure use, or any known security issues in our documentation. Please note
34+
that labs and sample code are intended to demonstrate a concept and may not be
35+
sufficiently hardened for production use.
36+
37+
[1]: https://www.oracle.com/corporate/security-practices/assurance/vulnerability/reporting.html
38+
[2]: https://www.oracle.com/security-alerts/encryptionkey.html
39+
[3]: https://www.oracle.com/security-alerts/

THIRD_PARTY_LICENSES.txt

+74
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
--
2+
Oracle JET 9.1.0
3+
--
4+
You may not use the identified files except in compliance with the
5+
Universal Permissive License (UPL), Version 1.0 (the "License.")
6+
7+
You may obtain a copy of the License at https://opensource.org/licenses/UPL.
8+
A copy of the license is also reproduced below.
9+
10+
Unless required by applicable law or agreed to in writing, software distributed
11+
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
12+
CONDITIONS OF ANY KIND, either express or implied.
13+
14+
See the License for the specific language governing permissions and limitations u
15+
nder the License.
16+
17+
Copyright (c) 2014, 2020 Oracle and/or its affiliates
18+
19+
The Universal Permissive License (UPL), Version 1.0
20+
21+
Subject to the condition set forth below, permission is hereby granted to any
22+
person obtaining a copy of this software, associated documentation and/or data
23+
(collectively the "Software"), free of charge and under any and all copyright
24+
rights in the Software, and any and all patent rights owned or freely licensable
25+
by each licensor hereunder covering either (i) the unmodified Software as
26+
contributed to or provided by such licensor, or (ii) the Larger Works (as
27+
defined below), to deal in both
28+
29+
(a) the Software, and (b) any piece of software and/or hardware listed in the
30+
lrgrwrks.txt file if one is included with the Software (each a Larger Work to
31+
which the Software is contributed by such licensors), without restriction,
32+
including without limitation the rights to copy, create derivative works of,
33+
display, perform, and distribute the Software and make, use, sell, offer for
34+
sale, import, export, have made, and have sold the Software and the Larger
35+
Work(s), and to sublicense the foregoing rights on either these or other terms.
36+
37+
This license is subject to the following condition:
38+
39+
The above copyright notice and either this complete permission notice or at a
40+
minimum a reference to the UPL must be included in all copies or substantial
41+
portions of the Software.
42+
43+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
44+
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
45+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
46+
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
47+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
48+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
49+
50+
51+
52+
--
53+
FullCalendar License
54+
--
55+
Copyright (c) 2015 Adam Shaw
56+
--
57+
Permission is hereby granted, free of charge, to any person obtaining a copy of
58+
this software and associated documentation files (the "Software"), to deal in the
59+
Software without restriction, including without limitation the rights to use,
60+
copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the
61+
Software, and to permit persons to whom the Software is furnished to do so,
62+
subject to the following conditions:
63+
64+
The above copyright notice and this permission notice shall be included in
65+
all copies or substantial portions of the Software.
66+
67+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
68+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
69+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
70+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
71+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
72+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
73+
SOFTWARE.
74+

sample-apps/README.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# sample-apps
2+
3+
This directory contains APEX sample apps
4+
5+
| Repo/Folder name | Description |
6+
| ------------- | ------------- |
7+
| [sample-calendar](./sample-calendar) | Sample Calendar |
8+
| [sample-charts](./sample-charts) | Sample Charts |
9+
| [sample-collections](./sample-collections) | Sample Collections |
10+
| [sample-dynamic-actions](./sample-dynamic-actions) | Sample Dynamic Actions |
11+
| [sample-file-upload-download](./sample-file-upload-download) | Sample File Upload Download |
12+
| [sample-interactive-grids](./sample-interactive-grids) | Sample Interactive Grids |
13+
| [sample-master-detail](./sample-master-detail) | Sample Master Detail |
14+
| [sample-reporting](./sample-reporting) | Sample Reporting |
15+
| [sample-rest-services](./sample-rest-services) | Sample Rest Services |
16+
| [sample-trees](./sample-trees) | Sample Trees |
17+

sample-apps/sample-calendar/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Sample Calendar
2+
3+
This application highlights the native calendaring capabilities of Oracle Application Express. It features a monthly calendar with stylized daily tasks. The dates can be changed using drag and drop, which is all declarative and easily created using native Application Express wizards. The calendar also features custom PL/SQL calendar control examples that show data in a vertical timeline, as well as a CSS Gantt chart also based on PL/SQL code.
4+
5+
Use this application to familiarize yourself with monthly calendars, drag and drop, monthly calendar styling, and custom PL/SQL driven calendar rendering techniques. The CSS required is included in the "HTML Header" attribute of each page. This makes the CSS easy to integrate into your own application.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
--
2+
FullCalendar License
3+
--
4+
Copyright (c) 2015 Adam Shaw
5+
--
6+
Permission is hereby granted, free of charge, to any person obtaining a copy of
7+
this software and associated documentation files (the "Software"), to deal in the
8+
Software without restriction, including without limitation the rights to use,
9+
copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the
10+
Software, and to permit persons to whom the Software is furnished to do so,
11+
subject to the following conditions:
12+
13+
The above copyright notice and this permission notice shall be included in
14+
all copies or substantial portions of the Software.
15+
16+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22+
SOFTWARE.

0 commit comments

Comments
 (0)