Age | Commit message (Expand) | Author |
2010-01-29 | Fixes #1468: Cleaned up logic for enabling and disabling plugins. Checking fo... | brettp |
2010-01-29 | Removed unneeded owner block icons from admin. | brettp |
2010-01-29 | Added db migration 2010012901 that adds last_action column to entities table. | brettp |
2010-01-29 | Fixes #1472: get_entity_relationships() supports inverse relationships. | brettp |
2010-01-29 | Fixes #1470, Fixes #1471: elgg_view_regenerate_simplecache() no longer trigge... | brettp |
2010-01-28 | Updated changes for previous commit. | brettp |
2010-01-28 | Corrected clear_plugin_setting() to only remove a single plugin setting inste... | brettp |
2010-01-28 | changed my email address to web site in contributors file | cash |
2010-01-28 | Fixes #1049, Fixes #1435: Admin-created users and first admin user are marked... | brettp |
2010-01-27 | Fixes #1419: Added remove_from_river_by_annotation(). Deleting annotations no... | brettp |
2010-01-27 | Updated changes. | brettp |
2010-01-27 | Fixes #1465: Added unregister_event_handler() and unregister_plugin_hook(). | brettp |
2010-01-27 | Fixes #1464: A new session is created in logout() after destorying the old se... | brettp |
2010-01-26 | Updated changes for the display name change. | brettp |
2010-01-26 | Display names are limited to 50 chars and have HTML tags removed. | brettp |
2010-01-26 | Bumped version number in README. | brettp |
2010-01-26 | Fixed a typo in css that broke everything in FF 3.6. | brettp |
2010-01-26 | Fixes #1454: Applied Cash's patch. Bad plugins are automatically disabled an... | brettp |
2010-01-25 | Fixes #1450, Fixes #1461: Using $_SERVER['REQUEST_URI'] to pull in GET params... | brettp |
2010-01-24 | Correctly forwarding messages among multiple forwards (action_gatekeeper() ->... | brettp |
2010-01-24 | Refs #1450, Refs #1461, Refs #1460: Install now clears out views caches. | brettp |
2010-01-24 | Masking dbpassword in dianostics file. | brettp |
2010-01-24 | Fixes #1460, Fixes #1459: Tokens are not required to disable a plugin or inst... | brettp |
2010-01-24 | Refs #1459: Added missing security tokens for failsafe (installation) view. | brettp |
2010-01-24 | Removing calls to engine/start.php in action files. | brettp |
2010-01-24 | Added best practices to CODING.txt. | brettp |
2010-01-23 | Fixed missing ) causing a WSOD. | brettp |
2010-01-23 | Fixes #1455: Updated search URL for admin user search. (The old one worked, b... | brettp |
2010-01-22 | Changed uservalidationbyemail to not use an action and cleaned up some of its... | brettp |
2010-01-22 | Fixed a bug preventing messages and warnings from passing during a forward(). | brettp |
2010-01-21 | Updated views to use output/url with action flag set. | brettp |
2010-01-21 | Removed output/action_link view as it duplicated much of output/url. | brettp |
2010-01-21 | Removing debug output from previous commit. | brettp |
2010-01-21 | Corrected a possible SQL insertion bug in elgg_get_entity_metadata_where_sql(). | brettp |
2010-01-21 | Fixing bug in resizing function that would incorrectly attempt to crop a pict... | brettp |
2010-01-21 | Changed default declaration of $vars in elgg_view() to array(). | brettp |
2010-01-21 | Fixed a typo causing a WSOD. | brettp |
2010-01-21 | Fixes #750: All actions require __elgg_ts and __elgg_token. | brettp |
2010-01-21 | elgg_http_build_query() now supports ports. | brettp |
2010-01-21 | Adding a view to generate action links for single-click actions. | brettp |
2010-01-20 | Fixing bugs in search that would break pagination. | brettp |
2010-01-20 | Refs #1161: Added empty pagination view for RSS feeds. | brettp |
2010-01-20 | Resetting cropping coords for images that can't be cropped in filestore. | brettp |
2010-01-20 | Fixes #1445: get_resized_image_from_existing_file() has an optional parameter... | brettp |
2010-01-20 | Fixed documentation for time created and modified params in elgg_get_entities(). | brettp |
2010-01-15 | Removing order by clause for now in search. | brettp |
2010-01-15 | Updated CHANGES for #1414. | brettp |
2010-01-14 | Stripping slashes on output of original search query. | brettp |
2010-01-14 | Allowing no table prefix in search_get_search_where_sql() | brettp |
2010-01-14 | Fixed incorrect order by for search sorting. | brettp |