2
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 6 hours ago.
May 03, 2023 — May 03, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
update version number and copy format tweaks from MW repo More... over 13 years ago
make sure parseInt treats input as decimal (pathc provided by olleolleolle at http://gist.github.com/319465) More... over 13 years ago
Usability: Adding "label" tags around the radio buttons and around the checkbox makes the words clickable, as well. patch provided by olleolleolle at http://gist.github.com/577180 More... over 13 years ago
update with changes from MW repository mostly minor tweaks and fix wfLoadExtensionMessages issue i18n translations More... over 13 years ago
use MW's spinner.gif, injectSpinner, and removeSpinner instead of our own preloaded image More... about 14 years ago
if wfLoadExtensionMessages not present, load i18n messages the old way More... about 14 years ago
we do not need sphinxClientFailed after all... More... about 14 years ago
added sphinxClientFailed message - used when prepareSphinxClient fails More... about 14 years ago
Added comment regarding $wgUseExcludes More... about 14 years ago
added experimental support for excluding categories ($wgUseExcludes) moved caegories, namespaces, search_term, and page into class vars use addcslashes to escape new sphinx operators (/()[]"!) added a warning when sphinx stats may appear misleading More... about 14 years ago
split wfSphinxSearch into prepareSphinxClient and wfSphinxDisplayResults, so that we can use prepareSphinxClient for new methods required by the API added initial api support More... over 14 years ago
added $wgSphinxSearch_sortmode, fixed $wgSphinxSearch_sortby More... over 14 years ago
added 'match titles only' checkbox More... over 14 years ago
added $wgSphinxSearch_index_list (defaults to '*', can be used to set specific list of indexes to search) added $wgSphinxSearch_index_weights (allows setting different weight per index) i18n tweaks More... over 14 years ago
change the default port to the new official sphinx port (9312) More... over 14 years ago
use i18n and alias files for translations More... over 14 years ago
localization and alias files for correct way to provide translations More... over 14 years ago
use listen (address directive deprecated) use new standard sphinx port More... over 14 years ago
Add nowiki tags around user input More... almost 15 years ago
urlencode the term before using it in URLs (thanks Stas!) More... over 15 years ago
added SphinxSearchGetNearMatch hook - call with term and title (or null) returned from SearchEngine::getNearMatch More... over 15 years ago
added $wgSphinxSearch_maxmatches (defaults to 1000) and $wgSphinxSearch_cutoff (default 0) for full control of SetLimits call (and to prevent PECL extension from breaking) More... over 15 years ago
if PECL SphinxClient installed, do not include sphinxapi More... over 15 years ago
make sure $wgSphinxSuggestMode and personal distionary var are declared before being used More... over 15 years ago
use correct page title when internal search disabled if ? already in the query string, use & do not rely on Title::toString method, call getPrefixedText explicitly More... over 15 years ago
added categories and namespaces to SphinxSearchBeforeResults (and made everything into references) added SphinxSearchBeforeQuery hook (receives search term and $cl object) fixed a potential warning in are-you-sure More... over 15 years ago
less strict initial term check - to allow utf-8 strings to get through More... almost 16 years ago
add a comment about usage of $wgSphinxMatchAll fix the default extension path update version string More... almost 16 years ago
applied patch by the-rooker to fix a bug when personal dictionary is empty and some typos, as well as improved default language handling removed underscore from the charset map in sphinx.conf - it was preventing titles to be indexed correctly fixed a call to set field weights (was using setIndexWeights...) allow setting the default mode to "match all words" (by setting $wgSphinxMatchAll) More... almost 16 years ago
provide default value for getIntArray calls (an empty array) More... about 16 years ago