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
Dries Buytaert
ca2d5b5732
- Patch #664648 by Bojhan: added an ending dot to module description on /config.
2009-12-21 08:01:23 +00:00
Dries Buytaert
28714aa363
- Patch #658140 by jhodgdon: various small help text fixes.
2009-12-14 20:38:15 +00:00
Dries Buytaert
e096263f3c
- Patch #115540 by Wesley Tanaka, douggreen, WorldFallz, dww: 'no results' page was not themeable, and generated invalid HTML.
2009-12-12 20:49:34 +00:00
Dries Buytaert
3016bcbd23
- Patch #652420 by sun: fixed some errors.
2009-12-09 19:22:04 +00:00
Angie Byron
b52cdd773c
#652420 by sun: Fixed Various failures everywhere caught by asserting on watchdog errors found in testing logs.
2009-12-07 06:07:19 +00:00
Angie Byron
d69a28cf83
#633346 by JuliaKM, lisarex, arianek, batigolix, and jhodgdon: Convert Search module to new help standard.
2009-12-06 17:31:49 +00:00
Dries Buytaert
1da26fadfe
- Patch #502190 by jhodgdon, stella, sun: hook implementation headers out of compliance with standards.
2009-12-04 16:49:48 +00:00
Dries Buytaert
67ae364b46
- Patch #394182 by jhodgdon: documentation improvement
2009-12-04 15:58:57 +00:00
Dries Buytaert
0baad49d62
- Patch #635094 by plach: unify 'language neutral' language codes.
2009-12-02 19:26:23 +00:00
Dries Buytaert
29368b4664
- Patch #620446 by Xano: rewrite permission titles and descriptions.
2009-12-01 13:14:43 +00:00
Dries Buytaert
a239296cbc
- Patch #598758 by stBorchert, sun, pwolanin, eigentor, TheRec, seutje: add link to the permissions and configuration page of each module from the module configuration page. Great team work!
2009-11-17 21:24:19 +00:00
Angie Byron
4d46b7cdf8
Roll-back of #595084 ; type-hinting parameters at stdClass makes it so you can't ever pass in another type of class.
2009-11-08 10:02:41 +00:00
Angie Byron
1eae549bd6
#615508 by Crell: Use slave servers for search module.
2009-11-01 21:46:16 +00:00
Dries Buytaert
e4ca439ba1
- Patch #595084 by c960657: use type hinting for .
2009-11-01 12:11:10 +00:00
Angie Byron
a7149821d6
#600974 by effulgentsia, JohnAlbin, sun, and Damien Tournoud: Allow theme functions to take one argument without any hacks. NOTE: This is an API change in hook_theme().
2009-10-23 22:24:19 +00:00
Dries Buytaert
33452c61a2
- Patch #550742 by sun: removed some left-over code.
2009-10-19 23:28:40 +00:00
Dries Buytaert
85f481386d
- Patch #607410 by Bojhan: remove Search this site.
2009-10-18 01:53:26 +00:00
Angie Byron
a09822b363
#606640 by eojthebrave and sun: Use proper menu router paths for the block module.
2009-10-16 23:48:38 +00:00
Dries Buytaert
5a89fef970
- Patch #275368 by michaelfavia, sun, mattconnolly: allow disabling comment preview + unify with node preview settings.
2009-10-16 13:20:16 +00:00
Angie Byron
1d09ec33bd
#602958 by chx: Added API function to SimpleTest to run cron, avoiding fatal errors.
2009-10-13 05:37:46 +00:00
Angie Byron
b3265dbe17
#557292 by peximo, plach, catch, and yched: Convert node title to Field API.
2009-10-11 03:07:21 +00:00
Dries Buytaert
c05f2181dc
- Patch #572618 by effulgentsia, pwolanin, sun: all theme functions should take a single argument. Code clean-up and performance improvement. Woot.
2009-10-09 01:00:08 +00:00
Dries Buytaert
598e739208
- Patch #578520 by sun | c960657, mfb, Dries, catch, mattyoung: make in url() only accept an array. Another nice API clean-up!
2009-09-29 15:31:17 +00:00
Dries Buytaert
cef1089389
- Patch #570900 by Crell | asimmonds: Changed Destroy remnants of update_sql().
2009-09-29 15:13:57 +00:00
Dries Buytaert
2c154dc986
- Patch #550742 by Dave Reid, douggreen, Jacine | yoroy, Dries: removed status message.
2009-09-27 00:12:14 +00:00
Dries Buytaert
ee8aa910b9
Patch #579366 by sun, litwol | chx, Dries: simplified form API redirection handling. I can actually understand it now. ;-).
2009-09-21 06:44:14 +00:00
Dries Buytaert
0741d8e323
- Patch #550742 by douggreen | Zarabadoo: remove Search box from theme system, default to block system instead.
2009-09-21 06:36:54 +00:00
Dries Buytaert
ffb8421230
- Patch #582736 by douggreen: removed unused function.
2009-09-20 17:18:04 +00:00
Angie Byron
df02fa3ca4
#571086 by sun and merlinofchaos: Added a 'wrapper callback' that executes
...
before a form builder function, to facilitate common form elements. Clean-up
from form_builder changes from CTools patch. Has nice side-benefit of making
all form functions' signatures consistent.
2009-09-18 00:12:48 +00:00
Dries Buytaert
6764b73ffd
- Patch #570930 by sun: allow to retrieve all filters (including disabled) in a text format.
2009-09-11 15:39:48 +00:00
Angie Byron
7f88540b4b
#564632 by moshe weitzman: Unify various _build() functions and remove duplicate copy of content.
2009-09-10 12:33:46 +00:00
Dries Buytaert
029c48c68d
- Patch #306151 by agentrickard, David_Rothstein, Dave Reid, dbabbage, moshe weitzman: automatically install/uninstall schema.
2009-09-10 06:38:20 +00:00
Dries Buytaert
790a23a56f
- Patch #569084 by douggreen: fixed resetting the search index.
2009-09-05 10:53:09 +00:00
Dries Buytaert
04fd76dc84
- Patch #546302 by jhodgdon: improved help text of search module so people know how they can pimp their search.
2009-09-05 10:39:57 +00:00
Dries Buytaert
b4786ff0ee
- Patch #495968 by Frando, moshe weitzman: added drupal_render() cache pattern. Start using it for blocks.
2009-08-31 17:06:10 +00:00
Dries Buytaert
44063e1cf1
- Patch #505214 by pwolanin: make the search module a slightly better framework.
2009-08-29 21:05:16 +00:00
Dries Buytaert
ab53f11f2d
- Added missing file.
2009-08-29 12:43:18 +00:00
Dries Buytaert
c574afadae
- Patch #394182 by chx, Berdir: converted search module to the new database abstraction layer. Rest in peace old database layer.
2009-08-29 10:46:41 +00:00
Dries Buytaert
0597c9e48a
- Patch #560746 by dropcube: rename hook_block_list() to hook_block_info() for consistency in the API.
2009-08-29 05:46:04 +00:00
Dries Buytaert
3dea934d2b
- Patch #560502 by Gabor Hojtsy: created 'content authoring' category.
2009-08-28 16:23:05 +00:00
Dries Buytaert
f9f8a6cb81
- Patch #554946 by dropcube, sun: cache info from hook_filter_info() and allow to be altered.
2009-08-25 10:35:33 +00:00
Dries Buytaert
14b233ec1d
- Patch #368408 by jeffschuler: improve consistency of API and settings on administration pages.
2009-08-25 10:27:15 +00:00
Angie Byron
4d85fb1f56
#557890 by Gábor Hojtsy: Added 'Search and metadata' category to configuration page.
2009-08-24 22:03:01 +00:00
Angie Byron
2c55219315
#497118 by chx, catch, pwolanin, JoshuaRogers, and Jacob Singh: Remove the function registry. While the hope was that this would result in improved performance for low-end hosts, it comes at the expense of critical development experience problems and less benefit than something like APC. Class registry remains intact to facilitate autoloading.
2009-08-24 00:14:23 +00:00
Angie Byron
e63e85020b
Of all the patches to accidentally commit without a message. :( Rolling back registry rip. Let's try that again.
2009-08-24 00:10:46 +00:00
Angie Byron
4ae238ea57
*** empty log message ***
2009-08-24 00:02:05 +00:00
Angie Byron
36ec189695
#326539 by JohnAlbin, sun, cha0s, ultimateboy, Rob Loach, Damien Tournoud: Convert 'class' attribute to use an array, not a string.
2009-08-22 14:34:23 +00:00
Angie Byron
34a8a369aa
#367595 by plach, catch, sun, yched, et al: Added support for translatable fields to Field API.
2009-08-22 00:58:55 +00:00
Dries Buytaert
bc23bfaa11
- Patch #546350 by dropcube: remove hardcoded numeric deltas from hook_filter_info().
2009-08-21 17:28:27 +00:00
Dries Buytaert
2a123f0ac9
- Patch #549432 by Bohjan, Gábor Hojtsy: create 'people and permissions' section in 'configuration and modules'.
2009-08-21 14:27:47 +00:00