aboutsummaryrefslogtreecommitdiff
path: root/mod/search
AgeCommit message (Expand)Author
2010-03-24Added anchor names for comments.brettp
2010-03-22Merged 1.7 bugfixes back into core. (5376:HEAD).brettp
2010-03-15Updated File mod to new UI.pete
2010-03-13seems you need to wrap form inputs fields with the fieldset tag for strict xhtmldave
2010-03-12Merged Cash's bugfixes from the 1.7 branch (3288:5377).brettp
2010-03-11Minor interface updates for search results.pete
2010-03-11Updated Search results UI.pete
2010-03-09Updated new page canvases (and calls to elgg_view_layout) so that empty vars ...pete
2010-03-08Removed hard-coded search box and replaced with extended header/extend view f...brettp
2010-03-04Merged Search interface updatespete
2010-03-03Pulled in the interface changes.brettp
2010-03-02Updated the the default search entity view to check for users and groups and ...brettp
2010-03-01Changed search language array variable name.brettp
2010-02-20Fixes #1523: Updated search to use ELGG_ENTITIES_NO_VALUE/ANY_VALUE and remov...brettp
2010-02-17Updated docs for search.brettp
2010-02-17Fixes #1499: User and group search default to ignoring subtypes to return all...brettp
2010-02-16Fixed incorrect variable calls in search.brettp
2010-02-16Not using elgg_get_entities_from_metadata() for tag search because of perform...brettp
2010-02-13Cleaned up tag searching so you can search on a specific tag. Useful in sear...brettp
2010-02-12Closes #1506: Added elgg_register_tag_metadata_name(), elgg_get_registered_ta...brettp
2010-02-12Fixes #1512: Using a helper function for mb_parse_str() instead of wrapping i...brettp
2010-02-09Correcting the corrected documentation.brettp
2010-02-09Documentation correction in search.brettp
2010-02-08Updated copyright for core plugin manifests.brettp
2010-01-31Removing var_dump().brettp
2010-01-31Deprecated old search functions and views.brettp
2010-01-20Fixing bugs in search that would break pagination.brettp
2010-01-15Removing order by clause for now in search.brettp
2010-01-14Stripping slashes on output of original search query.brettp
2010-01-14Allowing no table prefix in search_get_search_where_sql()brettp
2010-01-14Fixed incorrect order by for search sorting.brettp
2010-01-14Fixed an incorrect var name that caused a bug when hooking against a type but...brettp
2010-01-14Removed unnecessary view directories.brettp
2010-01-12Cleaned up RSS entity view for search a bit.brettp
2010-01-12Added phpdoc header to index.phpbrettp
2010-01-11Fixed a few spelling mistakes.brettp
2010-01-11Pulling out entity views in search.brettp
2009-12-03Stripping tags to remove HTML on title and description for comment search.brettp
2009-12-03Removed a line breaking description for comments in search.brettp
2009-12-03Comments' search hook now correctly trims description and title.brettp
2009-12-03Removed pagination from top of results.brettp
2009-12-02Search types without a subtype now display properly.brettp
2009-12-02Changed avatar size to small in search results.brettp
2009-11-30Added pagination to comments view.brettp
2009-11-30Removed tag search listing.brettp
2009-11-30If a search result returns a user, make the icon be for the user and not the ...brettp
2009-11-30Listings use profile/icon view instead of calling icon directly.brettp
2009-11-26search results view tweakeddave
2009-11-16'More' links on serarch results moved, and link added to Tag resultspete
2009-11-16Search UI cleaned uppete