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

313 Commits

Author SHA1 Message Date
Michael Babker
d5063d2ab9 Downloaded translations from Crowdin 2016-04-15 10:17:12 -05:00
Michael Babker
80864dbb9c Escaped quotes aren't pulled correctly from Crowdin (tries to convert to \"_QQ_"), so use single quotes 2016-04-15 09:45:10 -05:00
Brian Teeman
4dbd4e2292 en-GB fixes
Please double check before merging just in case I misundestood
2016-04-08 20:36:22 +01:00
alikon
472e60c12f Lingua Italiana 2016-04-05 20:50:57 +02:00
Michael Babker
ce206d34ab Standardize on a single space at end of sentence 2016-04-05 12:30:05 -04:00
Michael Babker
6fea0d7f64 Added pl-PL translation, thanks Darek! 2016-04-05 11:20:35 -04:00
andrepereiradasilva
459f643957 Solves #142 2016-04-05 09:47:23 -04:00
Wilco Alsemgeest
e0173769d4 Update nl-NL.com_patchtester.ini
Updated the Translation
2016-04-04 21:15:43 +02:00
Wilco Alsemgeest
09f46b02e8 Update nl-NL_com_patchtester.sys.ini
Updated the translation.
2016-04-04 20:44:06 +02:00
zero-24
95f6c49ec5 update de-DE 2016-04-04 18:11:41 +02:00
zero-24
84e0a9808e Revert "update de-DE"
This reverts commit a92c87c28d.
2016-04-04 18:10:18 +02:00
zero-24
a92c87c28d update de-DE 2016-04-04 18:09:12 +02:00
Michael Babker
3366ac05f6 Merge pull request #137 from andrepereiradasilva/patch-1
Update pt-PT language file for 2.0.0
2016-04-04 09:41:21 -04:00
Marc-Antoine Thevenet
09c1727f77 🇫🇷 updated based on the 🇬🇧 version
🇫🇷 updated based on the 🇬🇧 version
2016-04-04 09:36:48 -04:00
andrepereiradasilva
80fea7cf96 update pt-PT language file fot 2.0.0 2016-04-04 13:31:55 +01:00
andrepereiradasilva
1889b48916 fix tfoot colspan 2016-03-29 00:51:37 +01:00
andrepereiradasilva
5378dc6575 notice, not info 2016-03-28 12:05:10 +01:00
Michael Babker
45a255ecd7 Too many commas 2016-03-27 15:04:09 -04:00
Michael Babker
18162dc6cf Merge branch 'master' of github.com:joomla-extensions/patchtester 2016-03-27 14:57:22 -04:00
Michael Babker
87a46904aa Merge pull request #123 from andrepereiradasilva/update-server
Adds Update server
2016-03-27 14:57:09 -04:00
Michael Babker
ffd04b37f9 Version bump 2016-03-27 14:56:00 -04:00
Michael Babker
69214529f7 Tag 2.0.0.rc 2016-03-27 14:55:33 -04:00
Michael Babker
e5d1e6fdd8 Raise warning when a patch includes binary files 2016-03-27 14:45:38 -04:00
Michael Babker
5b3e5bcd96 Process labels during fetch and store RTC state if the label is assigned (Fix #88) 2016-03-27 14:39:34 -04:00
Michael Babker
4811968a5c Merge branch 'master' of github.com:joomla-extensions/patchtester 2016-03-27 14:14:00 -04:00
Michael Babker
0f47672813 Only store/display commit SHA for applied patches 2016-03-27 14:13:44 -04:00
Michael Babker
d7057adff6 Allow empty SHA and don't insert it on fetch routine 2016-03-27 13:46:26 -04:00
zero-24
832f0df38c Fixes https://github.com/joomla-extensions/patchtester/issues/132 2016-03-27 11:59:48 +02:00
Michael Babker
5e60b09f80 Use issues API to fetch instead of pulls 2016-03-26 18:42:18 -04:00
Michael Babker
2af80cf8d4 Add routine to reset the component's state (Fix #124) 2016-03-26 18:08:01 -04:00
zero-24
6a4529561c Fix tabs 2016-03-26 18:58:17 +01:00
Michael Babker
c3cbd24276 Version bump 2016-03-18 17:48:41 -04:00
Michael Babker
39a8c3aa45 Tag 2.0.0.beta5 2016-03-18 17:39:28 -04:00
Michael Babker
f6973e3321 Remove unused comments column (Fix #129) 2016-03-18 17:37:20 -04:00
Michael Babker
0fe1c63146 Correctly link to the issue tracker if able (Fix #130) 2016-03-18 17:34:31 -04:00
Michael Babker
60b48e2236 Restructure JavaScript 2016-03-16 01:18:16 -04:00
Michael Babker
e436fb7a22 Change minimum version so that betas/RCs can be used 2016-03-16 00:14:45 -04:00
Michael Babker
b72440d460 Fix query 2016-03-16 00:14:19 -04:00
Michael Babker
9ced47ad53 Misc tweaks and review 2016-03-11 11:36:53 -05:00
Michael Babker
7b9f5fd444 Merge pull request #127 from andrepereiradasilva/patch-1
Use InnoDB and utf8mb4_unicode_ci in the patchtester too
2016-03-02 08:48:11 -05:00
andrepereiradasilva
f0b3ed845b added 3.5.0 as new minimum Joomla install for the patchtester 2016-03-02 13:40:10 +00:00
andrepereiradasilva
7d03379c39 remove drop tables 2016-03-02 13:38:02 +00:00
Michael Babker
1dec9a75e3 Fix constructor arguments (Fix #126) 2016-03-02 08:20:03 -05:00
andrepereiradasilva
e6ca931673 use InnoDB and utf8mb4_unicode_ci in the patchtester too
To not cause issues putted a select to drop the tables first.
Not an expert on db, so please check if anything more is needed.
2016-03-02 12:36:59 +00:00
andrepereiradasilva
4e22939546 add update server 2016-02-26 02:57:30 +00:00
Michael Babker
c46b1be935 Double slash in view lookup paths 2016-02-20 11:56:58 -05: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
2b185cb253 Create an abstract controller, reshuffle controller logic between abstract and display 2016-02-20 11:34:23 -05:00
andrepereiradasilva
8df2b18715 search id without "id:" 2016-02-12 13:57:30 +00:00
andrepereiradasilva
0557bf1bf8 Resolve issue when searching by id "id:xxxxx" 2016-02-12 10:20:30 +00:00
Michael Babker
f8b5c96483 Merge branch 'master' of github.com:joomla-extensions/patchtester 2016-01-11 15:08:05 -05:00
Michael Babker
cf71cdccdd JFolder::copy() throws exceptions 2016-01-11 15:07:56 -05:00
Michael Babker
3cdf5624d0 Don't quote the ID in the search 2015-12-17 12:08:16 -05:00
photodude
8052c08aaa Correct for search with partial 2015-12-17 09:52:59 -07:00
photodude
9b83c614a4 Fix concat spacing 2015-12-17 09:49:36 -07:00
photodude
9412ba14e4 Move the is_numeric($search) to it's own condition 2015-12-17 09:39:55 -07: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
photodude
bc16e63018 Add a check to allow searching w/o prefix id 2015-12-16 19:34:28 -07:00
andrepereiradasilva
0f50313c36 Some corrections 2015-12-13 20:42:04 +00:00
andrepereiradasilva
f2cd5b2567 minor 2015-12-13 19:56:11 +00:00
andrepereiradasilva
c277564dab minor changes 2015-12-13 19:53:10 +00:00
andrepereiradasilva
39ccf4082f pt-PT language 2015-12-13 19:51:51 +00:00
Michael Babker
0e7ee767ef Version bump 2015-12-05 13:10:56 -05:00
Michael Babker
f30a299539 Tag 2.0.0.beta4 2015-12-05 13:10:38 -05:00
Michael Babker
3ba355130b Move inline JS to a separate file, bad syntax with the setHeader changes, Isis icon 2015-12-05 13:08:38 -05:00
Michael Babker
43d92ba64c A once over on things 2015-12-05 12:43:54 -05:00
Michael Babker
95f62b498d Truncate long titles (Fix #98) 2015-12-05 12:09:42 -05:00
Michael Babker
d1111be051 Merge branch 'master' of github.com:joomla-extensions/patchtester 2015-12-05 12:03:27 -05:00
Michael Babker
76de1805ff Fix backend filter using 'id:##' syntax (Fix #107) 2015-12-05 12:03:23 -05:00
zero-24
391093c5eb de Updates on the no Credentials string 2015-09-06 19:56:45 +02:00
Michael Babker
bab7c4fa87 Merge pull request #103 from elkuku/user-test-sha
User test sha
2015-09-05 12:22:56 -04:00
Marc-Antoine Thevenet
6ab0fd7ec8 Update fr-FR.com_patchtester.ini
fr-FR updated following Brian's PR
Thanks
2015-08-04 15:03:13 -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
elkuku
dd5140d84f Add display the SHA in pulls list view 2015-07-14 09:45:27 -05:00
elkuku
0d2b836c51 Update SQL files
Add sha column
2015-07-14 09:43:13 -05:00
Michael Babker
cafe878eea Chain exceptions 2015-06-16 15:14:41 -04:00
Michael Babker
9b8a4d6745 Use leading slash consistently, use JHtml::_ versus direct method call 2015-05-23 11:01:58 -04:00
Michael Babker
aa4106f00a Change the way the values are quoted, use truncate instead of truncateComplex (Fix #95) 2015-05-23 10:57:30 -04:00
Brian Teeman
b64ae94069 Fix search
To test 
Before PR
Enter any value in the filter column and you get an error
After PR
Make sure that text and numeric filters work
2015-05-23 12:08:25 +01:00
zero-24
da34ef8fda missing language string and optimation 2015-05-15 23:55:02 +02:00
Marc-Antoine Thevenet
6591ecf800 Update fr-FR.com_patchtester.ini
small adjustments
2015-05-14 09:37:42 -04:00
Michael Babker
64bbec66ed Merge branch 'master' of github.com:joomla-extensions/patchtester 2015-05-11 08:52:17 -04:00
Michael Babker
cbb1652f4a Need to echo the error template... (Ref #80) 2015-05-11 08:52:10 -04:00
zero-24
6696988913 typo 2015-05-10 14:16:24 +02:00
zero-24
3891bc4030 fixing it again :D 2015-05-10 14:14:54 +02:00
zero-24
84f25f3ecf again a fix 2015-05-10 14:12:38 +02:00
zero-24
c3b5162951 fixes 2015-05-10 14:11:10 +02:00
zero-24
dd9bc36cd3 Update the de-DE langauge files to match the current state 2015-05-10 14:07:10 +02:00
Marc-Antoine Thevenet
25e0c49239 Update fr-FR.com_patchtester.ini
updated from en-GB .ini (20150509)
2015-05-09 13:58:16 -04:00
Michael Babker
57aa17b5a0 Version bump 2015-05-09 13:34:47 -04:00
Michael Babker
8fee8fea73 Tag 2.0.0.beta3 2015-05-09 13:29:04 -04:00
Michael Babker
60e88d550d Add file_exists checks before deleting files on revert 2015-05-09 13:24:57 -04:00
Michael Babker
c108343802 Move the line the error check is done on, add error check to Hathor (Fix #32) 2015-05-09 13:18:35 -04:00
Michael Babker
dce7a865e9 Truncate the item descriptions when inserting pull data into the database 2015-05-09 13:13:31 -04:00
Michael Babker
a64e0b57df Lengthen the title column 2015-05-09 13:08:34 -04:00