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 |
Nathaniel Catchpole
|
b65c8f413d
|
Issue #2198423 by damiankloip: Store the provider for Views plugins.
|
2014-02-19 16:59:12 +00:00 |
Nathaniel Catchpole
|
40681d9690
|
Issue #1980822 by Berdir, sun, vladan.me, twistor: Support any entity with path.module.
|
2014-02-19 12:33:22 +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
|
cdb3895b8f
|
Issue #2170471 by Xano, EclipseGc: ContextAwarePluginBase compromised after commit of Core PluginBase.
|
2014-02-18 20:47:10 +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
|
4022a54878
|
Issue #2179083 by Wim Leers, vijaycs85: Rendered menus (e.g. menu blocks) should set cache tags to inform the page cache.
|
2014-02-18 13:37:58 +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 |
Nathaniel Catchpole
|
0f9e59fdba
|
Issue #2002158 by klausi, andypost, effulgentsia, vlad.dancer: Convert form validation of comments to entity validation.
|
2014-02-18 11:00:49 +00:00 |
Nathaniel Catchpole
|
a840af8381
|
Issue #2173655 by Cottser, xjm, jessebeach, alexpott, rlmumford: Refactor theme() to _theme(); make it a private API to discourage module developers from circumventing the renderable build system.
|
2014-02-18 10:54:10 +00:00 |
Nathaniel Catchpole
|
3b6b9774ec
|
Issue #2197359 by xjm, alexpott: Random failure in Drupal\system\Tests\Common\RenderTest.
|
2014-02-17 10:01:41 +00:00 |
Alex Pott
|
a16b56392b
|
Issue #2195745 by sun: Replace _filter_htmlcorrector() with a utility class in core.
|
2014-02-16 19:15:45 +00:00 |
Alex Pott
|
e71d749ecc
|
Issue #2194111 by sun: Error handler throws exception when service container is not (fully) available yet.
|
2014-02-16 18:40:49 +00:00 |
Alex Pott
|
e17552ab02
|
Issue #2158339 by jhodgdon, bzrudi71: Search results page broken on PostgreSQL.
|
2014-02-16 08:01:42 +00:00 |
Alex Pott
|
f3732c6862
|
Issue #2028025 by David Hernández, Berdir, larowlan, ceng, YesCT, a_thakur: Expand CommentInterface to provide methods.
|
2014-02-16 07:20:53 +00:00 |
Alex Pott
|
0b2c622bfa
|
Issue #2181593 by klausi, chakrapani, andypost: Convert entity bundle base fields to entity reference.
|
2014-02-15 22:40:41 +00:00 |
Alex Pott
|
b7a6096b21
|
Issue #2195779 by ParisLiakos: Remove aggregator_load_feed_items().
|
2014-02-15 22:30:35 +00:00 |
Alex Pott
|
fcb52a6a6f
|
Issue #2191651 by Berdir: Rename Drupal\Core\Entity\Query\QueryInterface::getEntityType() to getEntityTypeId().
|
2014-02-15 22:24:18 +00:00 |
Alex Pott
|
6383d18e94
|
Issue #2093161 by rbayliss, haithem_pro, sandipmkhairnar, InternetDevels, longwave, idflood, Sumeet.Pareek, sidharthap, xeniak, ianthomas_uk: Remove all calls to drupal_json_encode() in favour of \Drupal\Component\Utility\Json::encode().
|
2014-02-15 22:21:49 +00:00 |
Alex Pott
|
9848762852
|
Issue #2174933 by dawehner: Not possible to use same route_name in local_actions.yml.
|
2014-02-15 22:18:05 +00:00 |
Alex Pott
|
094c6e8d5b
|
Issue #2184231 followup by dawehner: Use ConfigFactoryInterface to type hint ConfigFactory.
|
2014-02-15 19:37:19 +00:00 |
Alex Pott
|
5c1c02fa05
|
Issue #2193577 by benjy: Rename Block Layout to Block layout for consistency.
|
2014-02-15 12:40:22 +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 |
Nathaniel Catchpole
|
13905ed190
|
Issue #1379070 by ocsilalala, rkjha, swentel, kid_icarus, Gisle: Field with multiple select list does not allow -None- to be a default value.
|
2014-02-14 17:05:59 +00:00 |
Nathaniel Catchpole
|
6c4cdee943
|
Issue #2141929 by andypost, clemens.tolboom, mgifford: Comment link or form is added to print view mode.
|
2014-02-14 16:56:25 +00:00 |
Alex Pott
|
a1c6a9d7d0
|
Issue #2194703 by Stuart Miller: Drupal\node\Tests\Views\FrontPageTest doesn't show in test interface.
|
2014-02-14 12:59:59 +00:00 |
Nathaniel Catchpole
|
ba8be68946
|
Issue #1803674 by sun, Lars Toomre: Remove t() from default test assertions in TestBase class.
|
2014-02-14 12:44:15 +00:00 |
Nathaniel Catchpole
|
93f5448439
|
Issue #2195407 by Sutharsan: Make ConfigEvents class a final class.
|
2014-02-14 12:42:23 +00:00 |
Nathaniel Catchpole
|
2fd888c406
|
Issue #2193477 by larowlan: No page title on admin/structure/block/list/{theme}.
|
2014-02-14 12:39:58 +00:00 |
Nathaniel Catchpole
|
e3dfcf9371
|
Issue #1217840 by tim.plunkett: Use unset() instead of array_shift() to remove arguments from func_get_args().
|
2014-02-14 12:35:19 +00:00 |
Nathaniel Catchpole
|
541527079f
|
Issue #2189007 by amateescu: Update FieldableDatabaseStorageController::mapToStorageRecord() now that all field types have a schema.
|
2014-02-14 12:31:14 +00:00 |
Nathaniel Catchpole
|
728c4ddd2b
|
Issue #2194445 by sun: Web tests of modules in a site-specific directory can no longer be run, because module is not in test site directory.
|
2014-02-14 11:47:34 +00:00 |
Alex Pott
|
3d24d1bb18
|
Issue #2193425 by jibran, larowlan: Adding block does not use dialog.
|
2014-02-14 10:45:26 +00:00 |
Jennifer Hodgdon
|
578bdecf17
|
Issue #2033415 by tankerjoe, lostkangaroo, batigolix, sandipmkhairnar, m1n0: Fix up hook_help for picture module
|
2014-02-13 15:34:11 -08:00 |
Alex Pott
|
af7652d8b0
|
Issue #2194273 by Berdir: Avoid repeated cache tag deletions.
|
2014-02-13 23:20:31 +00:00 |
Alex Pott
|
5e112d8f30
|
Issue #1987406 by jenlampton, Petr Illek, forbesgraham, herom, jerdavis, Jon Pugh, sanguis, idflood, ezeedub, shanethehat, joelpittet | Cottser: Node.module - Convert theme_ functions to Twig.
|
2014-02-13 16:54:28 +00:00 |
Alex Pott
|
a50ebdf3ce
|
Issue #2176065 by EclipseGc: Introduce a composer.json for Drupal\Component\Utility.
|
2014-02-13 16:34:51 +00:00 |
Jennifer Hodgdon
|
1f77ad5ac4
|
Issue #2035145 by batigolix, larowlan, nick_schuch, -enzo-, clemens.tolboom, drupalninja99, Nitesh Sethia: Add hook_help to Tour module
|
2014-02-13 08:07:59 -08:00 |
Nathaniel Catchpole
|
552cdd261a
|
Issue #2191655 by Berdir: Type hint $entity_type everywhere it is an instance of EntityTypeInterface.
|
2014-02-13 15:44:29 +00:00 |
Nathaniel Catchpole
|
971135d0b0
|
Issue #1813286 by sun: _simpletest_format_summary_line() should not use t().
|
2014-02-13 15:43:12 +00:00 |
Nathaniel Catchpole
|
cad040a5ec
|
Issue #2161943 by Berdir, sun, jibran: Throw a helpful exception for empty IN conditions in Database\Query\Condition.
|
2014-02-13 15:40:29 +00:00 |
Nathaniel Catchpole
|
ea9ed40f79
|
Issue #2192895 by damiankloip: Drupal\editor\Tests\EditorXssFilter\StandardTest does not run.
|
2014-02-13 15:40:19 +00:00 |
Alex Pott
|
21fca46efe
|
Issue #1986000 by Berdir: HEAD BROKEN: Warning when adding content with an empty menu path.
|
2014-02-13 14:05:52 +00:00 |
Alex Pott
|
bfd1f636ad
|
Revert "Issue #2188097 by olli: "Comment forms" links to admin/content/comment."
This reverts commit 9d5d0eab42 .
|
2014-02-13 14:02:13 +00:00 |
Alex Pott
|
60d7878080
|
Issue #2152825 by Berdir: HEAD BROKEN: rename FieldItemBase::getFieldSetting[s]() to getSetting[s]().
|
2014-02-13 13:43:33 +00:00 |
Alex Pott
|
134cfbe435
|
Issue #2187233 by eelkeblok: Aggregator fails when a feed item contains an empty description.
|
2014-02-13 12:29:18 +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 |
Alex Pott
|
432d3171e8
|
Issue #2041701 followup: Remove unnecessary space.
|
2014-02-13 12:19:14 +00:00 |
Alex Pott
|
7878e61765
|
Issue #2041701 by batigolix: Update hook_help for filter module.
|
2014-02-13 12:16:44 +00:00 |
Alex Pott
|
98ea163152
|
Issue #2156945 by amateescu: Clean up installer entity defaults following bugfix.
|
2014-02-13 12:05:06 +00:00 |