Dries Buytaert
d7e9371e94
- Removing whitespace
2006-03-03 08:37:47 +00:00
Steven Wittens
03c8120c23
- #51110 : Make search results page more flexible
2006-02-28 13:32:33 +00:00
Dries Buytaert
f29e0405f4
- Patch #49799 : fixed form goto problem (Today's critical bugfix #1.)
2006-02-23 10:30:03 +00:00
Dries Buytaert
3603fe1bd8
- Patch #49912 : www.drupal.org -> drupal.org. (Today's critical bugfix #5.)
2006-02-21 18:46:54 +00:00
Dries Buytaert
583d5a4ee9
- Patch #48622 by adrian: remove drupal_goto from _submit functions.
2006-02-10 05:25:57 +00:00
Steven Wittens
24a598a912
- #48028 : Better search form compatibility for lanky IE submission
2006-02-07 06:33:04 +00:00
Dries Buytaert
a038201841
- Patch #47300 by kumo: fixed the re-index cancelation link.
2006-02-01 14:42:02 +00:00
Dries Buytaert
30acded344
- Patch #45697 by fgm: removed some useless global.
2006-01-22 07:43:19 +00:00
Steven Wittens
ecd26ac8ae
- #42277 : Make node search indexing more robust against bad nodes and timeouts.
2006-01-18 21:31:40 +00:00
Steven Wittens
2e9bbda791
- #44772 : {} -> [] (in anticipation of PHP de-deprecation)
2006-01-15 07:14:14 +00:00
Steven Wittens
b43fa0f9da
- #41744 : global urlencode() for menu paths
2005-12-22 22:58:12 +00:00
Steven Wittens
19aad8934f
- #34826 : Search results don't include last part of longer pages
2005-12-21 14:30:09 +00:00
Steven Wittens
e67def3a12
Search.module:
...
- #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
2005-12-21 13:35:55 +00:00
Dries Buytaert
f8b5f21cf5
- Patch #39043 : changing the size of the search box back to 20 ...
2005-12-19 10:11:14 +00:00
Steven Wittens
8b0461940d
- Fix minimum_word_size default values
2005-12-18 12:28:26 +00:00
Steven Wittens
b099843b7a
- #41402 : First search pass was too greedy with short words.
...
- Minor code simplifications in search_parse_query()
2005-12-16 16:42:37 +00:00
Dries Buytaert
764f1177ef
- Patch #40631 by Chris Johnson: is_array() slower than isset() or empty().
2005-12-14 20:10:45 +00:00
Steven Wittens
9e007c11aa
- Missing URLencode for remembering search keywords across tabs
2005-12-07 15:32:11 +00:00
Dries Buytaert
e31f7abd42
- Patch #40079 by Moshe: removed dead code.
2005-12-06 08:28:58 +00:00
Dries Buytaert
26bd449860
- Patch #39576 by chx: rename '_execute' to '_submit' and '#execute' to '#submit'.
2005-12-02 15:21:01 +00:00
Dries Buytaert
2d0df351d7
- Various fixes. Updated CHANGELOG.txt
2005-11-29 20:17:10 +00:00
Dries Buytaert
69f3a4d654
- Improved consistency: "Clear Site" -> "Clear site", "Re-index Site" -> "Re-index site"
2005-11-29 06:20:18 +00:00
Steven Wittens
6fc0a68f08
- #39137 : Improve handling of preprocessor-generated words in search queries.
...
- Improve search's default CJK tokenizer
- Re-add index wipe button to admin (with confirmation)
- Make default CJK tokenizer optional
2005-11-28 20:00:21 +00:00
Steven Wittens
17205b6e62
#36352 : Don't prefix temporary table names after all.
...
#36658 : Make search query pgsql compatible.
2005-11-21 15:55:17 +00:00
Steven Wittens
76226df867
#36242 : Array merge problems with module_invoke
2005-11-10 20:36:13 +00:00
Steven Wittens
2ad97f0277
- #36255 : Fix db_query_temporary() in pgsql
...
- Prefix temporary table names (helps on restricted hosts)
2005-11-04 13:02:51 +00:00
Dries Buytaert
a8b218827a
- Patch #26139 by webchick / Kieran / documentation team: improved admin help of core modules! /
2005-11-01 10:17:34 +00:00
Dries Buytaert
f6764cfbd8
- Patch #30930 by m3avrck/deekayen: cured PHP5 warnings.
2005-10-22 15:14:46 +00:00
Steven Wittens
f31db8d70f
- #22850 : Search query containing / results in 404 on clean URLs.
2005-10-21 11:14:55 +00:00
Steven Wittens
909d6928ac
- #28159 : Advanced search features (hello from DrupalCon)
...
Presentation about it:
http://www.acko.net/files/drupal-search-slim.pdf
2005-10-18 14:41:27 +00:00
Dries Buytaert
75fe6b6c0a
- Patch #33752 by chx, adrian, et al: another batch of form API changes/fixes.
2005-10-11 19:44:35 +00:00
Dries Buytaert
7e1527ee61
- Patch #29465 : new form API by Adrian et al.
...
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.
2005-10-07 06:11:12 +00:00
Dries Buytaert
451dbd17a6
- Patch #28784 by Neil: improved HTML/CSS of search form.
2005-09-07 20:57:39 +00:00
Dries Buytaert
7b8a409675
- Patch #29385 by chx: no ?> add end of files.
2005-08-25 21:14:17 +00:00
Steven Wittens
aa2de74fa2
- #27624 , #27614 , #27627 : dead code
2005-07-29 08:18:20 +00:00
Steven Wittens
31ebc32982
- #27626 : Correct function name
2005-07-29 06:43:32 +00:00
Steven Wittens
88ccaf02c4
- #27531 : Leftover string_length().
2005-07-27 01:27:09 +00:00
Steven Wittens
11a4aba9a6
- #26688 : Add mbstring support to Drupal and clear up string handling fuzzies.
2005-07-25 20:40:35 +00:00
Dries Buytaert
58aee8cdad
- Patch #25603 by Stefan: made the sizes of forms consistent.
...
TODO: document the defaults in the PHPdoc comments.
2005-06-27 18:33:33 +00:00
Dries Buytaert
3a02ee64b2
- Patch #22786 by mathias: now that db_affected_rows() returns the number of rows matched instead of only changed we can get rid of the hacks that worked around this.
2005-05-14 17:26:02 +00:00
Dries Buytaert
a76a1e1f3f
- Patch 20910 by chx: centralize print theme page.
2005-04-24 16:34:36 +00:00
Steven Wittens
00b04ba41c
- Fix search index not wiping on admin settings change.
2005-04-23 07:34:22 +00:00
Steven Wittens
23bccfd1c8
- #4166 : Respect 'access userlist' permission for profile data.
2005-04-11 22:48:27 +00:00
Dries Buytaert
7bdcba1720
- Patch #19739 by Uwe: corrected many typo's in the documentation and code comments
2005-03-31 21:18:08 +00:00
Steven Wittens
be14203534
- #18817 : Clean up plain-text checking (see drupal-devel!)
2005-03-31 09:25:33 +00:00
Steven Wittens
a9091183e1
- Part of #17747 was not committed (pgsql fixes).
2005-03-29 03:28:02 +00:00
Steven Wittens
0805a476b3
- Use format_plural() for search status (items left to index)
2005-03-18 20:31:00 +00:00
Steven Wittens
ab7815c8cd
- #19063 : Use module_implements instead of hand-rolled routine.
2005-03-18 06:50:41 +00:00
Steven Wittens
9d8badb8de
- #18434 : (search) Try wildcards automatically if there were no results.
...
- Fix missing format_plural()
2005-03-08 18:08:17 +00:00
Steven Wittens
ff386b90bb
#17747 : PGSQL improvements
2005-02-28 18:00:59 +00:00