webchick
d6c9c5751e
Issue #2110615 by swentel, dawehner, xjm, chx: Do not ship with default UUIDs.
2014-02-20 08:26:41 -08:00
Alex Pott
b0da3ae64e
Issue #2119905 by damiankloip, tim.plunkett, Berdir: Provide @ConfigEntityType and @ContentEntityType to have better defaults.
2014-02-18 14:34:10 +00:00
Alex Pott
f4a1b19aff
Issue #2045921 by juanolalla, Xano, Sutharsan, InternetDevels, ianthomas_uk: Replace all module_invoke() deprecated function calls.
2014-02-15 10:06:58 +00:00
Alex Pott
12953f2eaf
Revert "Issue #2045921 by juanolalla, Xano, Sutharsan, InternetDevels: Replace all module_invoke() deprecated function calls."
...
This reverts commit 98cdbfec7b
.
2014-02-13 12:21:40 +00:00
Nathaniel Catchpole
54f8683de8
Issue #1853536 by jhodgdon, dawehner, damiankloip, xjm, mgifford: Reintroduce Views integration for search.module (not supporting backlinks view).
2014-02-13 11:02:41 +00:00
Alex Pott
98cdbfec7b
Issue #2045921 by juanolalla, Xano, Sutharsan, InternetDevels: Replace all module_invoke() deprecated function calls.
2014-02-13 10:53:00 +00:00
Alex Pott
bf8f70b07b
Issue #2183951 by prics | jhodgdon: Fix up some search tests.
2014-02-13 10:34:33 +00:00
Alex Pott
932e4d9eb0
Issue #2184231 by jibran, dawehner, Xano: Use ConfigFactoryInterface to type hint ConfigFactory.
2014-02-13 01:59:44 +00:00
Nathaniel Catchpole
3ea2e2cdae
Issue #893302 by jhodgdon, rayasa: Search ranking based on the factor 'number of comments' & 'No of Page Views' is broken.
2014-02-12 10:56:06 +00:00
Alex Pott
6c2ed3f11e
Issue #2165155 by Berdir, tim.plunkett: Change $entity_type to $entity_type_id and $entity_info to $entity_type/$entity_types.
2014-02-10 09:24:05 +00:00
Alex Pott
4fb874b3e6
Issue #1926344 by jhodgdon, maggo, mdrummond, alexpott, Cottser, dimboz | jenlampton: Consolidate search-result.html.twig and search-results.html.twig.
2014-02-09 14:40:35 +00:00
Alex Pott
fe61b43d90
Issue #2183923 by tim.plunkett: Break the circular dependency in EntityManager.
2014-02-08 13:31:25 +00:00
Alex Pott
580dd44a5f
Revert "Issue #1926344 by jhodgdon, maggo, mdrummond, Cottser, dimboz | jenlampton: Consolidate search-result.html.twig and search-results.html.twig."
...
This reverts commit c83ff69e03
.
2014-02-07 10:06:34 +00:00
webchick
c83ff69e03
Issue #1926344 by jhodgdon, maggo, mdrummond, Cottser, dimboz | jenlampton: Consolidate search-result.html.twig and search-results.html.twig.
2014-02-06 20:31:59 -08:00
webchick
a979bbda18
Issue #2110501 by tim.plunkett, pwolanin, tstoeckler: ControllerBase should implement ContainerInjectionInterface like FormBase.
2014-02-02 19:12:30 -08:00
webchick
bc058bada9
Issue #2168011 by xjm, jessebeach, Damien Tournoud, znerol, Xano: Remove all 7.x to 8.x update hooks and disallow updates from the previous major version.
2014-01-31 09:26:04 -08:00
Alex Pott
76bcb27b13
Issue #2167641 by tim.plunkett: EntityInterface::uri() should use route name and not path.
2014-01-31 15:08:43 +00:00
Alex Pott
20315e1de7
Issue #2164827 by Berdir, Xano, tim.plunkett: Rename the entityInfo() and entityType() methods on EntityInterface and EntityStorageControllerInterface.
2014-01-30 12:14:58 +00:00
Nathaniel Catchpole
aa03c3dd54
Issue #2167623 by danilenko_dn, sidharthap, Nitesh Sethia, krishnan.n, aitiba, alexpott, ashwinikumar, Barrett, damiankloip, deepakaryan1988, foxtrotcharlie, ianthomas_uk, neetu morwani, nonsie, piyuesh23, Sharique, sivaji, sushantpaste, swentel, vijaycs85, YesCT: Add test for all default configuration to ensure schema exists and is correct.
2014-01-30 12:04:18 +00:00
Alex Pott
acd3a59ea8
Issue #2047633 by pwolanin, dawehner, kim.pepper, Xano, amateescu, tim.plunkett: Move definition of menu links to hook_menu_link_defaults(), decouple key name from path, and make 'parent' explicit.
2014-01-29 08:25:00 +00:00
Nathaniel Catchpole
3d5f960b6a
Issue #2172561 by Gábor Hojtsy, alexpott: Config overrides may spill over to undesired places.
2014-01-27 16:44:58 +00:00
Nathaniel Catchpole
53a66504f3
Revert "Issue #2172561 by Gábor Hojtsy: Config overrides may spill over to undesired places."
...
This reverts commit f2769f4db3
.
2014-01-27 12:22:53 +00:00
Nathaniel Catchpole
559479f8db
Issue #2164367 by alexpott, tim.plunkett, dawehner: Rebuild router as few times as possible per request.
2014-01-27 11:55:37 +00:00
Nathaniel Catchpole
f2769f4db3
Issue #2172561 by Gábor Hojtsy: Config overrides may spill over to undesired places.
2014-01-27 11:50:29 +00:00
Alex Pott
ff0fdc469d
Issue #2157871 by tim.plunkett: Add ConfigStorageControllerInterface.
2014-01-26 01:09:20 +01:00
Alex Pott
7c3d3b4e4d
Issue #2177673 by InternetDevels | jessebeach: Replace theme() with drupal_render() in Drupal/search_extra_type/Plugin/Search/SearchExtraTypeSearch.php.
2014-01-26 00:09:33 +01:00
Alex Pott
42e2c36937
Revert "Issue #2047633 by dawehner, pwolanin, Xano, amateescu, tim.plunkett: Move definition of menu links to hook_menu_link_defaults(), decouple key name from path, and make 'parent' explicit."
...
This reverts commit 531fd59314
.
2014-01-24 19:01:38 +01:00
webchick
b3ce6ea2f4
Issue #2178205 by InternetDevels: Delete obsolete config key active_plugins from search module.
2014-01-23 23:25:00 -08:00
Alex Pott
531fd59314
Issue #2047633 by dawehner, pwolanin, Xano, amateescu, tim.plunkett: Move definition of menu links to hook_menu_link_defaults(), decouple key name from path, and make 'parent' explicit.
2014-01-23 23:14:32 +01:00
Jennifer Hodgdon
4133088917
Issue #2169065 by nadja.jury, danmuzyka: Fix up docs for Search module test classes
2014-01-23 12:04:29 -08:00
webchick
d63c8faea6
Issue #2168333 by tim.plunkett, EclipseGc, yched, fago: Ensure custom EntityType controllers can be provided by modules.
2014-01-21 23:32:29 -08:00
webchick
d179e77dff
Issue #2160895 by jhodgdon, InternetDevels: Remove $reindex param in search_reindex().
2014-01-13 22:47:50 -08:00
Alex Pott
0c7e0f7740
Issue #2170635 by jhodgdon: Remove leftover SearchForm (duplicate of renamed SearchPageForm).
2014-01-10 09:50:25 +00:00
Nathaniel Catchpole
0ae4c3c304
Issue #2098119 by beejeebus, alexpott, chx: Replace config context system with baked-in locale support and single-event based overrides.
2014-01-09 10:50:21 +00:00
Nathaniel Catchpole
fa17da8649
Issue #2042807 by tim.plunkett, pwolanin, ianthomas_uk, jhodgdon: Convert search plugins to use a ConfigEntity and a PluginBag.
2014-01-08 17:05:22 +00:00
Nathaniel Catchpole
4c6440288d
Issue #2068471 by dawehner, Crell, tim.plunkett, jibran, fubhy, larowlan: Normalize Controller/View-listener behavior with a Page object.
2014-01-01 20:32:52 +00:00
webchick
d9f2ba2c84
Issue #2109035 by tim.plunkett, damiankloip, dawehner, chx: Make access checkers (much) easier to find.
2013-12-31 16:06:09 -08:00
webchick
a06d7830eb
Issue #2107531 by pwolanin, neclimdul, cilefen, dawehner, YesCT, tim.plunkett: Improve DX of local task YAML definitions.
2013-12-31 15:48:51 -08:00
Nathaniel Catchpole
f82a06840f
Issue #916086 by jhodgdon, mcarbone, pwolanin, Albert Volkman: Search_excerpt() doesn't highlight words that are matched via search_simplify().
2013-12-20 12:15:04 +00:00
webchick
3465947578
Issue #2146517 by TR: Remove annotation 'use' statements from all core classes.
2013-12-19 10:28:42 -08:00
Dries
17cc6dab8b
Issue #2145041 by tim.plunkett: Allow dynamic routes to be defined via a callback.
2013-12-18 15:09:35 -05:00
Nathaniel Catchpole
a6cdd740f8
Issue #1954892 by dawehner, David_Rothstein, tim.plunkett: Replace 'theme callback' and hook_custom_theme() with a clean theme negotiation system.
2013-12-17 11:03:15 +00:00
webchick
5bfeac4f8a
Revert "Issue #1559244 by Xano, jhodgdon: Clean up search settings page."
...
This change was a bit more than we bargained for and caused critical tasks
to have to re-roll. Rolling back for now so we can discuss it more.
This reverts commit 541f24c2cc
.
2013-12-12 10:00:47 -08:00
Nathaniel Catchpole
196a4eb505
Issue #2099391 by marthinal, dawehner, jhodgdon: Breadcrumbs for Search module should match tab titles.
2013-12-12 10:42:18 +00:00
Nathaniel Catchpole
541f24c2cc
Issue #1559244 by Xano, jhodgdon: Clean up search settings page.
2013-12-12 10:39:13 +00:00
catch
3e27ebdea5
Issue #1786490 by Berdir, amateescu, damiankloip, Wim Leers, dawehner: Add caching to the state system.
2013-12-12 00:00:09 +00:00
Nathaniel Catchpole
51560a3a04
Revert "Issue #1786490 by Berdir, amateescu, damiankloip, dawehner: Add caching to the state system."
...
This reverts commit 8ec847cc7c
.
2013-12-11 14:37:58 +00:00
Nathaniel Catchpole
8ec847cc7c
Issue #1786490 by Berdir, amateescu, damiankloip, dawehner: Add caching to the state system.
2013-12-11 12:00:10 +00:00
Dries
70d77c32db
Issue #1258342 by Andreas Radloff: Change search inputs' default width.
2013-12-10 17:05:11 -05:00
Nathaniel Catchpole
c0d4ea2834
Issue #2142987 by k4v: Multilingual node search bugs with title and language filtering.
2013-12-10 13:57:52 +00:00