summaryrefslogtreecommitdiff
path: root/modules/search
Commit message (Collapse)AuthorAge
* - 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.
* #414424 by sun, chx, Arancaytar, yched, et al: Introduce Form API #type ↵Angie Byron2010-03-07
| | | | 'text_format' for additional DX/security around rich text fields.
* - Patch #679530 by sun, David_Rothstein: administer filters permission ↵Dries Buytaert2010-03-06
| | | | should not affect text format widget.
* - Patch #679530 by sun: administer filters permission should not affect text ↵Dries Buytaert2010-03-05
| | | | format widget.
* - Patch #588882 by David_Rothstein: filter fallback format clean-ups.Dries Buytaert2010-03-04
|
* - Patch #676800 by casey, sun, james.elliott, cosmicdreams, seutje, Jacine: ↵Dries Buytaert2010-03-03
| | | | made fieldsets work on all browser.
* - Patch #704866 by jhodgdon: search API doc has some problems.Dries Buytaert2010-02-27
|
* - Patch #535440 by andypost, carlos8f, boombatower: random strings in ↵Dries Buytaert2010-02-26
| | | | SimpleTest should not contain
* #710142 by Berdir, moshe weitzman, chx: Handle exceptions in shutdown ↵Angie Byron2010-02-17
| | | | functions (with tests). Hopefully the last of these weird 'Stack frame in Unknown line 0' errors.
* -Patch #713388 by Bojhan, mr.baileys: better weight items inside categories ↵Dries Buytaert2010-02-13
| | | | on Configuration.
* #699842 by mr.baileys: Move permissions and roles to a tab/sub-tab at ↵Angie Byron2010-02-07
| | | | admin/people.
* #606526 follow-up by scor: Don't strip trailing whitespace from Unicode tests.Angie Byron2010-02-01
|
* - Patch #606526 by axyjo, scor: remove trailing whitespaces and add newlines ↵Dries Buytaert2010-01-30
| | | | at end of files.
* - Patch #693614 by asimmonds: fixed PHPDoc spelling typos.Dries Buytaert2010-01-25
|
* - Patch #683736 by c960657: use db_like() where appropriate.Dries Buytaert2010-01-13
|
* #678714 by effulgentsia: Unify use of theme hook / template suggestions, fix ↵Angie Byron2010-01-13
| | | | clobbering problems, and improve suggestion discovery performance.
* #542972 by Shai, David_Rothstein, yoroy, et al: Change Name of 'Page' ↵Angie Byron2010-01-10
| | | | Content-Type to 'Basic page'.
* #604002 by chx, naxoc, Heine, and kaakuu: Support more Unicode scripts by ↵Angie Byron2010-01-10
| | | | | | | 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.
* #571654 follow-up by chx, peximo, plach, sun, et al:Angie Byron2010-01-09
| | | | | | 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. :\
* - Patch #674988 by jhodgdon: fixed search module watchdog entry.Dries Buytaert2010-01-08
|
* #601768 by Crell and Damien Tournoud: Add a DatabaseStatementEmpty to allow ↵Angie Byron2010-01-08
| | | | complex query to return a proper empty set.
* #609140 by mcarbone: Rewrite outdated references to taxonomy_term_node().Angie Byron2010-01-08
|
* #480430 by JamesAn: Update search module to use drupal_static().Angie Byron2010-01-07
|
* #538164 by scor, catch, linclark, effulgentsia, and yched: Convert Comment ↵Angie Byron2010-01-07
| | | | body as field. Yes, this is WAY past API freeze. :( But is a required follow-up for RDFa support.
* - Patch #171317 by jhodgdon, fgm, CitizenKane: hook_search_page() not ↵Dries Buytaert2010-01-06
| | | | appearing on api.drupal.org.
* #664036 by casey and Bojhan: Add fieldset to Active search modules.Angie Byron2010-01-03
|
* - Patch #493770 by Garrett Albright, tobiasb: search incorrectly splits some ↵Dries Buytaert2010-01-02
| | | | katakana words.
* - Patch #664130 by gpk: removed redundant comment.Dries Buytaert2009-12-22
|
* - Patch #664648 by Bojhan: added an ending dot to module description on /config.Dries Buytaert2009-12-21
|
* - Patch #658140 by jhodgdon: various small help text fixes.Dries Buytaert2009-12-14
|
* - Patch #115540 by Wesley Tanaka, douggreen, WorldFallz, dww: 'no results' ↵Dries Buytaert2009-12-12
| | | | page was not themeable, and generated invalid HTML.
* - Patch #652420 by sun: fixed some errors.Dries Buytaert2009-12-09
|
* #652420 by sun: Fixed Various failures everywhere caught by asserting on ↵Angie Byron2009-12-07
| | | | watchdog errors found in testing logs.
* #633346 by JuliaKM, lisarex, arianek, batigolix, and jhodgdon: Convert ↵Angie Byron2009-12-06
| | | | Search module to new help standard.
* - Patch #502190 by jhodgdon, stella, sun: hook implementation headers out of ↵Dries Buytaert2009-12-04
| | | | compliance with standards.
* - Patch #394182 by jhodgdon: documentation improvementDries Buytaert2009-12-04
|
* - Patch #635094 by plach: unify 'language neutral' language codes.Dries Buytaert2009-12-02
|
* - Patch #620446 by Xano: rewrite permission titles and descriptions.Dries Buytaert2009-12-01
|
* - Patch #598758 by stBorchert, sun, pwolanin, eigentor, TheRec, seutje: add ↵Dries Buytaert2009-11-17
| | | | link to the permissions and configuration page of each module from the module configuration page. Great team work!
* Roll-back of #595084; type-hinting parameters at stdClass makes it so you ↵Angie Byron2009-11-08
| | | | can't ever pass in another type of class.
* #615508 by Crell: Use slave servers for search module.Angie Byron2009-11-01
|
* - Patch #595084 by c960657: use type hinting for .Dries Buytaert2009-11-01
|