31
0
mirror of https://github.com/joomla-extensions/patchtester.git synced 2024-06-26 16:23:29 +00:00
Commit Graph

92 Commits

Author SHA1 Message Date
Bear
d8d6c9141f remove superfelous btn-sm 2022-10-15 08:53:47 -05:00
Bear
0452c87a28 fixes hover issues 2022-10-13 02:24:48 -05:00
Hannes Papenberg
8234d9a14a Switching to PSR-12 and updating composer dependencies 2022-09-08 10:54:04 +02:00
Roland Dalmulder
635327e36a
Added draft status
Sort language strings

Signed-off-by: Roland Dalmulder <contact@rolandd.com>
2021-10-31 10:41:15 +01:00
Roland Dalmulder
4ea1532319
Removed Joomla 4 warning
Fixed branch filter
Set Yes as first option in filters

Signed-off-by: Roland Dalmulder <contact@rolandd.com>
2021-10-30 21:12:04 +02:00
Roland Dalmulder
39c5db61bd
Merge branch 'master' into feature/native-searchtools
# Conflicts:
#	administrator/components/com_patchtester/PatchTester/Model/PullsModel.php
#	administrator/components/com_patchtester/PatchTester/View/Pulls/PullsHtmlView.php
#	administrator/components/com_patchtester/language/en-GB/com_patchtester.ini
2021-10-29 23:30:40 +02:00
Nicola Galgano
940a30f4dd
no more need for a warning if j4 2021-08-25 13:55:15 +02:00
Richard Fath
3d7cb6abaf Adapt CSS classes for badges to BS5 2021-02-10 13:53:53 +01:00
Roland Dalmulder
2f62b5716d
Reworking the pulls list to use native filter
Signed-off-by: Roland Dalmulder <contact@rolandd.com>
2020-11-28 17:09:53 +01:00
Roland Dalmulder
cb1b242f1b
Add our own form fields 2020-11-28 14:43:53 +01:00
brian teeman
ae2e182512 Untranslated string
Simple PR to replace a hard coded string with the correct translatable global language key
2020-10-18 12:38:18 +01: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
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
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
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
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
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
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
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
ab56101511
Remove the patch chain Fixed #234 2020-03-31 20:19:05 +02:00
Roland Dalmulder
fe536a49b7
Restore warning message and clean up code #236 2020-03-21 11:26:42 +01:00
Roland Dalmulder
fa314fbcc0
Show filters if a filter is set 2020-03-21 10:11:31 +01:00
Roland Dalmulder
89c7d3f45f
Use language string for modal title #254 2020-03-20 21:03:37 +01:00
“Mangesh
eb5f87b2f0 Issue #243 fix:Tip overlapped search box 2019-11-02 12:58:19 +05:30
Hannes Papenberg
32eaf72bc4 Removing unnecessary template overrides
Raising minimum Joomla version to 4.0
2019-10-17 22:32:19 +02:00
Sebastian Enns
8286b48e11 Merge remote-tracking branch 'origin/4.0-dev' into 4.0-dev 2019-10-17 13:01:37 +02:00
Hannes Papenberg
56fc6fc016 Removing warning message for Joomla 4 2019-10-16 12:10:35 +02:00
Sebastian Enns
6f4a9518b3
Apply suggestions from code review
Added some new lines at the end of templates, whites-spaces between casting and attribute, replaced back ticks with double quotes.

Co-Authored-By: SharkyKZ <sharkykz@gmail.com>
2019-10-01 13:23:01 +02:00
Sebastian Enns
5a19d0a2a3 Reverted some changes f.e. white-spaces between separators in ini files and already removed new lines, changed to single quotes instead of double quotes where necessary, reformatted config and template files and reverted changes in composer.json file. 2019-09-30 12:13:48 +02:00
Sebastian Enns
b5b0636502 Re-added J3 templates and replaced JScript via anchor with event binding. Removed temp folder and updated build.sh script. 2019-09-15 18:23:58 +02:00
datsepp
3b1f1578da Reworked patchChain as json to store pull_id and db_id for checking later on on reverting or resetting. 2019-09-12 10:52:34 +02:00
datsepp
a321ad0d2f Changed parameter of revert from db_id to pull_id. Configured resetController to remove first all git patches and then revert all ci patches in order of patchChain. 2019-09-12 09:04:05 +02:00
datsepp
8f06c8db1c Refactored JSCode for button-click events. 2019-09-10 15:22:19 +02:00
datsepp
aaeccd3402 Added method for reverting applied patches, added methods to reduce duplicate code and edited build.sh 2019-09-10 13:53:40 +02:00
Michael Babker
fadbf7ac1e Namespace everything 2019-08-27 20:20:49 -05:00
Michael Babker
8a515def27 Break view class inheritance 2019-08-27 20:05:12 -05:00
Michael Babker
d29861df2f Change Atum layouts for the newest incarnation of the template, adjust filtering logic a bit so it's closer to core search tools implementation 2019-08-27 19:44:51 -05:00
Michael Babker
6dd9a1cfc8
Add new languages forgotten in previous commit, prep release 2018-09-01 09:32:34 -05:00
Michael Babker
17b2521ef1 Remove empty table footers, move J4 pagination out of table 2018-07-29 09:08:23 -05:00
Michael Babker
4d5475bc18 Bump to 3.8 minimum, use namespaced classes 2017-08-17 18:22:01 -05:00
Michael Babker
6d28777d1f Add a progress bar to the fetch modal 2017-06-18 12:21:43 -05:00
Michael Babker
a6b349aad6
Tag 3.0 beta 3 2017-05-31 03:06:00 -05:00
Michael Babker
b4df300946 Ability to filter on branches (Ref #191) 2017-04-22 11:55:17 -05:00
Michael Babker
c2f233d572 Add a PR's branch (based on the PR- label) (Ref #191) 2017-04-22 11:28:53 -05:00
Michael Babker
f148810aaf Copyright bump 2017-01-21 13:54:53 -06:00