aboutsummaryrefslogtreecommitdiff
path: root/engine
AgeCommit message (Expand)Author
2009-11-24Adding documentation to the unit test skeleton file.nickw
2009-11-24entities can now have metadata of 0 and return the correct type. Fixes #1192cash
2009-11-24fixes 1315 - language static now being set correctlycash
2009-11-24fixes #935cash
2009-11-24made the get user friends objects functions consistent and added some missing...cash
2009-11-23Deleting a user will remove all user files.nickw
2009-11-21fixes #1374 - owner_guid wasn't being set correctly in options arraycash
2009-11-21get_entities_from_metadata_multi() had bad option keys - related to #1374.cash
2009-11-21fixes #1380 - get_user_friends() was being called with subtype of desired obj...cash
2009-11-20Fixed a bug with group by and order by in elgg_get_entities. #ElggCampBAbrettp
2009-11-17updated some documentation on register_page_handler(). This fixes #1373cash
2009-11-14fixes #1169 as described on ticketcash
2009-11-14updated documentation of API functions - perhaps ready for developer previewcash
2009-11-14user object needs to be loaded from database into session on each page in cas...cash
2009-11-13Properly ordering annotation objects returned by Elgg methods.nickw
2009-11-13more test cases related to #1364.cash
2009-11-13should fix #1364 and added relevant unit test cases for this bug (yeah for un...cash
2009-11-12fixed typo with handling web services request parameters cash
2009-11-12rest api parameters can now have default valuescash
2009-11-12added a nonce to hmac signature and header so same call in same second does n...cash
2009-11-12Accidentally removed the eval with my debug statements.brettp
2009-11-12Wrapped all multibyte functions that are directly interchangable with non mb ...brettp
2009-11-12fixes #1286 - ElggPlugin get() wasn't handling "0" and returning null insteadcash
2009-11-12Data migration: Disabled execution time and clearing out caches to avoid OOM ...brettp
2009-11-12fixes #1329 - schema for river is fixed - was incomplete beforecash
2009-11-11fixes #1339 - elgg_view_exists now handles view extensions for non-default vi...cash
2009-11-11get_views deprecated for elgg_get_views (just to be consistent with views api)cash
2009-11-10Using php default functions instead of ElggUser in upgrade script.nickw
2009-11-10elgg_extend_view() replaces extend_view()cash
2009-11-10updated documentation of functions used in creating the topbar tools dropdown...cash
2009-11-10introducing a new web services handlercash
2009-11-10do not register notification rest api calls by default since no other apis ex...cash
2009-11-09Ignoring empty owner_guids in elgg_get_entities.brettp
2009-11-09Removed old code from get_submenu().brettp
2009-11-09REST api hmac signature encoding now compatible with Amazon S3 and OAuthcash
2009-11-07combined the two different pams into one and fixed an issue with hmac authent...cash
2009-11-07Moved default search hooks into search mod.brettp
2009-11-07fixed bug in list_entities() wrapper function - it was ignoring false values ...cash
2009-11-07fixes #1227 - this one has been causing nasty problems for far too longcash
2009-11-06removed space which would break the schema parsing routine for the next poor ...cash
2009-11-06removing username/password authorization for REST by default - developers can...cash
2009-11-06Removed old group search hook.brettp
2009-11-06Removed old user search.brettp
2009-11-06Added search for group, tags, and users.brettp
2009-11-06Added ability to pass 0 as a subtype meaning "entities without a subtype".brettp
2009-11-06Added default object search.brettp
2009-11-06Corrected documentation for elgg_get_entities_from_metadata()brettp
2009-11-04users now allowed to have multiple sessions but not multiple remember me cook...cash
2009-11-03standardized xml.php and fixed output of booleans in xml viewcash
2009-11-02Deprecated elgg_get_entities_from_annotations().brettp