summaryrefslogtreecommitdiff
path: root/modules/search
Commit message (Collapse)AuthorAge
* 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 #1398806 by kiamlaluno: Fixed The purpose of hook_search_page() is ↵webchick2012-01-13
| | | | explained twice.
* Issue #987472 by damien_vancouver, OnkelTem: Fixed search.module doesn't ↵webchick2012-01-11
| | | | consistently support multibyte characters.
* - Patch #1265946 by klausi, tstoeckler, dereine, aspilicious: DoS against ↵Dries2011-12-21
| | | | core using a large number of OR search query terms.
* Issue #1326932 by jenlampton, rump: Bunny ears are fuzzy: update search test ↵webchick2011-11-11
| | | | node content to reflect this.
* Issue #1183430 by TR, oriol_e9g: Fixed t function strings should not have ↵webchick2011-10-17
| | | | whitespaces at beginning or end.
* - Patch #1309750 by kiamlaluno: wrong spelling in the hook_search_execute() ↵Dries2011-10-16
| | | | documentation.
* Issue #1054848 by barraponto: Fixing common typos through codespell.py.webchick2011-10-02
|
* - Patch #999040 by Niklas Fiekas: corrected alternative control structure ↵Dries Buytaert2011-09-11
| | | | syntax in theme templates.
* Issue #1202416 by xjm, joelstein: Tests for search working with node access ↵webchick2011-08-23
| | | | turned on.
* Issue #348448 follow-up by jrchamp, catch: Fix E_STRICT errors.webchick2011-07-13
|
* Issue #1101678 by cwells73, jhodgdon: Fixed documentation for ↵webchick2011-06-29
| | | | hook_search_status()
* Issue #1049462 by rfay: Fixed Usage of deprecated ↵webchick2011-06-29
| | | | form_state['clicked_button'] causes bugs during AJAX submissions by non-buttons.
* Issue #253725 by jhodgdon: Fixed () in search results does not have array ↵webchick2011-06-26
| | | | keys on comments and uploads values.
* Issue #1110862 by Reidsy: remove reference to search-theme-form.tpl.php in ↵webchick2011-04-05
| | | | search.module.
* Issue #1106636 by pwolanin: use system_get_info() API function instead of ↵webchick2011-03-28
| | | | unserializing from DB to get module names.
* Stripping CVS keywordsThe Great Git Migration2011-02-25
|
* - Patch #1019710 by stephenh: Changed Standardize @file comments in .test files.Dries Buytaert2011-02-04
|
* #916086 by mcarbone, jhodgdon: Fixed search_excerpt() doesn't highlight ↵Angie Byron2011-01-04
| | | | words that are matched via search_simplify()
* #1008022 by droplet, jhodgdon, aspilicious: Fixed search-block-form.tpl.php ↵Angie Byron2011-01-03
| | | | refers to ['submit'], which no longer exists
* #915174 by sdboyer, sun: Remove pointless files[] declarations on files that ↵Angie Byron2010-12-20
| | | | are not declaring classes.
* - Patch #821646 by David_Rothstein: dashboard prints the search form title ↵Dries Buytaert2010-12-18
| | | | twice on the page (can confuse screen reader users).
* #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
* #903392 by jhodgdon, rayasa: Fixed 'Add new comment' text appears in search ↵Angie Byron2010-12-04
| | | | result snippet
* - Patch #950460 by Gábor Hojtsy, drunken monkey, jhodgdon: language ↵Dries Buytaert2010-12-02
| | | | selection in advanced search filters broken.
* #947844 by sun: Clean up filter-related tests that load text formats by ↵Angie Byron2010-11-29
| | | | their human-readable name.
* - Patch #74673 by jhodgdon, mcarbone, sin, douggreen: added back a test.Dries Buytaert2010-11-24
|
* #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 #867114 by jhodgdon, mgifford, sun: search results should add lang ↵Dries Buytaert2010-11-21
| | | | tag if language of search result differs.
* - Patch #827116 by jhodgdon, marvil07: search API is inconsistent in /, and ↵Dries Buytaert2010-11-21
| | | | generally needs doc cleanup.
* - Patch #974606 by Crell: misnamed function in hook documentation.Dries Buytaert2010-11-18
|
* #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.
* - Patch #934050 by sun, alex_b: change format into string.Dries Buytaert2010-10-20
|
* #556284 by jhodgdon: Search form processed_keys default is wrong.Angie Byron2010-10-09
|
* #438224 by dww, sun, netsensei, vordude, et al: 'Post comments without ↵Angie Byron2010-10-05
| | | | approval' permission name is completely misleading.
* #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
|
* #567100 follow-up by mfer: Fix default value of Default search module setting.Angie Byron2010-09-27
|
* - Patch #923004 by marvil07: typo on hook_search_execute() docblock.Dries Buytaert2010-09-27
|
* - Patch #921606 by munzirtaha, bleen18: various code uses is_null().Dries Buytaert2010-09-26
|
* #890994 by Berdir: Entity query tests fail on PostgreSQL.Angie Byron2010-09-24
|
* - 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 #887134 by mfb, klausi: setting up modules in DrupalUnitTestCase is ↵Dries Buytaert2010-09-04
| | | | useless.
* Temporary roll-back of #890994, per Dries's feedback.Angie Byron2010-09-01
|
* #890994 by Berdir, Crell, Josh Waihi: Fixed Entity query tests fail on ↵Angie Byron2010-09-01
| | | | PostgreSQL.
* #761956 by David_Rothstein, Xen, sun, tstoeckler, Bojhan, zzolo, yoroy, ↵Angie Byron2010-08-30
| | | | jenlampton, linclark, BarisW: Fixed Dashboard blocks and regions should not appear on the main blocks configuration page.