Dries Buytaert
b138793b68
- Patch #72079 by Earl et al: give Drupal an overall administration page ... :-)
2006-07-31 11:25:55 +00:00
Steven Wittens
4dbaaefd6d
Remove useless/broken #theme statement from search_theme_form
2006-07-17 13:15:22 +00:00
Dries Buytaert
58752cfaa2
- Patch #72284 by me:
...
+ reorganized ?q=admin/settings
+ deprecated the _settings hook
2006-07-10 19:27:52 +00:00
Dries Buytaert
c79ab3ca36
- Bug #72053 by erdem: added missing </li>.
2006-07-06 14:27:56 +00:00
Dries Buytaert
e93f8be871
- Patch #72204 by nedjo: upper-cased all TRUE/FALSE/NULL constants.
2006-07-05 11:45:51 +00:00
Neil Drumm
238e7cb36e
#59944 by Zen, Forms do not function on the search page when the search form has invalid input
2006-05-07 04:39:31 +00:00
Neil Drumm
9cff02e91b
#61802 by Zen, Double spaced sentences clean up
2006-05-07 00:08:36 +00:00
Dries Buytaert
f818eaf651
- Patch #47038 by DriesK: added a permission for advanced search.
2006-05-04 18:44:10 +00:00
Neil Drumm
7c5c1c9ab9
#42508 by Egon Bianchet, Documentation: invalid xhtml syntax
2006-05-04 09:31:41 +00:00
Steven Wittens
54a47afd20
- Remove #ref note from comments
2006-04-17 16:06:00 +00:00
Steven Wittens
fb8ef28375
#56921 : Remove all reference magic from form api. w00t.
2006-04-15 21:52:44 +00:00
Gerhard Killesreiter
70aae83c8e
#58166 , fixes for typos, patch by Uwe Herrmann
2006-04-11 11:33:15 +00:00
Steven Wittens
cfe001af7a
#56457 : Allow different search forms to coexist without breaking validation
2006-04-06 13:07:22 +00:00
Steven Wittens
13e52fe352
Fix search indexer link tracking after removal of base-tag.
2006-04-03 22:56:53 +00:00
Steven Wittens
826396a4ef
Fix search indexer link tracking after removal of base-tag.
2006-04-03 22:56:10 +00:00
Neil Drumm
b22d877ff8
#56457 by chx: The search box that can be displayed by some themes (e.g. bluemarine) was not working.
2006-03-31 04:57:49 +00:00
Gerhard Killesreiter
a539a3aa40
#56457 , unnessary trim(). patch by Zen
2006-03-30 22:12:10 +00:00
Steven Wittens
70c91e33c2
#56457 : hook_search() form API conversion
2006-03-30 20:23:39 +00:00
Steven Wittens
fc7f5affd1
- Search code fixes: pass right to theme('pager'), remove unnecessary db query arguments
2006-03-27 21:52:27 +00:00
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