Age | Commit message (Expand) | Author |
2010-02-09 | Correcting the corrected documentation. | brettp |
2010-02-09 | Documentation correction in search. | brettp |
2010-02-08 | Updated copyright for core plugin manifests. | brettp |
2010-01-31 | Removing var_dump(). | brettp |
2010-01-31 | Deprecated old search functions and views. | brettp |
2010-01-20 | Fixing bugs in search that would break pagination. | brettp |
2010-01-15 | Removing order by clause for now in search. | 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 |
2010-01-14 | Fixed an incorrect var name that caused a bug when hooking against a type but... | brettp |
2010-01-14 | Removed unnecessary view directories. | brettp |
2010-01-12 | Cleaned up RSS entity view for search a bit. | brettp |
2010-01-12 | Added phpdoc header to index.php | brettp |
2010-01-11 | Fixed a few spelling mistakes. | brettp |
2010-01-11 | Pulling out entity views in search. | brettp |
2009-12-03 | Stripping tags to remove HTML on title and description for comment search. | brettp |
2009-12-03 | Removed a line breaking description for comments in search. | brettp |
2009-12-03 | Comments' search hook now correctly trims description and title. | brettp |
2009-12-03 | Removed pagination from top of results. | brettp |
2009-12-02 | Search types without a subtype now display properly. | brettp |
2009-12-02 | Changed avatar size to small in search results. | brettp |
2009-11-30 | Added pagination to comments view. | brettp |
2009-11-30 | Removed tag search listing. | brettp |
2009-11-30 | If a search result returns a user, make the icon be for the user and not the ... | brettp |
2009-11-30 | Listings use profile/icon view instead of calling icon directly. | brettp |
2009-11-26 | search results view tweaked | dave |
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-15 | Added a missing elgg_strlen() in search_remove_ignored_words() | brettp |
2009-11-15 | Search changes. | brettp |
2009-11-10 | Removing explicit MySQL 5.1-specific 'IN NATURAL LANGUAGE MODE' option. | brettp |
2009-11-10 | elgg_extend_view() replaces extend_view() | 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-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-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 |