aboutsummaryrefslogtreecommitdiff
path: root/engine
AgeCommit message (Expand)Author
2013-04-29Adding single quote anchor to parse_url unit testJeff Tilson
2013-04-29Including internet archive url test in existing test_parse_url functionJeff Tilson
2013-04-29Fixes #2057 (broken internet archive links)Jeff Tilson
2013-04-21Fixes #5207 returning false if filename is not setCash Costello
2013-04-21fixed typos on method nameCash Costello
2013-04-20Fixes #5244 adds nofollow to anchor tags created by parse_urls()cash
2013-04-20Fixes #5369 allows ! in urls and adds unit testsCash Costello
2013-04-20Fixes #5004 fixed some documentation in database libCash Costello
2013-04-19Fixes #4530 not caching 0 as page ownercash
2013-04-19Fixes #5233 password reset uses entity save so memcache is clearedcash
2013-04-19Fixes #5367 returning all groups that a user belongs to - need to deprecate t...Cash Costello
2013-04-16Fixes #5362 correctly getting user on user plugin settings pagecash
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-13removed query cache reset from unit test of acl. If this is needed, is bug in...cash
2013-04-13cleanup of entity caching codecash
2013-04-13removed remnants of db profilingcash
2013-04-13documentation updatescash
2013-04-13Merge pull request #5309 from mrclay/5230Cash Costello
2013-03-31Fixes #4972: More robust friendly titles implementationSteve Clay
2013-03-31Fixes #5297: Improve error message in cases of suspected cross-domain loginSteve Clay
2013-03-30Fixes #5302 - Automatically registers view to simplecache on elgg_get_simplec...Paweł Sroka
2013-03-30Fixes #4378 prevent loading same library name twicecash
2013-03-30Refs #4356 do not display elgg_dump() messages on js or css requestscash
2013-03-30Fixes #4867 handling boolean false values as metadata pair valuecash
2013-03-19Merge pull request #5222 from Srokap/ticket_5200Steve 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-03-10Fixes #5214: Successfully invalidates metadata cache in some corner casesSteve Clay
2013-03-11Refs #5199 - Adds additional info to locate output start in case of headers a...Paweł Sroka
2013-03-10fallback to json in web servicesCash Costello
2013-03-10Fixes #4823 returning ElggRelationship from check_entity_relationship() rathe...Cash Costello
2013-03-10require token for loginCash Costello
2013-03-06Fixes #4393 working around the overloaded 'count' parametercash
2013-03-06added a unit test for checking counting entities from egefaccash
2013-03-06Fixes #4566 upgrades location metadata on userscash
2013-03-06Fixes #5202 defining the global $CONFIG in upgrade_code()cash
2013-03-05Fixes #5165 handling html tags passed as tagsCash Costello
2013-02-27Fixes #5066. Empty subtypes are handled the same way for both 'subtype' and '...Brett Profitt
2013-02-27Fixes #5162. Not encoding URL in elgg_http_remove_url_query_element().Brett Profitt
2013-02-23Fixes #4997 stop requesting a token after a failed requestcash
2013-02-23Fixes #4883 do not regenerate cache when someone requests a non cached viewcash
2013-02-23Fixes #4971 serving languages from ajax page handler rather than simplecache ...cash