31
2
mirror of https://github.com/joomla-extensions/jedchecker.git synced 2024-06-26 16:03:29 +00:00
Commit Graph

527 Commits

Author SHA1 Message Date
4b9769022b
Makes sure that the use encoding with base64 is still treated as an error, for manual investigation. 2021-07-31 16:21:45 +02:00
f8a540662f
Merge PR #74 into develop 2021-07-31 16:06:36 +02:00
Denis Ryabov
eed155ed6f warning-level for GPL-compatible licenses 2021-07-30 22:02:33 +03:00
Wilco Alsemgeest
2337b622ca
Update crowdin-wf-develop.yml
New required Crowdin github-action version
2021-07-09 14:09:22 +02:00
16adcb2ae9
Merge PR #104 into develop 2021-06-29 06:46:52 +02:00
Crowdin Bot
3c97ccbdd0 New Crowdin translations by Github Action 2021-06-29 04:42:21 +00:00
35214dbaec
Merge PR #137 into develop 2021-06-29 06:40:48 +02:00
055a9b1378
Merge PR #120 into develop 2021-06-29 06:38:52 +02:00
Denis Ryabov
4b89e2fca6 remove extension type check (moving to XMLINFO rules) 2021-06-27 00:28:48 +03:00
Denis Ryabov
31bb24d1dd add check for allowed extension type (moved here from XMLManifest rules) 2021-06-27 00:27:14 +03:00
Denis Ryabov
e5c59dc116 remove incorrect since tags 2021-06-26 22:08:42 +03:00
7d0e47cacc
Merge PR #130 into develop 2021-06-15 01:40:28 +02:00
Denis Ryabov
2651e11b50 check folders exist 2021-06-14 23:06:17 +03:00
Crowdin Bot
4dc5a91de9 New Crowdin translations by Github Action 2021-06-13 21:23:18 +00:00
Wilco Alsemgeest
2d3e7e762a
Update crowdin-wf-develop.yml
Upload translations was only needed temporary
2021-06-13 23:22:40 +02:00
Wilco Alsemgeest
95c717b7d4
Update crowdin-wf-develop.yml
Download full files
2021-06-13 23:19:41 +02:00
a9d5e93d24
Merge PR #126 into develop 2021-06-09 16:17:59 +02:00
506cf8b85b
Merge PR #121 with develop 2021-06-09 16:15:29 +02:00
20d9e38369
Merge PR #116 with develop 2021-06-09 16:12:52 +02:00
Wilco Alsemgeest
38489be941
Update crowdin-wf-develop.yml
Doesn't work combined with skipping strings.
2021-06-07 01:02:26 +02:00
Wilco Alsemgeest
ee5742682d
Update crowdin-wf-develop.yml 2021-06-07 01:00:03 +02:00
Wilco Alsemgeest
ac48bbcd74
Update crowdin-wf-develop.yml
One time upload translations
2021-06-07 00:57:10 +02:00
Wilco Alsemgeest
a0bcf782ca
Update crowdin-wf-develop.yml
Disable dry run
2021-06-07 00:51:34 +02:00
Wilco Alsemgeest
a305a71264
Update crowdin-wf-develop.yml 2021-06-07 00:48:33 +02:00
Wilco Alsemgeest
9d22b9e730
Update crowdin-develop.yml
For Extensions project
2021-06-07 00:46:03 +02:00
Wilco Alsemgeest
aee60bdb13
Update crowdin-wf-develop.yml
Dry runs
2021-06-07 00:44:10 +02:00
Wilco Alsemgeest
d6d9687f90
Update crowdin-develop.yml
New project and configuration
2021-06-07 00:40:46 +02:00
Denis Ryabov
ee3e0d8b1d
Fix issue #125 2021-05-21 22:15:49 +03:00
Denis Ryabov
cbd3bd8f9e fix processing of one-line comments 2021-05-21 21:26:50 +03:00
Denis Ryabov
c50e39e357 Apply naming rules to the main manifest file(s?) only (others are checked for URLs, ASCII, length, and menu name only) 2021-05-17 23:42:59 +03:00
Denis Ryabov
91c9d8234d remove GPL-incompatible licenses 2021-05-17 23:01:47 +03:00
Denis Ryabov
d1a1bfd10b 2.4, 2.4 is everywhere 2021-05-15 22:15:06 +03:00
Denis Ryabov
09b49ec5af fix @since version to 2.4 2021-05-15 16:11:57 +03:00
Denis Ryabov
00076827b1 fix processing of short php tags 2021-05-13 21:58:18 +03:00
Denis Ryabov
234abe600e switch to JEDCheckerHelper::findManifests 2021-05-11 23:46:12 +03:00
Denis Ryabov
1b3b020322 switch to use of JEDCheckerHelper in xmlfiles 2021-05-11 23:42:15 +03:00
Denis Ryabov
73db135bcb Display full path to the file/folder in the error message 2021-05-11 23:41:58 +03:00
Denis Ryabov
907bbd1d75 switch to JEDCheckerHelper::findManifests 2021-05-11 23:33:20 +03:00
Denis Ryabov
bd9b9bb0ed add comment line 2021-05-11 23:32:32 +03:00
Denis Ryabov
469a89a434 Joomla code-style fix 2021-05-11 23:31:22 +03:00
Denis Ryabov
758fcf5b37 switch to use of JEDCheckerHelper in xmlinfo 2021-05-11 23:29:59 +03:00
Denis Ryabov
30c9ced67b Check length of the listing name (warning for 40+, error for 80+) 2021-05-11 23:26:52 +03:00
Denis Ryabov
10a9cba326 Error for non-ASCII characters in the listing name 2021-05-11 23:25:06 +03:00
Denis Ryabov
0dd8b4e572 Allow trailing "for Joomla" in the listing name 2021-05-11 23:24:32 +03:00
Denis Ryabov
084367bc78 check prefixed names 2021-05-11 23:08:21 +03:00
Denis Ryabov
4ac26c9282 check reserved words 2021-05-11 23:07:22 +03:00
Denis Ryabov
8e53d6f964 extract extension's language file loading into function loadExtensionLanguage 2021-05-11 21:19:44 +03:00
Denis Ryabov
b59e2aab24 change foreach-based to regex-based search in encoding.php 2021-05-11 18:36:25 +03:00
Denis Ryabov
eeaa31a338 Mitigate Encoding rule to warning-level 2021-05-11 18:34:34 +03:00
Denis Ryabov
f7d9cad01a skip nonexecutable files [starting with die() or exit()] in GPL rule 2021-05-11 17:38:37 +03:00