Age | Commit message (Expand) | Author |
2010-11-22 | Fixes #2488 "return" was missing in ElggSite::getObjects() (also updated some... | cash |
2010-11-22 | updated the deprecated list_site_members() to use new ElggSite::listMembers()... | cash |
2010-11-22 | widget column ids must be integers | cash |
2010-11-21 | deprecated two site functions and removed a use of previously deprecated func... | cash |
2010-11-20 | Refs #2629 Brett is correct - don't need the call to initializeAttributes() b... | cash |
2010-11-20 | Refs #2629 This should fix this ticket. Need to remove initialise_attributes ... | cash |
2010-11-20 | added some light styling to the widget control buttons | cash |
2010-11-20 | Fixes #2629: Pulled old initialise_attributes() into ElggData and added a def... | brettp |
2010-11-20 | moved save widget settings function to ElggWidget | cash |
2010-11-20 | fixed bug where widgets were not saving their new position | cash |
2010-11-20 | do not need special canEdit method for ElggWidget | cash |
2010-11-20 | Refs #2668 adds getContainerGUID() | cash |
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 | Marking initialise_attributes as deprecated in ElggPlugin | ewinslow |
2010-11-20 | Marking initialise_attributes as deprecated | ewinslow |
2010-11-20 | Fixes #2473: removes initialise_entity_cache() | ewinslow |
2010-11-19 | users can delete widgets from layout | cash |
2010-11-19 | moved some widget functionality into ElggWidget class | cash |
2010-11-15 | Fixes #1417 Users get notified when their accounts are not validated for any ... | cash |
2010-11-14 | Refs #1417 Elgg core now passes back useful messages to user when log in fail... | cash |
2010-11-14 | fixed typo in comment | cash |
2010-11-14 | No comment... | ewinslow |
2010-11-14 | Wow, what a blunder -- what to go deleting random methods, Winslow | ewinslow |
2010-11-14 | Refs #2486: Added support for the 'recursive' parameter to ElggEntity::delete() | ewinslow |
2010-11-14 | Added comments to several undocumented methods | ewinslow |
2010-11-10 | Fixes #2367: With fear and trepidation, converting events/plugin hooks to use... | ewinslow |
2010-11-06 | replaced usages of make_file_matrix() with new method makeFileMatrix() | cash |
2010-11-03 | Refs #1320. Updated core to use elgg_echo()'s native string replacement. | brettp |
2010-11-03 | Fixes #2050: Added subtype parameter to can_write_to_container functions and ... | ewinslow |
2010-11-03 | Fixes #2134: Moved getContainerEntity() method to ElggEntity | ewinslow |
2010-11-02 | Refs #2463: Removed some more instances of $CONFIG->url. Added support for e... | ewinslow |
2010-11-01 | Fixes #2603: Corrected is_public_page() to isPublicPage(). | brettp |
2010-10-31 | Refs #2597: Pushed getOwner and getOwnerEntity into ElggEntity and ElggExtender | ewinslow |
2010-10-31 | Refs #2597: Deprecated Loggable::getObjectOwnerGUID() | ewinslow |
2010-10-31 | Refs #2597: Pulled __set, __get, __isset magic functions definitions into Elg... | ewinslow |
2010-10-31 | Refs #2597: Auto-initialize temp_metadata, temp_annotations, and volatile as ... | ewinslow |
2010-10-31 | Refs #2597: Moved "implements Exportable" up to {{{ElggData}}} | ewinslow |
2010-10-31 | Refs #2597: ElggEntity::initializeAttributes calls into parent initializeAttr... | ewinslow |
2010-10-31 | Improved initializeAttributes implementations | ewinslow |
2010-10-31 | Refs #2597: Entity type constructors all use initializeAttributes now | 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-30 | finished the conversion to initializeAttributes() | cash |
2010-10-28 | Standardized code in all of core, not including language files, tests, or cor... | brettp |
2010-10-25 | Closes #2511. Query object classes removed. | brettp |
2010-10-22 | Removed @license, @copyright, and @author from files. License and copyright a... | brettp |