33
2
mirror of https://github.com/joomla-extensions/jedchecker.git synced 2025-01-03 22:57:21 +00:00
Commit Graph

203 Commits

Author SHA1 Message Date
f616ebff7d
Merge PR #81 with develop 2021-04-27 01:11:40 +02:00
5ee979715d
Merge PR #80 with develop 2021-04-27 00:59:38 +02:00
Denis Ryabov
c60b397af7 add newline at end of dtd-json files 2021-04-07 10:36:46 +03:00
Denis Ryabov
942f5a6dc0 Warning on outdated manifest format 2021-04-04 16:06:01 +03:00
Denis Ryabov
729d082bd2 fix Joomla codestyle 2021-04-04 15:12:02 +03:00
Denis Ryabov
0c9c53038c fix Joomla codestyle 2021-04-04 15:08:43 +03:00
Denis Ryabov
1e0c1efec4 Allow packager and packagerurl in library extensions 2021-04-04 14:30:30 +03:00
Denis Ryabov
03f22df7d9 Mitigate error to a note for missed optional node 2021-04-04 14:29:53 +03:00
Denis Ryabov
f914e438c5 implement prefixed rules in DTD-json (to separate processing of files>file and sql>file nodes) 2021-04-04 14:26:57 +03:00
Denis Ryabov
4ed9b2c64d rule to found missed/incorrent client attribute 2021-04-04 14:26:31 +03:00
Denis Ryabov
a426ccfd0e rule to found missed method="upgrade" 2021-04-04 14:24:10 +03:00
Denis Ryabov
3961bbf319 Fix warning on types not supported by JED 2021-04-04 14:21:14 +03:00
Denis Ryabov
d023f84c3a fix issue with processing of fileset>files in type=file extensions 2021-04-04 14:21:00 +03:00
Denis Ryabov
5a4003c0da warning for template w/o positions 2021-04-04 14:20:43 +03:00
Denis Ryabov
f8320333aa support dlid attributes 2021-04-04 14:20:26 +03:00
Denis Ryabov
9b36852506 dtd-json files for file, library, and template manifests 2021-04-04 14:20:11 +03:00
Denis Ryabov
ed7eb05279 support optional url tag in packages 2021-04-04 14:19:56 +03:00
Denis Ryabov
d228600cf7 don't warn on empty child with attributes (e.g. field nodes) 2021-04-04 14:19:42 +03:00
Denis Ryabov
4d658b082c new inspection: empty element 2021-04-04 14:19:29 +03:00
Denis Ryabov
49b383514e change unknown children and attribute to just an info-level message 2021-04-04 14:19:14 +03:00
Denis Ryabov
ef48e97221 validate domain name in both authorUrl and packagerurl 2021-04-04 14:13:19 +03:00
Denis Ryabov
ae251b5d5b Joomla! code style fixes 2021-04-04 13:59:50 +03:00
Denis Ryabov
e2d61929f9 Joomla! code style fixes 2021-04-04 13:50:33 +03:00
21faa210dc
Merge PR #86 into develop 2021-03-27 05:32:24 +02:00
Crowdin Bot
f94be5e9fa New Crowdin translations by Github Action 2021-03-27 03:14:37 +00:00
c25c94b384
Merge PR #96 with develop 2021-03-27 05:12:34 +02:00
aa6f0c6bb6
Merge PR #89 with develop 2021-03-27 05:09:56 +02:00
Crowdin Bot
cea8ec573e New Crowdin translations by Github Action 2021-03-24 22:37:30 +00: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
4962f0a6cf
Merge pull request #90 2021-03-16 04:18:11 +02:00
Denis Ryabov
c02a2607a8 Accept supported filetypes only 2021-03-15 10:40:43 +03:00
Denis Ryabov
01c5c5e550 fix copyright 2021-03-11 15:56:27 +03:00
Denis Ryabov
321221a495 remove @author tag 2021-03-11 13:39:11 +03:00
Denis Ryabov
694741bdf5 optionally store code line in the report 2021-03-11 11:00:00 +03:00
Denis Ryabov
6dbc83f782 extract common code to formatItems method 2021-03-11 10:59:30 +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
d353c8b2f8 commenting the code 2021-03-11 01:15:13 +03:00
Denis Ryabov
825208b28c add DTD json for language packages 2021-03-11 01:13:56 +03:00
Denis Ryabov
9855b35deb use angle brackets for nodes names 2021-03-11 01:13:36 +03:00
Denis Ryabov
db4d6ea7f2 change title to plural 2021-03-11 01:12:57 +03:00
Denis Ryabov
a73780e524 don't require menu and languages sections in components 2021-03-11 01:11:09 +03:00
Denis Ryabov
b74a082198 support both file and filename names for files children in package manifest 2021-03-11 01:10:53 +03:00
Denis Ryabov
ffd0995830 fix dtd for config section in modules and plugins 2021-03-11 01:10:35 +03:00
Denis Ryabov
ab751af635 remove error for missed license and updateservers tags (as they are processed by other rules) 2021-03-11 01:10:16 +03:00
Denis Ryabov
79caa44fca add support of any children (by using '*' as key) 2021-03-11 01:09:51 +03:00
Denis Ryabov
f7353bf312 add support of any attribute (by using '*' as value) 2021-03-11 01:09:32 +03:00
Denis Ryabov
62a887092c move dtd files to a separate directory 2021-03-11 01:09:09 +03:00