Gitify
Gitify copied to clipboard
Extracted plugin file doesn't contain all properties
Summary
Quick summary what's this issue about. Extracted plugin file doesn't contain all properties. There is no disabled and static for example.
Step to reproduce
How to reproduce the issue, including custom code if needed. Plugins section config:
plugins:
class: modPlugin
primary: name
extension: .php
Gitify extract
Observed behavior
How it behaved after following steps above.
id: 5
source: 1
name: miniShop2
category: miniShop2
properties: 'a:0:{}'
static_file: core/components/minishop2/elements/plugins/plugin.minishop2.php
Expected behavior
How it should behave after following steps above.
id: 5
source: 1
name: miniShop2
category: miniShop2
properties: 'a:0:{}'
disabled: 1
static: 0
static_file: core/components/minishop2/elements/plugins/plugin.minishop2.php
Environment
Gitify version, MODX version, Operating System, MySQL version, PHP version, etc. Gitify version 0.12.0, MODX version 2.4.2, 10.1.17-MariaDB, PHP 5.4.16
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
It only includes keys that are not set to the default value, that's probably what you're seeing.