aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2010-01-21Fixes #750: All actions require __elgg_ts and __elgg_token.brettp
2010-01-21elgg_http_build_query() now supports ports.brettp
2010-01-21Adding a view to generate action links for single-click actions.brettp
2010-01-20Fixing bugs in search that would break pagination.brettp
2010-01-20Refs #1161: Added empty pagination view for RSS feeds.brettp
2010-01-20Resetting cropping coords for images that can't be cropped in filestore.brettp
2010-01-20Fixes #1445: get_resized_image_from_existing_file() has an optional parameter...brettp
2010-01-20Fixed documentation for time created and modified params in elgg_get_entities().brettp
2010-01-15Removing order by clause for now in search.brettp
2010-01-15Updated CHANGES for #1414.brettp
2010-01-14Stripping slashes on output of original search query.brettp
2010-01-14Allowing no table prefix in search_get_search_where_sql()brettp
2010-01-14Fixed incorrect order by for search sorting.brettp
2010-01-14Fixed an incorrect var name that caused a bug when hooking against a type but...brettp
2010-01-14Removed unnecessary view directories.brettp
2010-01-14Added checking and an ERROR log if elgg_view() is passed a non-array $vars.brettp