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
/
classes
/
ElggExtender.php
Age
Commit message (
Expand
)
Author
2011-01-02
Refs #2490. Using array_key_exists() instead of isset() in get() overrides to...
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-03
Refs #1320. Updated core to use elgg_echo()'s native string replacement.
brettp
2010-10-31
Refs #2597: Pushed getOwner and getOwnerEntity into ElggEntity and ElggExtender
ewinslow
2010-10-31
Refs #2597: Moved "implements Exportable" up to {{{ElggData}}}
ewinslow
2010-10-31
Improved initializeAttributes implementations
ewinslow
2010-10-31
Refs #2597: Added getURL(), getTimeCreated(), and initializeAttributes() to {...
ewinslow
2010-10-30
Refs #2597: pulled getOwner and getOwnerEntity functions into ElggData
ewinslow
2010-10-30
Refs #2597: Pulled Loggable functions with identical implementations into Elg...
ewinslow
2010-10-30
Refs #2597: Pulled identical {{{Iterator}}} and {{{ArrayAccess}}} implementat...
ewinslow
2010-10-30
Refs #2597: Added a new ElggData class that ElggEntity, ElggExtender, and Elg...
ewinslow
2010-10-28
Standardized code in all of core, not including language files, tests, or cor...
brettp
2010-09-22
Converted line endings to unix.
brettp
2010-09-22
Refs #2450: Documented a few more classes.
brettp
2010-09-06
Refs #2220: Pulled most classes / interfaces out of lib files (except query.p...
ewinslow