aboutsummaryrefslogtreecommitdiff
path: root/mod/search
AgeCommit message (Collapse)Author
2011-09-15Fixes #3400, #3820 added additional icons to Elgg's spritecash
2011-09-04Refs #3661. Merged XSS fixes in search to master.Brett Profitt
2011-08-15Fixed pagination for search.Brett Profitt
2011-08-15Fixes #3254. Removing limit for "+X more Y" in search results.Brett Profitt
2011-06-26Fixes #3614 updated use of elgg_view_entity() throughout coreCash Costello
2011-06-24cleaned up the list/gallery css classes to use standard class naming - minor ↵cash
modifications only
2011-04-27Fixed typo in search's readme.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@9036 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-27Updated search's readme to markdown.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@9034 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-07Refs #3108 added more sprites and a license file - no visible changescash
git-svn-id: http://code.elgg.org/elgg/trunk@8947 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-02Refs #3179 pulled fix for search query encoding into trunk from 1.7 branchcash
git-svn-id: http://code.elgg.org/elgg/trunk@8919 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-02Refs #2994 added group search fix from 1.7 branch to trunkcash
git-svn-id: http://code.elgg.org/elgg/trunk@8916 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-28made search box span sidebar in default themecash
git-svn-id: http://code.elgg.org/elgg/trunk@8873 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-19Fixes #3158 updated search and pages plugins for page handler scriptscash
git-svn-id: http://code.elgg.org/elgg/trunk@8769 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-14Refs #3109: More CSS cleanup. Fixes bugs introduced by last cleanup where ↵ewinslow
background-color: was being used instead of background: git-svn-id: http://code.elgg.org/elgg/trunk@8707 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-14Fixes #3109: added non-vendor-prefixed css property declarations where ↵ewinslow
applicable. Cleaned up various other aspects of the css git-svn-id: http://code.elgg.org/elgg/trunk@8703 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-10Fixes #2228: Major cleanup of urls -- remove leading pg/ and trailing / from ↵ewinslow
most urls in core and plugins git-svn-id: http://code.elgg.org/elgg/trunk@8653 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-06Refs #2104 added some categories to core (bundled) pluginscash
git-svn-id: http://code.elgg.org/elgg/trunk@8612 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-01Removed header/extend in favor of just extending page/elements/headerewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8531 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-21Fixes #2934 switching to css/elgg for css view since using a print viewtype ↵cash
is a good idea and screen would become a confusing idea git-svn-id: http://code.elgg.org/elgg/trunk@8383 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-19removed $CONFIG usage in search hookscash
git-svn-id: http://code.elgg.org/elgg/trunk@8308 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-18Updated copyright and author information in plugin manifests.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@8291 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-18Refs #2950: layout/elements => page/elementsewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8285 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-15Replaced all occurrences of register_page_handler in core with ↵ewinslow
elgg_register_page_handler git-svn-id: http://code.elgg.org/elgg/trunk@8244 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-12Refs #2898: Using an XML namespace instead of version attribute on plugin ↵brettp
manifests. git-svn-id: http://code.elgg.org/elgg/trunk@8170 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-11Converted all manifest files to 1.8 styleewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8111 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-09updated version numbercash
git-svn-id: http://code.elgg.org/elgg/trunk@8086 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-08updated search plugin for new html/csscash
git-svn-id: http://code.elgg.org/elgg/trunk@8075 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-07Fixes 2354 Using list instead of listing for search nowcash
git-svn-id: http://code.elgg.org/elgg/trunk@8058 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-07Fixes #2335 #2336 clean up and minor standardization of search plugin - ↵cash
needs html/css clean up git-svn-id: http://code.elgg.org/elgg/trunk@8057 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-06removing old entities views that are no longer needed and did the last ↵cash
changes for the icon system git-svn-id: http://code.elgg.org/elgg/trunk@8054 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-03Refs #2428 just a few more CONFIG uses left to be replacedcash
git-svn-id: http://code.elgg.org/elgg/trunk@8000 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-02updated the plugin manifest files to use the new variable name for ↵cash
activation on installation git-svn-id: http://code.elgg.org/elgg/trunk@7992 36083f99-b078-4883-b0ff-0f9b5a30f544
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-29Fixes #2241 - removed direct calls to the content wrapper view and removed ↵cash
the view as it is been replaced by a body view git-svn-id: http://code.elgg.org/elgg/trunk@7759 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-08reorganized the page views as discussedcash
git-svn-id: http://code.elgg.org/elgg/trunk@7559 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-12-01screen.css is a better name for our main css filecash
git-svn-id: http://code.elgg.org/elgg/trunk@7489 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-10Fixes #2367: With fear and trepidation, converting events/plugin hooks to ↵ewinslow
use elgg_ prefixed versions git-svn-id: http://code.elgg.org/elgg/trunk@7284 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-09Fixes #2631 removes 'elgg_' namespace from the page element views - anyone ↵cash
working with the trunk will need to update their theme and/or flush their cache git-svn-id: http://code.elgg.org/elgg/trunk@7268 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-11-02Fixes #2360: page_draw => elgg_view_page in core + bundled pluginsewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@7210 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-30Refs #2598: Converted virtually all uses of $CONFIG->wwwroot to ↵ewinslow
elgg_get_site_url() git-svn-id: http://code.elgg.org/elgg/trunk@7146 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