Age | Commit message (Expand) | Author |
2009-11-23 | Deleting a user will remove all user files. | nickw |
2009-11-22 | remove friend action, return user to the place the action was triggered | dave |
2009-11-22 | when friending another user, return to the page you carried out the action | dave |
2009-11-21 | fixes #1374 - owner_guid wasn't being set correctly in options array | cash |
2009-11-21 | get_entities_from_metadata_multi() had bad option keys - related to #1374. | cash |
2009-11-21 | fixes #1380 - get_user_friends() was being called with subtype of desired obj... | cash |
2009-11-20 | Fixed a bug with group by and order by in elgg_get_entities. #ElggCampBA | brettp |
2009-11-17 | updated some documentation on register_page_handler(). This fixes #1373 | cash |
2009-11-17 | updating the contributors file | dave |
2009-11-16 | Bump. | brettp |
2009-11-16 | 'More' links on serarch results moved, and link added to Tag results | pete |
2009-11-16 | Search UI cleaned up | pete |
2009-11-16 | Fixed typo to display the type of search. | brettp |
2009-11-16 | Added an INSTALLING constant when installing. | brettp |
2009-11-15 | Added a missing elgg_strlen() in search_remove_ignored_words() | brettp |
2009-11-15 | Updated changes file with search and user data storage info. | brettp |
2009-11-15 | Search changes. | brettp |
2009-11-14 | fixes #1169 as described on ticket | cash |
2009-11-14 | updated documentation of API functions - perhaps ready for developer preview | cash |
2009-11-14 | user object needs to be loaded from database into session on each page in cas... | cash |
2009-11-13 | Including jQuery UI 1.7.2 in core. | nickw |
2009-11-13 | Properly ordering annotation objects returned by Elgg methods. | nickw |
2009-11-13 | Creating a redirect page for legacy themes using search. | nickw |
2009-11-13 | more test cases related to #1364. | cash |
2009-11-13 | should fix #1364 and added relevant unit test cases for this bug (yeah for un... | cash |
2009-11-12 | fixed typo with handling web services request parameters | cash |
2009-11-12 | rest api parameters can now have default values | cash |
2009-11-12 | Fixes: #1356. Reverted search_listing to entity_listing for theme support. | brettp |
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 | these viewtypes need an empty title view or html shows up because they fallba... | cash |
2009-11-10 | Removing explicit MySQL 5.1-specific 'IN NATURAL LANGUAGE MODE' option. | brettp |
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 | Sorting search contexts by longest related substring. | brettp |
2009-11-10 | Fixed displaying of ...s in search. | brettp |
2009-11-10 | I hate you search. | brettp |
2009-11-10 | Missed an htmlspecialchars(). | brettp |
2009-11-10 | Removed unneeded url_encode()s for links. | brettp |
2009-11-10 | Underscores. grr. | brettp |
2009-11-10 | Adjusted default context length to 500. | brettp |
2009-11-10 | Trying out the new context grabbing function in search. | brettp |
2009-11-10 | introducing a new web services handler | cash |