Mark Hamstra
Mark Hamstra
Right now if you're in a subfolder of the MODX installation, it can't find the .gitify file. It would be nice to be able of running Gitify from a subfolder....
I'm thinking that it would be nice if we could provide a better dynamic mechanism for resolving foreign keys. Let's say I store fictional School objects which have ClassRoom objects....
It would be nice to - in a similar way the `content` works - make use of subdirectories to store relations. A model mpPackage with one-to-many mpVersion objects could be...
The general idea is for Gitify to handle serialising data stored in the MODX database to a human and machine readable format (done, `Gitify load`), which is then committed to...
[This code](https://github.com/mikrobi/babel/blob/master/core/components/babel/model/babel/babel.class.php#L198) handles duplicating the resources for translation, however that causes issues with custom resource classes like SimpleCart. SimpleCart stores some of its information (product code, price and image etc)...
To preserve BC while introducing new features, I think the addExtensionPackage and removeExtensionPackage methods should be updated to prefer storing the data in a modExtensionPackage object instead of in the...
For evo->revo migrations it would save a lot of time if individual TV tags could have translated tags as well.
Hey Vasily! I noticed this thread on the forum today and thought you might wanted to know about it: http://forums.modx.com/thread/91178/oauth-and-hybridauth-potiential-security-concern#dis-post-499071
Right now the combobox just lists the available templates, but doesn't allow you to set it back to no template.