index
:
lorea/elgg
floxglove-1
floxglove-2
floxglove-3
lorea-preprod
master
saravea
saraveadev
Social Networking Engine
Saravea
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mod
/
search
/
search_hooks.php
Age
Commit message (
Expand
)
Author
2012-02-25
Fixes #3550. Merged slightly modified pull request 166 from sembrestels.
Brett Profitt
2011-10-29
Refs #3983 merged fix into master
cash
2011-09-04
Refs #3661. Merged XSS fixes in search to master.
Brett Profitt
2011-04-02
Refs #2994 added group search fix from 1.7 branch to trunk
cash
2011-02-19
removed $CONFIG usage in search hooks
cash
2010-10-22
Removed @license, @copyright, and @author from files. License and copyright a...
brettp
2010-08-21
Merged r6534-6559 from 1.7 branch to trunk
cash
2010-04-19
Merged previous to trunk.
brettp
2010-04-16
Merged [5623]:head from 1.7 to trunk.
brettp
2010-04-05
Merged 5605:5622 from 1.7 to trunk.
brettp
2010-03-12
Merged Cash's bugfixes from the 1.7 branch (3288:5377).
brettp
2010-03-02
Updated the the default search entity view to check for users and groups and ...
brettp
2010-02-20
Fixes #1523: Updated search to use ELGG_ENTITIES_NO_VALUE/ANY_VALUE and remov...
brettp
2010-02-17
Fixes #1499: User and group search default to ignoring subtypes to return all...
brettp
2010-02-16
Not using elgg_get_entities_from_metadata() for tag search because of perform...
brettp
2010-02-13
Cleaned up tag searching so you can search on a specific tag. Useful in sear...
brettp
2010-02-12
Closes #1506: Added elgg_register_tag_metadata_name(), elgg_get_registered_ta...
brettp
2010-01-15
Removing order by clause for now in search.
brettp
2010-01-14
Fixed an incorrect var name that caused a bug when hooking against a type but...
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-11-30
Removed tag search listing.
brettp
2009-11-15
Search changes.
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
No more hasty commits--Fixing a var_dump() left in.
brettp
2009-11-08
Added super-basic support for searching comments.
brettp
2009-11-07
Reverted groups and users to LIKE instead of MATCH AGAINST.
brettp
2009-11-07
Moved default search hooks into search mod.
brettp