aboutsummaryrefslogtreecommitdiff
path: root/mod
AgeCommit message (Collapse)Author
2010-03-04Removed empty href in elgg_slide_toggle calls to prevent page jumppete
git-svn-id: http://code.elgg.org/elgg/trunk@5282 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-04Merged missing Messages interface modificationspete
git-svn-id: http://code.elgg.org/elgg/trunk@5276 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-03-04Added missing php closing tagpete
git-svn-id: http://code.elgg.org/elgg/trunk@5275 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-03-04Merged missing Bookmarks interface modificationspete
git-svn-id: http://code.elgg.org/elgg/trunk@5274 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-03-04Merged walledgarden changes.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@5273 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-03-04Moved walled garden into trunk.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@5272 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-03-04Merged reported content interface changes.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@5271 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-03-04Merged messages interface changes.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@5270 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-03-04Merged members plugin's new layout.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@5269 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-03-04Updated external pages to new interface.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@5268 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-03-03Updated bookmarks with new interface.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@5266 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-03-01Changed search language array variable name.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3976 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-02-22Fixes #1544: plugin hook for diagnostics now for entity "system"cash
git-svn-id: http://code.elgg.org/elgg/trunk@3966 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-02-20Fixes #1523: Updated search to use ELGG_ENTITIES_NO_VALUE/ANY_VALUE and ↵brettp
removed some commented out code. git-svn-id: http://code.elgg.org/elgg/trunk@3956 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-02-17Fixes #1526: Big honking warning added to unit tests. Getter test also ↵brettp
deletes its subtypes now. git-svn-id: http://code.elgg.org/elgg/trunk@3945 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-02-17Updated docs for search.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3944 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-02-17Fixes #1499: User and group search default to ignoring subtypes to return ↵brettp
all entities. git-svn-id: http://code.elgg.org/elgg/trunk@3942 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-02-16Fixed incorrect variable calls in search.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3941 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-02-16Not using elgg_get_entities_from_metadata() for tag search because of ↵brettp
performance issues. Switched to custom WHERE / JOINs with elgg_get_entities(). git-svn-id: http://code.elgg.org/elgg/trunk@3940 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-02-13Cleaned up tag searching so you can search on a specific tag. Useful in ↵brettp
search so a tag in "Things I like" won't match a tag in "Things I hate." git-svn-id: http://code.elgg.org/elgg/trunk@3938 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-02-12Closes #1506: Added elgg_register_tag_metadata_name(), ↵brettp
elgg_get_registered_tag_metadata_names(), and ElggEntity::getTags(). Search on tags updated to use registered tag names instead of hard-coded 'tags' metadata name. git-svn-id: http://code.elgg.org/elgg/trunk@3936 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-02-09Correcting the corrected documentation.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3926 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-02-09Documentation correction in search.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3925 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-02-08Updated copyright for core plugin manifests.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3923 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-31Somehow missed deleted a { on the last commit. All better now.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3870 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-01-31htmlawed no longer creates tags with extra spaces (<p >).brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3869 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-01-30Fixes #1425, Fixes #1341: Upgraded htmlawed to latest. Altered the htmlawed ↵brettp
attribute filtering function to return <attr="val"> for proper linking in parse_urls(). Added background-color as a non-filtered style attribute. git-svn-id: http://code.elgg.org/elgg/trunk@3862 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-01-29Removed unneeded owner block icons from admin.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3858 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-01-24Masking dbpassword in dianostics file.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3837 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-01-22Changed uservalidationbyemail to not use an action and cleaned up some of ↵brettp
its code. git-svn-id: http://code.elgg.org/elgg/trunk@3830 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-15Removing order by clause for now in search.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3813 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-14Allowing no table prefix in search_get_search_where_sql()brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3810 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-01-14Fixed incorrect order by for search sorting.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3809 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-01-14Fixed an incorrect var name that caused a bug when hooking against a type ↵brettp
but not a subtype. Added first pass at results sorting. git-svn-id: http://code.elgg.org/elgg/trunk@3808 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-12Cleaned up RSS entity view for search a bit.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3801 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-01-12Added phpdoc header to index.phpbrettp
Added RSS support to search. Nifty. git-svn-id: http://code.elgg.org/elgg/trunk@3800 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-01-11Fixed a few spelling mistakes.brettp
Added descriptions for the vars in 3.2 git-svn-id: http://code.elgg.org/elgg/trunk@3798 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-10removes @ from include - closes #879cash
git-svn-id: http://code.elgg.org/elgg/trunk@3748 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-12-05adding more security to the user validation by email code - before people ↵cash
could fake the validation with knowledge of the code making it possible for bots to register and validate without an email address git-svn-id: http://code.elgg.org/elgg/trunk@3731 36083f99-b078-4883-b0ff-0f9b5a30f544
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