Age | Commit message (Expand) | Author |
2010-11-02 | Using REFERER shorthand throughout core | ewinslow |
2010-11-02 | Refs #2538: Removed stray 'f' from elgg.system_messages that was causing fata... | ewinslow |
2010-11-02 | Refs #2538: ignoring jsTestDriver.conf | ewinslow |
2010-11-02 | Refs #2538: Moved jsTestDriver.conf to js/tests/ | ewinslow |
2010-11-02 | Refs #2538: Moved js directory to elgg root. | ewinslow |
2010-11-02 | Refs #2538: Renamed elgg.extendUrl to elgg.normalize_url | ewinslow |
2010-11-02 | Refs #2538: Added type checking to some more core functions | ewinslow |
2010-11-02 | Refs #2538: Added Elggy event system. Javascript boot sequence mimics PHP. | ewinslow |
2010-11-01 | Fixes #2318: Adjusted system message markup + styles to work with ajax actions | ewinslow |
2010-11-01 | Refs #2538: Pulled in support for ajax actions | ewinslow |
2010-11-01 | Refs #2538: Added some models, inheritance, more bootstrapping code | ewinslow |
2010-11-01 | Refs #2538: Pulled in some i18n features | ewinslow |
2010-11-01 | Commented some js Test files | ewinslow |
2010-11-01 | Switched jsTestDriver.conf to use default jsTestDriver port | ewinslow |
2010-11-01 | Fixes #2603: Corrected is_public_page() to isPublicPage(). | brettp |
2010-11-01 | Refs #2538: Pulled in elgg JS object and unit tests | ewinslow |
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 | added unit test for previous commit | cash |
2010-10-31 | Refs #2210 - added functions for managing javascript and css files | cash |
2010-10-31 | Fixed bug in regression test for upscaling turned off | cash |
2010-10-31 | Fixes for [7165] - entity variable changed | cash |
2010-10-31 | updated unit test for file matrix to reflect updates in directory structure a... | cash |
2010-10-31 | Refs #2597 - fixes some unit tests broken in the reorg of the data models | cash |
2010-10-31 | Unit tests with the system log turned on are too slow | cash |
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 #2128 - added stack context functions | cash |
2010-10-30 | Refs #2597: Added a new ElggData class that ElggEntity, ElggExtender, and Elg... | ewinslow |
2010-10-30 | Changed get_submenu to elgg_get_submenu | ewinslow |
2010-10-30 | Refs #2598: Converted the rest of the $vars['url'] references to elgg_get_sit... | ewinslow |
2010-10-30 | Refs #2598: Converted most $vars['url'] to elgg_get_site_url() | ewinslow |
2010-10-30 | checking if the site has any groups before looping over them | cash |
2010-10-30 | fixed minor issue where blog code wasn't setting type when getting subtype | cash |
2010-10-30 | Refs #2598: Converted virtually all uses of $CONFIG->wwwroot to elgg_get_site... | ewinslow |
2010-10-30 | finished the conversion to initializeAttributes() | cash |
2010-10-30 | Fixes #2598: Added elgg_get_site_url() | ewinslow |
2010-10-30 | Replaced $_SESSION['id'] and $_SESSION['guid'] with get_loggedin_userid() | ewinslow |
2010-10-30 | fixed php exception and error handlers not being next to each other in elgglib | cash |
2010-10-30 | ripped out last remaining tentacles of old installer from core - just needs r... | cash |
2010-10-30 | Refs #1439: Using new page_owner functions in all of core | ewinslow |
2010-10-30 | Refs #2124: Using get_loggedin_user functions instead of $vars['user'], $_SES... | ewinslow |