Angie Byron
d59ba41f65
#313213 by maartenvg, Gábor Hojtsy: Add a 'title' attribute for permissions to allow for localization of permission names
2008-10-09 15:15:55 +00:00
Dries Buytaert
87567f8916
- Patch #310212 by justinrandell: killed in _node hook, as well as twelve sable tooth tigers.
2008-10-06 12:55:56 +00:00
Angie Byron
893942bb4f
#108979 by ewhipple, catch, and sun: Order permissions consistently, keep node type related permissions together.
2008-09-17 20:37:32 +00:00
Dries Buytaert
7f29b14277
- Patch #305645 by pwolanin: ['REQUEST_TIME'] -> REQUEST_TIME. Improved developer experience.
2008-09-17 07:11:59 +00:00
Angie Byron
5e576223bc
#308233 by robertDouglass: Tests for the advanced search form.
2008-09-17 05:12:12 +00:00
Dries Buytaert
e5b0e5f76c
- Patch #302763 by Dave Reid, Rob Loach: replace time() by ['REQUEST_TIME'] as per Rasmus' suggestion. Removed drupal_referrer() for consistency.
2008-09-06 08:36:22 +00:00
Dries Buytaert
b63c316615
- Patch #278759 by douggreen, fletchgqc: improved code comment.
2008-08-28 08:21:27 +00:00
Dries Buytaert
69e6f411a9
- Patch #225450 by Crell, chx, bjaspan, catch, swentel, recidive et al: next generation database layer for Drupal 7.
2008-08-21 19:36:39 +00:00
Dries Buytaert
211980ceb2
- Patch #257912 by douggreen, Damien Tournoud: improve performance by flipping two queries during indexing.
2008-08-14 20:13:55 +00:00
Dries Buytaert
774d060142
- Patch #293504 by Damien Tournoud: fixed search on PostgreSQL - argument of AND must be type boolean, not type integer.
2008-08-13 06:59:19 +00:00
Dries Buytaert
ccf1af94fa
- Patch #245329 by christefano and dmitrig01: code comment love.
2008-07-24 16:25:19 +00:00
Dries Buytaert
57fe5103da
- Patch #252013 by Eaton, pwolanin, Susurrus et al: drupal_render() now printes #markup, not #value.
2008-07-16 21:59:29 +00:00
Dries Buytaert
b6e773b178
- Patch #280319 by robertDouglas: remove unneeded and non-existing validation function.
2008-07-10 02:13:02 +00:00
Dries Buytaert
b87b7c2d01
- Patch #265040 by flobruit: Remove drupalModuleEnable() from simpletest.
2008-06-05 21:55:45 +00:00
Dries Buytaert
c6c26b5e23
- Patch #247423 by boombatower: code style fixes for the tests.
2008-05-30 07:30:53 +00:00
Dries Buytaert
ddea5c448d
- Patch #260882 by boombatower: refresh variables after install and page requests. This actually fixes one failure.
2008-05-28 13:11:11 +00:00
Dries Buytaert
7804e634d6
- Patch #242048 by macgirvin, Freso, Senpai, flobruit, catch, robertDouglass, Garrett Albright, et al: change 'blue smurf' to 'bike shed' ;-)
2008-05-26 17:22:59 +00:00
Dries Buytaert
7b98fa4008
- Patch #237754 by Robert Douglass and David Lesieur: search_index hardcoded the weights of HTML elements. Made them configurable through variable_get().
2008-05-14 15:07:25 +00:00
Dries Buytaert
11aeff6016
- Patch #145242 by douggreen et al: refactor node_rank to modules can add scoring factors.
2008-05-14 11:10:54 +00:00
Dries Buytaert
2e18cb8924
- Patch #221964 by chx, dopry, webernet, moshe, webchick, justinrandall, flobruit
...
et al. Can you say 'registry'? Drupal now maintains an internal registry of
all functions or classes in the system, allowing it to lazy-load code files as
needed (reducing the amount of code that must be parsed on each request). The
list of included files is cached per menu callback for subsequent loading by
the menu router. This way, a given page request will have all the code it needs
but little else, minimizing time spent parsing unneeded code.
2008-05-06 12:18:54 +00:00
Dries Buytaert
21576021bf
- Patch #249546 by pwolanin: rip menu access inheritance -- was already committed to D6.
2008-04-23 20:01:56 +00:00
Dries Buytaert
af474609e3
- Added a test framework to Drupal along with a first batch of tests for
...
Drupal core! This is an important milestone for the project so enable
the module and check it out ... :)
Thanks to Rok Žlender, Károly Négyesi, Jimmy Berry, Kevin Bridges, Charlie
Gordon, Douglas Hubler, Miglius Alaburda, Andy Kirkham, Dimitri13, Kieran
Lal, Moshe Weitzman, and the many other people that helped with testing
over the past years and that drove this home.
It all works but it is still rough around the edges (i.e. documentation
is still being written, the coding style is not 100% yet, a number of
tests still fail) but we spent the entire weekend working on it in Paris
and made a ton of progress. The best way to help and to get up to speed,
is to start writing and contributing some tests ... as well as fixing
some of the failures.
For those willing to help with improving the test framework, here are
some next steps and issues to resolve:
- How to best approach unit tests and mock functions?
- How to test drupal_mail() and drupal_http_request()?
- How to improve the admin UI so we have a nice progress bar?
- How best to do code coverage?
- See http://g.d.o/node/10099 for more ...
2008-04-20 18:24:07 +00:00
Dries Buytaert
56d2664a90
- Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long discussion we've decided to make the concatenation operator consistent with the other operators.
2008-04-14 17:48:46 +00:00
Dries Buytaert
79b016d915
- Patch #216072 by recidive, David Rothstein, ptalindstrom et al: switched from numeric block IDs to string IDs.
...
The short explanation is that Drupal uses a lot of numeric deltas in the block system; blocks are identified by the 'module' and the 'delta'. In early Drupal, delta was numeric, but somewhere along the line it was changed to be possibly a string. In modern Drupal, block overrides are easily done via block-MODULE-DELTA.tpl.php. The primary motivation to switch to string IDs everywhere is to make these deltas friendlier to themers:
block-user-0.tpl.php --> block-user-navigation.tpl.php
block-user-1.tpl.php --> block-user-login.tpl.php
You get the picture.
2008-04-10 10:28:23 +00:00
Dries Buytaert
a4aac75668
- Patch #218403 by Gabor, catch, Arancaytar, keith, doug, et al: duplicate entry errors in search idexer due to collation issues.
2008-04-02 20:13:37 +00:00
Dries Buytaert
f5d4287cd5
- Patch #214271 by recidive: improved schema identation.
2008-03-15 12:31:29 +00:00
Dries Buytaert
584f3e886a
- Patch #30984 by webchick, keith.smith, kkaefer, Crell et al: provide descriptions for permissions on the permission administration page.
2008-02-20 13:46:43 +00:00
Dries Buytaert
b05db1f176
- Patch #221384 by webernet: update core compatibility to Drupal 7.
2008-02-18 19:19:49 +00:00
Gábor Hojtsy
b78a990270
#207569 by ScoutBaker (minor code style): clean up @see usage in phpdoc blocks
2008-01-08 10:35:43 +00:00
Gábor Hojtsy
444c5e16be
#205920 by douggreen: short term searches were returning wrong results
2008-01-07 12:57:38 +00:00
Gábor Hojtsy
03c18bb204
#205795 by douggreen: search result normalization used a wrong calculation
2008-01-03 09:55:06 +00:00
Gábor Hojtsy
84c6d225e8
#205199 by David_Rothstein: leftover links were not removed in the reindexing process properly (search module)
2008-01-01 17:30:55 +00:00
Dries Buytaert
faf7ebafce
- Patch #203316 by mooffie and douggreen: improved schema documentation.
2007-12-28 10:53:27 +00:00
Gábor Hojtsy
bef39dc0ec
#203316 by douggreen: schema docs for the search_node_links table
2007-12-24 10:37:13 +00:00
Gábor Hojtsy
dbf5d8d370
#197730 by keith.smith: standardize on a much more user friendly cron reference in help texts, explain its importance with more examples in INSTALL.txt
2007-12-19 17:45:43 +00:00
Gábor Hojtsy
b6532a4fdb
#200069 by keith.smith: new standard for 'more information' links in module help texts, as the handbook we referred to before was renamed
2007-12-14 18:08:50 +00:00
Gábor Hojtsy
c6d841c096
#197297 by DanW (as GHOP 17), and keith.smith: clean up lots of help texts, update to drag and drop functionality, drupal.module removal, etc
2007-12-13 09:34:40 +00:00
Gábor Hojtsy
5622bce2d5
#198579 by webernet and hswong3i: a huge set of coding style fixes, including:
...
- whitespaces at end of lines
- indentation
- control structure usage
- whitespace in empty lines
- phpdoc comment formatting
2007-12-08 14:06:23 +00:00
Gábor Hojtsy
9c15411393
#194320 by Lynn: search block default value was array() when an empty string was intended
2007-12-06 09:51:01 +00:00
Gábor Hojtsy
afe3f4318d
security fixes forward ported from Drupal 5.2 - previously not committed parts of http://drupal.org/cvs?commit=74833
2007-12-05 19:12:59 +00:00
Gábor Hojtsy
c99dd5c206
#186242 by douggreen: ignore AND in search, as it is the default behavior and inform the user when a lower case 'or' is used that 'OR' should be used as an operator
2007-12-05 12:38:03 +00:00
Gábor Hojtsy
f77b60f291
#195543 by hass and yhager: CSS inherit was completely misused in RTL CSS files
2007-11-27 12:09:27 +00:00
Dries Buytaert
6bb15d29da
- Patch #192348 by douggreen and bjaspan: fixed database inconsistencies.
2007-11-17 14:01:24 +00:00
Dries Buytaert
17d1527e3d
- Patch #146466 by douggreen, Steven et al: Remove temporary table usage from search module
2007-11-13 14:04:08 +00:00
Dries Buytaert
6c85fdc6ab
- Patch #164032 by Crell, Chris Kennedy, dmitrig01, WimLeers, dvessel et al: tpl-ified the search module.
2007-10-31 18:06:38 +00:00
Dries Buytaert
248ae3a2e4
- Patch #186028 by chx: search_preprocess gets added to theme registry.
2007-10-25 20:29:51 +00:00
Gábor Hojtsy
b94f2716cf
#184867 by deekayen, catch and keith.smith: fix some spelling errors in our source code and messages printed
2007-10-21 18:59:02 +00:00
Gábor Hojtsy
7c31bcdeac
#165140 by dww: rename logs to reports (usability improvement)
2007-10-20 21:57:50 +00:00
Gábor Hojtsy
ed1a53698a
#180897 by sun and dvessel: fix various XHTML validity issues in Drupal by closing unclosed tags, avoiding empty table containers, and so on
2007-10-11 09:51:29 +00:00
Gábor Hojtsy
8cf6fefe54
#164983 by multiple contributors: document the core database schemas
2007-10-10 11:39:35 +00:00
Dries Buytaert
39706e3c51
- Patch #150245 by webchick, bjaspan, ralf, Arancaytar et al: move the .schema files into .install files to prevent mistakes.
2007-10-05 14:43:26 +00:00
Gábor Hojtsy
0a69b04870
#104662 by chx: the search block form might not be available on the search page itself, so that target was not right for search block form submissions
2007-10-01 08:50:36 +00:00
Gábor Hojtsy
a966c326be
#160603 by nancyw and Freso: variable search_cron_limit was not removed on search uninstall
2007-09-29 08:08:59 +00:00
Dries Buytaert
f655adcf97
- Patch #169433 by Crell and dvessel: split up search module.
2007-09-05 08:39:57 +00:00
Gábor Hojtsy
85735002c3
#172436 by chx: watchdog was already renamed dblog, fix leftovers
2007-09-02 12:53:50 +00:00
Dries Buytaert
45c255c0e9
- Patch #164351 by chx and dvessel: theming the search form was broken.
2007-08-30 20:11:20 +00:00
Gábor Hojtsy
48002ab0b4
#66595 by AjK: add a default title to the search box, which can be altered/styled out if needed
2007-08-29 18:20:01 +00:00
Gábor Hojtsy
ffb803bae2
#157510 by pwolanin and chx: search module needs menu tail arguments (arbitrary 'directory' looking parts)
2007-08-25 10:29:18 +00:00
Dries Buytaert
74292cd062
- Patch #80951 by killes, yched et al: block caching.
2007-08-19 08:08:45 +00:00
Dries Buytaert
08c059ec77
- Rollback of patch #147947 : lacks proper upgrade path.
2007-07-15 10:09:21 +00:00
Gábor Hojtsy
7fce9ce598
#157577 by pwolanin: search_help() call was missing new parameter
2007-07-08 12:18:02 +00:00
Dries Buytaert
e59852d336
- Rollback of patch #147723 : delete API. Talked to Steven and Gabor and we
...
unanimously agreed to rollback the deletion API. We all support the
features this patch added, yet not its actual design and implementation.
After some talk, we decided that it would be better for Drupal -- in the
long term -- not to go with a solution that isn't 100%. We also recognize
that in the short term, this patch would have been useful addition. So
let's figure out how we can implement this properly in D7.
2007-07-01 17:41:16 +00:00
Gábor Hojtsy
9e6ef53c2c
#154064 by pwolanin: get hook_help() up to speed to menu changes, allowing router path based lookups, and also full path argument lookup with a passed argument array
2007-06-30 19:46:58 +00:00
Steven Wittens
fe8b35f527
#153781 : Convert all remaining confirm_forms() to deletion api.
2007-06-22 08:32:28 +00:00
Dries Buytaert
931a4f32dc
- Patch #152171 by yched: added missing validation routines for settings.
2007-06-15 22:00:30 +00:00
Dries Buytaert
ae0392b2eb
- Patch #147947 by hswong3i: some files shouldn't defined as text:big for Oracle compatibility.
2007-06-15 07:15:25 +00:00
Dries Buytaert
29eb5a6284
- Patch #146910 by dww: only allow enabling modules with the same Drupal core compatibility version.
2007-06-08 05:50:58 +00:00
Dries Buytaert
1fe90cba4f
- Patch #146667 by Eaton: correct builder argument ordering, eliminate redundant arguments
2007-06-04 07:22:23 +00:00
Gábor Hojtsy
fd9dc74c9d
Some RTL CSS files had wrong CVS Id comments, fix that
2007-05-30 18:28:14 +00:00
Dries Buytaert
96926ca047
- Patch #146470 by Eaton et al: standardize form API3 hook parameter order.
2007-05-28 06:08:47 +00:00
Gábor Hojtsy
860947d3c8
#145737 by yhager, documentation cleaned up by myself: add support for RTL CSS overrides and default RTL CSS override files for modules
...
Note: properties, which are different in the RTL display are marked with /* LTR */ in default CSS files now,
so maintainers remember that changing them should also have an effect on RTL CSS files.
This should open the way for better RTL (right-to-left written) language (such as Arabic and Hebrew) support.
2007-05-27 17:57:48 +00:00
Dries Buytaert
3cafffe63f
- Killer patch #144765 by bjaspan, frando et al: schema API 1 hits core. Oh, behave.
2007-05-25 12:46:46 +00:00
Dries Buytaert
75897e8000
- Patch #138706 by Eaton: 2 form API fixes.
2007-05-15 05:43:16 +00:00
Dries Buytaert
ac65ff9074
- Patch #138706 by eaton, chx, webchick, yched et al: form api 3 ... yay. :)
2007-05-14 13:43:38 +00:00
Dries Buytaert
7d4f2836ba
- Patch #128082 by Goba et al: Allow localization of built-in menu items.
2007-04-30 17:03:29 +00:00
Dries Buytaert
f73610bec6
- Patch #76588 by Gabor: made log messages translatable. Yay.
2007-04-24 13:53:15 +00:00
Dries Buytaert
e675979091
- Patch #134493 by douggreen: getting the Drupal coding standards right in core. Woot. Woot.
2007-04-13 08:56:59 +00:00
Dries Buytaert
5bbbf10ba8
- Patch #130987 by merlinofchaos: added theme registry for easier themability.
2007-04-06 13:27:23 +00:00
Steven Wittens
f7440d4d73
#130971 : Kitchen sink (E_NOTICE compliance / Code style / Bugfix in book toc)
2007-03-27 05:13:55 +00:00
Dries Buytaert
4b635f6d0a
- Patch #128081 by Eaton: remove #base, paving the path for a simpler form API.
2007-03-17 18:30:14 +00:00
Dries Buytaert
d9647661ff
- Patch #125804 by tostinni: search.css not always properly included.
2007-03-14 18:30:38 +00:00
Dries Buytaert
5254053812
- Patch #118183 by chx: tabs fixes.
2007-02-14 16:43:38 +00:00
Dries Buytaert
a1e6728a46
- Patch #113603 by chx: first crack at re-implementing tabs.
2007-02-11 09:30:51 +00:00
Dries Buytaert
489903a08e
- Patch #113603 by chx: first crack at re-implementing tabs.
2007-01-31 21:26:56 +00:00
Dries Buytaert
03752e35a4
- Patch #34755 by chx et al: faster menu system. HEAD is temporary broken and there is no upgrade path yet.
2007-01-24 14:48:36 +00:00
Steven Wittens
12fab40764
#102040 : Fix permissions for search/user
2007-01-13 11:02:30 +00:00
Steven Wittens
487f243cbf
#102040 : Fix permissions for search/user
2007-01-13 11:00:53 +00:00
Neil Drumm
ff34411675
#102040 by Jose A Reyero. Clean up search menu items, fixing .../search/user under certain permissions.
2006-12-19 09:44:53 +00:00
Dries Buytaert
22d317e5c4
- Patch #101562 by dvessel: <p>-tag clean ups.
2006-12-11 16:57:42 +00:00
Steven Wittens
b86f45b1e6
#100516 : CSS preprocessor to cache and compress all .css files. Benchmarks show up to 40% faster page loads.
2006-12-10 09:54:35 +00:00
Steven Wittens
0ea4e1c5f6
#100563 : Conditional loading of (some) module.css files
2006-12-01 22:47:53 +00:00
Dries Buytaert
6ae6dc0d85
- Patch #87298 by webchick, neil, dww et al: show version numbers on modules page.
2006-11-21 20:55:36 +00:00
Dries Buytaert
b004f328ee
- Patch #92992 by webchick and neclimdul: clean up documentation that is superseded by the new 'by module' administration dashboard.
2006-11-21 20:14:19 +00:00
Dries Buytaert
cb8be5f821
- Patch #89285 by profix: code simplifications.
2006-10-26 05:31:14 +00:00
Steven Wittens
36d44fbfb0
#84146 : Use 'Sentence capitalization' for menu items, page titles, form items, etc
2006-10-22 08:28:47 +00:00
Dries Buytaert
14e925e36a
- Patch #87496 by webernet: page titles were reversed. Oops.
2006-10-07 13:39:04 +00:00
Dries Buytaert
18b297abf8
- Patch #81740 by merlinofchaos, webchick, moshe, neclimdul et al: added package support to the modules page.
2006-10-05 15:47:57 +00:00
Dries Buytaert
a8f20420d9
- Patch #87049 by edkwh, chx and hunmonk: fixed the form in the search block.
2006-10-05 14:49:52 +00:00
Dries Buytaert
5f8027f94c
- Patch #83397 by edkwh: -> . Getting rid of super-globals.
2006-09-17 19:14:16 +00:00
Dries Buytaert
6f0e54b037
- Patch #82465 by webchick: renamed variables in hooks for consistency.
2006-09-08 16:33:02 +00:00
Neil Drumm
94098f7e93
#81033 by webchick and neclimdul. Uninstall module API.
2006-09-01 07:40:08 +00:00
Dries Buytaert
c64db1da29
- Patch #80952 by earl, webchick, neclimdul et al: .info files
2006-08-31 20:22:37 +00:00
Dries Buytaert
78ee75f1a2
- Patch #79622 by Dries: added views to see the most popular search terms,
...
the most important 404s and 403s. This makes the watchdog data easier to
use. Improved consistency of the 'amdminister > logs' section.
2006-08-29 09:51:50 +00:00
Neil Drumm
bceaf8f0da
#80574 Eaton and chx. Replace $_POST['edit'] with $_POST.
2006-08-29 09:12:03 +00:00
Dries Buytaert
7178f2f99e
- Patch #79428 by Chris Johnson: remove int display width declarations from MySQL create table statements.
2006-08-20 06:38:50 +00:00
Dries Buytaert
7de41539df
- Patch #77919 by chx, eaton, moshe, et al: enable programmaticaly submitted forms via the pull model.
2006-08-18 18:58:47 +00:00
Steven Wittens
81938a3cdc
#76802 : Introduce placeholder magic into t()
...
See: http://drupal.org/node/64279#t-placeholders
2006-08-18 12:17:00 +00:00
Neil Drumm
bf3487c0b1
#76681 by sammys, sync posgres install and change unsigned annotation.
2006-08-15 05:25:20 +00:00
Neil Drumm
3cc2b1e3d7
#77183 by m3avrck and timcn, split up drupal.css by module.
2006-08-14 07:14:50 +00:00
Dries Buytaert
ce85b7c7f8
- Patch #74326 by Eaton, Royboy, chx, et al: building $node->body with arrays like FAPI for viewing.
...
Once again, we're paving the path for CCK in core ... :)
2006-08-10 15:42:33 +00:00
Dries Buytaert
729fa6c11b
- Patch #77422 by timcn: corrected various paths in the documentation.
2006-08-07 15:04:16 +00:00
Neil Drumm
4387247a40
#76705 by paranojik, fix search configuration's menu item
2006-08-05 22:30:59 +00:00
Neil Drumm
651a42b9c2
#67648 by craines and pwolanin, always go to search pages for searching (particularly a problem on 404 pages)
2006-08-05 01:21:40 +00:00
Neil Drumm
cd430165d7
#73884 by RobRoy, various code cleanup.
2006-08-05 00:26:36 +00:00
Dries Buytaert
a7f67e01de
- Patch #76681 by sammys: PostgreSQL support for install system. Woot! :)
2006-08-04 06:58:44 +00:00
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
Neil Drumm
7d9f57ff63
#73591 by Flanker, add missing CVS Ids.
2006-07-14 01:05:10 +00:00
Dries Buytaert
1c75a210bd
- Patch #68926 by chx, jeremy, steven, eaton, webchick, amazon, neil, nedjo et al: an initial install system for Drupal core.
2006-07-13 13:14:25 +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
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
Steven Wittens
5f5f0b27ac
- Oops: don't show refused words message if there are none.
2005-02-27 23:31:47 +00:00
Steven Wittens
4f196311c1
- Fix submissions from search boxes in themes
2005-02-27 18:39:18 +00:00
Steven Wittens
69262e5a73
- Search: fix search block stretching sidebar
2005-02-27 02:46:37 +00:00
Steven Wittens
cd552adee0
More search usability improvements!
...
- Clean URLs: search/type/keywords e.g. "search/node/drupal release". The search
form is POST submitted, but drupal_gotos to a GET page. This makes it easy to
copy/paste search URLs, and makes the pager a lot cleaner.
- Remember the search keywords when switching between the search tabs. This is
done through the same GET URLs rather than the session, so it does not mess up
between multiple browser tabs.
- Report which keywords were ignored because they were too short.
- #820 : Provide search block
- Treat multiple wildcards in a row as one
2005-02-27 02:15:57 +00:00
Dries Buytaert
f276f7f95b
- Stripped white-space.
2005-01-15 09:03:39 +00:00
Steven Wittens
bf3c137097
Fixing search tabs going back to "content" when searching on other tabs.
2005-01-14 03:24:20 +00:00
Steven Wittens
5314b9a14c
- Some search doxygen tweaks
2005-01-13 17:34:01 +00:00
Steven Wittens
bf09864c5d
- Readding cron note.
2005-01-11 09:46:51 +00:00
Steven Wittens
92bc08b5b9
- Make the search settings page more user-friendly.
2005-01-11 09:41:49 +00:00
Steven Wittens
410f301006
Tweak api.module output
2005-01-11 07:04:37 +00:00
Steven Wittens
fc4e2487b8
Various additions, improvements and fixes to the search documentation.
2005-01-11 06:49:11 +00:00
Steven Wittens
0b8ff5d19f
- Oopsie
2005-01-11 05:01:15 +00:00
Steven Wittens
857082ce7e
- Ensure word length <= 50 bytes
2005-01-11 04:50:00 +00:00
Steven Wittens
854fa41fb3
- Fixing duplicate rows error during indexing
...
- Fixing broken "pagerank" detection
2005-01-11 03:37:13 +00:00