Commit Graph

495 Commits (fe1e82eebc58b4b1e9a907d3cfb40f09ab653d9a)

Author SHA1 Message Date
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
Dries Buytaert f363c9209d - Patch #838014 by comrade.salazar, dereine: search results will always have empty h2 tag. 2010-06-30 15:47:50 +00:00
Dries Buytaert d18daf82a7 - Patch #421838 by jhodgdon, mradcliffe, jbrown: admin/reports/search dependent on dblog module. 2010-06-29 00:39:16 +00:00
Dries Buytaert e27e1a0e0d - Patch #266246 by sun, effulgentsia, marcingy: remove smart defaults for system_settings_form(). 2010-06-26 21:32:20 +00:00
Dries Buytaert e4dd88023d - Patch #768040 by jhodgdon, janusman, codycraven: truncate_utf8() only works for latin languages and drupal_substr() had a bug. 2010-06-10 15:20:48 +00:00
Angie Byron 800c5a3fad #680992 by Berdir, catch, andypost, douggreen, mr.baileys: Fixed comments are added to search index without checking access. 2010-06-08 06:34:36 +00:00
Dries Buytaert 8ac69af008 - Patch #545610 by brandonojc, Everett Zufelt, mgifford: search form needs a header for accessibility. 2010-06-03 13:18:48 +00:00
Dries Buytaert 8a491f2dda - Patch #810176 by Jeff Burnz: updated documentation. 2010-06-01 17:56:46 +00:00
Dries Buytaert 3d2110bfdb - Patch #810176 by bleen18, jhodgdon: search result titles should be enclosed in a heading tag. 2010-05-29 07:50:33 +00:00
Dries Buytaert ffb760fa49 - Patch #810176 by bleen18: improved accessibility of search results -- Google/Yahoo style. 2010-05-28 11:53:57 +00:00
Dries Buytaert 6987dd4cab - Patch #791270 by duellj, lotyrin, Berdir: SearchQuery exact search conditions not added to CountQuery. 2010-05-12 15:53:43 +00:00
Dries Buytaert 2ece32e674 - Patch #326016 by jhodgdon: PREG_CLASS_CJK doesn't include all CJK characters. 2010-05-09 19:46:11 +00:00
Dries Buytaert 2a2f4cc0be - Patch #719686 by duellj: tests for search weighting for HTML tags. 2010-05-01 08:10:26 +00:00
Angie Byron 6ab3f16396 #245103 by chx, jhodgdon, merlinofchaos, douggreen, jrbeeman: Fixed Search page tabs not highlighting. 2010-05-01 01:04:24 +00:00
Angie Byron 09bc8ce92d #764798 by jhodgdon, andypost, douggreen, elly, afreeman: Document that various actions can make your search index out of synch. 2010-04-29 05:31:29 +00:00
Dries Buytaert 96bfc650bc - Patch #537278 by jhodgdon, caelon, dtarc: search results show comment count for content types where comments are disabled. 2010-04-26 14:26:46 +00:00
Dries Buytaert 45f4a1e166 - Patch #482816 by sun, Rob Loach: make a consistent wrapper around submit buttons. 2010-04-24 14:49:14 +00:00
Dries Buytaert c0f75814bf - Patch #771596 by jhodgdon: turning on multiple search weights causes PDO exception during search. 2010-04-16 13:53:43 +00:00
Dries Buytaert 3c3cee28b9 - Patch #716496 by JohnAlbin: documentation updates for theme functions. 2010-04-13 15:23:03 +00:00
Dries Buytaert 98a3f2266d - Patch #767822 by Benjamin Melançon: search.module in-code documentation refers to hook_search() which no longer exists in D7. 2010-04-11 18:54:11 +00:00
Dries Buytaert f66e690098 - Patch #269911 by Freso: wrong trim used for search result. 2010-04-11 14:52:13 +00:00
Dries Buytaert ba59903d78 - Patch #569536 by jhodgdon, douggreen, Berdir, grendzy, catch: search links cause many nodes to be indexed twice. 2010-04-06 16:28:25 +00:00
Angie Byron 72bffa0278 #594908 by Berdir, Bojhan, mrfelton, yoroy, catch: Changed Weight categories on Configuration & Modules correctly. 2010-03-30 07:17:19 +00:00
Dries Buytaert f79e4f3420 - Patch #600392 by merlinofchaos, sun: search_form() has an argument but this argument is partially ignored. 2010-03-12 02:29:23 +00:00
Angie Byron 47371be0a5 #414424 by sun, chx, Arancaytar, yched, et al: Introduce Form API #type 'text_format' for additional DX/security around rich text fields. 2010-03-07 23:14:20 +00:00
Dries Buytaert 9ea09ace77 - Patch #679530 by sun, David_Rothstein: administer filters permission should not affect text format widget. 2010-03-06 19:40:21 +00:00
Dries Buytaert 76a4f8fe18 - Patch #679530 by sun: administer filters permission should not affect text format widget. 2010-03-05 13:32:10 +00:00
Dries Buytaert ede819267e - Patch #588882 by David_Rothstein: filter fallback format clean-ups. 2010-03-04 21:42:01 +00:00