aboutsummaryrefslogtreecommitdiff
path: root/engine
AgeCommit message (Expand)Author
2010-04-05Merged 5530:5604 from 1.7 to trunk.brettp
2010-04-05Merged 5487:5525 from 1.7 to trunk.brettp
2010-04-03Fixes #1184 - added elgg_format_url() for handling ampersands in urlscash
2010-03-25Cleaned up the likes interface a bit.brettp
2010-03-24Added ability to make arbitrary links for the menu items.brettp
2010-03-24Added documentation for order_by_metadata.brettp
2010-03-24tag cloud functions are deprecated in 1.8cash
2010-03-23Added remove_subtype() and update_subtype().brettp
2010-03-23Added missing merge from Merge Monday.brettp
2010-03-22Merged 1.7 bugfixes back into core. (5376:HEAD).brettp
2010-03-21generic like this functionality addeddave
2010-03-20Moved toolbar dropdown menu to main nav.brettp
2010-03-20Removed non-working "lightmode" option.brettp
2010-03-20Removed ui_page_setup() to fix installation. Gave engine/start.php a bit of l...brettp
2010-03-19Namespaces sticky forms. Requires more testing.brettp
2010-03-17Added config options for tabs and menu items.brettp
2010-03-17Updated documentation for set_config(). Removed unnecessary escaping of valu...brettp
2010-03-12Merged Cash's bugfixes from the 1.7 branch (3288:5377).brettp
2010-03-12Added elgg_list_entities_from_metadata() and deprecated list_entities_from_me...brettp
2010-03-11Implemented sticky forms.brettp
2010-03-11Added breadcrumb support and updated the mods with old-style breadcrumbs.brettp
2010-03-10Added elgg_instanceof().brettp
2010-03-10new activity river api functionsdave
2010-03-09Fixed incorrect deprecated function rewrite for list_entities().brettp
2010-03-03Removing unneeded svn:executable properties on files.brettp
2010-03-03Pulled in missing interface modifications for the engine dir.brettp
2010-03-02Fixes #1562: Added a default value for entities.last_action in the schema and...brettp
2010-03-01Fixes #1566: Rewriting calls to get_group_members() to use 1.7's constant for...brettp
2010-03-01Fixes #1558: Applied Cash's patch. Added unit tests to test for regressions ...brettp
2010-03-01Fixed unit tests for exportable values after [3977].brettp
2010-03-01Fixes #1563: Added time_updated and site_guid to the export vals.brettp
2010-02-26Fixes #1540: Added site_guid to get_user_access_collections().brettp
2010-02-26Refs #1553: Corrected profile link in friending notification.brettp
2010-02-26Fixes #1555: Added missing call to elgg_get_registered_tag_metadata_names() a...brettp
2010-02-26Added login to the list of actions not requiring a security token.brettp
2010-02-24Fixes #1542: Pulled in Kevin's patch to add ability to sort by metadata. Add...brettp
2010-02-23Refs #1543: Added support to have pass an array as a value in the metadata_na...brettp
2010-02-22Fixes #1528: Correctly throwing exceptions for objects, groups, and users.brettp
2010-02-22Fixes #1531: Correctly implemented dates for friendly times. No more coding w...brettp
2010-02-21Deprecated elgg_validate_action_url() by elgg_add_action_tokens_to_url(). Up...brettp
2010-02-21Refs #1517: only encode <,>, and & for strings in xmlcash
2010-02-21Apache's MultiViews was matching the rest page handler incorrectlycash
2010-02-20Refs #1531: Added full time and dates to friendly time stamptes via acronym t...brettp
2010-02-19Fixes #1421: Banning and unbanning users invalidates the memcache entity.brettp
2010-02-19Fixes #1519: Corrected site_guid in create_access_collection().brettp
2010-02-18Getter API test: Moved the setup and tear down into the construct and destruc...brettp
2010-02-17Fixes #1488: Removed use of deprecated functions in core. brettp
2010-02-17Refs #1523: elgg_get_entities() uses the constants for defaults and condition...brettp
2010-02-17Fixes #1526: Big honking warning added to unit tests. Getter test also delet...brettp
2010-02-17Fixes #1527: Logout doens't require an action token. This is a temporary fix ...brettp