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
Dries Buytaert
7818e2d460
- Patch #676800 by casey, sun, james.elliott, cosmicdreams, seutje, Jacine: made fieldsets work on all browser.
2010-03-03 19:46:26 +00:00
Dries Buytaert
4717f28975
- Patch #704866 by jhodgdon: search API doc has some problems.
2010-02-27 10:54:12 +00:00
Dries Buytaert
bc70eaeb8d
- Patch #535440 by andypost, carlos8f, boombatower: random strings in SimpleTest should not contain
2010-02-26 17:22:39 +00:00
Angie Byron
8d01aeb428
#710142 by Berdir, moshe weitzman, chx: Handle exceptions in shutdown functions (with tests). Hopefully the last of these weird 'Stack frame in Unknown line 0' errors.
2010-02-17 22:44:52 +00:00
Dries Buytaert
05f8dbc5f5
-Patch #713388 by Bojhan, mr.baileys: better weight items inside categories on Configuration.
2010-02-13 21:41:58 +00:00
Angie Byron
92ad427474
#699842 by mr.baileys: Move permissions and roles to a tab/sub-tab at admin/people.
2010-02-07 17:29:09 +00:00
Angie Byron
9ed75a193a
#606526 follow-up by scor: Don't strip trailing whitespace from Unicode tests.
2010-02-01 06:31:58 +00:00
Dries Buytaert
ea51c3215b
- Patch #606526 by axyjo, scor: remove trailing whitespaces and add newlines at end of files.
2010-01-30 07:59:26 +00:00
Dries Buytaert
af3f94b37e
- Patch #693614 by asimmonds: fixed PHPDoc spelling typos.
2010-01-25 10:38:35 +00:00
Dries Buytaert
f60739b033
- Patch #683736 by c960657: use db_like() where appropriate.
2010-01-13 23:19:54 +00:00
Angie Byron
02d2f6e04a
#678714 by effulgentsia: Unify use of theme hook / template suggestions, fix clobbering problems, and improve suggestion discovery performance.
2010-01-13 05:40:03 +00:00
Angie Byron
dcd99e0a9a
#542972 by Shai, David_Rothstein, yoroy, et al: Change Name of 'Page' Content-Type to 'Basic page'.
2010-01-10 22:56:51 +00:00
Angie Byron
d9125a1a46
#604002 by chx, naxoc, Heine, and kaakuu: Support more Unicode scripts by 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.
2010-01-10 21:46:16 +00:00
Angie Byron
147bb1389a
#571654 follow-up by chx, peximo, plach, sun, et al:
...
Roll-back of node titles as fields. The Entity Translation module in
contrib can add this back, but for everyone else it creates a *huge* WTF.
Apologies for how late this is coming, but better now than post-alpha. :\
2010-01-09 21:54:01 +00:00
Dries Buytaert
2bced6879f
- Patch #674988 by jhodgdon: fixed search module watchdog entry.
2010-01-08 17:06:09 +00:00
Angie Byron
c92ddd4cb8
#601768 by Crell and Damien Tournoud: Add a DatabaseStatementEmpty to allow complex query to return a proper empty set.
2010-01-08 07:43:55 +00:00
Angie Byron
fdd39823ba
#609140 by mcarbone: Rewrite outdated references to taxonomy_term_node().
2010-01-08 07:05:52 +00:00
Angie Byron
2aed502f93
#480430 by JamesAn: Update search module to use drupal_static().
2010-01-07 05:36:14 +00:00
Angie Byron
f562e86581
#538164 by scor, catch, linclark, effulgentsia, and yched: Convert Comment body as field. Yes, this is WAY past API freeze. :( But is a required follow-up for RDFa support.
2010-01-07 05:23:52 +00:00
Dries Buytaert
4be3e772fc
- Patch #171317 by jhodgdon, fgm, CitizenKane: hook_search_page() not appearing on api.drupal.org.
2010-01-06 14:07:50 +00:00
Angie Byron
30a6c37c86
#664036 by casey and Bojhan: Add fieldset to Active search modules.
2010-01-03 00:40:05 +00:00
Dries Buytaert
89028a43bb
- Patch #493770 by Garrett Albright, tobiasb: search incorrectly splits some katakana words.
2010-01-02 10:45:34 +00:00
Dries Buytaert
77df3ae1af
- Patch #664130 by gpk: removed redundant comment.
2009-12-22 15:09:37 +00:00