Age | Commit message (Expand) | Author |
2009-11-12 | rest api parameters can now have default values | cash |
2009-11-12 | added a nonce to hmac signature and header so same call in same second does n... | cash |
2009-11-12 | Accidentally removed the eval with my debug statements. | brettp |
2009-11-12 | Wrapped all multibyte functions that are directly interchangable with non mb ... | brettp |
2009-11-12 | fixes #1286 - ElggPlugin get() wasn't handling "0" and returning null instead | cash |
2009-11-12 | Data migration: Disabled execution time and clearing out caches to avoid OOM ... | brettp |
2009-11-12 | fixes #1329 - schema for river is fixed - was incomplete before | cash |
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 | Using php default functions instead of ElggUser in upgrade script. | nickw |
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-10 | introducing a new web services handler | cash |
2009-11-10 | do not register notification rest api calls by default since no other apis ex... | cash |
2009-11-09 | Ignoring empty owner_guids in elgg_get_entities. | brettp |
2009-11-09 | Removed old code from get_submenu(). | brettp |
2009-11-09 | REST api hmac signature encoding now compatible with Amazon S3 and OAuth | cash |
2009-11-07 | combined the two different pams into one and fixed an issue with hmac authent... | cash |
2009-11-07 | Moved default search hooks into search mod. | brettp |
2009-11-07 | fixed bug in list_entities() wrapper function - it was ignoring false values ... | cash |
2009-11-07 | fixes #1227 - this one has been causing nasty problems for far too long | cash |
2009-11-06 | removing username/password authorization for REST by default - developers can... | cash |
2009-11-06 | Removed old group search hook. | brettp |
2009-11-06 | Removed old user search. | brettp |
2009-11-06 | Added search for group, tags, and users. | brettp |
2009-11-06 | Added ability to pass 0 as a subtype meaning "entities without a subtype". | brettp |
2009-11-06 | Added default object search. | brettp |
2009-11-06 | Corrected documentation for elgg_get_entities_from_metadata() | brettp |
2009-11-04 | users now allowed to have multiple sessions but not multiple remember me cook... | cash |
2009-11-03 | standardized xml.php and fixed output of booleans in xml view | cash |
2009-11-02 | Deprecated elgg_get_entities_from_annotations(). | brettp |
2009-11-02 | Changed elgg_get_entities_from_access_id() to be closer to how other function... | brettp |
2009-10-30 | Deprecating get_entities_from_access_id(). | nickw |
2009-10-30 | Removing deprecated function call from find_plugin_settings(). | nickw |
2009-10-30 | Namespaced metadata keys for elgg_get_entities_from_metadata() so no clashes ... | brettp |
2009-10-30 | Cleaning up logic regarding view error notices. | nickw |
2009-10-29 | Deprecated get_entities_from_relationships_and_meta(). | brettp |
2009-10-29 | Fully deprecating file matrix use with username. | nickw |
2009-10-29 | Fixed incorrect wrapper for get_entities_from_relationship() -> elgg_get_enti... | brettp |
2009-10-28 | Deprecated get_entities_from_relationship() | brettp |
2009-10-28 | Actually fixed the documentation for elgg_get_entities_from_metadata(). | brettp |
2009-10-28 | Cleaned up table prefix for elgg_get_entity_metadata_where_sql(). | brettp |
2009-10-28 | Updated documentation for elgg_get_entity_metadata_where_sql() | brettp |
2009-10-28 | Creating an upgrade script for new user filepath. | nickw |
2009-10-28 | Deprecated get_entities_from_metadata() and get_entities_from_metadata_multi(). | brettp |
2009-10-27 | Modifying user file locations to be based on guid. | nickw |
2009-10-27 | Removed some commented out code. | brettp |
2009-10-27 | Fixed get_entities_from_metadata() wrapper when passing case_sensitive = FALSE. | brettp |
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 |