31
2
mirror of https://github.com/joomla-extensions/jedchecker.git synced 2024-05-28 19:30:48 +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": "!",
"media": "?",
"fonts": "?",
"install": "?",
"update": "?",
"uninstall": "?",
"updateservers": "?",
"dlid": "?"
},
@ -34,6 +36,22 @@
"fonts:file": "*",
"folder": "*"
},
"install": {
"sql": "*"
},
"update": {
"sql": "*",
"schemas": "*"
},
"uninstall": {
"sql": "*"
},
"sql": {
"file": "*"
},
"schemas": {
"schemapath": "*"
},
"updateservers": {
"server": "*"
}
@ -56,6 +74,9 @@
"fonts": [
"folder"
],
"schemapath": [
"type"
],
"server": [
"name",
"priority",

View File

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