index
:
lorea/elgg
floxglove-1
floxglove-2
floxglove-3
lorea-preprod
master
saravea
saraveadev
Social Networking Engine
Saravea
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engine
/
tests
/
objects
/
entities.php
Age
Commit message (
Expand
)
Author
2011-10-09
Fixes #3948 cleaning up stuff left behind by unit tests
Cash Costello
2011-10-08
Fixes #3946 deleting the temporary entities created in entity unit tests
Cash Costello
2011-10-08
Fixes #3942 fixed all the warnings and notices in the unit tests
Cash Costello
2011-04-14
fixed unit test broken by that last commit (we were returning a string from g...
cash
2011-02-20
Fixes #2963: Rewrote ElggEntity->setMetadata() because yikes. Wrote unit test...
brettp
2011-02-13
Deprecated ElggEntity->clearMetadata() by ElggEntity->deleteMetadata(). Disab...
brettp
2011-02-12
Refs #650. Replaced calls to get_annotations() by elgg_get_annotations().
brettp
2011-02-08
Refs #2543: Core uses the new functions from previous commit.
brettp
2011-01-06
Refs #1242, Fixes #2775. Pulled common code between get_data() and get_data_r...
brettp
2010-11-20
Fixes #2668 adding getOwnerGUID()
cash
2010-11-20
Fixes #2490: attributes initialize to NULL instead of empty string or 0. Upd...
ewinslow
2010-11-20
Fixes #2473: removes initialise_entity_cache()
ewinslow
2010-11-13
Cleaning up database after new ElggEntity unit test.
nickw
2010-11-12
Updating ElggEntity::clearMetaData() to fail when passed a non-existent metad...
nickw
2010-10-31
Refs #2597 - fixes some unit tests broken in the reorg of the data models
cash
2010-10-30
finished the conversion to initializeAttributes()
cash
2010-10-22
Removed @license, @copyright, and @author from files. License and copyright a...
brettp
2010-06-02
Requesting annotations from a non-existent subtype will now return nothing in...
nickw
2010-05-20
Update unit tests for last_action column.
brettp
2010-03-01
Fixed unit tests for exportable values after [3977].
brettp
2009-10-13
Swallowing all Elgg notices within unit tests.
nickw
2009-10-12
Adding unit tests for the ElggObject class.
nickw
2009-10-09
Creating an ElggObject unit test.
nickw
2009-10-08
Adding unit test for ElggEntity annotations.
nickw
2009-10-08
Adding generic unit tests for ElggEntity.
nickw