aboutsummaryrefslogtreecommitdiff
path: root/mod
AgeCommit message (Collapse)Author
2009-12-05fixed trivial bug in htmlawed plugin. The ; delimiter should only be used ↵cash
between sets of schemes (protocols). This is due to some slightly lazy coding in htmlawed. git-svn-id: http://code.elgg.org/elgg/trunk@3729 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-12-03Stripping tags to remove HTML on title and description for comment search.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3722 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-12-03Removed a line breaking description for comments in search.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3721 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-12-03Comments' search hook now correctly trims description and title.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3720 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-15Added a missing elgg_strlen() in search_remove_ignored_words()brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3686 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-10Removing explicit MySQL 5.1-specific 'IN NATURAL LANGUAGE MODE' option.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3663 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-11-10elgg_extend_view() replaces extend_view()cash
git-svn-id: http://code.elgg.org/elgg/trunk@3661 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-10Fixed displaying of ...s in search.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3658 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-11-10I hate you search.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3657 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-11-10Missed an htmlspecialchars().brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3656 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-11-10Removed unneeded url_encode()s for links.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3655 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-11-10Underscores. grr.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3654 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-11-10Adjusted default context length to 500.brettp
Added url decoding to needle string. git-svn-id: http://code.elgg.org/elgg/trunk@3653 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-11-10Trying out the new context grabbing function in search.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3652 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-11-09For real this time.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3648 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-11-09Sanitising string on tag search.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3647 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-11-09Sanitising strings to avoid sql insertion hacks.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3646 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-08No more hasty commits--Fixing a var_dump() left in.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3638 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-11-08Uncommenting out the bulk of the search functions.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3637 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-07Reverted groups and users to LIKE instead of MATCH AGAINST.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3634 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
2009-11-06Updated search for FTS.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3619 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-11-03Updated htmlawed to allow the default TinyMCE styles.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3617 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-11-02Updated htmlawed to disallow many style attributes.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3612 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-10-22Pulling in MITRE's search core. Fo'rizzle this time. Yo.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3572 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-10-22Adding unit testing to the GUI.nickw
Unit tests can be run from the core Diagnostics mod. git-svn-id: http://code.elgg.org/elgg/trunk@3570 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-10-09Reverted back to previous copy removing Justin's search because of views ↵brettp
problems in plugins. git-svn-id: http://code.elgg.org/elgg/trunk@3521 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-10-09Pulled in Justin's search changes from github.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3520 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-10-06Removed elgg_test entries.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3511 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-08-31All line endings are now Unix-style.brettp
git-svn-id: https://code.elgg.org/elgg/trunk@3451 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-08-20Whoa nelly this is a big one: Removed license and copyright for files.brettp
git-svn-id: https://code.elgg.org/elgg/trunk@3427 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-08-06removed all main plugins from core - they now live in the plugins svndave
git-svn-id: https://code.elgg.org/elgg/trunk@3422 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-07-27small fix to force facebook and twitter user icons to the right size in the ↵pete
recent members sidebar git-svn-id: https://code.elgg.org/elgg/trunk@3413 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-07-22Minor bugfix on usernamemarcus
git-svn-id: https://code.elgg.org/elgg/trunk@3410 36083f99-b078-4883-b0ff-0f9b5a30f544