summaryrefslogtreecommitdiff
path: root/modules/search
Commit message (Collapse)AuthorAge
...
* - 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.
* - Patch #880132 by bojanz: hook_schema() doesn't support compound foreign ↵Dries Buytaert2010-08-22
| | | | keys; inconsistent implementations in core.
* - 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 #853896 by Stevel: type field is part of primary key but not marked ↵Dries Buytaert2010-08-11
| | | | as NOT NULL.
* - Patch #269911 by jhodgdon, Freso, kiamlaluno, mradcliffe: search result ↵Dries Buytaert2010-08-10
| | | | trimming should not fall inside HTML entities/tags.
* Reverting #500866. Needs more discussion.Angie Byron2010-08-05
|
* #500866 by boombatower, solotandem: Remove t() from assertion messages in ↵Angie Byron2010-08-05
| | | | SimpleTest, so translators do not get 1000s of bogus strings.
* #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 #266246 by sun, effulgentsia, marcingy: remove smart defaults for ↵Dries Buytaert2010-06-26
| | | | system_settings_form().
* - Patch #768040 by jhodgdon, janusman, codycraven: truncate_utf8() only ↵Dries Buytaert2010-06-10
| | | | works for latin languages and drupal_substr() had a bug.
* #680992 by Berdir, catch, andypost, douggreen, mr.baileys: Fixed comments ↵Angie Byron2010-06-08
| | | | are added to search index without checking access.
* - Patch #545610 by brandonojc, Everett Zufelt, mgifford: search form needs a ↵Dries Buytaert2010-06-03
| | | | header for accessibility.
* - Patch #810176 by Jeff Burnz: updated documentation.Dries Buytaert2010-06-01
|
* - Patch #810176 by bleen18, jhodgdon: search result titles should be ↵Dries Buytaert2010-05-29
| | | | enclosed in a heading tag.
* - Patch #810176 by bleen18: improved accessibility of search results -- ↵Dries Buytaert2010-05-28
| | | | Google/Yahoo style.
* - Patch #791270 by duellj, lotyrin, Berdir: SearchQuery exact search ↵Dries Buytaert2010-05-12
| | | | conditions not added to CountQuery.
* - Patch #326016 by jhodgdon: PREG_CLASS_CJK doesn't include all CJK characters.Dries Buytaert2010-05-09
|
* - Patch #719686 by duellj: tests for search weighting for HTML tags.Dries Buytaert2010-05-01
|
* #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 #537278 by jhodgdon, caelon, dtarc: search results show comment ↵Dries Buytaert2010-04-26
| | | | count for content types where comments are disabled.
* - Patch #482816 by sun, Rob Loach: make a consistent wrapper around submit ↵Dries Buytaert2010-04-24
| | | | buttons.
* - Patch #771596 by jhodgdon: turning on multiple search weights causes PDO ↵Dries Buytaert2010-04-16
| | | | exception during search.
* - Patch #716496 by JohnAlbin: documentation updates for theme functions.Dries Buytaert2010-04-13
|
* - 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.