Romain Tripault
Romain Tripault
## Bug report ### Summary With Revo 3 (3.0.1), getting a `modMediaSource` the "legacy way" is not possible (while for example retrieving a resource using `modx->getObject('modResource', 1)` works). ### Step...
Would it be useful (and possible) to allow aliases on multiple columns ? The first use case coming to my mind being ``` xml ```
### Summary First of all, i'm not sure if this is a bug (for my specific case) or rather the expected behavior. After moving all relationships from one object to...
Would be nice if we could use SQL comments on tables, columns & indexes, ie. (from [MySQL documentation](http://dev.mysql.com/doc/refman/5.5/en/alter-table.html)) : `ALTER TABLE t1 MODIFY col1 BIGINT UNSIGNED DEFAULT 1 COMMENT 'my...
Just adding a reference to modxcms/revolution#9487
When getting a new service, the service name is also used to define a property on `xPDO` (see https://github.com/modxcms/xpdo/blob/master/xpdo/xpdo.class.php#L1222). There should be some upfront check to make sure the property...
One might want to define a (sub)domain for assets, which could be hosted locally. To do so, we define a media source with an absolute URL (ie. `//assets.domain.tld`). phpThumb will...
On Revo 3, when you create a new resource, the modal seems not to contain any content field, resulting in versionx plugin triggering the following kind of error. ``` INSERT...
### What does it do? Moved the logic to add/remove the `collapsed` CSS class on the "trigger" to collapse/expand the manager left bar (trees) ### Why is it needed? The...