31
0
mirror of https://github.com/joomla-extensions/patchtester.git synced 2024-09-27 20:19:01 +00:00
Commit Graph

213 Commits

Author SHA1 Message Date
Richard Fath
63a0cbc931 Fix SQL error missing column "pulls.applied" 2020-10-15 12:33:57 +02:00
Richard Fath
da17e7e492
Fix PHPCS error from previous commit 2020-10-12 15:59:32 +02:00
Roland Dalmulder
4592caba1e
Add a label filter
Signed-off-by: Roland Dalmulder <contact@rolandd.com>
2020-10-10 17:05:13 +02:00
Roland Dalmulder
545b3806e7
Do not show a link to the issue tracker if there is none. Fixes #298
Signed-off-by: Roland Dalmulder <contact@rolandd.com>
2020-10-10 11:57:55 +02:00
Roland Dalmulder
6ac62486ea
Fixed the items per page not being used Fixes #296
Signed-off-by: Roland Dalmulder <contact@rolandd.com>
2020-10-10 11:30:52 +02:00
Roland Dalmulder
9a14a7ed5a
Make language string available to modal Fixes #295
Signed-off-by: Roland Dalmulder <contact@rolandd.com>
2020-10-10 11:03:49 +02:00
Roland Dalmulder
e9c6b2e760
Check if there are any lables Fixes #297
Signed-off-by: Roland Dalmulder <contact@rolandd.com>
2020-10-10 10:52:20 +02:00
Roland Dalmulder
1ca08d2066
Update manifest file
Signed-off-by: Roland Dalmulder <contact@rolandd.com>
2020-08-01 12:05:15 +02:00
Roland Dalmulder
cf35adf97a
Codestyle
Signed-off-by: Roland Dalmulder <contact@rolandd.com>
2020-07-26 20:00:05 +02:00
Roland Dalmulder
06750d7e97
Also hide composer dependency changes
Signed-off-by: Roland Dalmulder <contact@rolandd.com>
2020-07-26 19:57:06 +02:00
Roland Dalmulder
9957855865
Show the search when NPM filter is applied
Signed-off-by: Roland Dalmulder <contact@rolandd.com>
2020-07-26 19:53:51 +02:00
Roland Dalmulder
5508865fc2
Implement Github labels and NPM filter
Signed-off-by: Roland Dalmulder <contact@rolandd.com>
2020-07-25 16:16:38 +02:00
Roland Dalmulder
409e5d9aa6
Merge pull request #285 from zero-24/zero-24-patch-1
Avoid github deprecation mails when using the token
2020-07-25 14:48:34 +02:00
Roland Dalmulder
9b0aea98b5
Merge pull request #277 from N6REJ/28075
makes icons conform to pr #28075 in J! 4.0-dev
2020-07-23 22:11:02 +02:00
Bear
edc33a822e
Update PullsHtmlView.php
revert line 148
2020-07-13 14:16:08 -05:00
Troy T. Hall
4b3b13c849 change title icon to fa 2020-07-09 13:15:09 -05:00
Tobias Zulauf
69614981cb
avoid github deprecation mails when using the token 2020-07-05 11:17:38 +02:00
Roland Dalmulder
5fdc426977
Finish adding warning Fixes #235
Signed-off-by: Roland Dalmulder <contact@rolandd.com>
2020-05-11 14:49:00 +02:00
Roland Dalmulder
0754ff48cd
Revert "Removing warning message for Joomla 4"
This reverts commit 56fc6fc0

Signed-off-by: Roland Dalmulder <contact@rolandd.com>
2020-05-11 14:25:28 +02:00
Roland Dalmulder
8c0eda45c9
CI is off by default Fixes #279
Signed-off-by: Roland Dalmulder <contact@rolandd.com>
2020-05-11 14:18:00 +02:00
SharkyKZ
2d8e2e03c1 Regenerate namespace map 2020-05-08 12:38:58 +03:00
Roland Dalmulder
568f372f8d
Fixed resetting the pull requests
Signed-off-by: Roland Dalmulder <contact@rolandd.com>
2020-05-02 12:15:16 +02:00
Roland Dalmulder
418c1a8cc5
Use the repo name from the pull request
Signed-off-by: Roland Dalmulder <contact@rolandd.com>
2020-04-25 10:18:28 +02:00
Troy T. Hall
4834319f29 makes icons conform to pr #28075 in J! 4.0-dev 2020-04-20 13:21:12 -05:00
Roland Dalmulder
5c6b278628
Fixed path checking on Windows #262
Turn off CI server by default
Changed CI server port
Removed left over from patch chain

