-
-
Notifications
You must be signed in to change notification settings - Fork 436
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch '1.9.3.x' into remove-mage-compiler
- Loading branch information
Showing
191 changed files
with
27,703 additions
and
8,518 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
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,73 @@ | ||
# Contributor Covenant Code of Conduct | ||
|
||
## Our Pledge | ||
|
||
In the interest of fostering an open and welcoming environment, we as | ||
contributors and maintainers pledge to making participation in our project and | ||
our community a harassment-free experience for everyone, regardless of age, body | ||
size, disability, ethnicity, sex characteristics, gender identity and expression, | ||
level of experience, education, socio-economic status, nationality, personal | ||
appearance, race, religion, or sexual identity and orientation. | ||
|
||
## Our Standards | ||
|
||
Examples of behavior that contributes to creating a positive environment | ||
include: | ||
|
||
* Using welcoming and inclusive language | ||
* Being respectful of differing viewpoints and experiences | ||
* Gracefully accepting constructive criticism | ||
* Focusing on what is best for the community | ||
* Showing empathy towards other community members | ||
|
||
Examples of unacceptable behavior by participants include: | ||
|
||
* The use of sexualized language or imagery and unwelcome sexual attention or | ||
advances | ||
* Trolling, insulting/derogatory comments, and personal or political attacks | ||
* Public or private harassment | ||
* Publishing others' private information, such as a physical or electronic | ||
address, without explicit permission | ||
* Other conduct which could reasonably be considered inappropriate in a | ||
professional setting | ||
|
||
## Our Responsibilities | ||
|
||
Project maintainers are responsible for clarifying the standards of acceptable | ||
behavior and are expected to take appropriate and fair corrective action in | ||
response to any instances of unacceptable behavior. | ||
|
||
Project maintainers have the right and responsibility to remove, edit, or | ||
reject comments, commits, code, wiki edits, issues, and other contributions | ||
that are not aligned to this Code of Conduct, or to ban temporarily or | ||
permanently any contributor for other behaviors that they deem inappropriate, | ||
threatening, offensive, or harmful. | ||
|
||
## Scope | ||
|
||
This Code of Conduct applies both within project spaces and in public spaces | ||
when an individual is representing the project or its community. Examples of | ||
representing a project or community include using an official project e-mail | ||
address, posting via an official social media account, or acting as an appointed | ||
representative at an online or offline event. Representation of a project may be | ||
further defined and clarified by project maintainers. | ||
|
||
## Enforcement | ||
|
||
Instances of abusive, harassing, or otherwise unacceptable behavior may be | ||
reported by contacting one or multiple members of the project team(see Maintainers section in README.md). All | ||
complaints will be reviewed and investigated and will result in a response that | ||
is deemed necessary and appropriate to the circumstances. The project team is | ||
obligated to maintain confidentiality with regard to the reporter of an incident. | ||
Further details of specific enforcement policies may be posted separately. | ||
|
||
Project maintainers who do not follow or enforce the Code of Conduct in good | ||
faith may face temporary or permanent repercussions as determined by other | ||
members of the project's leadership. | ||
|
||
## Attribution | ||
|
||
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, | ||
available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html | ||
|
||
[homepage]: https://www.contributor-covenant.org |
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 |
---|---|---|
@@ -1,42 +1,48 @@ | ||
#Applied Patches | ||
|
||
| Patch | Commit | | ||
| ----- | ------ | | ||
| SUPEE-9652 | [03835f8](https://github.com/OpenMage/magento-lts/commit/03835f8) | | ||
| SUPEE-10266 | [40720ca](https://github.com/OpenMage/magento-lts/commit/40720ca) | | ||
|
||
# Magento - Long Term Support | ||
|
||
This repository aims to be a dependably patched archive of the Magento CE core releases. These sources should stay as close to the sources released by Magento as possible (no new features). **However, pull requests with unofficial bug fixes and security patches from the community are definitely encouraged.** It's our goal to apply patches available from Magento as quickly as possible, but these do not always cover all known issues. | ||
This repository is the home of an **unofficial** community-driven project. It's goal is to be a dependable alternative | ||
to the Magento CE official releases which integrates improvements directly from the community while maintaining a high | ||
level of backwards compatibility to the official releases. | ||
|
||
Though Magento does not follow [Semantic Versioning](http://semver.org/) we aim to provide a workable system for dependancy definition. | ||
Each Magento `1.<minor>.<revision>` release will get its own branch (named `1.<minor>.<revision>.x`) that will be independently maintained (for as long as it makes sense to do so) with upstream patches and community bug fixes. For example, Magento version `1.9.3.4` was merged into the `1.9.3.x` branch. | ||
**Pull requests with unofficial bug fixes and security patches from the community are encouraged and welcome!** | ||
|
||
Note, the branches older than `1.9.3.x` that were created before this strategy came into practice are not maintained. | ||
Though Magento does not follow [Semantic Versioning](http://semver.org/) we aim to provide a workable system for | ||
dependency definition. Each Magento `1.<minor>.<revision>` release will get its own branch (named `1.<minor>.<revision>.x`) | ||
that will be independently maintained with upstream patches and community bug fixes for as long as it makes sense | ||
to do so (based on available resources). For example, Magento version `1.9.3.4` was merged into the `1.9.3.x` branch. | ||
|
||
Note, the branches older than `1.9.3.x` that were created before this strategy came into practice are **not maintained**. | ||
|
||
## Installation | ||
This allows you to define your version dependencies safely in composer.json: | ||
|
||
Download the latest archive and extract it, clone the repo, or add a composer dependency to your existing project like so: | ||
|
||
```json | ||
"openmage/magento-lts": "1.9.2.1-dev" | ||
"openmage/magento-lts": "1.9.3.x" | ||
``` | ||
|
||
## Important to note | ||
PHP 7 support was added as of version 1.9.2.3. based on the Inchoo article and [described here](https://github.com/OpenMage/magento-lts/pull/62). | ||
[More Information](http://openmage.github.io/magento-lts/install.html) | ||
|
||
## Requirements | ||
|
||
- PHP 5.6+ (PHP 7.1 and OpenSSL extension strongly recommended) | ||
- MySQL 5.6+ | ||
|
||
## Translations | ||
There are some new or changed tranlations, if you want add them to your locale pack please check: | ||
- `app/locale/en_US/*_LTS.csv` | ||
|
||
## License | ||
|
||
[OSL v3.0](http://opensource.org/licenses/OSL-3.0) | ||
|
||
## Public Communication and online Community places | ||
|
||
* [Discord](https://discord.gg/EV8aNbU) (maintained by Flyingmana) | ||
|
||
## Maintainers | ||
|
||
* [Lee Saferite](https://github.com/LeeSaferite) | ||
* [David Robinson](https://github.com/drobinson) | ||
* [Daniel Fahlke aka Flyingmana](https://github.com/Flyingmana) | ||
* Pull requests are welcome | ||
|
||
|
||
## TODO | ||
* Travis CI tests to check for newly availble patches for each version |
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
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
Oops, something went wrong.