aboutsummaryrefslogtreecommitdiff
path: root/engine
AgeCommit message (Expand)Author
2010-11-02Refs #2463: Removed some more instances of $CONFIG->url. Added support for e...ewinslow
2010-11-02Refs #2463: Added url normalization support to output/url, output/confirmlink...ewinslow
2010-11-02Refs #2463: Removed many more graituitous calls to elgg_get_site_url(), $CONF...ewinslow
2010-11-02Refs #2463: Removed stay { that was causing the regexp to breakewinslow
2010-11-02Refs #2463: Added elgg_normalize_url. forward() and add_menu() make use of itewinslow
2010-11-02Refs #2538: Moved js directory to elgg root.ewinslow
2010-11-02Refs #2538: Renamed elgg.extendUrl to elgg.normalize_urlewinslow
2010-11-02Refs #2538: Added type checking to some more core functionsewinslow
2010-11-02Refs #2538: Added Elggy event system. Javascript boot sequence mimics PHP.ewinslow
2010-11-01Fixes #2318: Adjusted system message markup + styles to work with ajax actionsewinslow
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