33
0
mirror of https://github.com/joomla-extensions/patchtester.git synced 2024-11-10 07:11:03 +00:00
patchtester/administrator/components/com_patchtester
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
..
assets/images Add icons for admin menu and toolbar 2011-10-15 17:02:31 -05:00
backups Add a readme to backups folder 2012-06-12 15:02:05 -05:00
controllers Working commit - Working out kinks with the updated processing 2014-05-02 14:59:17 -05:00
helpers Use FW Registry 2014-05-02 21:02:38 -05:00
install/sql Update schema for non-MySQL databases 2014-05-04 16:55:06 -05:00
language Clarify config labels (Fix #29) 2014-05-31 09:28:06 -05:00
models Refactor search filter (Fix #30) 2014-05-31 10:25:13 -05:00
tables Start refactoring to store the pull requests in the database 2014-05-01 09:35:26 -05:00
views/pulls Use FW Registry 2014-05-02 21:02:38 -05:00
access.xml Formatting and fixes 2012-06-12 13:42:45 -05:00
config.xml Refactoring & Features 2014-05-02 15:24:33 -05:00
controller.php Start refactoring to store the pull requests in the database 2014-05-01 09:35:26 -05:00
patchtester.php Move JGithub and JHttp initialization around 2014-05-02 20:56:15 -05:00
patchtester.xml Move JGithub and JHttp initialization around 2014-05-02 20:56:15 -05:00
script.php Updating installation script 2014-06-03 16:51:45 +02:00