mirror of
https://github.com/joomla-extensions/patchtester.git
synced 2025-01-12 01:45:41 +00:00
ae836de99c
as reported #47 you are unable to apply a patch on postgresql the issue arise cause we are using LIKE on a bigint field ```pull_id``` ``` WHERE ("a"."title" LIKE '%6263%') OR ("a"."pull_id" LIKE '%6263%') ``` we need to use ``` = ``` instead |
||
---|---|---|
administrator | ||
build | ||
components/com_patchtester | ||
media/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.
You can check out this repo's Wiki for more information about the extension.
Video tutorial: http://www.youtube.com/watch?v=4OWgusZgIfk