aboutsummaryrefslogtreecommitdiff
path: root/engine/classes/ElggBatch.php
AgeCommit message (Expand)Author
2013-06-08Improved algorithm by tracking total incomplete entitiesSteve Clay
2013-06-08ElggBatch with incrementOffset off now handles incomplete entitiesSteve Clay
2013-06-04Fixes #5357: ElggBatch can now skip incomplete entitiesSteve Clay
2013-06-03Refs #5357: Introduces ElggBatch awareness of incomplete entities during fetchSteve Clay
2013-04-14entity and query cache are size limited so don't need cache clearing in ElggB...cash
2013-04-13introduces _elgg_invalidate_query_cache() to dry up the db query cache codecash
2013-02-09cleaned up some coding standard issuescash
2012-05-10Documented that results will be null if no results are returned in ElggBatch.Brett Profitt
2012-01-25Fixes #4288. Added setIncrementOffset() to ElggBatch.Brett Profitt
2012-01-09coding standard fixes to engineCash Costello
2011-12-23Refs #4239 improved the documentation on ElggBatch for the limit optioncash
2011-07-27Fixed some documentation.Brett Profitt
2011-03-09Fixed some typos in documentation of ElggBatch.brettp
2011-03-08Added a bit more docs to ElggBatch.brettp
2011-02-15Fixes #2808: elgg_get_array_value => elgg_extractewinslow
2011-02-14Clearing caches in ElggBatch.brettp
2011-02-13If using a callback in ElggBatch, make sure there's an initial value to return.brettp
2011-02-13Additional checking in ElggBatch for valid key.brettp
2011-02-13Added ability to get results of callback function in ElggBatch.brettp
2011-02-13Fixed ElggBatch problems when specifying a limit of 0. Fixed a shoot yourself...brettp
2011-02-13Added ElggBatch class for more efficient batch operations on large sets of El...brettp