aboutsummaryrefslogtreecommitdiff
path: root/engine/classes
AgeCommit message (Expand)Author
2013-06-01Add filtering for site entities, faster filteringSteve Clay
2013-05-23Refs #5522. Removed unused code.Brett Profitt
2013-05-23Fixes #5522. Only adding children elements to menu items if they haven't alre...Brett Profitt
2013-05-05Fixes #5435: Allows upgrade to boot on old schemasSteve Clay
2013-04-21Fixes #5207 returning false if filename is not setCash Costello
2013-04-21fixed typos on method nameCash Costello
2013-04-14entity and query cache are size limited so don't need cache clearing in ElggB...cash
2013-04-13Fixes #4978 integrates LRU cache for db query cachecash
2013-04-13updated lru cache so easier to integratecash
2013-04-13adds LRU cachecash
2013-04-13introduces _elgg_invalidate_query_cache() to dry up the db query cache codecash
2013-04-13cleanup of entity caching codecash
2013-04-13documentation updatescash
2013-03-31Fixes #4972: More robust friendly titles implementationSteve Clay
2013-03-16engine now is standards compliantcash
2013-03-16fixed extra ignorecash
2013-03-16more coding standard fixescash
2013-03-16coding standardscash
2013-03-15more coding standard fixescash
2013-03-15fixed some coding standards issues as detected by code snifferCash Costello
2013-02-09cleaned up some coding standard issuescash
2013-02-09updated todo comment on compareByWeightcash
2013-02-09Lots of new @todos :(Steve Clay
2013-02-09Fixes #5052 using name for annotations and using correct class for exportCash Costello
2013-02-09remove unused code: vars, foreach keys, etcSteve Clay
2013-02-09simplify flow, styleSteve Clay
2013-02-09Small changes to remove static analysis noise and simplify flowSteve Clay
2013-02-09Doc fixes and inline type hints for variables (big static analysis cleanup)Steve Clay
2013-02-01Fixes #5022 not setting forward on ajax calls for walled gardenCash Costello
2013-01-25Fixes #4987 removed unnecessary codecash
2013-01-20Fixes #4991 CLI allowed when walled garden is turned onCash Costello
2013-01-08Merge pull request #412 from Srokap/filestore_loose_owner_controlBrett Profitt
2012-12-22Fixes #4856 removed incorrect argument to create_object_entity()Cash Costello
2012-12-18Merge branch 'pr-380' into 1.8Brett Profitt
2012-12-18Fixes #3940. Cleaned up caching for access functions. Access caches are now c...Brett Profitt
2012-12-17Merge branch 'pr-358' into 1.8Brett Profitt
2012-12-17Merge pull request #446 from mrclay/4929-18-entitiesoptBrett Profitt
2012-12-16Fixes #4962. Using get/setData() methods to store menu item original_order.Brett Profitt
2012-12-10Fixes #1479. Added ElggAutoP. Removing [\n\r] from test strings before compar...Brett Profitt
2012-12-07Fixed invalid type hint for ElggPluginManifestParser.Brett Profitt
2012-12-06Merge branch 'pr-420' into 1.8Brett Profitt
2012-12-05Renamed XmlElement changes to ElggXMLElement. Fixed plugin manifest parsing.Brett Profitt
2012-12-05Fixes 3468 - replaces xml_to_object function with MIT licensed implementation.Srokap
2012-12-01Make metadata prefetch respect accessSteve Clay
2012-11-26Refs #4933: cache in plugin constructor, remove $CONFIGSteve Clay
2012-11-26Fixes #4929: Optimize elgg_get_entities and add attribute loaderSteve Clay
2012-11-14Fixes #4861: allow lazy-loading for static method callbacks, allow more calla...Steve Clay
2012-11-04Fixes #1479 - Replaces WP autop with implementation from Steve Clay.Paweł Sroka
2012-10-25Merge pull request #293 from Srokap/ticket_3035Steve Clay
2012-10-25File access control omits now access to owner control.Srokap