summaryrefslogtreecommitdiff
path: root/modules/search/search.module
Commit message (Collapse)AuthorAge
* Issue #1928690 by ovidyou | yark: Fixed Search block template: Undefined ↵David Rothstein2013-08-05
| | | | index: #type.
* Issue #1483662 by rdickert, Psikik: Update URLs for drupal.org module help pagesJennifer Hodgdon2012-03-26
|
* Issue #1335388 by wojtha: Fixed Warning: strpos(): Empty delimiter in ↵webchick2012-03-24
| | | | search_simplify_excerpt_match().
* Issue #987472 by damien_vancouver, OnkelTem: Fixed search.module doesn't ↵webchick2012-01-11
| | | | consistently support multibyte characters.
* Issue #1110862 by Reidsy: remove reference to search-theme-form.tpl.php in ↵webchick2011-04-05
| | | | search.module.
* Stripping CVS keywordsThe Great Git Migration2011-02-25
|
* #916086 by mcarbone, jhodgdon: Fixed search_excerpt() doesn't highlight ↵Angie Byron2011-01-04
| | | | words that are matched via search_simplify()
* #518512 by lelutin, dwong127, jhodgdon, nadavoid: Fixed Search from block ↵Angie Byron2010-12-06
| | | | with no keywords doesn't display the 'Please enter some keywords' message
* #298561 by Steven, chx, mcarbone, pwolanin: Fixed slashes don't work in searchAngie Byron2010-11-23
|
* #74673 by jhodgdon, mcarbone: Search does not correctly handle large numbers ↵Angie Byron2010-11-22
| | | | (> maxint) so you cannot search by UPC code.
* - Patch #827116 by jhodgdon, marvil07: search API is inconsistent in /, and ↵Dries Buytaert2010-11-21
| | | | generally needs doc cleanup.
* #601932 by David_Rothstein, carlos8f, yoroy, Bojhan, et al: Allow dashboard ↵Angie Byron2010-11-06
| | | | to limit available blocks.
* - Patch #882694 by mgifford, sun, ksenzee, bleen18, yched: add missing form ↵Dries Buytaert2010-10-20
| | | | element titles for accessibility.
* #556284 by jhodgdon: Search form processed_keys default is wrong.Angie Byron2010-10-09
|
* #699858 by David_Rothstein, catch, yoroy, sun, ronald_istos, et al: Fix ↵Angie Byron2010-10-01
| | | | admin/by-task is confusing because it looks too similar to admin/config. Makes admin/by-task a very minimal view, and makes admin/by-module a more fully fledged index.
* - Patch #924686 by mikey_p, munzirtaha: space required after foreach construct.Dries Buytaert2010-09-28
|
* - Patch #921606 by munzirtaha, bleen18: various code uses is_null().Dries Buytaert2010-09-26
|
* - Patch #907690 by sun, pwolanin: breadcrumbs don't work for dynamic paths ↵Dries Buytaert2010-09-24
| | | | and local tasks #2.
* - Patch #328357 by bleen18, sun, skilip, alanburke, jenlampton, manarth, ↵Dries Buytaert2010-09-05
| | | | fgm, tstoeckler: allow module .info files to add CSS/JS.
* - Patch #839524 by jhodgdon, pwolanin: search results are themed too early.Dries Buytaert2010-08-18
|
* - Patch #419388 by jhodgdon, David Lesieur, Garrett Albright: ↵Dries Buytaert2010-08-13
| | | | search_query_insert() breaks down when the value of key is 0.
* - Patch #497206 by jhodgdon, pwolanin, Island Usurper, YannickD: avoid ↵Dries Buytaert2010-08-11
| | | | search conflicts with other forms, use menu API instead of search_get_keys().
* - Patch #269911 by jhodgdon, Freso, kiamlaluno, mradcliffe: search result ↵Dries Buytaert2010-08-10
| | | | trimming should not fall inside HTML entities/tags.
* #567100 by jhodgdon, pwolanin, ezra-g: Fixed Search module is assuming node ↵Angie Byron2010-08-05
| | | | is default search even when it's disabled.
* - Patch #769226 by Owen Barton, alanburke, sun: fixed JS/CSS preprocess ↵Dries Buytaert2010-07-30
| | | | should default to FALSE.
* - Patch #124980 by jhodgdon: Indexer is removing ... and -- instead of ↵Dries Buytaert2010-07-22
| | | | replacing with a space.
* - Patch #838014 by comrade.salazar, dereine: search results will always have ↵Dries Buytaert2010-06-30
| | | | empty h2 tag.
* - Patch #421838 by jhodgdon, mradcliffe, jbrown: admin/reports/search ↵Dries Buytaert2010-06-29
| | | | dependent on dblog module.
* - Patch #768040 by jhodgdon, janusman, codycraven: truncate_utf8() only ↵Dries Buytaert2010-06-10
| | | | works for latin languages and drupal_substr() had a bug.
* - Patch #326016 by jhodgdon: PREG_CLASS_CJK doesn't include all CJK characters.Dries Buytaert2010-05-09
|
* #245103 by chx, jhodgdon, merlinofchaos, douggreen, jrbeeman: Fixed Search ↵Angie Byron2010-05-01
| | | | page tabs not highlighting.
* #764798 by jhodgdon, andypost, douggreen, elly, afreeman: Document that ↵Angie Byron2010-04-29
| | | | various actions can make your search index out of synch.
* - Patch #482816 by sun, Rob Loach: make a consistent wrapper around submit ↵Dries Buytaert2010-04-24
| | | | buttons.
* - Patch #767822 by Benjamin Melançon: search.module in-code documentation ↵Dries Buytaert2010-04-11
| | | | refers to hook_search() which no longer exists in D7.
* - Patch #269911 by Freso: wrong trim used for search result.Dries Buytaert2010-04-11
|
* - Patch #569536 by jhodgdon, douggreen, Berdir, grendzy, catch: search links ↵Dries Buytaert2010-04-06
| | | | cause many nodes to be indexed twice.
* #594908 by Berdir, Bojhan, mrfelton, yoroy, catch: Changed Weight categories ↵Angie Byron2010-03-30
| | | | on Configuration & Modules correctly.
* - Patch #600392 by merlinofchaos, sun: search_form() has an argument but ↵Dries Buytaert2010-03-12
| | | | this argument is partially ignored.
* - Patch #676800 by casey, sun, james.elliott, cosmicdreams, seutje, Jacine: ↵Dries Buytaert2010-03-03
| | | | made fieldsets work on all browser.
* #710142 by Berdir, moshe weitzman, chx: Handle exceptions in shutdown ↵Angie Byron2010-02-17
| | | | functions (with tests). Hopefully the last of these weird 'Stack frame in Unknown line 0' errors.
* -Patch #713388 by Bojhan, mr.baileys: better weight items inside categories ↵Dries Buytaert2010-02-13
| | | | on Configuration.
* - Patch #606526 by axyjo, scor: remove trailing whitespaces and add newlines ↵Dries Buytaert2010-01-30
| | | | at end of files.
* #604002 by chx, naxoc, Heine, and kaakuu: Support more Unicode scripts by ↵Angie Byron2010-01-10
| | | | | | | more precisely defining the characters to be included in the search index. We now support Devanāgarī and other scripts. A few billion users are now able to use core search module. WIN.
* #480430 by JamesAn: Update search module to use drupal_static().Angie Byron2010-01-07
|
* - Patch #493770 by Garrett Albright, tobiasb: search incorrectly splits some ↵Dries Buytaert2010-01-02
| | | | katakana words.
* - Patch #664130 by gpk: removed redundant comment.Dries Buytaert2009-12-22
|
* - Patch #664648 by Bojhan: added an ending dot to module description on /config.Dries Buytaert2009-12-21
|
* - Patch #658140 by jhodgdon: various small help text fixes.Dries Buytaert2009-12-14
|
* - Patch #115540 by Wesley Tanaka, douggreen, WorldFallz, dww: 'no results' ↵Dries Buytaert2009-12-12
| | | | page was not themeable, and generated invalid HTML.
* #633346 by JuliaKM, lisarex, arianek, batigolix, and jhodgdon: Convert ↵Angie Byron2009-12-06
| | | | Search module to new help standard.