aboutsummaryrefslogtreecommitdiff
path: root/engine/classes
AgeCommit message (Expand)Author
2010-11-01Fixes #2603: Corrected is_public_page() to isPublicPage().brettp
2010-10-31Refs #2597: Pushed getOwner and getOwnerEntity into ElggEntity and ElggExtenderewinslow
2010-10-31Refs #2597: Deprecated Loggable::getObjectOwnerGUID()ewinslow
2010-10-31Refs #2597: Pulled __set, __get, __isset magic functions definitions into Elg...ewinslow
2010-10-31Refs #2597: Auto-initialize temp_metadata, temp_annotations, and volatile as ...ewinslow
2010-10-31Refs #2597: Moved "implements Exportable" up to {{{ElggData}}}ewinslow
2010-10-31Refs #2597: ElggEntity::initializeAttributes calls into parent initializeAttr...ewinslow
2010-10-31Improved initializeAttributes implementationsewinslow
2010-10-31Refs #2597: Entity type constructors all use initializeAttributes nowewinslow
2010-10-31Refs #2597: Added getURL(), getTimeCreated(), and initializeAttributes() to {...ewinslow
2010-10-30Refs #2597: pulled getOwner and getOwnerEntity functions into ElggDataewinslow
2010-10-30Refs #2597: Pulled Loggable functions with identical implementations into Elg...ewinslow
2010-10-30Refs #2597: Pulled identical {{{Iterator}}} and {{{ArrayAccess}}} implementat...ewinslow
2010-10-30Refs #2597: Added a new ElggData class that ElggEntity, ElggExtender, and Elg...ewinslow
2010-10-30finished the conversion to initializeAttributes()cash
2010-10-28Standardized code in all of core, not including language files, tests, or cor...brettp
2010-10-25Closes #2511. Query object classes removed.brettp
2010-10-22Removed @license, @copyright, and @author from files. License and copyright a...brettp
2010-10-20Refs #2465 - merged [7007] into trunk from 1.7 branchcash
2010-10-10ElggEntity::disable() and enable() now update the attributes so you don't hav...brettp
2010-09-30Refs #2344 - move account pages into pages directorycash
2010-09-24Refs #617: ElggUser:makeAdmin() and removeAdmin() correctly set the attribute...brettp
2010-09-23Refs #2450: Documented ElggSite, clarified some docs on ElggObject.brettp
2010-09-22Converted line endings to unix.brettp
2010-09-22Refs #2450: Documented a few more classes.brettp
2010-09-22Refs #2450: Documented ElggObject.brettp
2010-09-22Refs #2450: ElggEntity documented.brettp
2010-09-20Refs #2450: Documented first bit of the classes.brettp
2010-09-15Refs #2220: Pulled remaining classes out of lib files. Core classes now auto...ewinslow
2010-09-06Refs #2220: Pulled most classes / interfaces out of lib files (except query.p...ewinslow