aboutsummaryrefslogtreecommitdiff
path: root/engine
AgeCommit message (Expand)Author
2010-11-01Refs #2538: Pulled in support for ajax actionsewinslow
2010-11-01Refs #2538: Added some models, inheritance, more bootstrapping codeewinslow
2010-11-01Refs #2538: Pulled in some i18n featuresewinslow
2010-11-01Commented some js Test filesewinslow
2010-11-01Fixes #2603: Corrected is_public_page() to isPublicPage().brettp
2010-11-01Refs #2538: Pulled in elgg JS object and unit testsewinslow
2010-10-31Refs #2597: Pushed getOwner and getOwnerEntity into ElggEntity and ElggExtenderewinslow
2010-10-31Refs #2597: Deprecated Loggable::getObjectOwnerGUID()ewinslow
2010-10-31added unit test for previous commitcash
2010-10-31Refs #2210 - added functions for managing javascript and css filescash
2010-10-31Fixed bug in regression test for upscaling turned offcash
2010-10-31Fixes for [7165] - entity variable changedcash
2010-10-31updated unit test for file matrix to reflect updates in directory structure a...cash
2010-10-31Refs #2597 - fixes some unit tests broken in the reorg of the data modelscash
2010-10-31Unit tests with the system log turned on are too slowcash
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 #2128 - added stack context functionscash
2010-10-30Refs #2597: Added a new ElggData class that ElggEntity, ElggExtender, and Elg...ewinslow
2010-10-30Refs #2598: Converted virtually all uses of $CONFIG->wwwroot to elgg_get_site...ewinslow
2010-10-30finished the conversion to initializeAttributes()cash
2010-10-30Fixes #2598: Added elgg_get_site_url()ewinslow
2010-10-30fixed php exception and error handlers not being next to each other in elgglibcash
2010-10-30ripped out last remaining tentacles of old installer from core - just needs r...cash
2010-10-30Refs #1439: Using new page_owner functions in all of coreewinslow
2010-10-30Refs #2124: Using get_loggedin_user functions instead of $vars['user'], $_SES...ewinslow
2010-10-30organized functions in elgglib by purpose - more or lesscash
2010-10-30pulled navigation functions out of elgglib.phpcash
2010-10-30moved datalist code into the configuration libcash
2010-10-30fixed spelling mistake in commentcash
2010-10-30moved file path cache functions into the cache lib which seems to be a more l...cash
2010-10-30Fixed an invalid call to get_pageowner_guid() in can_edit_entity().brettp
2010-10-28Fixes #2544. Pulled out the eval() for creating elgg_*() mb wrapper functions.brettp
2010-10-28Fixes #2150: Removed old code in filestore.brettp
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-22Fixes #733 - events now support PHP callbackscash
2010-10-22better creation of event and plugin hook registration arrayscash
2010-10-22Fixes #2466 - split events() into register and trigger functionscash
2010-10-21Refs #733 - plugin hooks now support PHP callbackscash
2010-10-20Refs #2410 - merged [7024] into trunk from 1.7 branchcash