aboutsummaryrefslogtreecommitdiff
path: root/engine/tests
AgeCommit message (Expand)Author
2010-10-31added unit test for previous commitcash
2010-10-31Fixed bug in regression test for upscaling turned offcash
2010-10-31Fixes for [7165] - entity variable changedcash
2010-10-31updated unit test for file matrix to reflect updates in directory structure a...cash
2010-10-31Refs #2597 - fixes some unit tests broken in the reorg of the data modelscash
2010-10-31Unit tests with the system log turned on are too slowcash
2010-10-30finished the conversion to initializeAttributes()cash
2010-10-22Removed @license, @copyright, and @author from files. License and copyright a...brettp
2010-08-22Merged r6701:6756 from 1.7 branch into trunkcash
2010-08-22Merged [6600],[6601],[6605],[6606],[6607],[6608],[6611] from 1.7 branch into ...cash
2010-08-21Merged r6534-6559 from 1.7 branch to trunkcash
2010-08-21Merging r6517:6520 from 1.7 branchcash
2010-06-02Requesting annotations from a non-existent subtype will now return nothing in...nickw
2010-05-20Fixes #2159: Updated entity getter test to order by guid instead of time_crea...brettp
2010-05-20Update unit tests for last_action column.brettp
2010-05-10Admin area now uses standard submenu tools.brettp
2010-05-08Added new submenu system.brettp
2010-04-05Merged 5530:5604 from 1.7 to trunk.brettp
2010-03-10Added elgg_instanceof().brettp
2010-03-03Removing unneeded svn:executable properties on files.brettp
2010-03-01Fixes #1558: Applied Cash's patch. Added unit tests to test for regressions ...brettp
2010-03-01Fixed unit tests for exportable values after [3977].brettp
2010-02-24Fixes #1542: Pulled in Kevin's patch to add ability to sort by metadata. Add...brettp
2010-02-23Refs #1543: Added support to have pass an array as a value in the metadata_na...brettp
2010-02-18Getter API test: Moved the setup and tear down into the construct and destruc...brettp
2010-02-17Refs #1523: elgg_get_entities() uses the constants for defaults and condition...brettp
2010-02-17Fixes #1526: Big honking warning added to unit tests. Getter test also delet...brettp
2010-02-08Fixes #1496: delete_access_collection() invalidates the access collection cac...brettp
2010-02-06Refs #1200: Added tests to test for false being returned with elgg_get_entiti...brettp
2010-02-04Refs #1200: Changed logic in elgg_get_entity_type_subtype_where_sql() to retu...brettp
2010-01-12closes #1145 - deprecated current "copy constructor" for all entities and imp...cash
2009-12-14fixed line endings on services api unit testscash
2009-12-08fixes #1305 - user and entity cache now cleared on deletecash
2009-12-04fixes #1397 and updates unit tests - comma was missingcash
2009-11-24Adding documentation to the unit test skeleton file.nickw
2009-11-23Deleting a user will remove all user files.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-07combined the two different pams into one and fixed an issue with hmac authent...cash
2009-10-30Deprecating get_entities_from_access_id().nickw
2009-10-30Namespaced metadata keys for elgg_get_entities_from_metadata() so no clashes ...brettp
2009-10-29Fully deprecating file matrix use with username.nickw
2009-10-29Updating unit test to reflect deprecated functions.nickw
2009-10-27Removing local debug info from filestore unit test.nickw
2009-10-27Modifying user file locations to be based on guid.nickw
2009-10-27Fixed caching issue that caused metadata test for get_entities_from_metadata(...brettp
2009-10-25cleaned up the web services unit testscash
2009-10-23Creating a unit test for ElggUsernickw
2009-10-22more unit tests for REST apicash
2009-10-21Allowing entities to be retrieved by case-insensitive search.nickw