33
2
mirror of https://github.com/joomla-extensions/jedchecker.git synced 2024-11-30 16:53:59 +00:00

add support of install/uninstall nodes in packages and languages

This commit is contained in:
Denis Ryabov 2021-09-02 14:45:19 +03:00
parent d2ad19ff11
commit ba01cf2a35
2 changed files with 42 additions and 0 deletions

View File

@ -15,7 +15,9 @@
"files": "!", "files": "!",
"media": "?", "media": "?",
"fonts": "?", "fonts": "?",
"install": "?",
"update": "?", "update": "?",
"uninstall": "?",
"updateservers": "?", "updateservers": "?",
"dlid": "?" "dlid": "?"
}, },
@ -34,6 +36,22 @@
"fonts:file": "*", "fonts:file": "*",
"folder": "*" "folder": "*"
}, },
"install": {
"sql": "*"
},
"update": {
"sql": "*",
"schemas": "*"
},
"uninstall": {
"sql": "*"
},
"sql": {
"file": "*"
},
"schemas": {
"schemapath": "*"
},
"updateservers": { "updateservers": {
"server": "*" "server": "*"
} }
@ -56,6 +74,9 @@
"fonts": [ "fonts": [
"folder" "folder"
], ],
"schemapath": [
"type"
],
"server": [ "server": [
"name", "name",
"priority", "priority",

View File

@ -13,7 +13,9 @@
"license": "?", "license": "?",
"changelogurl": "?", "changelogurl": "?",
"scriptfile": "?", "scriptfile": "?",
"install": "?",
"update": "?", "update": "?",
"uninstall": "?",
"files": "?", "files": "?",
"languages": "?", "languages": "?",
"updateservers": "?", "updateservers": "?",
@ -31,6 +33,22 @@
"languages": { "languages": {
"language": "*" "language": "*"
}, },
"install": {
"sql": "*"
},
"update": {
"sql": "*",
"schemas": "*"
},
"uninstall": {
"sql": "*"
},
"sql": {
"file": "*"
},
"schemas": {
"schemapath": "*"
},
"updateservers": { "updateservers": {
"server": "*" "server": "*"
} }
@ -64,6 +82,9 @@
"client", "client",
"tag" "tag"
], ],
"schemapath": [
"type"
],
"server": [ "server": [
"name", "name",
"priority", "priority",