Commit Graph

4474 Commits (fb65cd2bf36d13cd7990d8207cd123cea990e03a)

Author SHA1 Message Date
Scott Reeves 99a55f04f2 Issue #2616756 by Charlotte17, joelpittet, lauriii, heddn, ytl, T'Bell Hernandez, Cottser, vaplas, alexpott: Allow instantiating Attribute objects within Twig 2016-10-20 21:09:02 -07:00
Nathaniel Catchpole 6ddd0ba55c Issue #2810381 by timmillwood, plach: Add generic status field to ContentEntityBase 2016-10-20 13:33:59 +01:00
Nathaniel Catchpole a469aa222c Issue #2666032 by hchonov, Gábor Hojtsy, mkalkbrenner: Add TranslationStatusInterface to ask for the status of an entity translation and fix statuses in ContentEntityBase 2016-10-19 11:47:04 +01:00
Nathaniel Catchpole 2f7924b3ab Issue #2752463 by tstoeckler: EntityResolverManager::setParametersFromEntityInformation() sets parameter info for non-existing parameters 2016-10-19 11:37:56 +01:00
Nathaniel Catchpole 182f8fd18b Issue #2809801 by ziomizar: provider property is dynamically declared in UrlGenerator 2016-10-19 11:25:35 +01:00
Nathaniel Catchpole 3a8b4eee94 Issue #2809789 by pwolanin, dawehner: UrlGenerator fails to urlencode aliases, incorrectly encodes "system" path 2016-10-19 10:54:55 +01:00
Alex Pott 8bbdbedd69 Issue #2811133 by cilefen, Wim Leers, neclimdul, dawehner: Confusing error response set by ContentTypeHeaderMatcher when forgetting the Content-Type request header 2016-10-14 10:26:11 +01:00
Nathaniel Catchpole b104e87731 Revert "Issue #2811133 by Wim Leers, neclimdul, dawehner: Confusing error response set by ContentTypeHeaderMatcher when forgetting the Content-Type request header"
This reverts commit 97f0d43d67.
2016-10-13 23:34:01 +01:00
Alex Pott 97f0d43d67 Issue #2811133 by Wim Leers, neclimdul, dawehner: Confusing error response set by ContentTypeHeaderMatcher when forgetting the Content-Type request header 2016-10-13 21:38:27 +01:00
Alex Pott 184a05e06c Issue #2795395 by Yogesh Pawar, tresti88, marvin_B8, shashikant_chauhan, tstoeckler, dawehner: PathRootsSubscriber breaks if there are no routes 2016-10-13 13:00:00 +01:00
Alex Pott c3b3ec1be5 Issue #2575829 by znerol: Hash session id before using it as a cache context 2016-10-13 11:18:33 +01:00
Nathaniel Catchpole b09f92223a Issue #2717207 by mpdonadio, dawehner, catch, alexpott: Add a time service to provide consistent interaction with time()/microtime() and superglobals 2016-10-13 10:42:53 +01:00
Nathaniel Catchpole 9f26c56909 Issue #2801899 by shashikant_chauhan, daffie, axel.rutz: Rename Drupal\Core\Database\Connection::rollback() to Drupal\Core\Database\Connection::rollBack() 2016-10-13 10:38:32 +01:00
Alex Pott 4b505654c1 Issue #2808333 by chx: Factor out the join from Tables.php 2016-10-12 15:22:48 +01:00
Alex Pott 0a548d182b Issue #2807823 by fago: Unused variable assignment in formSingleElement() 2016-10-12 14:13:38 +01:00
Alex Pott 01ed544c7a Revert "Issue #2609252 by eiriksm, lokapujya, toncic92, Arla, chx, Berdir: Boolean field with #access FALSE cause EntityStorageException"
This reverts commit f4da72865e.
2016-10-12 13:37:13 +01:00
Alex Pott dbf2b0ed1b Revert "Issue #2796581 by tim.plunkett, swentel, amateescu: Fields must store their region in entity displays"
This reverts commit 64f9bb959b.
2016-10-12 13:23:31 +01:00
Nathaniel Catchpole 4c68d20583 Revert "Issue #2809527 by tim.plunkett, Berdir: Add backwards compatibility layer for entity display default config that lacks 'region'"
This reverts commit dd6d586818.
2016-10-12 13:19:25 +01:00
Alex Pott 505eb55fa4 Issue #2767125 by hchonov, amateescu: EntityFormDisplay::validateFormValues sets form state errors by empty name string instead using the provided form element 2016-10-12 12:33:43 +01:00
Alex Pott 8c22ddf5cf Issue #2699489 by catch, tim.plunkett: FormBuilder $ajax_form_request check does not check which AJAX form is being requested 2016-10-11 23:28:19 +01:00
Alex Pott a407037d45 Issue #2795967 by daffie, Katiemouse: A query with a fetchAll(\PDO::FETCH_COLUMN) will fail for SQLite 2016-10-04 19:59:42 +01:00
Nathaniel Catchpole 652ab4a02e Issue #2807705 by alexpott, dawehner, aburke626: FormattableMarkup::placeholderFormat() can result in unsafe replacements 2016-10-03 21:11:06 +01:00
Alex Pott 88ba3b9602 Issue #2809853 by joelpittet: Xss::filterAdmin() typo 2016-10-03 17:38:05 +01:00
Alex Pott dd6d586818 Issue #2809527 by tim.plunkett, Berdir: Add backwards compatibility layer for entity display default config that lacks 'region' 2016-10-01 10:47:02 +01:00
Alex Pott f4da72865e Issue #2609252 by eiriksm, lokapujya, toncic92, Arla, chx, Berdir: Boolean field with #access FALSE cause EntityStorageException 2016-10-01 07:13:18 +01:00
Alex Pott b1a178c2ea Issue #2804595 by dagmar, Berdir: Sample values for entity references cause Fatal error: Allowed memory 2016-09-30 17:32:58 +01:00
Alex Pott f506915ec8 Revert "Issue #2807705 by alexpott, dawehner, aburke626: FormattableMarkup::placeholderFormat() can result in unsafe replacements"
This reverts commit 8477ed5afd.
2016-09-30 11:48:04 +01:00
Alex Pott 64f9bb959b Issue #2796581 by tim.plunkett, swentel, amateescu: Fields must store their region in entity displays 2016-09-30 11:46:40 +01:00
Alex Pott b9dafa0928 Revert "Issue #2796581 by tim.plunkett, swentel, amateescu: Fields must store their region in entity displays"
This reverts commit 9d8bfbb6e4.
2016-09-30 11:45:33 +01:00
Alex Pott 9d8bfbb6e4 Issue #2796581 by tim.plunkett, swentel, amateescu: Fields must store their region in entity displays 2016-09-30 10:31:50 +01:00
effulgentsia 8477ed5afd Issue #2807705 by alexpott, dawehner, aburke626: FormattableMarkup::placeholderFormat() can result in unsafe replacements 2016-09-29 11:10:11 -07:00
Alex Pott 2766d1a729 Revert "Issue #2662844 by penyaskito, dawehner, catch: cache.backend.chainedfast misbehaves in some situations"
This reverts commit 4eb87a26df.
2016-09-29 13:44:40 +01:00
Alex Pott 26efc430ff Revert "Issue #2751847 by penyaskito: Throw exception if the same service is injected twice in ChainedFastBackend"
This reverts commit e3587e21e4.
2016-09-29 11:40:29 +01:00
Alex Pott eaaea5db8b Revert "Issue #2664322 by dawehner, benjifisher, almaudoh: key_value table is only used by a core service but it depends on system install"
This reverts commit 5571193f80.
2016-09-28 17:22:20 +01:00
Alex Pott 5681fbee59 Issue #2805213 by agoradesign: Incorrect documentation for EntityAccessControlHandler::checkFieldAccess() 2016-09-28 13:33:31 +01:00
Alex Pott 380bc5a44b Issue #2804525 by shashikant_chauhan, joachim: EntityTypeManager should mention hook_entity_type_build() 2016-09-28 13:26:58 +01:00
Nathaniel Catchpole 5571193f80 Issue #2664322 by dawehner, benjifisher, almaudoh: key_value table is only used by a core service but it depends on system install 2016-09-28 11:38:34 +01:00
Alex Pott f0d2de33c3 Issue #2788209 by amateescu, Berdir: Entity reference field "Autocomplete matching: Starts with" option does not work 2016-09-27 17:16:38 +01:00
Nathaniel Catchpole 68a880ab74 Issue #2725839 by Mile23, dawehner, xjm, donquixote, catch: Remove Drupal\Core\Extension\ExtensionDiscovery::getInfoParser() since it is dead code 2016-09-27 16:41:47 +01:00
Nathaniel Catchpole 82304ed90f Issue #2776235 by mikeryan, alexpott: Cached autoloader misses cause failures when missed class becomes available 2016-09-27 14:35:22 +01:00
Nathaniel Catchpole 1975fe0892 Issue #2804675 by alexpott, hideaway: Tests using TestDatabase class are stuck in an infinite loop in Windows (8.2.0-rc2 only) 2016-09-26 16:22:24 +01:00
Alex Pott 397b680a5f Issue #2567715 by marthinal, hgoto, jpd4nt, mr.baileys, Wim Leers, alexpott: #markup generated by #pre_render callbacks do not get processed by ensureMarkupIsSafe() 2016-09-26 11:22:14 +01:00
Alex Pott 67076176cd Issue #2647916 by Lendude, Wim Leers, dawehner: Views ajax modals stop working in certain scenarios: due to JS settings caching, AJAX responses may set wrong ajaxPageState.libraries, causing problems for subsequent AJAX requests/responses 2016-09-26 08:46:29 +01:00
Alex Pott 1742237509 Issue #2744517 by webflo: Twig template link() call to accept markup 2016-09-26 08:08:23 +01:00
Alex Pott 03fba96580 Issue #2801817 by Mile23: Inject services inot SimpletestTestForm and functional cleanup for the test_discovery service 2016-09-25 12:29:27 +01:00
Alex Pott e3587e21e4 Issue #2751847 by penyaskito: Throw exception if the same service is injected twice in ChainedFastBackend 2016-09-25 11:43:35 +01:00
Alex Pott 59da739723 Issue #2801551 by gianani: getBundleEntityType() can return NULL 2016-09-23 10:54:38 +01:00
Alex Pott 29ce04e5d0 Issue #728702 by Crell, daffie, pillarsdotnet, pjcdawkins, Damien Tournoud, David_Rothstein, reglogge, amateescu, tim.plunkett, tstoeckler, xjm, hussainweb, alexpott, cweagans, Tor Arne Thune, catch: Visiting index.php should redirect to install.php if settings.php already has database credentials but database is empty 2016-09-23 10:45:19 +01:00
Alex Pott 676f38d8c7 Issue #2795965 by Wim Leers, neclimdul: REST requests with invalid X-CSRF-Token header get "missing " mesage 2016-09-22 14:50:25 +01:00
xjm a8579d60d5 SA-CORE-2016-004 by alexpott, andypost, antongp, cashwilliams, catch, Chi, dawehner, dsnopek, Heine, kierheyl, Pere Orga, pwolanin, larowlan, q2u, stefan.r, xjm
(cherry picked from commit 75d6aa33cd)
2016-09-21 12:41:50 -05:00