summaryrefslogtreecommitdiff
path: root/modules/search.module
Commit message (Collapse)AuthorAge
* #64280: Renamed from search.module to search/search.moduleDries Buytaert2006-07-12
|
* - Patch #72284 by me:Dries Buytaert2006-07-10
| | | | | + reorganized ?q=admin/settings + deprecated the _settings hook
* - Bug #72053 by erdem: added missing </li>.Dries Buytaert2006-07-06
|
* - Patch #72204 by nedjo: upper-cased all TRUE/FALSE/NULL constants.Dries Buytaert2006-07-05
|
* #59944 by Zen, Forms do not function on the search page when the search form ↵Neil Drumm2006-05-07
| | | | has invalid input
* #61802 by Zen, Double spaced sentences clean upNeil Drumm2006-05-07
|
* - Patch #47038 by DriesK: added a permission for advanced search.Dries Buytaert2006-05-04
|
* #42508 by Egon Bianchet, Documentation: invalid xhtml syntaxNeil Drumm2006-05-04
|
* - Remove #ref note from commentsSteven Wittens2006-04-17
|
* #56921: Remove all reference magic from form api. w00t.Steven Wittens2006-04-15
|
* #58166, fixes for typos, patch by Uwe HerrmannGerhard Killesreiter2006-04-11
|
* #56457: Allow different search forms to coexist without breaking validationSteven Wittens2006-04-06
|
* Fix search indexer link tracking after removal of base-tag.Steven Wittens2006-04-03
|
* Fix search indexer link tracking after removal of base-tag.Steven Wittens2006-04-03
|
* #56457 by chx: The search box that can be displayed by some themes (e.g. ↵Neil Drumm2006-03-31
| | | | bluemarine) was not working.
* #56457, unnessary trim(). patch by ZenGerhard Killesreiter2006-03-30
|
* #56457: hook_search() form API conversionSteven Wittens2006-03-30
|
* - Search code fixes: pass right to theme('pager'), remove unnecessary db ↵Steven Wittens2006-03-27
| | | | query arguments
* - Removing whitespaceDries Buytaert2006-03-03
|
* - #51110: Make search results page more flexibleSteven Wittens2006-02-28
|
* - Patch #49799: fixed form goto problem (Today's critical bugfix #1.)Dries Buytaert2006-02-23
|
* - Patch #49912: www.drupal.org -> drupal.org. (Today's critical bugfix #5.)Dries Buytaert2006-02-21
|
* - Patch #48622 by adrian: remove drupal_goto from _submit functions.Dries Buytaert2006-02-10
|
* - #48028: Better search form compatibility for lanky IE submissionSteven Wittens2006-02-07
|
* - Patch #47300 by kumo: fixed the re-index cancelation link.Dries Buytaert2006-02-01
|
* - Patch #45697 by fgm: removed some useless global.Dries Buytaert2006-01-22
|
* - #42277: Make node search indexing more robust against bad nodes and timeouts.Steven Wittens2006-01-18
|
* - #44772: {} -> [] (in anticipation of PHP de-deprecation)Steven Wittens2006-01-15
|
* - #41744: global urlencode() for menu pathsSteven Wittens2005-12-22
|
* - #34826: Search results don't include last part of longer pagesSteven Wittens2005-12-21
|
* Search.module:Steven Wittens2005-12-21
| | | | | | | | | - #41897: Dead variable (remove_short) - #39117: Fix chinese search problem - Fix bug with and OR queries - Add smarter highlighting for CJK strings - Add message about minimum word length to user - Improve code comments
* - Patch #39043: changing the size of the search box back to 20 ...Dries Buytaert2005-12-19
|
* - Fix minimum_word_size default valuesSteven Wittens2005-12-18
|
* - #41402: First search pass was too greedy with short words.Steven Wittens2005-12-16
| | | | - Minor code simplifications in search_parse_query()
* - Patch #40631 by Chris Johnson: is_array() slower than isset() or empty().Dries Buytaert2005-12-14
|
* - Missing URLencode for remembering search keywords across tabsSteven Wittens2005-12-07
|
* - Patch #40079 by Moshe: removed dead code.Dries Buytaert2005-12-06
|
* - Patch #39576 by chx: rename '_execute' to '_submit' and '#execute' to ↵Dries Buytaert2005-12-02
| | | | '#submit'.
* - Various fixes. Updated CHANGELOG.txtDries Buytaert2005-11-29
|
* - Improved consistency: "Clear Site" -> "Clear site", "Re-index Site" -> ↵Dries Buytaert2005-11-29
| | | | "Re-index site"
* - #39137: Improve handling of preprocessor-generated words in search queries.Steven Wittens2005-11-28
| | | | | | - Improve search's default CJK tokenizer - Re-add index wipe button to admin (with confirmation) - Make default CJK tokenizer optional
* #36352: Don't prefix temporary table names after all.Steven Wittens2005-11-21
| | | | #36658: Make search query pgsql compatible.
* #36242: Array merge problems with module_invokeSteven Wittens2005-11-10
|
* - #36255: Fix db_query_temporary() in pgsqlSteven Wittens2005-11-04
| | | | - Prefix temporary table names (helps on restricted hosts)
* - Patch #26139 by webchick / Kieran / documentation team: improved admin ↵Dries Buytaert2005-11-01
| | | | help of core modules! /
* - Patch #30930 by m3avrck/deekayen: cured PHP5 warnings.Dries Buytaert2005-10-22
|
* - #22850: Search query containing / results in 404 on clean URLs.Steven Wittens2005-10-21
|
* - #28159: Advanced search features (hello from DrupalCon)Steven Wittens2005-10-18
| | | | | Presentation about it: http://www.acko.net/files/drupal-search-slim.pdf
* - Patch #33752 by chx, adrian, et al: another batch of form API changes/fixes.Dries Buytaert2005-10-11
|
* - Patch #29465: new form API by Adrian et al.Dries Buytaert2005-10-07
| | | | | | | TODO: + The contact.module was broken; a new patch for contact.module is needed. + Documentation is needed. + The most important modules need to be updated ASAP.