Search
Results (472)
- xPDO Bug #7922 (Open): getCollection groups results by primary key
- getCollection groups result sets by primary k ... ked to same associative array key with pk in xPDOObject::_loadCollectionInstance() somewhere a ... <pre> $objCollection[$pkval]= $obj; </pre>
- Revolution Bug #7908 (Open): modX::_log fails formatting parameters
- When modX::_log($level, $msg, $target, $def, ... ted instead of properly formatted as done in xPDO::_log.
- Revolution Bug #7816 (Open): REVO 2.3-dev : Notice when building schema for 3PC
- Hi all, When I build my new schemas for a ... ed index: version in C:\wamp\www\revo23\core\xpdo\om\xpdogenerator.class.php on line 217 [/code] S ... -when-building-schema-for-3pc#dis-post-423157
- Revolution Bug #7798 (Resolved): Use of array_diff_assoc triggers E_NOTICE in PHP 5.4
- The use of array_diff_assoc() in the xPDO::loadClass() method triggers an E_NOTICE in PHP 5.4 which causes problems with xPDO-based applications not expecting these notic ... tored to avoid the E_NOTICE issue altogether.
- xPDO Bug #7797 (Resolved): Use of array_diff_assoc triggers E_NOTICE in PHP 5.4
- The use of array_diff_assoc() in the xPDO::loadClass() method triggers an E_NOTICE in PHP 5.4 which causes problems with xPDO-based applications not expecting these notic ... tored to avoid the E_NOTICE issue altogether.
- Proposals Feature #7790 (Open): Refactor Providers to be REST-based
- h2. Proposal Summary * Convert currently x ... system, caching could be constrained to the xPDOObjects representing the data, allowing prope ... i.extras.modx.com/v1/repository GET </pre>
- Proposals Project: Proposals
- Proposals for new features for MODX Revolution and/or xPDO. Submissions to this project eventually end ... assigned a development team for integration.
- Documentation Task #7683 (Open): Add "NOT IN" operator to xPDOQuery.where
- xPDOQuery.where also supports an "NOT IN" (with s ... in the docs on http://rtfm.modx.com/display/xPDO20/xPDOQuery.where https://github.com/modxcms/xpdo/commit/46f2ffe24e8bd3dba434d84a080c239abd2da ... array('width:NOT IN' => array(15,16,17,20)));
- MODX.com Website Bug #7664 (Open): updateCollection set values issue
- When doing updateCollection and specify the s ... e time is runtime Error. the problem is in *xpdoquery.class.php* file. Line # 115. $sql.= ... !!! the space should be added before WHERE
- xPDO Feature #7614 (Feedback): addRelated to wrap addOne or addMany
- There's some confusion with addOne and addMan ... to not have to worry about that, but having xPDO figuring out which method should be used by ... it would make adding related objects easier.