31
2
mirror of https://github.com/joomla-extensions/jedchecker.git synced 2024-06-03 05:50:48 +00:00
Commit Graph

47 Commits

Author SHA1 Message Date
ef97bc4915
Resloved gh-136, to allow library type extentions that use the Joomla installer. 2021-10-28 23:06:58 +02:00
Denis Ryabov
b7a6a923da use new report features in rules 2021-09-09 10:32:52 +03:00
Denis Ryabov
7ffbe86463 fix indent after web merge 2021-08-28 19:14:50 +03:00
Denis Ryabov
92eaafd260
Merge branch 'develop' into patch-25 2021-08-28 19:10:50 +03:00
8b5bcebf1b
Merge PR #85 into development 2021-08-27 18:54:51 +02: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
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
ed89be7422 sort sidebar menu items according to the $ordering field 2021-05-17 23:21:34 +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
c38f2a549a
Fix issue #113 2021-05-08 20:30:05 +03:00
5ee979715d
Merge PR #80 with develop 2021-04-27 00:59:38 +02:00
Denis Ryabov
942f5a6dc0 Warning on outdated manifest format 2021-04-04 16:06:01 +03:00
Denis Ryabov
0c9c53038c fix Joomla codestyle 2021-04-04 15:08:43 +03:00
Denis Ryabov
ef48e97221 validate domain name in both authorUrl and packagerurl 2021-04-04 14:13:19 +03:00
Denis Ryabov
e2d61929f9 Joomla! code style fixes 2021-04-04 13:50:33 +03:00
Denis Ryabov
0d2310f75d simplify regex 2021-03-24 15:22:09 +03:00
Denis Ryabov
ab96c035ad a "greedy" match (by @Llewellynvdm) 2021-03-24 15:13:28 +03:00
Denis Ryabov
0869a0cecb fix comment text 2021-03-24 15:11:59 +03:00
Denis Ryabov
65fe32b164 replace check against a preinstalled domains list by the link to the Joomla! Trademark Approval Registry page 2021-03-11 10:40:52 +03:00
Denis Ryabov
d102979258 add some comments 2021-03-11 01:56:04 +03:00
Denis Ryabov
6091c866c0 commenting the code 2021-03-11 01:01:14 +03:00
Denis Ryabov
2cae2d0deb show node content in errors/warnings messages 2021-03-11 00:57:19 +03:00
Denis Ryabov
c11c23c15a check domain name against the list of approved domains 2021-03-11 00:56:35 +03:00
Denis Ryabov
5771fb0203 add list of alternative plugin group names 2021-03-11 00:56:13 +03:00
Denis Ryabov
75b6aa0f47 fix loading of language file 2021-03-11 00:55:35 +03:00
Denis Ryabov
5fafb747f0 fix loop through children nodes 2021-03-11 00:54:39 +03:00
Denis Ryabov
216e482009 display plugin name in the message (for packages with multiple plugins) 2021-02-18 15:25:03 +03:00
Denis Ryabov
f536d77cc3 fix matching of plugin group in title (remove spaces for "Action Log", "Quick Icons", etc.) 2021-02-18 15:24:28 +03:00
Denis Ryabov
e833785494 fix paths for language dirs 2021-02-18 15:13:51 +03:00
Denis Ryabov
aaa100fbbb fix regular expressions ("." character should be escaped) 2021-02-13 23:12:08 +03:00
Denis Ryabov
80abc68994 support of Joomla!4 2021-02-13 23:01:07 +03:00
Denis Ryabov
070b22caae one more directory to lookup for language file 2021-02-02 15:36:52 +03:00
Denis Ryabov
372ea55ad7 - fixed loading of language file
- check manifest file do exist
- check naming rules
- drop Joomla!1.5 support ("install" root element)
2021-02-02 14:56:56 +03:00
anibalsanchez
0f241adba7 More Copryright fixes 2019-03-10 17:09:42 +01:00
anibalsanchez
5119fc102a 2.1.1 - Copyright updated to Joomla 2019-03-10 09:49:52 +01:00
anibalsanchez
b34cb440a4 2.1.0 2019-03-09 20:44:14 +01:00
Jaz Parkyn
e2eb961633 Removal of build tools 2017-02-14 14:34:35 +00:00