aboutsummaryrefslogtreecommitdiff
path: root/engine
AgeCommit message (Expand)Author
2009-10-07Fixes #790: Removing unneeded @s.brettp
2009-10-06Adding unit test methods to the new Entities test.nickw
2009-10-06Fixing a spacing issue with constructed SQL query.nickw
2009-10-05Removing old testing.php lib.brettp
2009-10-03Moved core tests into tests/core.brettp
2009-10-02Added more info to the test.brettp
2009-10-02Added unit tests for entities.brettp
2009-10-02Added unit tests.brettp
2009-10-02Added simpletest and start of unit tests.brettp
2009-09-23Updated the user picker to avoid possible mysql injection attacks and to sear...brettp
2009-09-21New river code added to allow user comment to be pulled out and displayeddave
2009-09-16Changed get_entities_from_access_collection() to get_entities_from_access_id(...brettp
2009-09-16Fixes #1238: Added ElggExtender::getOwnerEntity() and changed ElggExtender::g...brettp
2009-09-10Updated fixes for checking for admin in get_access_sql_prefix()brettp
2009-09-10Checking against admin metadata instead of $is_admin global in get_access_sql...brettp
2009-09-10Fixing a bug with when getting the sql suffix for the non-loggedin user.brettp
2009-09-07Updated livesearch page handler to use classes instead of hard coded css.brettp
2009-09-04Added strip_tags() to setting titles in ElggEntitybrettp
2009-09-04Patch submitted for ticket #886 rolled back as it was causing #1205 -> #886 w...dave
2009-09-03Adding additional hooks to add/remove/update users for access_collections()brettp
2009-09-03missing comma addeddave
2009-09-02order by bug fixed in get_entities_from_relationshipdave
2009-09-01a simple function which returns a string version of an entity's access leveldave
2009-08-31All line endings are now Unix-style.brettp
2009-08-28Fixes #1196: ElggEntity::disable() now accepts a 2nd arg for recursive. New ...brettp
2009-08-27Fixes #1191: set_input() was never being called for tag in search_page_handle...brettp
2009-08-26Added entity_owner_guid to get_annotations()brettp
2009-08-21Fixes #1180: Group join event triggered after joining group. This trigger's r...brettp
2009-08-20Whoa nelly this is a big one: Removed license and copyright for files.brettp
2009-08-11Fixes #942: In register_user, replaced sanitise_string() call with a simple t...brettp
2009-08-11Added timelower and timeupper to get_annotations() and __get_annotations_calc...brettp
2009-08-05Added documentation to list_entities_from_access_collection();brettp
2009-08-04Fixed a security issues when simple cache is off.brettp
2009-08-03Added starttime and endtime for get_entities_from_annotation().brettp
2009-07-29Added get/list_entities_from_access_collection().brettp
2009-07-29Fixes #1151: Added is_dir() check before attempting to create cache directory.brettp
2009-07-27Fixes #1148: Correctly comparing strings to get OS.brettp
2009-07-24Fixes #1144: Added comma between order by fields.brettp
2009-07-13Closes #1119: If post data not initially found then input stream is used.marcus
2009-07-08Closes #1111: Using substr instead of parse_url.marcus
2009-07-08Refs #427: Added $vars array to hook call.marcus
2009-07-07Refs #1099: Using write access hook to allow group-only ACLs. Need to examin...brettp
2009-07-06Closes #1075: XML-RPC client behaving as per specmarcus
2009-07-06Refs #1089: Added [B] flag to rewrite for tags. Won't work until apache 2.2....brettp
2009-07-06small tweak to filestoredave
2009-07-06Closes #742: Ability to retrieve master icon from getIcon() interface.marcus
2009-07-02order by now works on get entities from metadatadave
2009-07-01Refs #1058: Using validated metadata for new user permission check. Correctl...brettp
2009-07-01Refs #1086: Deprecating kses and removing it from core. Version bump.marcus
2009-07-01Closes #1097: Results set by set_input are now also filtered by get_input()marcus