aboutsummaryrefslogtreecommitdiff
path: root/engine/classes
AgeCommit message (Expand)Author
2010-11-20Refs #2629 Brett is correct - don't need the call to initializeAttributes() b...cash
2010-11-20Refs #2629 This should fix this ticket. Need to remove initialise_attributes ...cash
2010-11-20added some light styling to the widget control buttonscash
2010-11-20Fixes #2629: Pulled old initialise_attributes() into ElggData and added a def...brettp
2010-11-20moved save widget settings function to ElggWidgetcash
2010-11-20fixed bug where widgets were not saving their new positioncash
2010-11-20do not need special canEdit method for ElggWidgetcash
2010-11-20Refs #2668 adds getContainerGUID()cash
2010-11-20Fixes #2668 adding getOwnerGUID()cash
2010-11-20Fixes #2490: attributes initialize to NULL instead of empty string or 0. Upd...ewinslow
2010-11-20Marking initialise_attributes as deprecated in ElggPluginewinslow
2010-11-20Marking initialise_attributes as deprecatedewinslow
2010-11-20Fixes #2473: removes initialise_entity_cache()ewinslow
2010-11-19users can delete widgets from layoutcash
2010-11-19moved some widget functionality into ElggWidget classcash
2010-11-15Fixes #1417 Users get notified when their accounts are not validated for any ...cash
2010-11-14Refs #1417 Elgg core now passes back useful messages to user when log in fail...cash
2010-11-14fixed typo in commentcash
2010-11-14No comment...ewinslow
2010-11-14Wow, what a blunder -- what to go deleting random methods, Winslowewinslow
2010-11-14Refs #2486: Added support for the 'recursive' parameter to ElggEntity::delete()ewinslow
2010-11-14Added comments to several undocumented methodsewinslow
2010-11-10Fixes #2367: With fear and trepidation, converting events/plugin hooks to use...ewinslow
2010-11-06replaced usages of make_file_matrix() with new method makeFileMatrix()cash
2010-11-03Refs #1320. Updated core to use elgg_echo()'s native string replacement.brettp
2010-11-03Fixes #2050: Added subtype parameter to can_write_to_container functions and ...ewinslow
2010-11-03Fixes #2134: Moved getContainerEntity() method to ElggEntityewinslow
2010-11-02Refs #2463: Removed some more instances of $CONFIG->url. Added support for e...ewinslow
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