aboutsummaryrefslogtreecommitdiff
path: root/mod
AgeCommit message (Expand)Author
2010-02-20Fixes #1523: Updated search to use ELGG_ENTITIES_NO_VALUE/ANY_VALUE and remov...brettp
2010-02-17Fixes #1526: Big honking warning added to unit tests. Getter test also delet...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-31Somehow missed deleted a { on the last commit. All better now.brettp
2010-01-31htmlawed no longer creates tags with extra spaces (<p >).brettp
2010-01-30Fixes #1425, Fixes #1341: Upgraded htmlawed to latest. Altered the htmlawed a...brettp
2010-01-29Removed unneeded owner block icons from admin.brettp
2010-01-24Masking dbpassword in dianostics file.brettp
2010-01-22Changed uservalidationbyemail to not use an action and cleaned up some of its...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-10removes @ from include - closes #879cash
2009-12-05adding more security to the user validation by email code - before people cou...cash
2009-12-05fixed trivial bug in htmlawed plugin. The ; delimiter should only be used bet...cash
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
2009-11-16Fixed typo to display the type of search.brettp
2009-11-15Added a missing elgg_strlen() in search_remove_ignored_words()brettp
2009-11-15Search changes.brettp