-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from michalsn/namespace
Change namespace
- Loading branch information
Showing
58 changed files
with
306 additions
and
172 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Contributing to CodeIgniter4 | ||
|
||
CodeIgniter is a community driven project and accepts contributions of | ||
code and documentation from the community. | ||
|
||
If you'd like to contribute, please read [Contributing to CodeIgniter](https://github.com/codeigniter4/CodeIgniter4/blob/develop/contributing/README.md) | ||
in the [main repository](https://github.com/codeigniter4/CodeIgniter4). | ||
|
||
If you are going to contribute to this repository, please report bugs or send PRs | ||
to this repository instead of the main repository. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Security Policy | ||
|
||
The development team and community take all security issues seriously. **Please do not make public any uncovered flaws.** | ||
|
||
## Reporting a Vulnerability | ||
|
||
Thank you for improving the security of our code! Any assistance in removing security flaws will be acknowledged. | ||
|
||
**Please report security flaws by emailing the development team directly: [email protected]**. | ||
|
||
The lead maintainer will acknowledge your email within 48 hours, and will send a more detailed response within 48 hours indicating | ||
the next steps in handling your report. After the initial reply to your report, the security team will endeavor to keep you informed of the | ||
progress towards a fix and full announcement, and may ask for additional information or guidance. | ||
|
||
## Disclosure Policy | ||
|
||
When the security team receives a security bug report, they will assign it to a primary handler. | ||
This person will coordinate the fix and release process, involving the following steps: | ||
|
||
- Confirm the problem and determine the affected versions. | ||
- Audit code to find any potential similar problems. | ||
- Prepare fixes for all releases still under maintenance. These fixes will be released as fast as possible. | ||
|
||
## Comments on this Policy | ||
|
||
If you have suggestions on how this process could be improved please submit a Pull Request. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
[data-md-color-scheme="codeigniter"] { | ||
--md-primary-fg-color: #dd4814; | ||
--md-primary-fg-color--light: #ECB7B7; | ||
--md-primary-fg-color--dark: #90030C; | ||
|
||
--md-default-bg-color: #fcfcfc; | ||
|
||
--md-typeset-a-color: #e74c3c; | ||
--md-accent-fg-color: #97310e; | ||
|
||
--md-accent-fg-color--transparent: #ECB7B7; | ||
|
||
--md-code-bg-color: #ffffff; | ||
|
||
.md-typeset code { | ||
border: 1px solid #e1e4e5; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
[data-md-color-scheme="slate"] { | ||
--md-primary-fg-color: #b13a10; | ||
--md-primary-fg-color--light: #8d7474; | ||
--md-primary-fg-color--dark: #6d554d; | ||
|
||
--md-default-bg-color: #1e2129; | ||
|
||
--md-typeset-a-color: #ed6436; | ||
--md-accent-fg-color: #f18a67; | ||
|
||
--md-accent-fg-color--transparent: #625151; | ||
|
||
--md-code-bg-color: #282b2d; | ||
|
||
.hljs-title, | ||
.hljs-title.class_, | ||
.hljs-title.class_.inherited__, | ||
.hljs-title.function_ { | ||
color: #c9a69b; | ||
} | ||
|
||
.hljs-meta .hljs-string, | ||
.hljs-regexp, | ||
.hljs-string { | ||
color: #a3b4c7; | ||
} | ||
|
||
.hljs-attr, | ||
.hljs-attribute, | ||
.hljs-literal, | ||
.hljs-meta, | ||
.hljs-number, | ||
.hljs-operator, | ||
.hljs-selector-attr, | ||
.hljs-selector-class, | ||
.hljs-selector-id, | ||
.hljs-variable { | ||
color: #c1b79f; | ||
} | ||
|
||
.hljs-doctag, | ||
.hljs-keyword, | ||
.hljs-meta .hljs-keyword, | ||
.hljs-template-tag, | ||
.hljs-template-variable, | ||
.hljs-type, | ||
.hljs-variable.language_ { | ||
color: #c97100; | ||
} | ||
|
||
.hljs-subst { | ||
color: #ddba52 | ||
} | ||
|
||
.md-typeset code { | ||
border: 1px solid #3f4547; | ||
} | ||
|
||
.md-typeset .admonition.note, | ||
.md-typeset details.note { | ||
border-color: #2c5293; | ||
} | ||
|
||
.md-typeset .note > .admonition-title:before, | ||
.md-typeset .note > summary:before { | ||
background-color: #2c5293; | ||
-webkit-mask-image: var(--md-admonition-icon--note); | ||
mask-image: var(--md-admonition-icon--note); | ||
} | ||
|
||
} |
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
document.addEventListener('DOMContentLoaded', (event) => { | ||
hljs.highlightAll(); | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
Oops, something went wrong.