Dries
|
03ddf8c283
|
Issue #2198377 by alexpott: Enforce UUID key name in configuration entities.
|
2014-02-27 20:34:39 +01:00 |
webchick
|
5d0729f07a
|
Issue #2070369 by herom, bdgreen, Mac_Weber, InternetDevels, sidharthap, JeroenT: Remove all calls to deprecated function language().
|
2014-02-26 11:16:54 -08:00 |
webchick
|
02417da643
|
Issue #1892182 by sun, nod_, jibran: #type details: Rename #collapsed to #open.
|
2014-02-26 10:38:09 -08:00 |
Nathaniel Catchpole
|
b9a978d202
|
Issue #2177041 by dawehner, Berdir, jibran: Remove all implementations of hook_menu.
|
2014-02-26 10:53:29 +00:00 |
Nathaniel Catchpole
|
d41d3db083
|
Issue #2199483 by damiankloip, alexpott: Provide a default config_prefix based on entity type ID and provider.
|
2014-02-25 10:12:46 +00:00 |
webchick
|
f19fadd3a4
|
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
|
2014-02-22 20:56:51 -08:00 |
webchick
|
d6c9c5751e
|
Issue #2110615 by swentel, dawehner, xjm, chx: Do not ship with default UUIDs.
|
2014-02-20 08:26:41 -08:00 |
Nathaniel Catchpole
|
24495d5a01
|
Issue #2196821 by JiriK: Convert all calls & docs references to check_plain() in core to Drupal\Component\Utility\String::checkPlain() in contact module.
|
2014-02-20 12:10:22 +00:00 |
Alex Pott
|
c210e8681c
|
Issue #1981858 by Berdir, tim.plunkett, longwave, Les Lim: Rename hook_entity_info/alter() to hook_entity_type_build/alter().
|
2014-02-20 10:04:54 +00:00 |
Alex Pott
|
40dc8daf51
|
Issue #2095303 by swentel, plopesc, Berdir, claudiu.cristea, yched: Rename 'field_entity' to 'field_config' and 'field_instance' to 'field_instance_config'.
|
2014-02-19 23:29:14 +00:00 |
Alex Pott
|
8b40554c5a
|
Issue #2119905 followup by damiankloip: Provide @ConfigEntityType and @ContentEntityType to have better defaults.
|
2014-02-18 23:05:59 +00: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 |
Nathaniel Catchpole
|
9fc89d90d8
|
Issue #2191285 by sun, andypost, jibran, Berdir, alexpott: Text module is not required, but is marked as required.
|
2014-02-18 11:14:14 +00:00 |
Alex Pott
|
cdab74eed5
|
Issue #1541298 by sun, Berdir: Remove Node module dependency from Testing profile.
|
2014-02-13 11:28:24 +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 |
Alex Pott
|
fe61b43d90
|
Issue #2183923 by tim.plunkett: Break the circular dependency in EntityManager.
|
2014-02-08 13:31:25 +00: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 |
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 |
Alex Pott
|
723e5ea563
|
Issue #2172973 by tim.plunkett: Ensure ConfigEntities providing a list controller use admin_permission.
|
2014-01-25 20:38:13 +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
|
7ab517f9ef
|
Issue #2177971 by chr.fritsch, Berdir: Remove bundle_keys annotation and related methods.
|
2014-01-23 23:28:50 -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 |
Alex Pott
|
2a839b7d01
|
Issue #1823494 by Berdir, sun, Jānis Bebrītis: Field API assumes serial/integer entity IDs, but the entity system does not.
|
2014-01-10 10:31:42 +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 |
Alex Pott
|
8e92d3b1f1
|
Issue #111702 by mvc, penyaskito, naxoc, jenlampton, montesq: Set fixed "from:" and add "Reply-to:" to improve deliverability of Drupal mail.
|
2013-12-31 00:35:14 +01:00 |
webchick
|
2069bf0c68
|
Issue #2109433 by herom, dawehner, damiankloip: Replace user_access() through injected user accounts in views.
|
2013-12-22 14:31:31 -08:00 |
webchick
|
3465947578
|
Issue #2146517 by TR: Remove annotation 'use' statements from all core classes.
|
2013-12-19 10:28:42 -08:00 |
webchick
|
c6d56975f1
|
Issue #2105927 by a_thakur, vijaycs85: Complete config of Contact module.
|
2013-12-13 22:58:17 -08:00 |
Alex Pott
|
94cba6d2d4
|
Issue #1938390 by andypost, disasm, jibran, dawehner, ygerasimov, pfrenssen: Convert contact_site_page and contact_person_page to a new-style Controller.
|
2013-12-12 21:03:41 +00:00 |
Alex Pott
|
560e5afd66
|
Issue #2145007 by tim.plunkett, h3rj4n: Convert form_set_error() in FormBase classes to use FormErrorInterface.
|
2013-12-10 00:45:01 +00:00 |
Alex Pott
|
cdac25ee08
|
Issue #2143263 by plopesc | yched: Remove "Field" prefix from FieldDefinitionInterface methods.
|
2013-12-09 19:19:58 -04:00 |
webchick
|
a16eb5a389
|
Issue #2147501 by dawehner: Convert most of the left over local tasks.
|
2013-12-07 15:16:21 -08:00 |
Nathaniel Catchpole
|
e8c263c4a5
|
Issue #2112239 by amateescu: Convert base field and property definitions.
|
2013-12-06 10:56:29 +00:00 |
webchick
|
063b5cd333
|
Issue #2143933 by tim.plunkett, pwolanin, dawehner: Add _title and _title_callback to all routes.
|
2013-11-27 23:44:52 -08:00 |
webchick
|
df1a669b77
|
Issue #2131851 by tim.plunkett: Form errors must be specific to a form and not a global.
|
2013-11-23 12:57:04 -08:00 |
Jennifer Hodgdon
|
956c27fd26
|
Issue #2120035 by samhassell, dawehner: Clean up docs headers for views include files
|
2013-11-20 10:38:33 -08:00 |
Nathaniel Catchpole
|
fbe932254f
|
Issue #2111823 by amateescu, dawehner: Convert field_ui / Entity local tasks to YAML definitions.
|
2013-11-20 11:37:29 +00:00 |
Alex Pott
|
7b8e204118
|
Issue #2133469 by tim.plunkett, damiankloip, dawehner: Replace path-based entity links with route names.
|
2013-11-15 09:31:24 -04:00 |
Nathaniel Catchpole
|
115b40c9f8
|
Issue #2134951 by xjm: Remove upgrade path tests.
|
2013-11-15 11:40:44 +00:00 |
webchick
|
744309f9f2
|
Issue #2125253 by tim.plunkett: Convert ()['redirect'] to ()['redirect_route()'].
|
2013-11-13 21:31:49 -08:00 |
Nathaniel Catchpole
|
b469334d39
|
Issue #2100073 by dawehner: Convert local_actions() to the new local action plugins.
|
2013-11-07 10:47:30 +00:00 |
Alex Pott
|
bf3e9cfaaa
|
Issue #2112705 by mikey_p: Replace EntityType::$module with provider.
|
2013-11-02 22:11:53 -07:00 |
Nathaniel Catchpole
|
9d5aefb739
|
Issue #2048223 by dawehner, ParisLiakos, herom, fubhy, damiankloip, vijaycs85, joelpittet, tim.plunkett: Add $account argument to AccessCheckInterface::access() method and use the current_user() service.
|
2013-10-30 17:31:44 +00:00 |
Alex Pott
|
4b7bbecbc3
|
Issue #2097903 by Berdir, amateescu: Rename EntityRenderController to EntityViewBuilder.
|
2013-10-25 13:54:18 -07:00 |
Nathaniel Catchpole
|
a2e539c7c3
|
Issue #2094003 by swentel: Remove use statements in formatters, widgets and field types plugins.
|
2013-10-13 13:36:57 +01:00 |
Nathaniel Catchpole
|
5459354982
|
Issue #2095399 by Berdir: Merge DatabaseStorageController and DatabaseStorageControllerNG.
|
2013-10-13 12:34:58 +01:00 |