mirror of
https://github.com/joomla-extensions/patchtester.git
synced 2024-12-22 19:09:00 +00:00
ab2c81cc8b
If we re-install PatchTester on a website, the copy of the folder failed because the destination folder already exists. Using the option "force", the JFolder::copy won't generate an exception and copy the files even if the destination folder already exist. Regarding the code of JFolder::copy, it can be useful to put this call in a try/catch ; otherwise the exception stop the all process. Regards, Jerome - Obsidev/HikaShop |
||
---|---|---|
administrator | ||
build | ||
components/com_patchtester | ||
.gitignore | ||
.gitmodules | ||
build.xml | ||
README.md |
Patch Tester
Easily apply changes from pull requests.
To install the latest released version:
- Click on the releases link just above the file listing
- Click on the button to download either the .tar.bz2, .tar.gz, or .zip packages
- Log into your site's administrator section, go to Extension Manager > Install, and install the extension
To use the latest code from this GitHub repo:
- Download files into Joomla install.
- Log into your site's administrator section, go to Extension Manager > Discover, click the "Discover" button, and install the extension.
Click Apply Patch to apply the proposed changes from the pull request. Click Revert Patch to revert an applied patch.
Video tutorial: http://www.youtube.com/watch?v=4OWgusZgIfk