Age | Commit message (Expand) | Author |
2010-03-10 | Added elgg_instanceof(). | brettp |
2010-03-03 | Pulled in missing interface modifications for the engine dir. | brettp |
2010-03-01 | Fixes #1558: Applied Cash's patch. Added unit tests to test for regressions ... | brettp |
2010-02-22 | Fixes #1531: Correctly implemented dates for friendly times. No more coding w... | brettp |
2010-02-21 | Deprecated elgg_validate_action_url() by elgg_add_action_tokens_to_url(). Up... | brettp |
2010-02-20 | Refs #1531: Added full time and dates to friendly time stamptes via acronym t... | brettp |
2010-02-17 | Refs #1523: elgg_get_entities() uses the constants for defaults and condition... | brettp |
2010-02-16 | Removing embed extended view from core. | brettp |
2010-02-12 | Can't type hint for strings. | brettp |
2010-02-12 | Fixes #1510: Added elgg_get_file_list(). get_library_files() wraps to this f... | brettp |
2010-02-12 | Fixes #1512: Using a helper function for mb_parse_str() instead of wrapping i... | brettp |
2010-02-11 | Fixes #1501: Setting ini for mbstring.internal_encoding to utf8 to work aroun... | brettp |
2010-02-09 | Fixes #1503, fixes #1474: Library files are loaded using a hard-coded list to... | brettp |
2010-02-06 | fixes #1486 - elgg_dump now works when sending to server error log | cash |
2010-02-05 | Fixes #1486: elgg_log() can now log arrays and objects to error_log(). | brettp |
2010-02-05 | Fixes #1481: Applie Mike's patch and created function elgg_http_add_url_query... | brettp |
2010-02-04 | Refs #1200: Changed logic in elgg_get_entity_type_subtype_where_sql() to retu... | brettp |
2010-02-01 | Fixes #340: add_menu() and make_register_object() deprecated. | brettp |
2010-02-01 | Fixes #1478: uh....how did that get in there? | brettp |
2010-02-01 | Fixes: #1475. elgg_http_build_url() correctly sets port number. | brettp |
2010-02-01 | Fixes #1261: Exceptions force an HTTP recache. | brettp |
2010-02-01 | Refs #1079: elgg_view() casts view to a string before attempting to call views. | brettp |
2010-02-01 | Add elgg_deprecated_notice() so we don't have to re-write all the elgg_log() ... | brettp |
2010-01-31 | Fixes #959: Added elgg_http_remove_url_query_element() to remove a GET elemen... | brettp |
2010-01-30 | Changed array_key_exists() to isset() in elgg_validate_action_url(). | brettp |
2010-01-30 | Added checking for $query array in elgg_validate_action_url(). | brettp |
2010-01-29 | Fixes #1470, Fixes #1471: elgg_view_regenerate_simplecache() no longer trigge... | brettp |
2010-01-27 | Fixes #1465: Added unregister_event_handler() and unregister_plugin_hook(). | brettp |
2010-01-24 | Correctly forwarding messages among multiple forwards (action_gatekeeper() ->... | brettp |
2010-01-22 | Fixed a bug preventing messages and warnings from passing during a forward(). | brettp |
2010-01-21 | Changed default declaration of $vars in elgg_view() to array(). | brettp |
2010-01-21 | elgg_http_build_query() now supports ports. | brettp |
2010-01-14 | Added checking and an ERROR log if elgg_view() is passed a non-array $vars. | brettp |
2010-01-13 | Creating a helper function to return INI values in bytes. | nickw |
2010-01-11 | Always generating action tokens with output/confirmlink. | nickw |
2009-12-20 | fixed bug where array of messages passed to system_messages caused execution ... | cash |
2009-12-17 | get_submenu was throwing out tons of notices - this should be fixed now | cash |
2009-12-07 | fixed issue where php notices were written to log on any debug level and adde... | cash |
2009-12-04 | fixes #1273 - replaced previous hack with call to getType | cash |
2009-12-03 | Trimming the paths when detecting which nav item to mark as selected. | brettp |
2009-12-02 | Changed the way the sidebar nav "selected" class is applied. Should yield mo... | brettp |
2009-11-11 | fixes #1339 - elgg_view_exists now handles view extensions for non-default vi... | cash |
2009-11-11 | get_views deprecated for elgg_get_views (just to be consistent with views api) | cash |
2009-11-10 | elgg_extend_view() replaces extend_view() | cash |
2009-11-10 | updated documentation of functions used in creating the topbar tools dropdown... | cash |
2009-11-09 | Removed old code from get_submenu(). | brettp |
2009-10-30 | Cleaning up logic regarding view error notices. | nickw |
2009-10-27 | Fixes #1161: Views now default to 'default' if not found. | brettp |
2009-10-27 | Created elgg_get_entities_from_metadata() and made get_entities_from_metadata(). | brettp |
2009-10-24 | Cleaned up some code in elgg_view(). | brettp |