Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zapalm/maintenanz
Module for Prestashop that allows to add maintenance messages and has other features
https://github.com/zapalm/maintenanz
debug hacktoberfest maintenance prestashop-module
Last synced: 14 days ago
JSON representation
Module for Prestashop that allows to add maintenance messages and has other features
- Host: GitHub
- URL: https://github.com/zapalm/maintenanz
- Owner: zapalm
- Created: 2014-03-24T19:34:13.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2022-11-19T07:28:35.000Z (about 2 years ago)
- Last Synced: 2024-11-01T23:42:22.419Z (2 months ago)
- Topics: debug, hacktoberfest, maintenance, prestashop-module
- Language: PHP
- Homepage:
- Size: 30.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Funding: FUNDING.yml
Awesome Lists containing this project
README
# Tool for maintenance & debug: module for PrestaShop
## Description
The module allows adding maintenance messages to the header of a site and to the maintenance page when the site is in the maintenance mode.
It has a setting for easy disabling or enabling PrestaShop debug mode.
It allows to diagnose a software and check for vulnerabilities.**The module's home page and the support page: [prestashop.modulez.ru][1]**.
The full description, how to use, and the stable release for download are available there.## Installation & Update
The module has a normal installation and update (as usual, no extra knowledge needed).## How to help the project grow and get updates
Give the **star** to the project. That's all! :)## Contributing to the code
### Requirements for code contributors
Contributors **must** follow the following rules:
* **Make your Pull Request on the *dev* branch**, NOT the *master* branch.
* Do not update the module version number.
* Follow [PSR coding standards][2].### Process in details for code contributors
Contributors wishing to edit the project's files should follow the following process:
1. Create your GitHub account, if you do not have one already.
2. Fork the project to your GitHub account.
3. Clone your fork to your local machine.
4. Create a branch in your local clone of the project for your changes.
5. Change the files in your branch. Be sure to follow [the coding standards][2].
6. Push your changed branch to your fork in your GitHub account.
7. Create a pull request for your changes **on the *dev* branch** of the project.
If you need help to make a pull request, read the [Github help page about creating pull requests][3].
8. Wait for the maintainer to apply your changes.**Do not hesitate to create a pull request if even it's hard for you to apply the coding standards.**
[1]: https://prestashop.modulez.ru/en/administrative-features/24-tool-for-maintenance-debug.html
[2]: https://doc.prestashop.com/display/PS16/Coding+Standards
[3]: https://docs.github.com/en/github/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests