aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-01-31Removing var_dump().brettp
2010-01-31Deprecated old search functions and views.brettp
2010-01-31Fixes #1164: can_write_to_container() now sends default values through contai...brettp
2010-01-31Somehow missed deleted a { on the last commit. All better now.brettp
2010-01-31htmlawed no longer creates tags with extra spaces (<p >).brettp
2010-01-31Fixes #1289: Pragma: public header added for RSS feeds.brettp
2010-01-31Fixes #804: A relationship is created between a new user and the site it was ...brettp
2010-01-31Fixes #959: Added elgg_http_remove_url_query_element() to remove a GET elemen...brettp
2010-01-30Changed array_key_exists() to isset() in elgg_validate_action_url().brettp
2010-01-30Added checking for $query array in elgg_validate_action_url().brettp
2010-01-30Setting a default value to avoid notices.brettp
2010-01-30Fixes #1425, Fixes #1341: Upgraded htmlawed to latest. Altered the htmlawed a...brettp
2010-01-30Refs #1425: Cleaned up regexp for parlse_urls().brettp
2010-01-29Fixes #1468: Cleaned up logic for enabling and disabling plugins. Checking fo...brettp
2010-01-29Removed unneeded owner block icons from admin.brettp
2010-01-29Added db migration 2010012901 that adds last_action column to entities table.brettp
2010-01-29Fixes #1472: get_entity_relationships() supports inverse relationships.brettp
2010-01-29Fixes #1470, Fixes #1471: elgg_view_regenerate_simplecache() no longer trigge...brettp
2010-01-28Updated changes for previous commit.brettp
2010-01-28Corrected clear_plugin_setting() to only remove a single plugin setting inste...brettp
2010-01-28changed my email address to web site in contributors filecash
2010-01-28Fixes #1049, Fixes #1435: Admin-created users and first admin user are marked...brettp
2010-01-27Fixes #1419: Added remove_from_river_by_annotation(). Deleting annotations no...brettp
2010-01-27Updated changes.brettp
2010-01-27Fixes #1465: Added unregister_event_handler() and unregister_plugin_hook().brettp
2010-01-27Fixes #1464: A new session is created in logout() after destorying the old se...brettp
2010-01-26Updated changes for the display name change.brettp
2010-01-26Display names are limited to 50 chars and have HTML tags removed.brettp
2010-01-26Bumped version number in README.brettp
2010-01-26Fixed a typo in css that broke everything in FF 3.6.brettp
2010-01-26Fixes #1454: Applied Cash's patch. Bad plugins are automatically disabled an...brettp
2010-01-25Fixes #1450, Fixes #1461: Using $_SERVER['REQUEST_URI'] to pull in GET params...brettp
2010-01-24Correctly forwarding messages among multiple forwards (action_gatekeeper() ->...brettp
2010-01-24Refs #1450, Refs #1461, Refs #1460: Install now clears out views caches.brettp
2010-01-24Masking dbpassword in dianostics file.brettp
2010-01-24Fixes #1460, Fixes #1459: Tokens are not required to disable a plugin or inst...brettp
2010-01-24Refs #1459: Added missing security tokens for failsafe (installation) view.brettp
2010-01-24Removing calls to engine/start.php in action files.brettp
2010-01-24Added best practices to CODING.txt.brettp
2010-01-23Fixed missing ) causing a WSOD.brettp
2010-01-23Fixes #1455: Updated search URL for admin user search. (The old one worked, b...brettp
2010-01-22Changed uservalidationbyemail to not use an action and cleaned up some of its...brettp
2010-01-22Fixed a bug preventing messages and warnings from passing during a forward().brettp
2010-01-21Updated views to use output/url with action flag set.brettp
2010-01-21Removed output/action_link view as it duplicated much of output/url.brettp
2010-01-21Removing debug output from previous commit.brettp
2010-01-21Corrected a possible SQL insertion bug in elgg_get_entity_metadata_where_sql().brettp
2010-01-21Fixing bug in resizing function that would incorrectly attempt to crop a pict...brettp
2010-01-21Changed default declaration of $vars in elgg_view() to array().brettp
2010-01-21Fixed a typo causing a WSOD.brettp