aboutsummaryrefslogtreecommitdiff
path: root/mod/search/views/default
AgeCommit message (Collapse)Author
2011-01-14using new menu system and page layouts in searchcash
git-svn-id: http://code.elgg.org/elgg/trunk@7883 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-19updated search box csscash
git-svn-id: http://code.elgg.org/elgg/trunk@7686 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-10a few more adjustments to the page headercash
git-svn-id: http://code.elgg.org/elgg/trunk@7591 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-10stage 1 of cleaning up page header csscash
git-svn-id: http://code.elgg.org/elgg/trunk@7589 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-02Refs #2700 replaced most underscores with hyphens - there may be broken ↵cash
display code due to extent of this change git-svn-id: http://code.elgg.org/elgg/trunk@7493 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-14Fixes #2334: Converted viewtype => listtype and viewtypetoggle => ↵ewinslow
listtypetoggle. Did my best to maintain backwards compatibility but might have missed something... git-svn-id: http://code.elgg.org/elgg/trunk@7311 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-11Fixes #2640 - elgg_view_layout now uses a parameter array like all the other ↵cash
elgg_view* functions git-svn-id: http://code.elgg.org/elgg/trunk@7288 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-03Fixes #1320: Bundled mods use elgg_echo()'s internal string substitution.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@7229 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-03Fixes #2440: Converted clearfloat to clearfix, brought back orig clearfloatewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@7223 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-10-30Refs #2598: Converted most $vars['url'] to elgg_get_site_url()ewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@7149 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-10-22Removed @license, @copyright, and @author from files. License and copyright ↵brettp
are covered by LICENSE.txt and COPYRIGHT.txt in root. git-svn-id: http://code.elgg.org/elgg/trunk@7118 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-08-21Merged r6586:6587 from 1.7 branch into trunkcash
git-svn-id: http://code.elgg.org/elgg/trunk@6842 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-04-30Search results float cleared.pete
git-svn-id: http://code.elgg.org/elgg/trunk@5919 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-04-16Merged [5623]:head from 1.7 to trunk.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@5760 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-04-15Update to search results view, and small entity list style updates.pete
git-svn-id: http://code.elgg.org/elgg/trunk@5748 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-04-05Merged 5605:5622 from 1.7 to trunk.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@5623 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-03-24Added anchor names for comments.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@5499 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-03-15Updated File mod to new UI.pete
git-svn-id: http://code.elgg.org/elgg/trunk@5409 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-03-13seems you need to wrap form inputs fields with the fieldset tag for strict xhtmldave
git-svn-id: http://code.elgg.org/elgg/trunk@5383 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-03-11Minor interface updates for search results.pete
git-svn-id: http://code.elgg.org/elgg/trunk@5369 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-03-11Updated Search results UI.pete
git-svn-id: http://code.elgg.org/elgg/trunk@5367 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-03-09Updated new page canvases (and calls to elgg_view_layout) so that empty vars ↵pete
are not required. git-svn-id: http://code.elgg.org/elgg/trunk@5316 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-03-08Removed hard-coded search box and replaced with extended header/extend view ↵brettp
from search page. git-svn-id: http://code.elgg.org/elgg/trunk@5309 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-03-04Merged Search interface updatespete
git-svn-id: http://code.elgg.org/elgg/trunk@5277 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-03-03Pulled in the interface changes.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@5257 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-03-02Updated the the default search entity view to check for users and groups and ↵brettp
properly display their profile icons. git-svn-id: http://code.elgg.org/elgg/trunk@3983 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-02-12Fixes #1512: Using a helper function for mb_parse_str() instead of wrapping ↵brettp
it exactly. git-svn-id: http://code.elgg.org/elgg/trunk@3934 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-01-31Removing var_dump().brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3873 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-01-31Deprecated old search functions and views.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3872 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-01-20Fixing bugs in search that would break pagination.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3818 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-01-14Stripping slashes on output of original search query.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3811 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-01-14Removed unnecessary view directories.brettp
Added option of overriding the default layout for search queries. Updated documentation reflecting those changes. Clarified some points in the documentation. git-svn-id: http://code.elgg.org/elgg/trunk@3807 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-01-11Pulling out entity views in search.brettp
Adding dev documentation. git-svn-id: http://code.elgg.org/elgg/trunk@3795 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-12-03Removed pagination from top of results.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3719 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-12-02Search types without a subtype now display properly.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3717 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-12-02Changed avatar size to small in search results.brettp
Fixed a bug so comment owners' avatars show up instead of commented entity's owners' avatars. git-svn-id: http://code.elgg.org/elgg/trunk@3714 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-11-30Added pagination to comments view.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3712 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-11-30Removed tag search listing.brettp
Added ability to provide extra info in searches as 'search_matched_extra'. Allowing overrides for titles. git-svn-id: http://code.elgg.org/elgg/trunk@3711 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-11-30If a search result returns a user, make the icon be for the user and not the ↵brettp
owner (which is no one) git-svn-id: http://code.elgg.org/elgg/trunk@3710 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-11-30Listings use profile/icon view instead of calling icon directly.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3709 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-11-26search results view tweakeddave
git-svn-id: http://code.elgg.org/elgg/trunk@3708 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-11-16'More' links on serarch results moved, and link added to Tag resultspete
git-svn-id: http://code.elgg.org/elgg/trunk@3690 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-11-16Search UI cleaned uppete
git-svn-id: http://code.elgg.org/elgg/trunk@3689 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-11-16Fixed typo to display the type of search.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3688 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-11-15Search changes.brettp
Fixes #1376: Only fetching ft_min_word_length if the query != false. Using IN BOOLEAN MODE for metadata search (comments, tags) to avoid a fulltext index on the metastrings table. Slower for search, faster for site. Simplified and modularized logic for pulling out relevant substrings and highlighting. Corrected the elipse oddities in relevancy substring concatenation. Added pagination on non-homepages. Added missing language strings. Updated and standardized comment results listings. Repeat query in searchbar. Dealing with comments on unavailable entities better (though not well). Increased default word context to 30 characters. Decreased default context max length to 300 characters. Promise to start making atomic commits real soon now. git-svn-id: http://code.elgg.org/elgg/trunk@3684 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-11-10Sorting search contexts by longest related substring.brettp
Added more pretty highlight colors. git-svn-id: http://code.elgg.org/elgg/trunk@3659 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-11-09Updated search to allow filtering of results by clicking on submenu items.brettp
Fixes #1358: Using raw mysql_query() / fetch() to get ft_min/max vars since they aren't set on some versions of MySQL. git-svn-id: http://code.elgg.org/elgg/trunk@3645 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-11-08Fixed the wrapper for comment listing.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3639 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-11-08Added super-basic support for searching comments.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3636 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-11-07Moved default search hooks into search mod.brettp
Using MySQL's MATCH ... AGAINST instead of likes for most searches. Changed 'tag' to 'q' while maintaining backward compatibility. git-svn-id: http://code.elgg.org/elgg/trunk@3633 36083f99-b078-4883-b0ff-0f9b5a30f544