CRM-17645 - More consistent function naming
[civicrm-core.git] / Civi / API / SelectQuery.php
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