aboutsummaryrefslogtreecommitdiff
path: root/engine
AgeCommit message (Expand)Author
2009-12-14closes #1277 - display_tagcloud() now has same parameters as get_tags()cash
2009-12-14fixed line endings on services api unit testscash
2009-12-10closes #1244 - checking whether file exists before deleting it in cachecash
2009-12-10using defines for ACCESS values - closes #1064cash
2009-12-09minor tweak in comment - closes #1264cash
2009-12-09fixes #1323 and #1186 - PHP 5.3 requires magic methods to be publiccash
2009-12-08fixes #1305 - user and entity cache now cleared on deletecash
2009-12-08gatekeeper functions now display helpful messages - closes #1060cash
2009-12-08fixes #1287 - users now removed from group acl when leaving group - changed o...cash
2009-12-07Adding alias ElggSession methodsnickw
2009-12-07fixes #1187cash
2009-12-07fixed issue where php notices were written to log on any debug level and adde...cash
2009-12-07removed code that wasn't doing anything in access.phpcash
2009-12-07fixed typo in get_entities_from_relationship()cash
2009-12-05get_entities_from_annotations was ignoring group_guid - setting container_gui...cash
2009-12-05if there is already a user in the session, we don't need to set the code from...cash
2009-12-05fixed bug introduced in [3608]cash
2009-12-04fixes #1273 - replaced previous hack with call to getTypecash
2009-12-04fixes #1397 and updates unit tests - comma was missingcash
2009-12-03fixes #1396 - thanks for reporting thiscash
2009-12-03Trimming the paths when detecting which nav item to mark as selected.brettp
2009-12-02Changed the way the sidebar nav "selected" class is applied. Should yield mo...brettp
2009-12-02closes #876 - profile language strings moved to profile plugincash
2009-11-24Fixing a bug resulting from get_loggedin_user() return FALSE.nickw
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