summaryrefslogtreecommitdiff
path: root/modules/search
Commit message (Collapse)AuthorAge
* #203316 by douggreen: schema docs for the search_node_links tableGábor Hojtsy2007-12-24
|
* #197730 by keith.smith: standardize on a much more user friendly cron ↵Gábor Hojtsy2007-12-19
| | | | reference in help texts, explain its importance with more examples in INSTALL.txt
* #200069 by keith.smith: new standard for 'more information' links in module ↵Gábor Hojtsy2007-12-14
| | | | help texts, as the handbook we referred to before was renamed
* #197297 by DanW (as GHOP 17), and keith.smith: clean up lots of help texts, ↵Gábor Hojtsy2007-12-13
| | | | update to drag and drop functionality, drupal.module removal, etc
* #198579 by webernet and hswong3i: a huge set of coding style fixes, including:Gábor Hojtsy2007-12-08
| | | | | | | | - whitespaces at end of lines - indentation - control structure usage - whitespace in empty lines - phpdoc comment formatting
* #194320 by Lynn: search block default value was array() when an empty string ↵Gábor Hojtsy2007-12-06
| | | | was intended
* security fixes forward ported from Drupal 5.2 - previously not committed ↵Gábor Hojtsy2007-12-05
| | | | parts of http://drupal.org/cvs?commit=74833
* #186242 by douggreen: ignore AND in search, as it is the default behavior ↵Gábor Hojtsy2007-12-05
| | | | and inform the user when a lower case 'or' is used that 'OR' should be used as an operator
* #195543 by hass and yhager: CSS inherit was completely misused in RTL CSS filesGábor Hojtsy2007-11-27
|
* - Patch #192348 by douggreen and bjaspan: fixed database inconsistencies.Dries Buytaert2007-11-17
|
* - Patch #146466 by douggreen, Steven et al: Remove temporary table usage ↵Dries Buytaert2007-11-13
| | | | from search module
* - Patch #164032 by Crell, Chris Kennedy, dmitrig01, WimLeers, dvessel et al: ↵Dries Buytaert2007-10-31
| | | | tpl-ified the search module.
* - Patch #186028 by chx: search_preprocess gets added to theme registry.Dries Buytaert2007-10-25
|
* #184867 by deekayen, catch and keith.smith: fix some spelling errors in our ↵Gábor Hojtsy2007-10-21
| | | | source code and messages printed
* #165140 by dww: rename logs to reports (usability improvement)Gábor Hojtsy2007-10-20
|
* #180897 by sun and dvessel: fix various XHTML validity issues in Drupal by ↵Gábor Hojtsy2007-10-11
| | | | closing unclosed tags, avoiding empty table containers, and so on
* #164983 by multiple contributors: document the core database schemasGábor Hojtsy2007-10-10
|
* - Patch #150245 by webchick, bjaspan, ralf, Arancaytar et al: move the ↵Dries Buytaert2007-10-05
| | | | .schema files into .install files to prevent mistakes.
* #104662 by chx: the search block form might not be available on the search ↵Gábor Hojtsy2007-10-01
| | | | page itself, so that target was not right for search block form submissions
* #160603 by nancyw and Freso: variable search_cron_limit was not removed on ↵Gábor Hojtsy2007-09-29
| | | | search uninstall
* - Patch #169433 by Crell and dvessel: split up search module.Dries Buytaert2007-09-05
|
* #172436 by chx: watchdog was already renamed dblog, fix leftoversGábor Hojtsy2007-09-02
|
* - Patch #164351 by chx and dvessel: theming the search form was broken.Dries Buytaert2007-08-30
|
* #66595 by AjK: add a default title to the search box, which can be ↵Gábor Hojtsy2007-08-29
| | | | altered/styled out if needed
* #157510 by pwolanin and chx: search module needs menu tail arguments ↵Gábor Hojtsy2007-08-25
| | | | (arbitrary 'directory' looking parts)
* - Patch #80951 by killes, yched et al: block caching.Dries Buytaert2007-08-19
|
* - Rollback of patch #147947: lacks proper upgrade path.Dries Buytaert2007-07-15
|
* #157577 by pwolanin: search_help() call was missing new parameterGábor Hojtsy2007-07-08
|
* - Rollback of patch #147723: delete API. Talked to Steven and Gabor and weDries Buytaert2007-07-01
| | | | | | | | | 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.
* #154064 by pwolanin: get hook_help() up to speed to menu changes, allowing ↵Gábor Hojtsy2007-06-30
| | | | router path based lookups, and also full path argument lookup with a passed argument array
* #153781: Convert all remaining confirm_forms() to deletion api.Steven Wittens2007-06-22
|
* - Patch #152171 by yched: added missing validation routines for settings.Dries Buytaert2007-06-15
|
* - Patch #147947 by hswong3i: some files shouldn't defined as text:big for ↵Dries Buytaert2007-06-15
| | | | Oracle compatibility.
* - Patch #146910 by dww: only allow enabling modules with the same Drupal ↵Dries Buytaert2007-06-08
| | | | core compatibility version.
* - Patch #146667 by Eaton: correct builder argument ordering, eliminate ↵Dries Buytaert2007-06-04
| | | | redundant arguments
* Some RTL CSS files had wrong CVS Id comments, fix thatGábor Hojtsy2007-05-30
|
* - Patch #146470 by Eaton et al: standardize form API3 hook parameter order.Dries Buytaert2007-05-28
|
* #145737 by yhager, documentation cleaned up by myself: add support for RTL ↵Gábor Hojtsy2007-05-27
| | | | | | | | | 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.
* - Killer patch #144765 by bjaspan, frando et al: schema API 1 hits core. ↵Dries Buytaert2007-05-25
| | | | Oh, behave.
* - Patch #138706 by Eaton: 2 form API fixes.Dries Buytaert2007-05-15
|
* - Patch #138706 by eaton, chx, webchick, yched et al: form api 3 ... yay. :)Dries Buytaert2007-05-14
|
* - Patch #128082 by Goba et al: Allow localization of built-in menu items.Dries Buytaert2007-04-30
|
* - Patch #76588 by Gabor: made log messages translatable. Yay.Dries Buytaert2007-04-24
|
* - Patch #134493 by douggreen: getting the Drupal coding standards right in ↵Dries Buytaert2007-04-13
| | | | core. Woot. Woot.
* - Patch #130987 by merlinofchaos: added theme registry for easier themability.Dries Buytaert2007-04-06
|
* #130971: Kitchen sink (E_NOTICE compliance / Code style / Bugfix in book toc)Steven Wittens2007-03-27
|
* - Patch #128081 by Eaton: remove #base, paving the path for a simpler form API.Dries Buytaert2007-03-17
|
* - Patch #125804 by tostinni: search.css not always properly included.Dries Buytaert2007-03-14
|
* - Patch #118183 by chx: tabs fixes.Dries Buytaert2007-02-14
|
* - Patch #113603 by chx: first crack at re-implementing tabs.Dries Buytaert2007-02-11
|