Age | Commit message (Expand) | Author |
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 |
2009-11-10 | do not register notification rest api calls by default since no other apis ex... | cash |
2009-11-10 | leaner json objects for web services api calls | cash |
2009-11-09 | For real this time. | brettp |
2009-11-09 | Sanitising string on tag search. | brettp |
2009-11-09 | Sanitising strings to avoid sql insertion hacks. | brettp |
2009-11-09 | Updated search to allow filtering of results by clicking on submenu items. | brettp |
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 | Added deprecation procedures to coding standards. | brettp |
2009-11-09 | updated changes.txt | cash |
2009-11-09 | REST api hmac signature encoding now compatible with Amazon S3 and OAuth | cash |
2009-11-08 | Fixed the wrapper for comment listing. | brettp |
2009-11-08 | No more hasty commits--Fixing a var_dump() left in. | brettp |
2009-11-08 | Uncommenting out the bulk of the search functions. | brettp |
2009-11-08 | Added super-basic support for searching comments. | brettp |
2009-11-07 | combined the two different pams into one and fixed an issue with hmac authent... | cash |
2009-11-07 | Reverted groups and users to LIKE instead of MATCH AGAINST. | brettp |
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 #1324 - default topbar icon now exists | cash |
2009-11-07 | fixes #1227 - this one has been causing nasty problems for far too long | cash |