33
2
mirror of https://github.com/joomla-extensions/jedchecker.git synced 2024-11-14 09:14:09 +00:00
Commit Graph

569 Commits

Author SHA1 Message Date
Denis Ryabov
c0f76f4da6 use warning for BOM followed by newline or comment 2021-04-04 14:34:49 +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
Denis Ryabov
a34f3bd138 Joomla! code style fixes 2021-04-04 13:44:33 +03:00
Denis Ryabov
b0a0a3a0ad rename vars 2021-04-04 13:40:51 +03:00
Denis Ryabov
b78df71597 Joomla Code Style 2021-04-04 13:40:43 +03:00
Denis Ryabov
40135deac7 Joomla! code style fixes 2021-04-04 13:31:35 +03:00
Denis Ryabov
0fe6fd5dd5 get localized component title from sys.ini file 2021-04-04 13:06:57 +03:00
Denis Ryabov
2c2ea7da46 unify displayed code lines 2021-04-04 13:00:28 +03:00
Denis Ryabov
9596227ffc change translation 2021-04-04 12:51:18 +03:00
Denis Ryabov
359c464fa6 change translation strings 2021-04-04 12:50:33 +03:00
Denis Ryabov
0e7d8b33a0 few more checks for translation values validation 2021-04-04 12:24:22 +03:00
Denis Ryabov
2866d24e59 few more checks for translation keys validation 2021-04-04 12:20:00 +03:00
Denis Ryabov
dcf4801eec change message type: compat for _QQ_, and info for empty values 2021-04-04 12:19:45 +03:00
Denis Ryabov
a7aa53ac31 check for duplicated translation keys 2021-04-04 12:19:31 +03:00
Denis Ryabov
134e4c0588 parse multiline values 2021-04-04 12:19:03 +03:00
Denis Ryabov
2e54c9fc7e parse multiline values 2021-04-04 12:12:58 +03:00
Denis Ryabov
ab4acc2bba unify code lines displaying 2021-04-04 12:07:11 +03:00
Denis Ryabov
c0b7c05e6f Add support of Bootstrap5 tooltips #2 2021-04-04 11:58:16 +03:00
Denis Ryabov
8f1bb04d8d correct variable name 2021-04-04 11:28:55 +03:00
Denis Ryabov
606fb5225c fix comment 2021-04-04 11:28:30 +03:00
Denis Ryabov
14138dd097 show line number and code in the errorreporting rule 2021-04-04 11:25:30 +03:00
Denis Ryabov
f9a073beab simplify code 2021-04-04 11:24:02 +03:00
Denis Ryabov
ad64bd21b7 add zlib's encode/decode 2021-04-04 11:23:31 +03:00
Denis Ryabov
c55e5e928f check for full function names (to avoid false-positive with base64-encoded URI) 2021-04-04 11:23:05 +03:00
Denis Ryabov
54060ee451 show line number and code in the encoding rule 2021-04-04 11:22:50 +03:00
Denis Ryabov
733bcd5937 sync accept attribute with discussion on PR#90 2021-04-04 11:09:07 +03:00
Denis Ryabov
f84495e24b change tabs background to bg-light 2021-04-04 11:02:03 +03:00
Denis Ryabov
03834bfedc display uploading animation 2021-04-04 11:01:46 +03:00
Denis Ryabov
67f3884315 add processing of errors in response (timeout, server error, expired session, etc.) 2021-04-04 11:00:23 +03:00
Denis Ryabov
2182167574 simplify processing of ajax results 2021-04-04 11:00:07 +03:00
Denis Ryabov
e69d2eb2cc Add support of Bootstrap5 tooltips 2021-04-04 10:59:42 +03:00
Denis Ryabov
c8b3c59daa merge similar CSS blocks to reduce file size 2021-04-04 10:53:51 +03:00
Denis Ryabov
b983dcbcfe use unminified CSS in debug mode 2021-04-04 10:53:32 +03:00
Denis Ryabov
ddb30892bf add missed js files 2021-04-04 10:53:18 +03:00