Merge pull request #7937 from monishdeb/CRM-18118
[civicrm-core.git] / Civi / API / SelectQuery.php
2016-02-12 Monish DebMerge pull request #7661 from agileware/crm-17848
2016-02-03 Eileen McNaughtonMerge pull request #7732 from eileenmcnaughton/CRM...
2016-02-02 colemanwMerge pull request #7637 from jmcclelland/CRM-17812
2016-02-01 Eileen McNaughtonMerge pull request #7696 from eileenmcnaughton/CRM...
2016-01-27 Eileen McNaughtonMerge pull request #7672 from eileenmcnaughton/index
2016-01-27 Monish DebMerge pull request #7595 from monishdeb/CRM-17807
2016-01-27 colemanwMerge pull request #7665 from julialongtin/safe_changes
2016-01-26 colemanwMerge pull request #7625 from totten/master-case-rel
2016-01-26 colemanwMerge pull request #7656 from totten/master-civi-ns
2016-01-26 Tim OttenMerge pull request #7642 from totten/master-wp-path
2016-01-25 Monish DebMerge pull request #7603 from jitendrapurohit/CRM-17810
2016-01-25 Yashodha ChakuMerge pull request #7636 from jitendrapurohit/CRM-17839
2016-01-25 Eileen McNaughtonMerge pull request #7650 from eileenmcnaughton/tests
2016-01-25 colemanwMerge pull request #7647 from colemanw/CRM-17645
2016-01-24 Coleman WattsCRM-17645 - Tests and better joins for selectWhereClause
2016-01-21 Eileen McNaughtonMerge pull request #7622 from totten/master-api-setting...
2016-01-21 Eileen McNaughtonMerge pull request #7583 from JMAConsulting/CRM-16259-6
2016-01-21 Tim OttenMerge pull request #7624 from totten/master-phpunit
2016-01-18 Coleman WattsMerge branch 'PalanteJon-CRM-17552-v2'
2016-01-18 Monish DebMerge pull request #7605 from monishdeb/CRM-17685
2016-01-17 colemanwMerge pull request #7592 from colemanw/CRM-17645
2016-01-15 Coleman WattsCRM-17645 - More consistent function naming
2016-01-15 Coleman WattsCRM-17645 - Introduce aclWhere clause into case search
2016-01-14 Coleman WattsCRM-17795 - Prevent (most) redundant acl sub clauses
2016-01-14 Coleman WattsCRM-17795 - Fix order by to work across joins
2016-01-14 Coleman WattsCRM-17645 - Refactor case permissions to go through...
2016-01-14 Monish DebMerge pull request #7584 from jitendrapurohit/CRM-17809
2016-01-14 Monish DebMerge pull request #7535 from monishdeb/unitTestFixes
2016-01-13 Eileen McNaughtonMerge pull request #7476 from JMAConsulting/CRM-16259-4
2016-01-12 Monish DebMerge pull request #7582 from jitendrapurohit/CRM-17797
2016-01-12 colemanwMerge pull request #7565 from colemanw/CRM-17795
2016-01-12 Coleman WattsCRM-17795 - Apparently not every DAO has a BAO
2016-01-11 Coleman WattsCRM-17795 - Api explorer join style improvement
2016-01-11 Coleman WattsCRM-17795 - Hard fail if permission denied for api...
2016-01-11 Coleman WattsCRM-17795 - Validate nested input
2016-01-11 Coleman WattsCRM-17795 - Support joins in api explorer
2016-01-09 Coleman WattsCRM-17795 - Enforce maximum join depth
2016-01-09 Coleman WattsCRM-17795 - Add aclWhere clause to api joins
2016-01-09 Coleman WattsCRM-17795 - Add aclWhere clause to contact-related...
2016-01-09 Coleman WattsCRM-17795 - Add basic permission checks for api joins
2016-01-09 Coleman WattsCRM-17795 - Api test fixes
2016-01-09 Coleman WattsCRM-17795 - Fix uniqueName handling in api.get
2016-01-09 Coleman WattsCRM-17795 - Add support for sql joins in api.*.get
2016-01-09 Coleman WattsCRM-17795 - Refactor api SelectQuery into a class