David Pede

Results 20 issues of David Pede

@hajekj Can we get some clarity on how to proceed with active development? I've contributed to branch v2.0.0 and have been using it in projects for a while now as...

Is there any way to set system events priority for plugins? Can't see it mentioned in docs

Default would be all, but add an option field where you could list tpl id's making them the only templates a user could select for child resources. This would be...

I have an element setup like: ``` {% if image %} [[!pthumb? &input=`{{ image }}` &options=`w=1260&h=540&zc=1` &toPlaceholder=`img_src`]] {% else %} {% endif %} ``` Uses an element setting to select...

In the frontend, clicking the settings buttons in nested elements closes the hover transition instead of opening the settings panel: ![2019-06-17_10-30-51](https://user-images.githubusercontent.com/825106/59594241-6358f780-90eb-11e9-81dd-1f613107c918.gif) Using Chrome & latest master branch as of today

bug

I've got a tagger setting set like so: ``` { "name": "tagger", "label": "Category Tags", "type": "tagger", "group": "1", "hideInput": false, "autoTag": true } ``` However the user can't add...

enhancement

Option ignored when value set in getInstance() method due to incorrect getOption() key being used in xPDO class.

I'm trying access nested related objects using getCollectionGraph(). My schema: ``` ``` Code: ``` $collection = $this->modx->getCollectionGraph('TestClass','{"actions":{"activities":{}}}',array('id' => 5)); foreach ($collection as $row) { foreach ($row->actions as $action) { //do...

xPDO [Docs](https://docs.modx.com/xpdo/2.x/class-reference/xpdo/xpdo.getiterator) state that you can use cacheFlag but xPDOIterator just calls xPDOObject::_loadInstance() so there is no caching with iterators. Would be great to add cache support for iterators.

### Summary Gets `writeSchema()` working and addresses issue with escaped table prefixes/names format in queries for sqlsrv. ### Reason Schema file generation and all queries using a model were failing....