31
0
mirror of https://github.com/joomla-extensions/patchtester.git synced 2024-09-20 16:59:02 +00:00
Commit Graph

43 Commits

Author SHA1 Message Date
Michael Babker
0f47672813 Only store/display commit SHA for applied patches 2016-03-27 14:13:44 -04:00
Michael Babker
2af80cf8d4 Add routine to reset the component's state (Fix #124) 2016-03-26 18:08:01 -04:00
Michael Babker
f7bd9029d3 Note if pulled patch is different than expected state (Fix #121) 2016-02-20 11:54:55 -05:00
Michael Babker
d59e0227f5 Copyright bump 2016-02-20 11:35:10 -05:00
Michael Babker
3783aed923 Quote the prefix since it's a literal string 2015-12-16 21:53:36 -05:00
photodude
079cf79a0a Update tooltip for search filter
Explain the use of "Prefix with ID"
2015-12-16 19:44:13 -07:00
Michael Babker
bab7c4fa87 Merge pull request #103 from elkuku/user-test-sha
User test sha
2015-09-05 12:22:56 -04:00
Michael Babker
598ccf1412 Merge pull request #101 from brianteeman/patch-4
Credentials text
2015-07-21 09:48:53 -04:00
Brian Teeman
f4f0f8b6c7 Credentials text
This PR makes the message a little bitter
 ### Before ###
> No user credentials are saved, this will allow only 60 requests to the GitHub API per hour. Saving user credentials will allow 5,000 requests per hour.

### After ###
> You have not entered your user credentials in the Options. This will limit you to only 60 requests to the GitHub API per hour. Adding your credentials will allow 5,000 requests per hour.
2015-07-21 12:35:45 +01:00
Brian Teeman
4d8611652c Clarify error message
Currently an error message will read like
> Could not connect to GitHub with the following error: Operation timed out after 0 milliseconds with 0 out of 0 bytes received

Which reads as if you were trying to connect with an error. This PR clarifies it so that the error message will read like
> Could not connect to GitHub: Operation timed out after 0 milliseconds with 0 out of 0 bytes received
2015-07-21 12:33:30 +01:00
elkuku
a95c4879ff Update language files 2015-07-14 09:45:55 -05:00
Michael Babker
a56f449eb5 Remove some hardcoded English 2015-05-09 12:49:14 -04:00
Michael Babker
b013b85e74 Ensure all JHttp connections are wrapped in try/catch 2015-05-09 12:35:36 -04:00
Michael Babker
f23db76635 No more QQ quotes 2015-03-08 13:07:53 -04:00
Michael Babker
d8199d4b65 Apply patch returns false positive (Fix #69) 2015-02-23 08:50:13 -05:00
Michael Babker
d131a13f32 Broken Fetch Data down into chunks (Ref #27) 2015-02-22 20:49:59 -05:00
Michael Babker
4a555d1b68 Missed language string 2015-02-22 18:46:22 -05:00
Michael Babker
e29d3c08bb Fixes from last merge 2015-02-22 16:42:07 -05:00
Michael Babker
9831007ed1 Merge remote-tracking branch 'origin/pr/49' 2015-02-22 16:37:13 -05:00
Michael Babker
99fc1ae56e Copyright 2015 2015-02-22 16:29:43 -05:00
mtmeyrick
51ec7582b2 Styling added to update for J! Issue and Github 2014-10-22 00:29:39 +01: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
b3c68f1935 Clarify config labels (Fix #29) 2014-05-31 09:28:06 -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
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
b9f440e0fc Update copyright notice 2014-01-02 20:50:44 -06:00
Michael Babker
92989cd675 Miscellaneous tweaks
- Updated README
- Layouts for Hathor
- Admin housecleaning on the repo
2013-09-28 20:43:51 -05:00
Michael Babker
3814e12e41 Modify cache mechanism to re-enable pagination (Fix #3) 2013-07-18 22:12:16 -05:00
Michael Babker
0238672232 Implement caching mechanism 2013-07-14 14:34:29 -05:00
Michael Babker
cacb1c20ee Add cache config 2013-07-14 14:06:32 -05:00
Michael Babker
b8170b3993 Reformat to Joomla CS 2013-07-12 21:26:21 -05:00
Michael Babker
56a09778fc Add config for GH username/password 2013-07-12 20:06:39 -05:00
Michael Babker
4aef2140c5 Add an API rate limit check 2013-07-12 19:31:09 -05:00
Nikolai Plath
10b074940e Update language files 2012-06-12 15:01:42 -05:00
Nikolai Plath
b65b76cab6 Remove superfluous index.html files 2012-06-12 12:34:08 -05:00
Nikolai Plath
f3f29162a2 Update language 2011-10-27 15:22:38 -05:00
Nikolai Plath
e157c76371 Update language 2011-10-14 20:14:19 -05:00
Nikolai Plath
eea7fa1deb Update language file 2011-10-13 12:58:37 -05:00
Nikolai Plath
2bdffb5bc6 Fix language keys mixed up 2011-10-13 00:47:11 -05:00
Ian MacLennan
e97da33546 Added link to JoomlaCode issue.
Added default values to parameter retrieval so it is no longer necessary to configure the repo.
2011-10-12 22:13:19 -04:00
Ian MacLennan
077e57ccfa Creating component 2011-10-11 10:27:52 -04:00