aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-11-04Fixes #2210 - using new functions for registering the core js and css filescash
2010-11-03Moved list_entities_groups to groups.php and deprecated in favor of elgg_list...ewinslow
2010-11-03Fixed missing ).brettp
2010-11-03Added myself to the copyright.brettp
2010-11-03Fixes #1320: Bundled mods use elgg_echo()'s internal string substitution.brettp
2010-11-03Refs #2351: deprecated get_objects_in_group() in favor of elgg_get_entities()...ewinslow
2010-11-03Refs #1320. Updated core to use elgg_echo()'s native string replacement.brettp
2010-11-03Refs #1320: elgg_echo() has built-in sprintf support.brettp
2010-11-03Refs #2582. Merged [7224] to trunk.brettp
2010-11-03Fixes #2440: Converted clearfloat to clearfix, brought back orig clearfloatewinslow
2010-11-03Refs #2050: Added missing docblock parametersewinslow
2010-11-03Fixes #2050: Added subtype parameter to can_write_to_container functions and ...ewinslow
2010-11-03Set return type of get_entity to ElggEntityewinslow
2010-11-03Fixes #2134: Moved getContainerEntity() method to ElggEntityewinslow
2010-11-03Refs #1411: Deprecated get_entities_from_metadata_groups(_multi) in favor of ...ewinslow
2010-11-03bah! forgot to rename all variables in list_entities_from_access_idewinslow
2010-11-03Fixed regression in deprecated list_entities_from_access_id -- was passing ac...ewinslow
2010-11-03Fixes #2128 - replaces all uses of set_context() and get_context() in core an...cash
2010-11-03Fixes #2151: Replaced elgg_get_viewtype() implementation with @cash's much si...ewinslow
2010-11-03Refs #1411: Deprecated list_entities_from_relationship() in favor of elgg_lis...ewinslow
2010-11-03Fixes #2606: Abstracted elgg_list_entities. Takes an optional second argumen...ewinslow
2010-11-03Added .txt for consistencyewinslow
2010-11-02Fixes #2360: page_draw => elgg_view_page in core + bundled pluginsewinslow
2010-11-02Fixed several typos in documentation examplesewinslow
2010-11-02Refs #2360: Deprecated page_draw in favor of elgg_view_page. Updated package...ewinslow
2010-11-02Added url normalization support to elgg_register_js and elgg_register_cssewinslow
2010-11-02Corrected a couple typos in the documentation that are being registered as ph...ewinslow
2010-11-02Fixes #2463: Removed gratuitous references to $CONFIG->url, etc. from the res...ewinslow
2010-11-02Refs #2463: Removed gratuitous references to $CONFIG->url, etc. in blog - gro...ewinslow
2010-11-02Refs #2463: Added URL normalization support for entity and extender url handlersewinslow
2010-11-02Refs #2463: page_elements/content_header normalizes 'new_link'ewinslow
2010-11-02Refs #2463: Fixed typo of elgg_normalize_url functionewinslow
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: input/form now normalizes the action parameterewinslow
2010-11-02Refs #2463: Removed stay { that was causing the regexp to breakewinslow
2010-11-02Refs #2463: Removed some gratuitous calls to elgg_get_site_url() from core pl...ewinslow
2010-11-02Refs #2463: Added elgg_normalize_url. forward() and add_menu() make use of itewinslow
2010-11-02Using REFERER shorthand throughout coreewinslow
2010-11-02Refs #2538: Removed stray 'f' from elgg.system_messages that was causing fata...ewinslow
2010-11-02Refs #2538: ignoring jsTestDriver.confewinslow
2010-11-02Refs #2538: Moved jsTestDriver.conf to js/tests/ewinslow
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