Age | Commit message (Expand) | Author |
2010-11-03 | Fixes #2151: Replaced elgg_get_viewtype() implementation with @cash's much si... | ewinslow |
2010-11-03 | Refs #1411: Deprecated list_entities_from_relationship() in favor of elgg_lis... | ewinslow |
2010-11-03 | Fixes #2606: Abstracted elgg_list_entities. Takes an optional second argumen... | ewinslow |
2010-11-03 | Added .txt for consistency | ewinslow |
2010-11-02 | Fixes #2360: page_draw => elgg_view_page in core + bundled plugins | ewinslow |
2010-11-02 | Fixed several typos in documentation examples | ewinslow |
2010-11-02 | Refs #2360: Deprecated page_draw in favor of elgg_view_page. Updated package... | ewinslow |
2010-11-02 | Added url normalization support to elgg_register_js and elgg_register_css | ewinslow |
2010-11-02 | Corrected a couple typos in the documentation that are being registered as ph... | ewinslow |
2010-11-02 | Fixes #2463: Removed gratuitous references to $CONFIG->url, etc. from the res... | ewinslow |
2010-11-02 | Refs #2463: Removed gratuitous references to $CONFIG->url, etc. in blog - gro... | ewinslow |
2010-11-02 | Refs #2463: Added URL normalization support for entity and extender url handlers | ewinslow |
2010-11-02 | Refs #2463: page_elements/content_header normalizes 'new_link' | ewinslow |
2010-11-02 | Refs #2463: Fixed typo of elgg_normalize_url function | ewinslow |
2010-11-02 | Refs #2463: Removed some more instances of $CONFIG->url. Added support for e... | ewinslow |
2010-11-02 | Refs #2463: Added url normalization support to output/url, output/confirmlink... | ewinslow |
2010-11-02 | Refs #2463: Removed many more graituitous calls to elgg_get_site_url(), $CONF... | ewinslow |
2010-11-02 | Refs #2463: input/form now normalizes the action parameter | ewinslow |
2010-11-02 | Refs #2463: Removed stay { that was causing the regexp to break | ewinslow |
2010-11-02 | Refs #2463: Removed some gratuitous calls to elgg_get_site_url() from core pl... | ewinslow |
2010-11-02 | Refs #2463: Added elgg_normalize_url. forward() and add_menu() make use of it | ewinslow |
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 |