33
0
mirror of https://github.com/joomla-extensions/patchtester.git synced 2024-12-22 19:09:00 +00:00
Go to file
Obsidev ab2c81cc8b Updating installation script
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
2014-06-03 16:51:45 +02:00
administrator Updating installation script 2014-06-03 16:51:45 +02:00
build Miscellaneous tweaks 2013-09-28 20:43:51 -05:00
components/com_patchtester Remove superfluous index.html files 2012-06-12 12:34:08 -05:00
.gitignore Submodule Joomla Coding Standards, add build script to check them 2013-07-12 20:46:47 -05:00
.gitmodules Submodule Joomla Coding Standards, add build script to check them 2013-07-12 20:46:47 -05:00
build.xml Submodule Joomla Coding Standards, add build script to check them 2013-07-12 20:46:47 -05:00
README.md Miscellaneous tweaks 2013-09-28 20:43:51 -05:00

Patch Tester

Easily apply changes from pull requests.

To install the latest released version:

  1. Click on the releases link just above the file listing
  2. Click on the button to download either the .tar.bz2, .tar.gz, or .zip packages
  3. 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:

  1. Download files into Joomla install.
  2. 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