Commit Graph

522 Commits (aefad8608de8a27423f588c88e0addf16a5ab817)

Author SHA1 Message Date
Dries Buytaert 6b951d3f46 - Patch #1136130 by Crell: don't duplicate watchdog level constants. 2011-05-08 15:42:32 -04:00
Dries Buytaert 094cc89d4c - Patch #1101678 by Reidsy: hook_search_status() should return 0 if search category disabled. 2011-04-04 18:22:10 +02:00
Dries Buytaert e45c147896 - Patch #1110862 by Reidsy: remove reference to search-theme-form.tpl.php in search.module. 2011-04-04 16:11:51 +02:00
Dries Buytaert 3948199821 - Patch #1097100 by quicksketch, boombatower, claar: remove all 7xxx update functions and tests (D6 to D7 upgrade path). 2011-04-01 10:08:42 -04:00
Dries Buytaert 75f6474983 - Patch #1106636 by pwolanin: use system_get_info() API function instead of unserializing from DB to get module names. 2011-03-27 19:44:49 -04:00
Dries Buytaert 787127df81 - Patch #1089320 by Dave Reid: update version strings and constants to 8.x. 2011-03-20 20:28:12 -04:00
The Great Git Migration 79bcdb8b7d Stripping CVS keywords 2011-02-25 02:06:03 +00:00
Dries Buytaert f1399ea638 - Patch #1019710 by stephenh: Changed Standardize @file comments in .test files. 2011-02-04 18:42:22 +00:00
Angie Byron 801a098794 #916086 by mcarbone, jhodgdon: Fixed search_excerpt() doesn't highlight words that are matched via search_simplify() 2011-01-04 05:31:09 +00:00
Angie Byron e9464525ed #1008022 by droplet, jhodgdon, aspilicious: Fixed search-block-form.tpl.php refers to ['submit'], which no longer exists 2011-01-03 00:17:55 +00:00
Angie Byron 15ec48062c #915174 by sdboyer, sun: Remove pointless files[] declarations on files that are not declaring classes. 2010-12-20 19:59:44 +00:00
Dries Buytaert 7c8c347058 - Patch #821646 by David_Rothstein: dashboard prints the search form title twice on the page (can confuse screen reader users). 2010-12-18 01:14:36 +00:00
Angie Byron 363256d009 #518512 by lelutin, dwong127, jhodgdon, nadavoid: Fixed Search from block with no keywords doesn't display the 'Please enter some keywords' message 2010-12-06 07:00:30 +00:00
Angie Byron 3ee6f6bbc5 #903392 by jhodgdon, rayasa: Fixed 'Add new comment' text appears in search result snippet 2010-12-04 01:47:00 +00:00
Dries Buytaert aee64c551a - Patch #950460 by Gábor Hojtsy, drunken monkey, jhodgdon: language selection in advanced search filters broken. 2010-12-02 23:58:21 +00:00
Angie Byron 8172877a62 #947844 by sun: Clean up filter-related tests that load text formats by their human-readable name. 2010-11-29 06:38:52 +00:00
Dries Buytaert a66344453b - Patch #74673 by jhodgdon, mcarbone, sin, douggreen: added back a test. 2010-11-24 16:58:13 +00:00
Angie Byron 6cacff4b4e #298561 by Steven, chx, mcarbone, pwolanin: Fixed slashes don't work in search 2010-11-23 06:00:27 +00:00
Angie Byron 70bd9d5252 #74673 by jhodgdon, mcarbone: Search does not correctly handle large numbers (> maxint) so you cannot search by UPC code. 2010-11-22 07:32:12 +00:00
Dries Buytaert c890cb3a95 - Patch #867114 by jhodgdon, mgifford, sun: search results should add lang tag if language of search result differs. 2010-11-21 20:36:36 +00:00
Dries Buytaert 14c98d183f - Patch #827116 by jhodgdon, marvil07: search API is inconsistent in /, and generally needs doc cleanup. 2010-11-21 18:42:25 +00:00
Dries Buytaert 7070b8c19b - Patch #974606 by Crell: misnamed function in hook documentation. 2010-11-18 05:38:39 +00:00
Angie Byron 926dff9fc9 #601932 by David_Rothstein, carlos8f, yoroy, Bojhan, et al: Allow dashboard to limit available blocks. 2010-11-06 23:24:33 +00:00
Dries Buytaert b0cbc018ec - Patch #882694 by mgifford, sun, ksenzee, bleen18, yched: add missing form element titles for accessibility. 2010-10-20 01:31:07 +00:00
Dries Buytaert cb1f944383 - Patch #934050 by sun, alex_b: change format into string. 2010-10-20 01:15:58 +00:00
Angie Byron f17797c3fd #556284 by jhodgdon: Search form processed_keys default is wrong. 2010-10-09 03:24:46 +00:00
Angie Byron 5d76008993 #438224 by dww, sun, netsensei, vordude, et al: 'Post comments without approval' permission name is completely misleading. 2010-10-05 06:17:29 +00:00
Angie Byron 0223bf1dc2 #699858 by David_Rothstein, catch, yoroy, sun, ronald_istos, et al: Fix 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. 2010-10-01 15:24:18 +00:00
Dries Buytaert b1190c11b5 - Patch #924686 by mikey_p, munzirtaha: space required after foreach construct. 2010-09-28 02:30:32 +00:00
Angie Byron 74923f7091 #567100 follow-up by mfer: Fix default value of Default search module setting. 2010-09-27 02:38:25 +00:00
Dries Buytaert f40a5c18ae - Patch #923004 by marvil07: typo on hook_search_execute() docblock. 2010-09-27 01:08:40 +00:00
Dries Buytaert 3780b17654 - Patch #921606 by munzirtaha, bleen18: various code uses is_null(). 2010-09-26 23:31:36 +00:00
Angie Byron 7b14675e08 #890994 by Berdir: Entity query tests fail on PostgreSQL. 2010-09-24 21:24:14 +00:00
Dries Buytaert c9de4646c5 - Patch #907690 by sun, pwolanin: breadcrumbs don't work for dynamic paths and local tasks #2. 2010-09-24 00:37:45 +00:00
Dries Buytaert fb9c1df0b9 - Patch #328357 by bleen18, sun, skilip, alanburke, jenlampton, manarth, fgm, tstoeckler: allow module .info files to add CSS/JS. 2010-09-05 02:21:38 +00:00
Dries Buytaert 29730ab659 - Patch #887134 by mfb, klausi: setting up modules in DrupalUnitTestCase is useless. 2010-09-04 13:33:53 +00:00
Angie Byron 7b2c2c7de3 Temporary roll-back of #890994, per Dries's feedback. 2010-09-01 01:43:50 +00:00
Angie Byron dc3e02fbfd #890994 by Berdir, Crell, Josh Waihi: Fixed Entity query tests fail on PostgreSQL. 2010-09-01 01:35:19 +00:00
Angie Byron 410fcdc718 #761956 by David_Rothstein, Xen, sun, tstoeckler, Bojhan, zzolo, yoroy, jenlampton, linclark, BarisW: Fixed Dashboard blocks and regions should not appear on the main blocks configuration page. 2010-08-30 00:22:03 +00:00
Dries Buytaert db5368027e - Patch #880132 by bojanz: hook_schema() doesn't support compound foreign keys; inconsistent implementations in core. 2010-08-22 13:55:53 +00:00
Dries Buytaert eeeba75a5b - Patch #839524 by jhodgdon, pwolanin: search results are themed too early. 2010-08-18 18:40:50 +00:00
Dries Buytaert 7fc91af20f - Patch #419388 by jhodgdon, David Lesieur, Garrett Albright: search_query_insert() breaks down when the value of key is 0. 2010-08-13 01:05:36 +00:00
Dries Buytaert 2141a64e34 - Patch #497206 by jhodgdon, pwolanin, Island Usurper, YannickD: avoid search conflicts with other forms, use menu API instead of search_get_keys(). 2010-08-11 14:21:39 +00:00
Dries Buytaert b45bda8d7b - Patch #853896 by Stevel: type field is part of primary key but not marked as NOT NULL. 2010-08-11 02:14:23 +00:00
Dries Buytaert bdb91dbe95 - Patch #269911 by jhodgdon, Freso, kiamlaluno, mradcliffe: search result trimming should not fall inside HTML entities/tags. 2010-08-10 01:11:36 +00:00
Angie Byron 25171a17f6 Reverting #500866. Needs more discussion. 2010-08-05 23:53:39 +00:00
Angie Byron cacd044a63 #500866 by boombatower, solotandem: Remove t() from assertion messages in SimpleTest, so translators do not get 1000s of bogus strings. 2010-08-05 23:26:36 +00:00
Angie Byron 4865a48e22 #567100 by jhodgdon, pwolanin, ezra-g: Fixed Search module is assuming node is default search even when it's disabled. 2010-08-05 07:11:15 +00:00
Dries Buytaert 37c3c7ec7a - Patch #769226 by Owen Barton, alanburke, sun: fixed JS/CSS preprocess should default to FALSE. 2010-07-30 02:47:28 +00:00
Dries Buytaert d79dff03ac - Patch #124980 by jhodgdon: Indexer is removing ... and -- instead of replacing with a space. 2010-07-22 16:16:42 +00:00