Signed-off-by: Roland Dalmulder <contact@rolandd.com>
2020-04-04 14:04:47 +02:00
Roland Dalmulder
5e42279dfa
Bump version to 4.0.0-rc
Signed-off-by: Roland Dalmulder <contact@rolandd.com>
2020-04-03 22:19:05 +02:00
Roland Dalmulder
daa9c3b712
Make sure the autoloader class is not loaded yet
Signed-off-by: Roland Dalmulder <contact@rolandd.com>
2020-04-03 22:07:34 +02:00
Roland Dalmulder
37d1b288c5
Handle undefined notices
Signed-off-by: Roland Dalmulder <contact@rolandd.com>
2020-04-03 21:58:18 +02:00
Roland Dalmulder
99754c72e8
Open GitHub links in a new tab
Signed-off-by: Roland Dalmulder <contact@rolandd.com>
2020-04-03 21:49:15 +02:00
Roland Dalmulder
5d979880a7
Implement clearer instructions for using Token Authentication
Signed-off-by: Roland Dalmulder <contact@rolandd.com>
2020-04-03 21:00:49 +02:00
Roland Dalmulder
f70ea39171
Codestyle fixing
Signed-off-by: Roland Dalmulder <contact@rolandd.com>
2020-04-03 17:46:07 +02:00
Roland Dalmulder
0a07c92570
Remove obsolete variable 2020-04-03 17:39:53 +02:00
Roland Dalmulder
fad93340f4
Check against all composer files if any of the new files exist 2020-04-01 19:37:31 +02:00
Roland Dalmulder
1e5dffa719
First round of verifying composer on applying a patchˆ 2020-03-31 21:44:32 +02:00
Roland Dalmulder
ab56101511
Remove the patch chain Fixed #234 2020-03-31 20:19:05 +02:00
Richard Fath
34e4271a71
Update path to autoloader file to changes in J4 (#260) 2020-03-28 23:17:31 +00:00
Roland Dalmulder
702712a62e
Remove Joomla 4 check as this only runs on Joomla 4 Fixes #232 2020-03-22 10:41:28 +01:00
Roland Dalmulder
96fe1e3143
Code cleanup Fixes #231 2020-03-22 10:37:29 +01:00
Richard Fath
98b69ee49c Fix silly typo causing syntax error 2020-03-21 16:34:25 +01:00
Richard Fath
10f3e5766c Delete libraries/autoload_psr4.php
Delete libraries/autoload_psr4.php when applying or reverting patches on Joomla 4 and later.
2020-03-21 16:22:11 +01:00
Roland Dalmulder
235e8ad289
Merge pull request #256 from richard67/master-use-http-factory-to-fetch-remote-files
Use HttpFactory to fetch zip file from CI server
2020-03-21 11:33:20 +01:00
Roland Dalmulder
fe536a49b7
Restore warning message and clean up code #236 2020-03-21 11:26:42 +01:00
Richard Fath
7e47be334b Use HttpFactory to download zip file 2020-03-21 10:58:04 +01:00
Roland Dalmulder
fa314fbcc0
Show filters if a filter is set 2020-03-21 10:11:31 +01:00
Roland Dalmulder
e53009ba25
Set correct argument order #252 2020-03-20 21:05:22 +01:00
Roland Dalmulder
89c7d3f45f
Use language string for modal title #254 2020-03-20 21:03:37 +01:00
Roland Dalmulder
c78a9084b8
Merge pull request #246 from mangeshmane/master
Issue #243 fix:Tip overlapped search box
2020-03-20 20:58:10 +01:00
Richard Fath
6bd3b6152a Fix PHP notice in ResetController 2019-11-09 12:56:52 +01:00
Hannes Papenberg
715b71793d
[4.0] Fix PHP warning "failed to open stream: No such file or di… (#241)
[4.0] Fix PHP warning "failed to open stream: No such file or directory"
2019-11-09 11:23:59 +01:00
“Mangesh
eb5f87b2f0 Issue #243 fix:Tip overlapped search box 2019-11-02 12:58:19 +05:30