Commit Graph

1295 Commits

Author SHA1 Message Date
Michael Babker 533b67cbfb Merge pull request #52 from MAT978/patch-5
Update fr-FR.com_patchtester.ini
2014-11-04 15:48:37 -05:00
Marc-Antoine 4871214220 Update fr-FR.com_patchtester.ini 2014-11-04 14:22:18 -04:00
Marc-Antoine e7aa950e2d Update fr-FR.com_patchtester.sys.ini 2014-11-04 14:16:40 -04:00
mtmeyrick 51ec7582b2 Styling added to update for J! Issue and Github 2014-10-22 00:29:39 +01:00
mtmeyrick 23c0ce5146 Added Octicons to assets 2014-10-21 00:38:52 +01:00
Michael Babker faa490e1c1 Call to undefined method 2014-10-17 12:58:13 -04:00
Michael Babker d7b7915b22 Fix a couple of task references, URL encode patch URLs, cleanup PullModel (Fix #43) 2014-10-17 12:47:00 -04:00
Michael Babker 61f21236bc Bug fixes 2014-10-17 07:32:48 -04:00
Michael Babker d9eef95db5 Remove folder from manifest 2014-10-17 06:39:13 -04:00
Michael Babker 6a6f155285 Remove the rating column (Fix #41) 2014-10-17 03:10:42 -04:00
Michael Babker 63dac07c12 Merge remote-tracking branch 'origin/master' into namespace 2014-10-17 03:09:27 -04:00
Michael Babker 74fe869c50 Merge pull request #38 from n9iels/patch-1
Add lightbox to info icon
2014-10-17 03:04:47 -04:00
Michael Babker c3faa2171c Merge pull request #37 from roland-d/dutch
Added Dutch translation
2014-09-20 07:13:23 -04:00
Niels van der Veer e6fd9c1234 Add lightbox to info icon 2014-09-20 12:11:47 +02:00
RolandD - roland-d 23293968b6 Added Dutch translation 2014-09-20 10:52:55 +02:00
Michael Babker 960363e2a6 Merge pull request #36 from MAT978/patch-3
Update fr-FR.com_patchtester.ini
2014-09-19 18:11:40 -04:00
Marc-Antoine 806a5132b4 Update fr-FR.com_patchtester.ini
minor changes and typos
2014-09-19 17:08:28 -04:00
Michael Babker 566d60af0b Merge pull request #35 from n9iels/patch-1
Fix bug that makes search impossible
2014-09-13 05:19:32 -04:00
Niels van der Veer c228b5942c Fix bug that makes search impossible 2014-09-13 08:52:31 +02:00
Michael Babker 713e7d0df8 Merge pull request #34 from n9iels/master
Change info icon to bootstrap icon
2014-09-01 13:27:48 -04:00
Niels van der Veer 7681705c41 Update default_items.php 2014-09-01 19:24:30 +02:00
Niels van der Veer e0660e1073 Change info icon to bootstrap icon 2014-09-01 19:05:19 +02:00
Michael Babker 0fe1125bc0 Merge pull request #33 from n9iels/master
Remove joomlacode references
2014-09-01 12:45:01 -04:00
Niels van der Veer eab31b00f7 Remove joomlacode references
Since we use the new tracker, the references to joomlacode.org are no
longer necessary
2014-09-01 18:13:09 +02:00
Michael Babker f16cbc4aec Merge branch 'master' into namespace 2014-06-07 13:10:45 -05:00
Michael Babker e8077432b3 Merge pull request #31 from obsidev/patch-1
Updating installation script
2014-06-03 10:05:33 -05:00
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
Michael Babker ed0ccf0c5f Refactor search filter (Fix #30) 2014-05-31 10:25:13 -05:00
Michael Babker b3c68f1935 Clarify config labels (Fix #29) 2014-05-31 09:28:06 -05:00
Michael Babker eb42ed6b9c Merge branch 'master' into namespace 2014-05-04 16:55:13 -05:00
Michael Babker fdebf8b6b2 Update schema for non-MySQL databases 2014-05-04 16:55:06 -05:00
Michael Babker 62515d1b34 Remove pulls table on uninstall 2014-05-04 16:50:19 -05:00
Michael Babker 9171c4b234 Refactor to be namespaced and not use legacy MVC 2014-05-03 18:48:08 -05:00
Michael Babker 881d5fa9ae Use FW Registry 2014-05-02 21:02:38 -05:00
Michael Babker 400e931bb7 Move JGithub and JHttp initialization around 2014-05-02 20:56:15 -05:00
Michael Babker 33c1d07b3d Change fetch icon 2014-05-02 20:36:05 -05:00
Michael Babker 8fc4655e0d Merge remote-tracking branch 'origin/pr/19' 2014-05-02 15:34:52 -05:00
Michael Babker 1f432702bc Refactoring & Features
- Add support for an OAuth token
- Join over the applied patches table on the list view
- Data is all stored in database now versus fetching on each request
2014-05-02 15:24:33 -05:00
Michael Babker 07b311e5c4 Working commit - Working out kinks with the updated processing 2014-05-02 14:59:17 -05:00
Michael Babker ec2108d468 Merge branch 'master' of github.com:joomla-extensions/patchtester 2014-05-02 14:29:14 -05:00
Michael Babker 57852d602d Start refactoring to store the pull requests in the database 2014-05-01 09:35:26 -05:00
Michael Babker 435f8d1430 Modify how environmental errors are rendered 2014-05-01 08:07:13 -05:00
Michael Babker 7f7e445722 Remove references to PTGithub object, replace deprecated method calls 2014-05-01 07:51:01 -05:00
Michael Babker 7b1a342a73 Use JGithub, raises minimum CMS version to 3.3 2014-05-01 07:47:10 -05:00
Michael Babker f18da366ff Merge pull request #23 from zero-24/patch-1
Icon for the Toolbar in 3.x
2014-04-27 10:47:22 -05:00
Michael Babker ba76348c7a Merge pull request #24 from zero-24/patch-2
Update Copyright and fix some strings
2014-04-27 10:44:18 -05:00
zero-24 407b561d5a Update Copyright to 2014 2014-04-27 17:38:49 +02:00
zero-24 c0f20cab61 Update Copyright and fix some strings
This PR update the copyright notice also for the de-DE language file and fix some strings
2014-04-27 17:34:30 +02:00
zero-24 0d1229a0f5 Patchtester icon
Currently we have no icon at the toolbar. This PR will change (or more fallback) to a circle with a point in it. As the others that are in the images folder don't look so good.

But if we want to have e.g. the red beetle (https://github.com/joomla-extensions/patchtester/tree/master/administrator/components/com_patchtester/assets/images)

I can change this PR

Let me know :)
2014-04-27 17:19:20 +02:00
Michael Babker f317ddbabf Make search case insensitive (Fix #22) 2014-03-29 11:51:29 -05:00