aboutsummaryrefslogtreecommitdiff
path: root/engine
AgeCommit message (Expand)Author
2009-10-09Standardized annotations.php.brettp
2009-10-09Standardized admin.phpbrettp
2009-10-09Standardized activity.brettp
2009-10-09Standardized actions.phpbrettp
2009-10-09Reverted back to previous copy removing Justin's search because of views prob...brettp
2009-10-09Pulled in Justin's search changes from github.brettp
2009-10-09Creating an ElggObject unit test.nickw
2009-10-08Adding unit test for ElggEntity annotations.nickw
2009-10-08Brought access.php and sesssion.php up to code standards.brettp
2009-10-08Adding generic unit tests for ElggEntity.nickw
2009-10-07database.php now more closely matches coding standards.brettp
2009-10-07Fixes #1181: UTF8 now correctly stored in database.brettp
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