Commit Graph

5233 Commits (6eb60a3669eee5e2bc3adfbb35d80fc79b51d340)

Author SHA1 Message Date
Nathaniel Catchpole 962eddec66 Issue #2796581 by tim.plunkett, jibran, catch, swentel, alexpott, cilefen, xjm, amateescu: Fields must store their region in entity displays 2016-10-25 22:21:33 +01:00
Alex Pott 30f78fc004 Issue #2810083 by Mile23, dawehner, Mixologic: Duplicate test results per fail/exception 2016-10-25 13:43:21 -07:00
Alex Pott af89f803d0 Issue #2803923 by gianani, shashikant_chauhan, joachim: Table render element docs don't explain how to do colspan 2016-10-25 13:19:43 -07:00
Alex Pott 96152bf976 Issue #2801409 by jp.stacey, dawehner, tstoeckler: Entity routing via YAML or via a routing provider is ambiguous in docs 2016-10-25 13:13:37 -07:00
Alex Pott dc5b0a4784 Issue #1565972 by mradcliffe, bzrudi71, pjohans, c960657, daffie, tim.plunkett: Remove static caching of array in mapConditionOperator() 2016-10-25 12:41:15 -07:00
Alex Pott e0463d0ee4 Issue #2819479 by shashikant_chauhan, joachim: Fully qualify the FieldItemListInterface class name in its docs so it links 2016-10-25 11:48:16 -07:00
Alex Pott 178cbb92d0 Issue #2791375 by shashikant_chauhan: Fix $tableInformation documentation in pgsql and mysql schema.php 2016-10-25 11:46:19 -07:00
Alex Pott dd79f7911f Issue #2571633 by lauriii, tuutti, joelpittet: Remove TwigExtension setter methods - use constructor instead 2016-10-25 11:24:35 -07:00
Alex Pott f08a96ea68 Issue #2819593 by dawehner, webflo: Link title double escaping in Link::preRenderLink 2016-10-23 13:40:40 -07:00
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
effulgentsia 6a4cfa29a1 Issue #2796953 by Wim Leers, mondrake, effulgentsia, catch, mikeryan, ayalon, chx, Fabianx, tim.plunkett, jibran, xjm, slashrsm, phenaproxima, borisson_: [regression] Plugins extending from classes of uninstalled modules lead to fatal error 2016-09-21 01:09:07 -07:00
Nathaniel Catchpole d20b2b3bb0 Issue #2762549 by alexpott, Fabianx, Mixologic, xjm: Drupal\field\Tests\Update\FieldUpdateTest, Drupal\views\Tests\Update\EntityViewsDataUpdateTest and Drupal\comment\Tests\CommentFieldsTest fail 2016-09-19 11:51:42 +01:00
Alex Pott 0ad1aaffe6 Issue #2799863 by GoZ: ConfigInstaller use same block validating Dependencies 2016-09-19 11:33:04 +01:00
Nathaniel Catchpole 2c60b6d247 Issue #2801259: Remove include from TestDabase class 2016-09-16 14:01:26 +01:00
Nathaniel Catchpole 8a5abfc0fa Issue #2791163 by alexpott, dawehner: Random automatic testing failures on SQLite with PHP 5.5 2016-09-16 11:35:51 +01:00
Alex Pott 0c29f756ee Issue #2798335 by naveenvalecha: Menu.api.php references a renamed class 2016-09-15 13:53:42 +02:00
Alex Pott efcf5218c9 Issue #2655104 by dawehner, jhedstrom, gclicon, chr.fritsch, smk-ka, phenaproxima: List unmet configuration dependencies instead of just failing 2016-09-15 13:19:42 +02:00
Nathaniel Catchpole 2317a3968d Issue #2773333 by Berdir, Juterpillar, Wim Leers, Fabianx, renukakulkarni: Form validation errors, status messages on form submission are shown after page refresh when form is rendered in block 2016-09-15 09:24:42 +01:00
Nathaniel Catchpole b39b29ad14 Issue #2794249 by alexpott: Move file_directory_os_temp() to a class in Drupal\Component\FileSystem 2016-09-14 14:03:49 +01:00
Nathaniel Catchpole 61699f011a Issue #2791211 by cilefen: Cache::getBins should explain the returned data types implement CacheBackendInterface 2016-09-14 11:25:32 +01:00
Nathaniel Catchpole f55f7e0788 Revert "Issue #2685917 by larowlan, tim.plunkett, cheeky-micah: Placing the same custom block, more than once, with a period in the title, results in an Error"
This reverts commit 803a98af62.
2016-09-13 15:55:19 +01:00
Nathaniel Catchpole 803a98af62 Issue #2685917 by larowlan, tim.plunkett, cheeky-micah: Placing the same custom block, more than once, with a period in the title, results in an Error 2016-09-13 14:45:17 +01:00
Nathaniel Catchpole 7e7de02562 Issue #2794089 by Wim Leers, yobottehg, slashrsm: SessionManager::destroy() is incompatible with streamed responses: tries to send response header after headers have already been sent, causing watchdog to fill up with PHP warnings 2016-09-13 14:29:52 +01:00
Nathaniel Catchpole 22e8b2eb71 Issue #2797213 by Simon Georges: Strange useless code in Component/Utility/Random.php 2016-09-12 16:20:26 +01:00
Nathaniel Catchpole 0fb201ca4a Issue #2796329 by Wim Leers: \Drupal\Core\File\MimeType\ExtensionMimeTypeGuesser maps the 'js' extension to the 'application/x-javascript' MIME type instead of 'application/javascript' 2016-09-12 13:40:13 +01:00
xjm 24d528d802 Issue #2758559 by eporama, leolando.tan, kamalrajsahu21, tstoeckler, larowlan, claudiu.cristea: EntityType::setStorageClass() violates its interface 2016-09-02 15:38:42 -05:00
xjm 9d3d930151 Issue #2785355 by timmillwood, dawehner, claudiu.cristea, borisson_: Expose the class resolver on \Drupal 2016-09-02 15:25:16 -05:00
xjm 4295f59933 Issue #2672088 by joelpittet, daffie, catch, dawehner, mikeytown2: Add static cache to DatabaseConnection ::escapeDatabase(), ::escapeTable(), ::escapeField() and ::escapeAlias() 2016-09-02 14:52:13 -05:00
Nathaniel Catchpole dd67ab2d90 Issue #2762715 by pontus_nilsson: Typo in documentation for range form element 2016-09-02 13:12:52 +01:00
Nathaniel Catchpole 9c63871934 Issue #1267508 by fietserwin, daffie, lisa.ugray, chx, alexpott, Berdir, dawehner, Crell: Subselects don't work in DBTNG conditions, except when used as value for IN 2016-09-01 14:01:59 +01:00
Nathaniel Catchpole 80554ebff0 Issue #2720849 by joseph.olstad, quicksketch: D8 improve theme registry build performance 2016-09-01 12:58:10 +01:00
Alex Pott 06da519507 Issue #2788343 by mikeker: Entity Reference error message has "@value (@id)" in it 2016-08-29 07:10:50 -05:00
Alex Pott a7b67e7af1 Issue #2721901 by Mile23, anoopjohn: Fix Drupal.Commenting.FunctionComment.MissingParamName 2016-08-29 06:50:59 -05:00
Nathaniel Catchpole d262018e7c Issue #2777451 by markdorison, er.pushpinderrana, alexpott: @see references not forming links in documentation 2016-08-29 08:44:55 +01:00
Nathaniel Catchpole f6ae58526c Issue #2572801 by alexpott, vprocessor, andriyun, andypost, chishah92, Mile23, attiks, hussainweb, klausi, dawehner, pfrenssen: Fix 'Drupal.WhiteSpace.ScopeIndent' coding standard 2016-08-28 18:16:36 +01:00
Nathaniel Catchpole b6a64fc02d Issue #2782009 by alexpott, swentel, reblutus: Create a field with the same name as one being purged results in data destruction of the new field 2016-08-28 17:53:57 +01:00
Alex Pott 2e5e060c53 Issue #2783395 by Mile23: Fix 'Drupal.Commenting.FunctionComment.InvalidReturn' coding standard 2016-08-28 06:25:45 -05:00
Alex Pott 71ca3778a6 Issue #2747177 by markdorison, chx, Sonal.Sangale, andypost, joachim, Berdir, eojthebrave: Add docs on possible values of $operation in hook_entity_field_access() 2016-08-23 18:33:26 +01:00
Nathaniel Catchpole 50ab536e79 Issue #2728403 by timmillwood: Non-revisionable translatable fields on revisionable entities don't translate correctly 2016-08-22 16:32:22 +01:00
Nathaniel Catchpole 850b9eebef Issue #2787567 by alexpott: Refactor \Drupal\Component\Assertion\Handle to not break PSR-0/4 one class per file 2016-08-22 13:03:07 +01:00
Alex Pott 92c311c209 Issue #2785991 by blazey, dawehner: Unnecessary call to AccessResult::neutral() in Drupal\Core\Access\AccessManager::check() 2016-08-18 13:34:03 +01:00
Alex Pott 08b7a3fbc8 Issue #2783393 by Mile23: Fix 'Drupal.Commenting.FunctionComment.IncorrectParamVarName' coding standard 2016-08-18 10:38:31 +01:00
Nathaniel Catchpole db998a72ee Issue #2783849 by Shashwat Purav, kiamlaluno: hook_filetransfer_info() documentation has not been updated for Drupal 8 2016-08-17 22:41:48 +01:00
Alex Pott 1bd3a04d6c Issue #2780549 by andrewbelcher, alexpott, mpdonadio: FormattedDateDiff::$maxAge never applied to caches 2016-08-15 18:20:00 +01:00
Alex Pott af1abd851c Issue #2780905 by catch, joelpittet: cache MemoryBackend has a pointless constructor 2016-08-15 11:17:11 +01:00
Nathaniel Catchpole dd3ee4c7df Issue #2635784 by Manuel Garcia, sidharthap, cilefen, veerasekar89, gambry, catch, alexpott, Cottser, dawehner, joelpittet: Deprecate ThemeHandler::setDefault() in favour of configuration and replace usages 2016-08-15 08:55:33 +01:00
Alex Pott 0c0481ef86 Revert "Issue #2780549 by andrewbelcher, alexpott, mpdonadio: FormattedDateDiff::$maxAge never applied to caches"
This reverts commit abe69518ab.
2016-08-12 20:43:12 +01:00
Alex Pott abe69518ab Issue #2780549 by andrewbelcher, alexpott, mpdonadio: FormattedDateDiff::$maxAge never applied to caches 2016-08-12 14:40:34 +01:00
Nathaniel Catchpole a0096f1c08 Revert "Issue #1267508 by fietserwin, lisa.ugray, daffie, chx, Crell: Subselects don't work in DBTNG conditions, except when used as value for IN"
This reverts commit 22a241ca04.
2016-08-12 13:00:14 +01:00
Alex Pott 27b2c4ff1b Issue #2781953 by vpshah86, fgm: Update.php still refers to $update_free_access 2016-08-11 14:16:15 +01:00
Alex Pott fb0b048351 Issue #2780405 by kiamlaluno: ConfigFormBase::buildForm() comment contain a reference to a theme hook, which is a function that doesn't exist 2016-08-09 15:41:54 +01:00
Alex Pott 73be8c49ec Issue #2611638 by Wim Leers, Nikhilesh Gupta: hook_entity_query_alter() is dead, remove it from entity.api.php 2016-08-08 12:20:37 +01:00
Alex Pott f0fe2a07f3 Issue #2780255 by klausi: Replace incorrect EntityTypeBundleInfo type hints with interface 2016-08-08 10:47:34 +01:00
Alex Pott 3fa22c4bf0 Issue #2776779 by juampynr: Fix code example in QueryInterface::condition() 2016-08-05 14:37:43 +01:00
Nathaniel Catchpole 5762aa083a Issue #2778479 by kiamlaluno: ModuleHandler::buildImplementationInfo() comment contains a reference to not existing function 2016-08-05 09:44:49 +01:00
Nathaniel Catchpole ad76a96a40 Issue #2723607 by valthebald, deepakaryan1988: Remove entity_load* usage for dynamic entity types 2016-08-05 09:29:20 +01:00
Nathaniel Catchpole 03f46efe54 Issue #2778809 by chx: _entity_access is actually usable but you'd never tell that from the class doxygen 2016-08-05 09:08:42 +01:00
xjm e043264b99 Update version constant. 2016-08-02 20:30:57 -05:00
xjm dd1c1ce6d5 Issue #2638140 by alexpott, dawehner, cilefen, xjm, Fabianx, Xano, catch: Error logging should log a backtrace consistently 2016-08-02 12:05:52 -05:00
Alex Pott bc834169f0 Issue #1869548 by dawehner, jeqq, dmouse, slasher13, damiankloip, alexpott, nod_, AlxVallejo, chr.fritsch, yanniboi, effulgentsia, dixon_, -enzo-, Wim Leers, Crell, andypost, catch, Damien Tournoud, kim.pepper, linclark: Opt-in CORS support 2016-08-02 11:56:38 +01:00
Nathaniel Catchpole a0a530fd4f Issue #1920902 by neclimdul, larowlan, alexpott, chx, sun, jthorson, damiankloip, Berdir, Mixologic, YesCT, hussainweb, rcaracaus, cweagans, catch, jibran, msonnabaum, dawehner, webchick, anavarre, heyrocker: Add a Drupal Yaml wrapper so we can default to PECL Yaml component if it is available 2016-08-01 18:52:00 +01:00
Nathaniel Catchpole 03fc20425b Issue #2537732 by Xano, tim.plunkett, gnuget, claudiu.cristea, drunken monkey, bojanz: PluginFormInterface must have access to the complete $form_state (introduce SubFormState for embedded forms) 2016-08-01 18:48:16 +01:00
Alex Pott 9bc59ded3e Issue #2776055 by claudiu.cristea: Entity form/view route errors when a non-entity parameter comes first 2016-08-01 14:10:03 +01:00
Nathaniel Catchpole c32b474cb8 Issue #2639878 by RobLoach, omega8cc, memtkmcc: Use less demanding check to see if OPcache is active 2016-08-01 12:44:23 +01:00
Alex Pott e566486912 Issue #2776369 by xjm: Remove docs references to entity_get_bundles() 2016-08-01 09:30:34 +01:00
Alex Pott e868cdcb5c Revert "Issue #1869548 by dawehner, jeqq, dmouse, damiankloip, nod_, AlxVallejo, chr.fritsch, yanniboi, effulgentsia, dixon_, -enzo-, Wim Leers, Crell, Damien Tournoud, andypost, kim.pepper, linclark, catch: Opt-in CORS support"
This reverts commit f2b7115211.
2016-08-01 00:34:44 +01:00
Nathaniel Catchpole 3700d9fd91 Issue #2427637 by Mile23, keopx, naveenvalecha, marvin_B8: Remove usages of deprecated entity_get_bundles() 2016-07-31 21:20:40 +01:00
Nathaniel Catchpole b2b8aeaa61 Issue #2750167 by dawehner, alexpott, willwh: Config translation synchronization fails 2016-07-31 21:01:09 +01:00
Alex Pott 417d900623 Issue #88183 by Wim Leers, ahoeben, brianV, alexpott, kylebrowning, marvil07, chx, twistor, dawehner: Relative URLs in feeds should be converted to absolute ones 2016-07-30 16:07:44 +01:00
Alex Pott 22a241ca04 Issue #1267508 by fietserwin, lisa.ugray, daffie, chx, Crell: Subselects don't work in DBTNG conditions, except when used as value for IN 2016-07-30 10:21:46 +01:00
Alex Pott 3de79990b3 Issue #2681911 by garphy, Wim Leers, gabesullice: REST requests without X-CSRF-Token header: unhelpful response significantly hinders DX, should receive a 401 response 2016-07-29 16:11:36 +01:00
Alex Pott e0af75558c Issue #2755525 by hchonov: Invoke field methods first on the current entity translation 2016-07-29 15:20:09 +01:00
Alex Pott 28356f4e9f Issue #2506805 by jibran, tstoeckler, chx: Non-revisionable base fields with multiple columns break revisionable entity types 2016-07-29 15:08:25 +01:00
Alex Pott db9e719141 Issue #2011500 by daffie, Pancho: Deprecate RIGHT JOINs, because SQLite doesn't support them 2016-07-29 14:54:19 +01:00
Alex Pott 81e51d9f27 Issue #2712935 by Wim Leers, Fabianx, catch, alexpott: Messages are not rendered last, meaning those messages set within placeholders only appear on the next request 2016-07-29 13:17:46 +01:00
xjm e94c581e09 Issue #2667242 by Anul, felribeiro, eojthebrave, pranavbabbar: Use consistent terminology when referencing administration themes in the UI (not "admin theme") 2016-07-28 18:58:39 -05:00
Alex Pott 21a4b87099 Revert "Issue #2278383 by Xano, dawehner, kim.pepper, twistor, joelpittet, Fabianx, Crell, jibran, alexpott, Wim Leers: Create an injectible service for drupal_set_message()"
This reverts commit ee22272534.
2016-07-29 00:49:26 +01:00
Alex Pott af80cb499a Issue #2659070 by Wim Leers, dawehner, tic2000, Crell: REST requests without Content-Type header: unhelpful response significantly hinders DX, should receive a 415 response 2016-07-29 00:32:38 +01:00
Alex Pott 9b07bc544c Issue #2694555 by amateescu, vasi, dawehner, heddn, therealssj: Node revisions don't display translated 2016-07-29 00:11:18 +01:00
xjm 4730d8166a Issue #2474273 by mesch: Update Documentation for \Drupal\Core\Field\FieldStorageDefinitionInterface::getSchema() 2016-07-28 17:00:40 -05:00
Alex Pott ee22272534 Issue #2278383 by Xano, dawehner, kim.pepper, twistor, joelpittet, Fabianx, Crell, jibran, alexpott, Wim Leers: Create an injectible service for drupal_set_message() 2016-07-28 18:55:59 +01:00
Alex Pott 27df05cd81 Issue #2403307 by dawehner, marthinal, tedbow, clemens.tolboom, Wim Leers, neclimdul, Crell, klausi, andypost, e0ipso: RPC endpoints for user authentication: log in, check login status, log out 2016-07-28 18:54:03 +01:00
Alex Pott 1e770ce9f1 Revert "Issue #2403307 by dawehner, marthinal, tedbow, clemens.tolboom, Wim Leers, neclimdul, Crell, klausi, andypost, e0ipso: RPC endpoints for user authentication: log in, check login status, log out"
This reverts commit 18feefc302.
2016-07-28 18:53:42 +01:00
Alex Pott 18feefc302 Issue #2403307 by dawehner, marthinal, tedbow, clemens.tolboom, Wim Leers, neclimdul, Crell, klausi, andypost, e0ipso: RPC endpoints for user authentication: log in, check login status, log out 2016-07-28 17:15:12 +01:00
Nathaniel Catchpole d2ab9b8433 Issue #2772979 by hchonov: Enforcing a cloned entity translation to be new propagates to the original entity 2016-07-28 13:47:58 +01:00
xjm e31ca782a7 Issue #2763157 by tim.plunkett, tedbow, chx, bojanz, twistor, neclimdul, dawehner, Xano, EclipseGc: Allow plugins to provide multiple forms 2016-07-27 20:20:19 -05:00
xjm db8849dd68 Revert "Issue #2773197 by jalpesh, tstoeckler: DefaultHtmlRouteProviderTest::testGetCollectionRoute() has wrong @covers"
This reverts commit a470bc0cbd.
2016-07-27 20:18:52 -05:00
webchick a470bc0cbd Issue #2773197 by jalpesh, tstoeckler: DefaultHtmlRouteProviderTest::testGetCollectionRoute() has wrong @covers 2016-07-27 18:09:05 -07:00
Nathaniel Catchpole f2b7115211 Issue #1869548 by dawehner, jeqq, dmouse, damiankloip, nod_, AlxVallejo, chr.fritsch, yanniboi, effulgentsia, dixon_, -enzo-, Wim Leers, Crell, Damien Tournoud, andypost, kim.pepper, linclark, catch: Opt-in CORS support 2016-07-27 22:09:22 +01:00
xjm f8bd3f7db6 Issue #2760883 by fgm: API docs reference ModuleHandler::install() instead of ModuleInstaller 2016-07-27 12:09:51 -05:00
webchick 8ac20c792f Issue #2688945 by tduong, amateescu, timmillwood, alexpott, joachim, xjm, yoroy, ifrik, Berdir, Gábor Hojtsy, Bojhan, webchick, cilefen, dawehner: Allow removing a module's content entities prior to module uninstallation 2016-07-27 03:13:52 -07:00
Nathaniel Catchpole 62b7392dee Issue #2753681 by tedbow, Wim Leers, dawehner, neclimdul, catch: Move CSRF header token out of REST module so that user module can use it, as well as any contrib module 2016-07-25 13:47:47 +01:00
Nathaniel Catchpole 3f56402e79 Issue #2767853 by tstoeckler: Provide a route for collections of entities 2016-07-25 13:43:54 +01:00
Alex Pott fd33967358 Issue #2704743 by yongt9412, amateescu, Berdir: Remove special case on EntityFormatter for new entities 2016-07-25 10:26:24 +01:00
Alex Pott 6d3fd71023 Issue #1145076 by daffie, David_Rothstein, johnnydarkko, cbergmann, drewish, rpayanm, somersoft, jhedstrom: UNION queries don't support ORDER BY clauses 2016-07-25 10:22:14 +01:00
Alex Pott 7c0a466ba6 Issue #2754783 by danmuzyka, jhedstrom, alexpott: hook_entity_display_build_alter() only affects final entity in $build_list array 2016-07-25 10:16:37 +01:00
Nathaniel Catchpole d189ff056c Revert "Issue #2761403 by Berdir: Move runtime theme registry into bootstrap cache"
This reverts commit 4a95e65086.
2016-07-22 09:33:29 +01:00
Alex Pott 3bda71d1a9 Issue #2770339 by claudiu.cristea: LocalReadOnlyStream must declare itself LOCAL 2016-07-21 11:48:14 +01:00
Nathaniel Catchpole 68a543a315 Issue #2329453 by alexpott, joelpittet, hussainweb, kaidjohnson, andriyun, JohnAlbin, mirie, steveoliver, quicksketch, geerlingguy, RobLoach, jenlampton, SebCorbin, pablo.guerino, afoster, markcarver, danbohea, andypost, catch, donquixote, marcvangend, David_Rothstein, LewisNyman, neclimdul: Ignore front end vendor folders to improve directory search performance 2016-07-20 22:06:16 +01:00
xjm 066437b85d Issue #2633160 by nicholasThompson, tim.plunkett: Do not fail for missing context if a condition is negated 2016-07-20 13:31:09 -05:00
Alex Pott 00d0fa7297 Issue #2473179 by Fabianx, Berdir, dawehner: Use FileCache for config storage 2016-07-20 13:53:17 +01:00
Alex Pott b9fc15d622 Issue #1806606 by daffie, Jorrit: Drupal\Core\Database\Query\Select::range() doesn't correctly implement SelectInterface 2016-07-20 13:13:28 +01:00
Alex Pott d317f6b34b Issue #2348137 by daffie: Enable WAL journal mode by default for SQLite database 2016-07-20 12:08:04 +01:00
Alex Pott 5601e988ae Issue #2686483 by stBorchert, daffie: Add support for database condition operator "NOT BETWEEN" 2016-07-20 09:52:02 +01:00
Alex Pott 7b0d229af1 Issue #2767269 by claudiu.cristea: LocalReadOnlyStream must declare itself not writeable 2016-07-19 23:42:23 +01:00
Alex Pott 88d101c96a Issue #2747083 by Eric_A, Mile23, alexpott: drupal/core-dependency-injection wrongly requires symfony/expression-language 2016-07-19 21:49:20 +01:00
Alex Pott b5b6b8fc84 Issue #2756175 by Fabianx: FileCacheFactory::get() should not use 'default' configuration key before passed in configuration 2016-07-19 17:09:04 +01:00
Alex Pott 30555f0138 Issue #2720811 by Eric_A: Fix package names of drupal/core-fileCache and drupal/core-phpStorage 2016-07-19 16:17:08 +01:00
Alex Pott 4e547f5246 Issue #2760797 by mondrake, twistor: MIME type guessing fails for remote stream wrapper URIs 2016-07-19 16:14:55 +01:00
Nathaniel Catchpole 4a95e65086 Issue #2761403 by Berdir: Move runtime theme registry into bootstrap cache 2016-07-19 13:37:02 +01:00
Alex Pott 53704b73f5 Issue #2751835 by tstoeckler: Entity::urlRouteParameters() is broken for add-page and add-form link templates 2016-07-19 13:31:32 +01:00
Alex Pott e9b14299ae Issue #2759839 by jalpesh, Eric_A: Rename drupal/core-httpFoundation, add it to drupal/core replace section 2016-07-19 13:22:49 +01:00
xjm faef09eaef Issue #2752533 by mikeker: \Drupal\Component\Utility\Crypt::randomBytesBase64 docblock refers to $byte_count instead of $count 2016-07-19 09:16:16 +02:00
xjm 17ff00c6c4 SA-CORE-2016-003 by alexpott, Michael Dowling, mlhess, xjm, Pere Orga, dawehner, greggles, coltrane, pwolanin, larowlan 2016-07-18 17:32:46 +02:00
Alex Pott 2fb3a051fd Issue #2594937 by Peacog, cilefen, Sagar Ramgade, chgasparoto, aerozeppelin, iStryker, feraline, alvar0hurtad0, Cottser, Wim Leers, xjm, sebas5384, almaudoh, gvso, racarvalho1987: Empty 'libraries:' in theme .info.yml file produces confusing PHP warning 2016-07-18 11:24:51 +01:00
xjm 70a2d8c112 Issue #2491033 by daffie, mgifford, dawehner: Return value of Database::getLog() is inconsistent -- always return an array, even when empty 2016-07-17 11:55:48 +02:00
xjm 8e04ab6b7f Issue #2751923 by mohit_aghera, lhuria94, Jeff Burnz, joelpittet: Incorrect documentation, param and code example for hook_element_info_alter() in theme.inc 2016-07-17 00:12:58 +02:00
xjm 2411a137f0 Issue #1738622 by Mile23, Cottser, jhodgdon: Documentation cleanup for UUID API 2016-07-16 18:45:20 +02:00
xjm 52cd7e9187 Issue #2763539 by felribeiro: Bug in doxygen for adding headers to a response via render #attached 2016-07-16 17:08:33 +02:00
Nathaniel Catchpole b686f05790 Issue #2705809 by juampynr, dawehner, damiankloip, lahoosascoots: Queue garbage collection is not correctly run on cron 2016-07-13 12:42:32 +01:00
Nathaniel Catchpole 8a1341ac97 Issue #2718733 by alexpott: ConfigInstaller can create configuration files which have unmet dependencies 2016-07-12 12:04:46 +01:00
Alex Pott 895c2048d3 Revert "Issue #2353611 by larowlan, dawehner, sime, alexpott, Wim Leers, tstoeckler: Make it possible to link to an entity by UUID"
This reverts commit 85bc69df87.
2016-07-08 12:05:26 +01:00
Nathaniel Catchpole 2c3d5ecbc3 Issue #2762549 by alexpott: Part 2: Array was modified by the user comparison function in ConfigDependencyManager::getDependentEntities() 2016-07-08 11:46:29 +01:00
Alex Pott eadde8da6a Issue #2605594 by daffie, pukku, catch, yngens2: Change minimum required sqlite version to 3.7.11 2016-07-05 09:46:26 +01:00
Nathaniel Catchpole 260c6ee91e Issue #2675648 by Bès, dawehner, Haza, chx: Code after hook_link_alter() invocation does not use the altered data 2016-07-04 12:18:49 +01:00
Nathaniel Catchpole 3eb2def446 Issue #2757427 by alexpott, Xano: Array was modified by the user comparison function in ConfigDependencyManager::getDependentEntities() 2016-07-01 13:12:49 +01:00
Alex Pott 57ad987f45 Issue #2756307 by Fabianx, dawehner: Provide a setting to disable FileCache completely for unit tests 2016-06-30 18:11:40 +01:00
Nathaniel Catchpole 63b7ded426 Issue #2744421 by andypost, Wim Leers: QueryArgsCacheContext::getContext() may return NULL, violates the interface 2016-06-30 12:09:05 +01:00
Alex Pott 85bc69df87 Issue #2353611 by larowlan, dawehner, sime, alexpott, Wim Leers, tstoeckler: Make it possible to link to an entity by UUID 2016-06-28 09:44:36 +01:00
Alex Pott ffd027bb80 Revert "Issue #2675010 by hchonov: Cloned entity will point to the same field objects if the clone was created after an entity translation has been initialized"
This reverts commit fe08d93c26.
2016-06-27 16:46:21 +01:00
Alex Pott 8ce4b6bc08 Issue #2751583 by tstoeckler: Entity::urlRouteParameters() calls getRevisionId() for non-revisionable entities 2016-06-27 10:46:54 +02:00
Alex Pott 90b986b022 Issue #2751121 by tstoeckler, kiamlaluno: class StatusMessages documentation page contains incorrect markup 2016-06-27 10:41:26 +02:00
Alex Pott b6c186649b Issue #2275519 by Nephele, daffie: Unable to use Condition objects with joins 2016-06-27 10:33:51 +02:00
Alex Pott 1dc4ba8533 Issue #2698141 by TravisCarden, ChuChuNaKu, effulgentsia: Empty Twig {% trans %} tag causes unhelpful fatal exception 2016-06-26 10:50:41 +02:00
Alex Pott eac023bced Issue #2729643 by Mile23, catch: Create LoggerChannelTrait 2016-06-25 18:16:59 +02:00
Alex Pott bae3e31e1f Issue #2753475 by amateescu, timmillwood: Support using the values of another field as initial values when adding a new field 2016-06-24 18:26:50 +02:00
Nathaniel Catchpole b85b73c2a5 Issue #2753989 by Berdir: CacheFactory::get() should not use default cache backend before cache bin defaults 2016-06-24 16:40:09 +01:00
Nathaniel Catchpole 884aeef38b Issue #2754477 by alexpott, mr.baileys, swentel: Unexpected config entity delete due to dependency calculations 2016-06-24 16:38:58 +01:00
xjm 604887f326 Issue #2753055 by chishah92, ifrik: Change "Save order" to "Save" 2016-06-24 16:46:52 +02:00
Alex Pott fe08d93c26 Issue #2675010 by hchonov: Cloned entity will point to the same field objects if the clone was created after an entity translation has been initialized 2016-06-24 15:14:18 +02:00
Alex Pott f84b2a1698 Issue #2751351 by claudiu.cristea: Remove code duplication from LocalReadOnlyStream 2016-06-24 13:52:02 +02:00
Nathaniel Catchpole 60a17522f4 Issue #2742103 by ekes, dawehner, amateescu: SqlContentEntityStorageSchema::getDedicatedTableSchema() ignores 'unique keys' from the schema definition 2016-06-23 23:24:36 +01:00
xjm a1529fe90f Issue #2361469 by mikeker, Shreya Shetty, pjonckiere, Andres Mejia, geffio, jhedstrom, yoroy, swentel, R. Volk: Single on/off checkboxes should "Use field label" by default 2016-06-23 12:32:50 +02:00
Alex Pott 1da4d15cd8 Issue #2447803 by amateescu, Fabianx, Berdir: Use FileCache for caching discovered annotations 2016-06-22 17:32:20 +02:00
Alex Pott c2b28643f6 Issue #2745953 by dawehner, tim.plunkett, Wim Leers: AjaxBasePageNegotiator should not require _theme: ajax_base_page to be specified 2016-06-22 16:01:50 +02:00
Nathaniel Catchpole 4eb87a26df Issue #2662844 by penyaskito, dawehner, catch: cache.backend.chainedfast misbehaves in some situations 2016-06-21 11:12:27 +01:00
Nathaniel Catchpole 49f9540b49 Issue #2747269 by chishah92, talhaparacha: Incorrect parameter documentation for FormBuilder::submitForm 2016-06-20 09:38:10 +01:00
Nathaniel Catchpole be7d7b2bca Issue #2650812 by Wim Leers, Fabianx, Gábor Hojtsy, chx, dawehner, alexpott: Container::has() doesn't work for service aliases (consequently, decorating services doesn't work) 2016-06-20 09:28:12 +01:00
Alex Pott a02f143bbc Issue #2464053 by marcoscano, Fabianx: Remove @todo to Improve YamlFileLoader so that we can cache built service definition objects and not just the raw data 2016-06-19 14:45:04 +01:00
Alex Pott 74b996ce69 Issue #2751537 by chx: Race condition in \Drupal\Core\Database\Driver\pgsql\Install\Tasks breaks the testbot 2016-06-19 14:42:24 +01:00
Alex Pott 871da5e4f7 Issue #2308745 by Alumei, dawehner, Wim Leers, larowlan, Arla, alexpott, g.oechsler, R.Muilwijk, Berdir, catch, klausi, clemens.tolboom, MattA, Crell: Remove rest.settings.yml, use rest_resource config entities 2016-06-19 14:41:10 +01:00
Alex Pott 3d2798e84c Issue #2747723 by mayurjadhav, pashupathi nath gajawada, ccjjmartin: Too many closing parentheses in checkboxes example 2016-06-18 14:29:17 +01:00
Nathaniel Catchpole b7a290160d Issue #2462653 by chx, alexpott, daffie, neclimdul: Connection::getDriverClass doesn't support non-core drivers 2016-06-17 14:07:50 +01:00
Nathaniel Catchpole 389d663579 Issue #2749819 by Fabianx, dawehner: OptimizedPhpArrayDumper does not resolve references via aliases correctly 2016-06-17 12:22:54 +01:00
Alex Pott 16093cc146 Issue #2674508 by Mile23, tim.plunkett: Improve docs for how to properly add container injection into a class that extends FormBase 2016-06-17 11:47:38 +01:00
Alex Pott 671a41e658 Issue #2742211 by jsdix: Doxygen typo for $cache variable 2016-06-17 11:14:14 +01:00
Alex Pott 310145e472 Issue #2744357 by rajeshwari10, pashupathi nath gajawada, chishah92, Eric_A: drupal/core-* components Symfony requirements conflict with drupal/core 2016-06-17 10:32:44 +01:00
Alex Pott 4b6d125f1c Issue #2653318 by Wim Leers, aneek, marthinal, dawehner: While in maintenance mode, REST routes respond with HTML instead of XML/JSON/… 2016-06-16 18:10:50 +01:00
Alex Pott 12a6963f55 Issue #2720077 by rajeshwari10, Vinay15, snehi, gaurav.pahuja, Sonal.Sangale, jhodgdon, joachim, klausi: EntityTypeBundleInfo::getBundleInfo() @return needs more detail 2016-06-15 16:00:11 +01:00
Alex Pott 472f3a5723 Issue #2667574 by dagmar: sqlite/Schema::introspectSchema should throw the created exception 2016-06-15 15:46:40 +01:00
Alex Pott 4cff4e2741 Issue #2746761 by gabesullice, Wim Leers: QueryArgsCacheContext does not support nested parameters 2016-06-15 14:41:59 +01:00
Alex Pott 78bb26d748 Issue #2720813 by Xano, Wim Leers: DefaultPluginManager should expose its cacheability metadata 2016-06-15 14:03:41 +01:00
Alex Pott 3af2717076 Issue #2747945 by mayurjadhav, Beakerboy: Extra semicolons in QueryInterface example 2016-06-15 13:03:27 +01:00
Nathaniel Catchpole ce31c4e227 Issue #2663270 by Berdir, marthinal, Wim Leers: MailManager::mail() should run inside its own render context: it sends e-mails, not (cacheable) responses 2016-06-14 16:37:36 +01:00
Nathaniel Catchpole d1ae9b77ad Issue #2651102 by mikeker, amateescu, gaurav.pahuja, Sagar Ramgade, dawehner, akalata, catch: Using checkboxes for exposed filters results in zero rows displaying 2016-06-14 16:23:38 +01:00
Alex Pott 9764ec4dbc Revert "Issue #2403307 by dawehner, marthinal, clemens.tolboom, tedbow, Wim Leers, neclimdul, Crell, klausi, andypost, e0ipso: RPC endpoints for user authenication: log in, check login status, log out"
This reverts commit da16ae5601.
2016-06-14 12:59:19 +01:00
Alex Pott da16ae5601 Issue #2403307 by dawehner, marthinal, clemens.tolboom, tedbow, Wim Leers, neclimdul, Crell, klausi, andypost, e0ipso: RPC endpoints for user authenication: log in, check login status, log out 2016-06-14 11:43:13 +01:00
Alex Pott 5643757eb0 Issue #2573635 by Wim Leers, Mac_Weber, lluvigne, dawehner, dimaro, ConfuciusDa1st, rootwork, BR0kEN, unstatu: Url::fromUri() should accept protocol-relative URLs 2016-06-13 11:19:01 +01:00
Nathaniel Catchpole b8a61f2052 Issue #2598038 by alexpott, sethcardoza, quietone, Jaesin: Invalid passwords after D7 to D8 migration 2016-06-13 09:29:30 +01:00
Alex Pott e5110dbee5 Issue #2744375 by juampynr: Fix typo at OutputStrategyInterface.php 2016-06-08 22:47:37 +01:00
Alex Pott 700452ba6a Issue #2722621 by anoopjohn: Fix Drupal.Commenting.FunctionComment.InvalidReturn and Drupal.Commenting.FunctionComment.VoidReturn 2016-06-08 13:16:48 +01:00
Alex Pott c962bd0aa9 Issue #2705921 by jmk61, Vinay15, chgasparoto, jhodgdon, vegantriathlete, kjl16, joachim: docs for postCreate() should clarify create does not mean save 2016-06-08 12:01:38 +01:00
Alex Pott 3288a179f3 Issue #2740499 by nesta_, lluvigne, rajeshwari10, jhodgdon, er.pushpinderrana, joachim: parameter to DiscoveryTrait::doGetDefinition() is incorrectly documented as optional 2016-06-08 11:53:14 +01:00
Alex Pott 55707edb94 Issue #2737607 by generalredneck: Migration Source Plugins are not extendable because of ambiguous database field names 2016-06-08 11:45:28 +01:00
Alex Pott 15b999d16b Issue #2533220 by snehi, pjonckiere, mirom, chx, jhodgdon, dawehner: RouteBuilderInterface has no docblock 2016-06-08 10:17:57 +01:00
Nathaniel Catchpole 4c30de3616 Issue #2726645 by klausi: Do not @deprecate EntityManager until all usages are removed (helps the Symfony 3 update) 2016-06-06 13:39:27 +01:00
Nathaniel Catchpole 4ad7ddb35a Issue #2738575 by lluvigne: Parameters to ModuleHandler::invoke() are incorrect 2016-06-05 22:53:27 +01:00
Nathaniel Catchpole da662429b4 Issue #2682373 by klausi, thePanz: Implement ContainerAwareEventDispatcher::getListenerPriority() 2016-06-05 22:51:08 +01:00
Alex Pott df0425cfe1 Issue #2721909 by anoopjohn: Fix Drupal.Commenting.FunctionComment.ReturnCommentIndentation 2016-06-02 15:20:55 +01:00
Alex Pott 53e54ea617 Issue #2722763 by drnikki: Select::extend doc incorrectly says to use base name 2016-06-02 14:35:45 +01:00
Alex Pott 770fcd0fc0 Issue #2561993 by jhedstrom, jonathanjfshaw, yoroy, emma.maria, mpdonadio: Better labelling for Date time form select elements 2016-06-02 14:24:33 +01:00
Alex Pott 9233946397 Issue #2726747 by DuaelFr: pgsql improperly escape table names leading to a fatal error 2016-05-27 15:16:27 +01:00
xjm fbe287dc6a Issue #2729083 by martin107, jhodgdon: @encode becomes @endcode
(cherry picked from commit 1694030bc2)
2016-05-27 08:21:40 -05:00
Alex Pott e354b3a896 Issue #2727901 by sreese: MimeTypeGuesser::__construct has doxygen typo 2016-05-27 13:33:00 +01:00
Alex Pott 491554b180 Issue #1996130 by dawehner, damiankloip, dagmar, marthinal, clemens.tolboom, Nitesh Sethia: REST views: not adding dependencies on Serializer providers 2016-05-27 12:13:13 +01:00
Alex Pott 7c0adf9e29 Issue #2726837 by tim.plunkett, dipakmdhrm, dawehner: \Drupal\Core\Plugin\DefaultSingleLazyPluginCollection::addInstanceId should set $this->instanceId 2016-05-27 11:11:48 +01:00
Alex Pott d27d90ce8a Issue #2708509 by damiankloip, dawehner, amateescu: custom_storage does not work on field types with a storage schema already 2016-05-27 09:12:26 +01:00
webchick 1eb935f9dd Issue #2713831 by vegantriathlete, lisa.ugray, joshi.rohit100, jhodgdon, deviantintegral, kellyimagined, alexpott, akalata, soulsesa: Document #machine_name exists parameters 2016-05-26 11:43:16 -07:00
Nathaniel Catchpole 90a681b199 Issue #2730129 by klausi, jibran, dawehner: DrupalKernel must never persist service_container for Symfony 3 update 2016-05-26 17:50:55 +01:00
Nathaniel Catchpole 9f01ba7487 Revert "Issue #2730129 by klausi, jibran, dawehner: DrupalKernel must never persist service_container for Symfony 3 update"
This reverts commit bfdc7b529a.
2016-05-26 12:13:21 +01:00
Nathaniel Catchpole bfdc7b529a Issue #2730129 by klausi, jibran, dawehner: DrupalKernel must never persist service_container for Symfony 3 update 2016-05-26 12:11:32 +01:00
Nathaniel Catchpole 67bf9fb290 Issue #2729439 by Wim Leers, Berdir: QueryArgsCacheContext should return a special value for ?arg (without value) 2016-05-25 12:24:12 +01:00
xjm 2486ccd548 Issue #2729171 by Vinay15, kiamlaluno, jhodgdon: callback_batch_operation() code still contains Drupal 6 code 2016-05-24 20:03:11 -05:00
Nathaniel Catchpole 5451d56417 Issue #2712633 by klausi, jibran, dawehner: Update symfony-cmf/routing to 1.4.0 2016-05-23 12:22:51 +01:00
Nathaniel Catchpole 240586c0af Issue #2729247 by andypost: Replace remaining $request->get() usage to prepare core for Symfony 3 2016-05-23 11:57:13 +01:00
Alex Pott 08824dcf60 Issue #2605654 by Mile23, donquixote, dawehner, alexpott, catch: Modify Drupal\Core\Extension\ExtensionDiscovery to allow for scanning multiple file systems, enabling vfsStream testing 2016-05-19 11:57:55 +01:00
Alex Pott 85fa317107 Issue #2721921 by er.pushpinderrana, Pashupathi Nath G, shashikant_chauhan, joachim: @code tag showing on docs for ExtensionDiscovery 2016-05-18 06:23:08 -05:00
Nathaniel Catchpole a9666b4ae8 Issue #842620 by alexpott, hansfn, BondD, jurjenn, Skin, xjm, hitesh-jain, solidwebcode: Update manager can't install modules using FTP due broken FileTransferAuthorizeForm 2016-05-16 13:05:48 +01:00
Nathaniel Catchpole fe6b686153 Issue #2575519 by Wim Leers, dawehner, alexpott: Twig template variables containing result of Drupal::url() and Drupal:l:() don't bubble up their cacheability and attachment metadata (e.g. token placeholder) 2016-05-16 12:57:36 +01:00
Alex Pott 1d8476572e Issue #2723577 by tylermenard, valthebald: Remove entity_load* usage for date_format entity type 2016-05-14 22:43:21 -05:00
Alex Pott 56e416cce6 Issue #2722265 by willito, kellyimagined, joachim, hussainweb, munizjor, selfuntitled, lisa.ugray, soulsesa, The Sean, kjl16, kurthill4: docs for MailManager::mail() refer to obsolete function user_preferred_langcode() 2016-05-14 11:54:48 -05:00
Alex Pott 6020139dda Issue #2600228 by lauriii: Mark \Drupal\Core\Theme\Registry internal 2016-05-14 11:04:50 -05:00
Alex Pott 7ecafc0fb0 Issue #2724379 by generalconsensus: Typo on setUnrouted function 2016-05-13 16:52:48 -05:00
Nathaniel Catchpole 267617572e Issue #2723345 by alexpott, dawehner: Simpletest cannot be uninstalled 2016-05-11 21:12:24 +01:00
Alex Pott 2c54c39412 Issue #2702835 by ztl8702, pjonckiere, himanshugautam, dpovshed, mpdonadio: Update Doxygen for \Drupal\Component\DateTimePlus 2016-05-11 09:23:46 -05:00
Alex Pott 2c22ebbd43 Issue #2380293 revert by dawehner, willzyx, mpdonadio, jibran, alexpott, damiankloip, cilefen, Berdir: Properly inject services into ModuleInstaller 2016-05-11 09:18:14 -05:00
Alex Pott 60d994a226 Issue #2716073 by moonray, dawehner: Improve cron logging 2016-05-10 05:37:32 -05:00
Alex Pott 5efda3cf63 Issue #2380293 by dawehner, willzyx, jibran, mpdonadio, alexpott, damiankloip, cilefen, Berdir: Properly inject services into ModuleInstaller 2016-05-08 18:57:01 -05:00
Alex Pott 899f647387 Issue #2716661 by anoopjohn: Fix 'Drupal.Commenting.FunctionComment' coding standard - Issues related to @see references 2016-05-08 17:42:30 -05:00
Alex Pott 2e5da97b7d Issue #2720891 by jan.stoeckler: Replace ContainerAware with ContainerAwareTrait 2016-05-08 17:27:26 -05:00
Alex Pott f324b3e358 Issue #2708179 by anoopjohn: Fix 'Drupal.Commenting.FunctionComment' coding standard - Issues related to @throws 2016-05-08 14:57:36 -05:00
Alex Pott 55e2442d76 Issue #2721283 by alexpott: Fix Drupal.Commenting.FunctionComment.$InReturnType 2016-05-08 14:34:57 -05:00
Alex Pott 677116e149 Issue #2718697 by damiankloip, dawehner: EntityAutocomplete element cannot handle GET input values 2016-05-08 12:55:05 -05:00
Alex Pott 853202a000 Issue #2572619 by attiks, andypost, pfrenssen, vprocessor, tatarbj, andriyun, alexpott: Fix 'Drupal.Classes.ClassDeclaration' coding standard 2016-05-08 12:33:57 -05:00
Alex Pott b5969b69bd Issue #2708185 by anoopjohn: Fix 'Drupal.Commenting.FunctionComment' coding standard - Issues related to spacing and styling 2016-05-08 11:29:19 -05:00
Alex Pott ffcbce2ccc Issue #2716073 by moonray: Improve cron logging 2016-05-08 11:02:27 -05:00
Alex Pott 7109454250 Issue #2384459 by mikran, mbovan, slashrsm, chx, Berdir, yched: Add entity query condition for delta in EFQ 2016-05-08 10:32:56 -05:00
Alex Pott 133c212ed9 Issue #2719695 by alexpott, Mile23: Fix 'Drupal.Classes.ClassDeclaration.CloseBraceAfterBody' coding standard 2016-05-08 10:05:38 -05:00
Alex Pott 95ed8ce29d Issue #2704457 by thtas, mpdonadio: Fix DrupalDateTime::diff() 2016-05-08 10:03:48 -05:00
Alex Pott 6347dec521 Issue #2720803 by Eric_A: Missing composer.json file in \Drupal\Component\FileSystem 2016-05-08 09:01:10 -05:00
Alex Pott 94c628a9ca Issue #2572633 by vprocessor, andypost, attiks, andriyun: Fix 'Drupal.Commenting.ClassComment' coding standard 2016-05-08 08:57:21 -05:00
Nathaniel Catchpole 331cff9878 Issue #2631362 by Mile23, hussainweb: Inject DRUPAL_ROOT into DrupalKernel 2016-05-06 14:03:28 +01:00
Alex Pott 524dc283d5 Issue #2715965 by alexpott: Fix 'Drupal.Commenting.FunctionComment.IncorrectParamVarName' coding standard 2016-05-05 12:33:36 +01:00
Alex Pott 70f58860c8 Issue #2716685 by Mile23: Part 2: Fix several errors in the 'Drupal.Commenting.DocComment' coding standard 2016-05-05 12:32:19 +01:00
Alex Pott c26745da88 Issue #2706753 by Mile23: Fix 'PSR2.Classes.PropertyDeclaration.ScopeMissing/VarUsed' coding standard 2016-05-05 12:21:09 +01:00
Alex Pott a239719598 Issue #2702455 by pfrenssen: Remove unused property $entityManager 2016-05-05 12:13:00 +01:00
Alex Pott d5d0d6ce87 Issue #2572777 by andypost, alexpott, attiks, andriyun: Fix 'Squiz.Strings.ConcatenationSpacing' coding standard 2016-05-05 12:07:19 +01:00
Alex Pott a1d3a681f6 Issue #2572693 by Mile23, andriyun, andypost, attiks: Fix 'Drupal.ControlStructures.ControlSignature' coding standard 2016-05-05 11:07:32 +01:00
Alex Pott 44f8f8f114 Issue #2712405 by leolando.tan, jhodgdon: more detail needed for hook_theme() 'variables' property 2016-05-05 09:09:30 +01:00
Alex Pott 0ceb441a75 Issue #2700335 by er.pushpinderrana, elakiyasamuel, malavya, therealssj, joachim, jhodgdon: hook_entity_update() and friends should document $entity->original 2016-05-05 08:56:28 +01:00
Nathaniel Catchpole a39876b9f4 Issue #2693725 by chx, alexpott: Add <nolink> to allow for non-link links 2016-05-04 14:03:08 +01:00
Nathaniel Catchpole ba8e8b2a3f Issue #2648562 by gapple, neclimdul: Symfony's ApcClassLoader requires APC backwards compatibility layer 2016-05-04 13:55:38 +01:00
Alex Pott 79f17dcb02 Issue #2696353 by mpdonadio, dpovshed: Bad dates in Select List widget throw an exception 2016-05-03 11:04:58 +01:00
Alex Pott e8322e4f21 Issue #2647916 by Lendude, dawehner: Views ajax modals stop working in certain scenarios 2016-05-02 15:58:05 +01:00
Alex Pott 9ec1f42d37 Issue #2711537 by chgasparoto, kostyashupenko: Syntax errors (un-quoted or mis-quoted strings) in various code examples in docs 2016-04-30 21:18:20 +01:00
Alex Pott 6ab5a3aaa1 Issue #2715741 by Mile23, pfrenssen: Fix 'Drupal.Classes.FullyQualifiedNamespace' coding standard 2016-04-30 15:11:15 +01:00
Alex Pott 3eeaeb6490 Issue #2707371 by Mile23: Fix several errors in the 'Drupal.Commenting.DocComment' coding standard 2016-04-30 14:52:19 +01:00
Alex Pott 4e658ef534 Issue #2667588 by dimaro, malavya, johnrosswvsu: Document that a module's classes are not available during hook_requirements() 'install' phase 2016-04-29 21:49:29 +01:00
Alex Pott 6098437ef5 Issue #2572793 by attiks, andypost: Fix 'Drupal.WhiteSpace.OperatorSpacing' coding standard 2016-04-29 12:02:20 +01:00
Alex Pott b13374f2b1 Issue #2707641 by alexpott, anoopjohn: Ensure core compliance to Drupal.Commenting.FunctionComment.ParamCommentIndentation (part 2) 2016-04-29 09:53:52 +01:00
Alex Pott 942c1cff1b Issue #2572307 by vprocessor, attiks, andriyun, alexpott, pfrenssen: Fix 'Generic.PHP.UpperCaseConstant' coding standard 2016-04-28 17:18:08 +01:00
Nathaniel Catchpole 0fcef5bd60 Issue #2702609 by Wim Leers, Berdir, Fabianx: Disable placeholdering (and BigPipe) on unsafe requests to help find forms as fast as possible (to allow EnforcedResponses to work) 2016-04-28 15:04:17 +01:00
Alex Pott 3a6cac15da Issue #2572731 by attiks, andypost: Fix 'Drupal.Formatting.SpaceUnaryOperator' coding standard 2016-04-28 14:31:22 +01:00
Nathaniel Catchpole 747be3174d Issue #2582475 by alexpott: Installation fails if a valid config sync directory is defined 2016-04-28 14:16:47 +01:00
Nathaniel Catchpole 9067e6f345 Issue #2614202 by alexpott, felribeiro, dawehner, catch: CoreServiceProvider::registerUuid() assumes all environments have the same functions available 2016-04-28 12:03:21 +01:00
Nathaniel Catchpole c655b16803 Issue #2711645 by alexpott, dawehner: ConfigInstaller::isSyncing() should return true always during a config sync 2016-04-28 11:58:55 +01:00
Nathaniel Catchpole 4c3b3764c2 Issue #2708379 by alexpott: Add uuid service to core.services.yml 2016-04-28 11:45:17 +01:00
Alex Pott 6dce6c2a9f Issue #2697909 by pguillard, himanshugautam, snehi, aburrows, jhodgdon: Fix "login (noun/adjective)" vs. "log in (verb)" in comments (and logout/log out) 2016-04-27 16:16:19 +01:00
Alex Pott e62a2c7e08 Issue #2572601 by attiks, alexpott, tatarbj: Fix 'Drupal.Classes.ClassCreateInstance' coding standard 2016-04-27 11:18:44 +01:00
Alex Pott 1b3ffe2ab8 Issue #2572707 by attiks, alexpott: Fix 'Drupal.Files.EndFileNewline' coding standard 2016-04-27 11:05:37 +01:00
Alex Pott ebe946b9e7 Issue #2699627 by catch, dawehner, Wim Leers: url.path cache context for breadcrumbs is unnecessarily granular 2016-04-27 10:59:24 +01:00
Alex Pott c28553c552 Issue #2700261 by timmillwood, amateescu: allRevisions() entity queries ignore non-revisionable fields 2016-04-26 13:55:42 +01:00
Alex Pott aa9211a6c1 Issue #2700415 by nicolas.rafaelli, dimaro, rashid_786, er.pushpinderrana, korgik, David Hernández, jhodgdon: Problems with documentation of options in Url class 2016-04-26 13:48:18 +01:00
Alex Pott 6b26b0cd1c Issue #2709411 by dagmar, jhodgdon: t() is used in an inconsistent way on Drupal\Core\Render\Element documentation 2016-04-26 12:17:53 +01:00
Alex Pott 05e023d538 Issue #2073753 by amateescu, Sweetchuck, amitaibu, dawehner: Fix and add tests for the recursive rendering protection of the 'Rendered entity' formatter 2016-04-26 11:22:39 +01:00
Nathaniel Catchpole de0c60bc8d Issue #2709541 by alexpott, dawehner: Set opcache.revalidate_freq when running tests 2016-04-25 11:49:10 +01:00
Nathaniel Catchpole 0e16e16c76 Revert "Issue #2688615 by rballou, dawehner: Add the file to Error::formatBacktrace()"
This reverts commit 0d77fa5769.
2016-04-25 11:44:43 +01:00
Nathaniel Catchpole ac6a085ade Issue #2684123 by dawehner: \Drupal\Core\Routing\RouteProvider::preLoadRoutes doens't handle the exception case correctly 2016-04-25 11:43:16 +01:00
Nathaniel Catchpole 7236e50dab Issue #2707057 by damiankloip, swentel, dawehner: Remove no_ui from timestamp field type 2016-04-25 11:40:25 +01:00
effulgentsia fbbf509038 Issue #2644088 by amateescu, kevin.dutra, dawehner, plach: DefaultTableMapping::getFieldTableName does not report table for fields with dedicated storage 2016-04-18 14:17:06 -07:00
effulgentsia 89712cf26f Issue #2706669 by alexpott, tstoeckler: Fix Drupal.Functions.FunctionDeclaration.* coding standards in core 2016-04-18 10:25:44 -07:00
Alex Pott be38e0c02e Issue #2706201 by edumarbest: Use $this->connection->query instead of db_query in \Drupal\Core\Database\Driver\sqlite\Schema::findTables 2016-04-16 21:43:14 +01:00
Alex Pott 904b0de0d3 Issue #2700661 by anoopjohn: Ensure core compliance to Drupal.Commenting.FunctionComment.ParamCommentIndentation (part 1). 2016-04-16 13:17:32 +01:00
Alex Pott 447876081b Issue #2706679 by alexpott, jibran: Fix @file introduced by 2696669 2016-04-15 00:03:29 +01:00
Alex Pott 5423f76ae2 Issue #2704911 by malcomio, thhafner: Missing apostrophe in documentation Usage Example array 2016-04-14 11:07:54 +01:00
Nathaniel Catchpole 0d77fa5769 Issue #2688615 by rballou, dawehner: Add the file to Error::formatBacktrace() 2016-04-14 08:25:09 +09:00
Nathaniel Catchpole a97f7b7e73 Issue #2589967 by alexpott, dawehner, damiankloip, valthebald: Rebuild routes immediately when modules are installed 2016-04-12 10:30:08 +09:00
Nathaniel Catchpole 0dacf7d3f4 Issue #2612334 by NickWilde: Remove dead code in \Drupal\Core\Asset\[Css|Js]Collection[Grouper|Optimizer] 2016-04-12 09:39:01 +09:00
Nathaniel Catchpole 9ecb17268e Issue #2653346 by Wim Leers, borisson_, jibran: Add UncacheableDependencyTrait: the opposite of UnchangingCacheableDependencyTrait 2016-04-12 09:08:41 +09:00
Nathaniel Catchpole a05ca5d26e Issue #2653346 by Wim Leers, borisson_: Add UncacheableDependencyTrait: the opposite of UnchangingCacheableDependencyTrait 2016-04-11 11:15:33 +09:00
Alex Pott bfde6d3423 Issue #2665992 by alexpott, klausi, heykarthikwithu, xjm, tstoeckler: @file is not required for classes, interfaces and traits 2016-04-09 15:48:39 +01:00
Alex Pott 4b2656695a Issue #2696669 by mbovan, Berdir, sanja_m: Incomplete/broken access checking in EntityController::addPage() 2016-04-08 13:47:07 +01:00
Alex Pott 28c46c28ad Issue #2337283 by hussainweb, Mile23, alexpott, aleksip, dawehner, heykarthikwithu, naveenvalecha, Crell, xjm, davidwbarratt, Fabianx, jhedstrom, tim.plunkett, larowlan, tstoeckler: Add a composer.json file to every component 2016-04-08 09:44:03 +01:00
Alex Pott 95338351ac Issue #2700491 by er.pushpinderrana, jhodgdon: getFieldMap() should state that bundle array has matching keys and values 2016-04-07 15:55:53 +01:00
Nathaniel Catchpole 7358f7a478 Issue #2700367 by alexpott: Consolidate miscellaneous docs from class @file docblocks into the class docblocks (part2) 2016-04-07 20:54:06 +09:00
Nathaniel Catchpole 8c4ec60628 Issue #2676836 by xjm, alexpott: Update proxy class generator for new @file standard 2016-04-07 20:48:11 +09:00
effulgentsia 517efbde78 Issue #1850080 by amateescu, dawehner, Xano, bojanz, martin107, Pancho, alexpott, tim.plunkett, icseh., stefank, Gábor Hojtsy, jhodgdon, tstoeckler: Entity type labels lack plurality, cannot generate UI text based on label if plural is needed 2016-04-05 15:01:34 -07:00
Alex Pott fa4ec00fd1 Issue #2600926 by benjy, mikeryan, phenaproxima, hussainweb, alvar0hurtad0: Allow annotations to inherit across namespaces 2016-04-04 19:07:08 +01:00
Nathaniel Catchpole e9fc0f1a97 Issue #2664274 by alexpott, bojanz, fortis, Mile23, arknoll, Barryvdh: Combination of --prefer-dist and .gitattributes confuses our vendor test cleanup 2016-03-30 19:41:48 +09:00
Nathaniel Catchpole c6f9c5a5b6 Issue #2632314 by alexpott, amateescu, ivanjaros: PluginSettingsBase::getThirdPartySettings() returns null instead of array 2016-03-30 11:51:58 +09:00
Nathaniel Catchpole 62248090d8 Issue #2237101 by Mile23, cordoval, YesCT, dawehner, tim.plunkett: clean up for Core/DependencyInjection CompilerPasses 2016-03-30 11:31:05 +09:00
Alex Pott fbb5236d09 Issue #2688668 by Berdir, bojanz: Register the new entity revision param enhancer/converter as services 2016-03-29 10:43:51 +01:00
Nathaniel Catchpole e89076aae2 Revert "Issue #2688668 by Berdir, bojanz: Register the new entity revision param enhancer/converter as services"
This reverts commit fff38959a1.
2016-03-29 09:01:10 +09:00
Nathaniel Catchpole fff38959a1 Issue #2688668 by Berdir, bojanz: Register the new entity revision param enhancer/converter as services 2016-03-29 08:40:25 +09:00
Alex Pott 0db5b13892 Issue #2686207 by Berdir: Convert simpletest kernel tests in modules A-I to phpunit 2016-03-28 19:36:47 +01:00
Alex Pott 48e0852c3a Issue #2677414 by blue_waters: VerticalTabs' #default_tab broken due to wrong/mismatching class name 2016-03-27 18:01:29 +01:00
Alex Pott e6579987a9 Issue #1458824 by idebr, JvE, mayaz17, cwoky, Henrik Opel: Ajax doesn't work with Tableselect with checkboxes 2016-03-27 17:40:57 +01:00
Alex Pott ba7a18d49b Issue #2678674 by Wim Leers, benjy, mr.baileys, dawehner, xjm, mlhess: Access bypass to unpublished custom error pages 2016-03-23 22:19:33 +00:00
Nathaniel Catchpole 6de23686f1 Issue #2625138 by almaudoh, Oleksiy: EntityRepository::loadEntityByUuid() implementation does not match EntityRepositoryInterface::loadEntityByUuid() @return documentation 2016-03-21 10:16:05 +09:00
Alex Pott f5f647995b Issue #2669418 by pwolanin: Php Storage not defining secret index 2016-03-18 09:30:30 +00:00
Nathaniel Catchpole 01adbc00cf Issue #2573975 by alexpott, juampynr, Berdir, edurenye: function_exists check in PluralTranslatableString is wrong 2016-03-18 15:58:30 +09:00
Alex Pott ffbaa3f2ce Issue #2664274 by alexpott, bojanz, fortis, Mile23, arknoll: Combination of --prefer-dist and .gitattributes confuses our vendor test cleanup 2016-03-16 10:41:33 +00:00
Nathaniel Catchpole fb8d5b1f0c Issue #2686765 by sidharthap, thhafner: cacheUntilEntityChanges() is deprecated and should be replaced with addCacheableDependency() 2016-03-16 10:34:36 +09:00
Alex Pott ee9f19cf98 Issue #2553655 by dawehner, Berdir, martin107: Convert ViewKernelTestBase to use KernelTestBaseTNG 2016-03-15 14:54:15 +00:00
Nathaniel Catchpole 6842e776f8 Issue #2686595 by sidharthap: LibraryDiscoveryCollector does not need to override properties of the parent class 2016-03-15 11:26:28 +09:00
Nathaniel Catchpole 076ebd3435 Issue #2666792 by bojanz, dawehner, edysmp, heddn: Provide a route provider for add-page of entities 2016-03-14 18:21:48 +09:00
Nathaniel Catchpole 0af3b41fed Issue #2685463 by rakesh.gectcr: Typo in the usage example of HtmlTag API page 2016-03-14 10:21:20 +09:00
Nathaniel Catchpole 4d185faff1 Issue #2674408 by alexpott, dawehner: Fix Drupal.Classes.UnusedUseStatement standard in core 2016-03-14 09:22:44 +09:00
Alex Pott 8e2fa49f05 Issue #2684319 by TravisCarden, jhodgdon: ConfigFormBaseTrait::config() @return doxygen is inaccurate 2016-03-10 15:57:33 +00:00
Alex Pott 6e6b09c69d Issue #2676026 by dimaro, subharanjan, Girish-jerk, zaurav, jhodgdon: Correct documentation of ThemeNegotiatorInterface 2016-03-10 15:39:32 +00:00
Alex Pott e0b0ed3fb8 Issue #2680307 by metzlerd, jhodgdon: Direct people to Services and Elements pages on API sites in a clearer way 2016-03-10 14:12:21 +00:00
Alex Pott 84879a82b4 Issue #2237231 by clemens.tolboom, kim.pepper, dawehner, Wim Leers, Crell: Support OPTIONS request 2016-03-10 11:14:17 +00:00
Nathaniel Catchpole b95c5a2032 Issue #2683763 by amateescu: Referenceable bundles should be sorted by Label, not by their machine name 2016-03-10 11:54:04 +09:00
Alex Pott 9683891396 Issue #2670978 by dawehner, isntall, jibran, alexpott: Allow to run just specific types when running all tests 2016-03-09 11:38:47 +00:00
Nathaniel Catchpole e01b1cc24e Issue #2609680 by alexpott, jhedstrom: Add an AssertMailTrait to allow mail testing in Kernel tests and fix odd stdout not found in test output 2016-03-09 10:25:47 +09:00
Nathaniel Catchpole 9611d98c14 Issue #2676816 by xjm: Consolidate miscellaneous docs from class @file docblocks into the class docblocks 2016-03-09 09:49:38 +09:00
Nathaniel Catchpole 26b14bc518 Issue #664722 by amateescu: Make insert queries Countable 2016-03-09 08:48:16 +09:00
Nathaniel Catchpole 49a419dea2 Issue #2471689 by klopez, shashikant_chauhan, harings_rob, snehi, jhodgdon: Entity API documentation should consistently refer to handlers rather than controllers 2016-03-09 08:33:30 +09:00
Nathaniel Catchpole 563ef19553 Issue #2676472 by micaelamenara, jhodgdon: docs for t() and related functions don't explain how context works 2016-03-09 08:29:53 +09:00
Alex Pott 7cdd0e5acb Issue #2664150 by dawehner: Expand BrowserTestBase with error handling support 2016-03-07 13:39:14 +00:00
Nathaniel Catchpole 424515ef18 Issue #2179537 by jweowu, alexpott: Drupal 8 has a broken UUID generator 2016-03-07 11:25:21 +09:00
Nathaniel Catchpole a547ae6178 Issue #2412569 by claudiu.cristea, amateescu, yched, jibran, epari.siva: Allow setting the auto-create bundle on entity reference fields with multiple target bundles 2016-03-07 09:21:33 +09:00
Nathaniel Catchpole 1993729856 Issue #2666798 by dawehner: Add an entity revision parameter converter & route enhancer 2016-03-07 09:13:25 +09:00
Nathaniel Catchpole e1d1a05452 Issue #2668008 by dimaro, kannan@kiluvai.com, rakesh.gectcr, felribeiro, jhodgdon, eojthebrave, xjm, mobaid: Internationalization topic refers to format_plural() function that does not exist 2016-03-07 08:55:44 +09:00
Nathaniel Catchpole 6315ac4392 Issue #2666808 by dawehner, amateescu: Add a revision log interface 2016-03-07 08:53:00 +09:00
Nathaniel Catchpole b8c2f8f2aa Issue #2614764 by snehi, priya.chat, rakesh.gectcr, anil280988, amit.drupal, jhodgdon: Wrong @param doc in class Composer 2016-03-07 08:44:17 +09:00
Nathaniel Catchpole ad0a90f386 Issue #2677672 by fago: Improve docs of getDataDefinition for lists and complex data 2016-03-07 08:35:18 +09:00
Nathaniel Catchpole cd068ef421 Issue #2623940 by alexpott, Berdir: ConfigInstaller tries to install optional config with missing dependencies 2016-03-07 08:01:41 +09:00
Nathaniel Catchpole 6e5de2b543 Issue #2664290 by tstoeckler: Remove array typehints from batch callbacks 2016-03-04 09:44:13 +09:00
Alex Pott ce88723715 Issue #2674780 by esclapes, catch, penyaskito, dawehner: Unexpected API change in UrlGenerator::generate() 2016-03-04 00:05:42 +00:00
Nathaniel Catchpole 6958e2195c Update version constant to 8.2.0-dev 2016-03-03 12:42:22 +09:00
Nathaniel Catchpole 04038f47e6 Back to 8.0.x-dev 2016-03-03 12:40:31 +09:00
Nathaniel Catchpole 13692d3b92 8.1.0-beta1 2016-03-03 12:26:59 +09:00
effulgentsia 133989c35d Issue #2678978 by thpoul, Wim Leers: Change United Nations official languages URL in LanguageManager 2016-03-02 11:27:57 -08:00
xjm a5723e3e2f Issue #1993928 by BarisW, Wim Leers, thpoul, effulgentsia, mgifford, Gábor Hojtsy, Hanno, Pancho, Bojhan: Language of parts: Introduce a language toolbar button 2016-03-02 11:34:58 -06:00
effulgentsia db6ab78368 Revert "Issue #1993928 by BarisW, Wim Leers, thpoul, mgifford, Gábor Hojtsy, Hanno, Pancho, Bojhan: Language of parts: Introduce a language toolbar button"
This reverts commit 1134407038.
2016-03-01 16:18:22 -08:00
effulgentsia 1134407038 Issue #1993928 by BarisW, Wim Leers, thpoul, mgifford, Gábor Hojtsy, Hanno, Pancho, Bojhan: Language of parts: Introduce a language toolbar button 2016-03-01 11:02:24 -08:00
Nathaniel Catchpole 89eadd7286 Issue #2671446 by heykarthikwithu, mikeker: The Boolean field formatter does not provide a settings summary 2016-02-29 15:32:23 +09:00
Nathaniel Catchpole 2c88729acf Issue #2578741 by amateescu, swentel, subson, larowlan: Add setting for size to email widget 2016-02-29 14:43:26 +09:00
Nathaniel Catchpole 9a2b5880af Issue #2646410 by claudiu.cristea, dawehner: Container cannot be saved to cache 2016-02-29 14:18:08 +09:00
Nathaniel Catchpole 6e3370b782 Issue #2501735 by snehi, lokapujya, malavya, priya.chat, sdstyles, ChuChuNaKu, er.manojsharma, mglaman, joelpittet: Add throws to Twig extension comments 2016-02-29 08:41:04 +09:00
xjm 39c9d54a60 Issue #2662552 by alexpott, dawehner, xjm, catch: Early use of render service in installer is problematic 2016-02-28 14:56:02 -06:00
xjm 2d59601447 Issue #2676346 by alexpott, dawehner: Coding standards check on DB dump fixtures causes PHPCS to out of memory on PHP5.5 and is slow cause of huge files 2016-02-26 14:25:49 +00:00
Nathaniel Catchpole af1f11e736 Issue #2660486 by pwolanin, dawehner, rrrob: MenuLinkDefaultForm::extractFormValues() does not include the plugin ID 2016-02-26 15:38:22 +09:00
Nathaniel Catchpole eb0ed47ef9 Issue #2672442 by rakesh.gectcr, dimaro, aditya_anurag, jhodgdon: In the documentation, change all instances of "an URL" to "a URL" 2016-02-26 12:51:33 +09:00
Nathaniel Catchpole e559eaa938 Issue #2671034 by alexpott, damiankloip: Create plugin per file YAML discovery 2016-02-25 22:24:40 +09:00
Scott Reeves f7c02dfef2 Issue #2579691 by lauriii, alexpott, stefan.r, YesCT, dawehner: Remove usages of SafeMarkup::isSafe() 2016-02-25 12:54:06 +05:30
Nathaniel Catchpole 4a67b9d4a8 Issue #2671988 by Wim Leers: Add SessionExistsCacheContext ('session.exists') 2016-02-25 14:35:35 +09:00
Nathaniel Catchpole 3a18d596b9 Issue #2666172 by alexpott: PHPCS configuration should include rules and not exclude them 2016-02-25 13:14:55 +09:00
xjm 83236a7d61 Drupal 8.0.4, SA-CORE-2016-001 by Alan Evans, benjy, berdir, catch, DamienMcKenna, Dave Reid, David_Rothstein, dsnopek, FengWen, fnqgpc, greggles, Gábor Hojtsy, klausi, larowlan, Pere Orga, plach, pwolanin, quicksketch, stefan.r, StryKaizer, YesCT
(cherry picked from commit f25feddd5c)

Conflicts:
	core/lib/Drupal.php
2016-02-24 19:11:11 +00:00
Nathaniel Catchpole 71bdc7bb54 Issue #2596095 by tstoeckler, bojanz, dawehner: Provide a route provider for add-form of entities 2016-02-24 14:20:32 +09:00
Nathaniel Catchpole 6cbd981db5 Issue #2659144 by tim.plunkett: CurrentRouteMatch::getRouteMatch() needs to be resettable 2016-02-24 13:18:30 +09:00
Nathaniel Catchpole aa44ae429f Issue #2673918 by David Hernández: hook_entity_view_mode_info_alter still shows hook_entity_view_mode_info, that has been removed 2016-02-24 13:09:37 +09:00
Nathaniel Catchpole df9a82899c Issue #2611816 by dawehner, jibran, catch, hussainweb, Ankit Agrawal: Update to symfony 2.8 2016-02-24 12:14:30 +09:00
Nathaniel Catchpole 912d539dd0 Issue #2671708 by alexpott, damiankloip: Add a RegexDirectoryIterator 2016-02-23 18:03:14 +09:00
Nathaniel Catchpole deba295bab Issue #2600118 by aerozeppelin, anil280988, stefan.r, dawehner, andypost, sdstyles, ramirez.gerardo: Return TranslationWrapper in t() and $this->t() directly 2016-02-23 16:03:02 +09:00
Nathaniel Catchpole 7d029cb7cf Issue #2642374 by alexpott, Berdir, drunken monkey, beejeebus: Dependency removal logic incorrectly affects indirect dependents 2016-02-23 15:56:37 +09:00
Nathaniel Catchpole c051385d7b Issue #2600576 by droplet: MIME, not Mime / mime 2016-02-22 21:30:26 +09:00
Nathaniel Catchpole 5972523090 Issue #2471154 by amateescu, googletorp, Denchev, mariancalinro, Xano, celdia: Anonymous user label can't be viewed and auth user labels are only accessible with 'access user profiles' permission 2016-02-22 19:50:34 +09:00
Nathaniel Catchpole 6377fc1f42 Issue #2667294 by chx: Allow for peaceful requeueing 2016-02-22 10:11:26 +09:00
webchick 6008776f55 Issue #2668008 by dimaro, rakesh.gectcr, kannan@kiluvai.com, felribeiro, jhodgdon, eojthebrave, mobaid, xjm, AjitS: Internationalization topic refers to format_plural() function that does not exist 2016-02-21 01:45:20 -08:00
Alex Pott fea95593bf Issue #2502967 by uzlov, Xano, alvar0hurtad0: Mark PluginSettingsInterface as deprecated for removal before Drupal 9.0.x 2016-02-20 14:15:04 +05:30
xjm 0c099aa32d Issue #2620576 by cilefen, alexpott, chapf, xjm, longwave, dawehner: fnmatch() is not available on all environments (i.e QNAP QTS) 2016-02-20 11:56:46 +05:30
Nathaniel Catchpole a3f5ca8a81 Issue #2338747 by dawehner, chx: Move {router} out of system.install and create the table lazy 2016-02-19 13:26:53 +09:00
Nathaniel Catchpole 563cbe96a8 Issue #2668926 by DuaelFr: ReplaceCommand minor documentation glitch 2016-02-17 21:47:49 +09:00
Nathaniel Catchpole 9040dc8002 Issue #2664466 by dawehner, alexpott, kostyashupenko: url_alias table is only used by a core service but it depends on system install 2016-02-17 16:11:37 +09:00
Nathaniel Catchpole 8e7debfd01 Issue #2656578 by felribeiro, malavya: Tableselect documentation around #header needs more detail 2016-02-17 11:34:24 +09:00
Nathaniel Catchpole 0b93076e70 Issue #2606246 by rang501, heykarthikwithu: StaticTranslation::getLanguage, add @return values in the comment docblocks 2016-02-17 11:28:42 +09:00
Nathaniel Catchpole 9a9770c4ec Issue #2540136 by Shreya Shetty, rang501, chx, priya.chat: Improve ContextualLinkInterface doxygen 2016-02-17 11:27:14 +09:00
Nathaniel Catchpole edb618f556 Issue #2651716 by tstoeckler, bojanz: Entity::getEntityFromRouteMatch() should support bundles 2016-02-17 10:04:25 +09:00
Nathaniel Catchpole 9de35948b6 Issue #2664302 by alexpott: Semaphore table is only used by a core service but it depends on system install 2016-02-17 09:54:31 +09:00
Nathaniel Catchpole 69e7ec3124 Issue #2664324 by alexpott, dawehner: Batch's database backend is a core service but it depends on system install 2016-02-17 09:53:37 +09:00
Nathaniel Catchpole 1359f771f7 Issue #2663264 by alexpott, catch: Queue's database backend is a core service but it depends on system install 2016-02-17 09:52:18 +09:00
Nathaniel Catchpole 205f549016 Issue #2663410 by alexpott, Berdir: TypedConfigManager::_getDefinitionWithReplacements() incorrectly replaces generic definition 2016-02-17 09:39:04 +09:00
Nathaniel Catchpole 61fb21e66c Issue #2348219 by Fabianx, dawehner, webchick, Berdir, damiankloip, joelpittet, gnuget: You have requested a non-existent service "cache.backend.null" 2016-02-16 21:01:35 +09:00
Nathaniel Catchpole 65ad272d6a Issue #2667606 by AchillesKal: Missing single quote on the Buttons element usage example 2016-02-16 14:24:04 +09:00
Nathaniel Catchpole 6872eec3a7 Issue #2642674 by swentel, hussainweb: Tokens not replaced in file/widget field descriptions 2016-02-16 13:02:06 +09:00
Nathaniel Catchpole 7af90e5f30 Issue #2487269 by alexpott, Oliver Sommersberg, zhuber: Postgres insert queries that fail in a transaction break the entire transaction 2016-02-16 12:56:56 +09:00
Nathaniel Catchpole 7e4b50e68f Issue #2635224 by dawehner, bojanz: ContentEntityBase should provide field definitions for key fields 2016-02-15 09:27:14 +09:00
Nathaniel Catchpole f086999068 Issue #2666112 by alexpott: phpcs has a new sniff: Generic.PHP.LowerCaseKeyword 2016-02-15 08:53:08 +09:00
Nathaniel Catchpole e1d2e51bc7 Issue #2662152 by rafaolf: Entity::preSave() throws a exception, but this is not documented 2016-02-12 11:13:10 +09:00
Nathaniel Catchpole 1909ebd759 Issue #2567091 by slashrsm: AJAX updates of an element in a #group are not working 2016-02-12 10:33:12 +09:00
Nathaniel Catchpole 8dc402f97d Issue #2616164 by agoradesign, swentel, facine, dawehner: /update.php/run URL is generated with language prefix and returns 404 error 2016-02-12 10:31:03 +09:00
Jennifer Hodgdon d87ade36a4 Issue #2572643 by alexpott, attiks, Jelle_S, jhodgdon: Fix Drupal.Commenting.FileComment coding standard 2016-02-11 12:54:33 -08:00
Alex Pott 3c24816c31 Issue #2650588 by tim.plunkett, Wim Leers, alexpott, dawehner: Entities with plugin collections should be updated before serialization 2016-02-10 22:42:09 +00:00
Nathaniel Catchpole ea82bb3baa Issue #2665232 by dawehner: Add the line to Error::formatBacktrace() 2016-02-10 13:24:17 +09:00
Nathaniel Catchpole 944a7967f6 Issue #2664882 by chx: RedirectDestinationInterface::get is factually wrong 2016-02-10 13:09:26 +09:00
Nathaniel Catchpole 4c643ffcf9 Issue #2594777 by dawehner, Wim Leers, damiankloip: Accessing a non existing format results in a 500 2016-02-10 09:25:54 +09:00
Nathaniel Catchpole 61375924d4 Issue #2417917 by clemens.tolboom, sudhanshug, Wim Leers, joelpittet: Include content type format name in error response 2016-02-09 21:11:00 +09:00
Nathaniel Catchpole 91ff7ed154 Issue #2624256 by roderik, jhodgdon, dawehner: Fix mention of menu_router_rebuild() in LockBackendInterface comment 2016-02-09 20:26:58 +09:00
Nathaniel Catchpole f7a24a4651 Issue #2412363 by Arla, zealfire, mgifford, xjm, fago: ComplexDataDefinition::getPropertyDefinition() does not need to check ->propertyDefinitions 2016-02-09 16:41:40 +09:00
Nathaniel Catchpole d8cf1783df Issue #2558883 by jhedstrom: Improve DX of formats that are requested but not found 2016-02-09 16:19:01 +09:00
Nathaniel Catchpole dad465fc06 Issue #2658628 by tim.plunkett: \Drupal\Core\Entity\EntityWithPluginCollectionInterface has no reason to be entity specific 2016-02-09 16:08:56 +09:00
Nathaniel Catchpole 28c003ba88 Issue #2615790 by Xano: Field item properties do not prevent the services they contain from being serialized 2016-02-09 09:38:11 +09:00
Nathaniel Catchpole ea08d10ec7 Issue #2659600 by dorficus, marvin_B8: Theme manager: document module handler dependency 2016-02-09 08:49:38 +09:00
Nathaniel Catchpole c938dc00aa Issue #2662990 by alexpott: Flood's database backend is a core service but it depends on system install 2016-02-08 21:21:14 +09:00
Nathaniel Catchpole 919658523e Issue #2646786 by dawehner: Add a backtrace for logged exceptions 2016-02-08 16:57:24 +09:00
Nathaniel Catchpole 04737222e1 Issue #2662592 by marcingy: TimestampFormatter.php has invalid input name 2016-02-08 16:49:11 +09:00
Alex Pott 763f513da0 Issue #2587185 by jcnventura, Chi, swentel: Use number FAPI element in number field settings form 2016-02-04 13:40:23 +00:00
Nathaniel Catchpole b53d68dda3 Issue #2649602 by hchonov: hook_translation_create is not invoked with the new entity translation but with the previous entity object 2016-02-03 16:08:07 +09:00
Nathaniel Catchpole 0c127c5491 Issue #2500525 by dawehner, catch, pjonckiere, mpdonadio, Wim Leers, jhodgdon: Time ago/hence date/time formatting breaks caching; needs appropriate max age or javascript 2016-02-03 16:04:04 +09:00
Nathaniel Catchpole 0ef9ecf715 Issue #2642110 by beejeebus: Add recursion protection to LoggerChannell() 2016-02-03 10:44:24 +09:00
Alex Pott 9ccbfdaca4 Issue #2392057 by tim.plunkett, vasi, benjy, alexpott, Gábor Hojtsy, YesCT: Config schema fails to expand dynamic top-level types 2016-02-02 15:30:59 +00:00
Alex Pott 5fa8ed087b Issue #2660502 by floydm: Syntax error on the Usage example of class Radios 2016-02-02 15:26:13 +00:00
Alex Pott 0fad2fa88b Issue #2660026 by theMusician: Remove obsolete \Drupal\Core\Config\Entity\ConfigEntityBase::$pluginConfigKey 2016-02-02 10:59:23 +00:00
Alex Pott cd4ae1b495 Issue #2624284 by lauriii: Add toString method to Twig sandbox policy whitelist 2016-02-02 10:53:33 +00:00
Nathaniel Catchpole 7f43e3ba9d Issue #2610116 by rakesh.gectcr, lipi1: Removing unused variables 2016-02-02 16:47:12 +09:00
Nathaniel Catchpole 7da92b5775 Issue #2654894 by felribeiro, webflo: Use an indent of 4 spaces for composer.json 2016-02-02 15:10:10 +09:00
Nathaniel Catchpole 89d52d9a28 Issue #2442721 by daffie, mgifford: Direct access to the variable $parent in Drupal\Core\Field\FieldItemBase::getLangcode() 2016-02-02 09:17:02 +09:00
Alex Pott bac3f88e7e Issue #2657734 by miteshmap, floydm: calculateDependencies() return value is double documented 2016-02-01 21:40:32 +00:00
Nathaniel Catchpole 5f0b3cb452 Issue #2655700 by jhodgdon: ajaxRender() is referenced in documentation but no longer exists 2016-02-01 21:18:35 +09:00
Nathaniel Catchpole 40bf8be87c Issue #2267039 by aerozeppelin, joachim: UnsupportedDataTypeConfigException doesn't say which config file the problem is 2016-02-01 19:17:33 +09:00
Nathaniel Catchpole 9d050abbf0 Issue #2643274 by swentel, Mac_Weber, amateescu: EntityAutocomplete does not recognize URLs ending with a parenthesis 2016-02-01 19:03:03 +09:00
Nathaniel Catchpole 340daaf7f8 Issue #2649892 by alexpott, mikey_p: Should typehint against DateFormatterInterface and not DateFormatter 2016-02-01 17:34:31 +09:00
Nathaniel Catchpole 6722061d3a Issue #2613400 by zaurav, valthebald, dawehner, tim.plunkett: Remove Drupal\Core\EventSubscriber\RouterRebuildSubscriber 2016-02-01 17:32:13 +09:00
Nathaniel Catchpole 4807099dcd Issue #2656202 by Gábor Hojtsy: Add Simple English to Drupal core 2016-02-01 17:17:02 +09:00
Nathaniel Catchpole 1a33801db5 Issue #376391 by mimran, snehi: Document that module_invoke_all / ModuleHandlerInterface::invokeAll reindexes arrays 2016-02-01 17:09:16 +09:00
Nathaniel Catchpole 2ded87b148 Issue #2659594 by Chi: Theme manager: remove unused request stack dependency 2016-02-01 15:55:24 +09:00
Alex Pott 8eab9ecb61 Issue #2653692 by TravisCarden: Table form element usage example refers to non-existent "#title" element 2016-01-26 16:37:27 +00:00
Alex Pott 1405f15f3a Issue #2656442 by swentel: Argument missing the 'context' key for 'decimal places' context 2016-01-26 13:15:24 +00:00
Alex Pott b8af90db7b Issue #2650212 by felribeiro: FieldItemListInterface @see tags are circular 2016-01-26 11:13:39 +00:00
Alex Pott 6f239626b8 Issue #2641430 by googletorp, sudhanshug, priya.chat: Typo/spelling error in LoggerChannelFactoryInterface 2016-01-26 10:15:46 +00:00
Alex Pott 1a5059c94b Issue #2651610 by DeanRae, TR: Tableselect documentation lists wrong property name 2016-01-25 18:11:23 +00:00
Alex Pott 96dc1923e3 Issue #2650994 by drunken monkey: Javascript states not working for boolean fields 2016-01-25 18:03:16 +00:00
Alex Pott 8b7552ad40 Issue #2649748 by alexpott, danielnv18: Replace instances of "that is can" with "that it can" 2016-01-25 15:46:37 +00:00
Nathaniel Catchpole 16d9e20db4 Issue #2640962 by Berdir: Theme Registry does not support switching the active theme 2016-01-25 09:45:14 +09:00
Nathaniel Catchpole fcacf8c720 Issue #2463113 by pwolanin, Berdir, alexpott, keith.smith, swentel: Plain text passwords can be accidentally dumped to the database by code that doesn't intend to do that 2016-01-22 14:32:05 +09:00
Nathaniel Catchpole a5db9246e7 Issue #2639352 by tduong, swentel, Berdir: File records, files themselves lost in translation 2016-01-21 23:34:49 +09:00
Alex Pott 97d5da90ce Issue #2580717 by tduong, Berdir, dawehner: Url::fromUri('base:2015/10/06') throws an exception 2016-01-19 15:32:48 +00:00
Alex Pott af54540567 Issue #2510150 by tduong, Berdir: AccountProxy is not calling date_set_default_timezone() for anonymous users 2016-01-19 14:57:43 +00:00
Alex Pott 35f8de35dd Issue #2626548 by dawehner, slashrsm: The static caching in \Drupal\Core\Entity\EntityTypeManagerInterface::getFormObject() is problematic 2016-01-19 12:56:49 +00:00
Alex Pott 1a71d3b3c5 Issue #2624594 by pwolanin, lauriii, Xano: Local action plugins do not have any way to provide cacheability metadata 2016-01-15 15:22:23 +00:00
Alex Pott e53bf1fdd5 Issue #2644554 by sergei_brill: Second argument of method OptionsWidgetBase::getSelectedOptions(FieldItemListInterface $items, $delta = 0) is not used in the method 2016-01-15 14:51:15 +00:00
Alex Pott a2e9644f2e Issue #2643280 by googletorp, alexpott: Fix outdated documentation for ConfigEvents::COLLECTION_NAMES 2016-01-15 14:45:09 +00:00
Nathaniel Catchpole 4a320ea0d1 Issue #1494670 by Liam Morland, jhedstrom, Wim Leers, mfb: References to CSS, JS, and similar files should be root-relative URLs: avoids mixed content warnings & fewer bytes to send 2016-01-15 13:20:55 +09:00
Nathaniel Catchpole f7b30ad65c Issue #2646100 by gapple: Exception on php7 + APCu without backwards compatibilty enabled 2016-01-12 16:55:35 +09:00
Nathaniel Catchpole 6cbd448fea Issue #2562099 by Dave Reid, amateescu: EntityReferenceEntityFormatter uses entity_view() and does not inject the entity manager 2016-01-11 21:49:14 +09:00
Nathaniel Catchpole b746956f0b Issue #2646280 by Elijah Lynn: Remove IE pre-check and post-check Cache-control headers 2016-01-11 20:59:35 +09:00
Alex Pott 79ee24dd9f Issue #2644734 by znerol: Replace confusing comment in PagerSelectExtender::execute() 2016-01-08 11:41:14 +00:00
Alex Pott 772127c951 Issue #2635584 by hussainweb, alexpott: Move core/.gitignore policies to composer events/packaging scripts 2016-01-08 10:41:15 +00:00
Alex Pott 027c0d82d1 Issue #2643570 by gnuget: Correct $lockBackend local variable use 2016-01-05 16:47:31 +00:00
Alex Pott 9067206883 Issue #2571845 by drupal.ninja03, hussainweb, anil280988, snehi, jhodgdon, GoZ, stefan.r: Links to wikipedia/php.net should be part of the actual t() string so they can be localized 2016-01-05 14:31:39 +00:00
Alex Pott 9993a87ded Issue #2628754 by cilefen, kristiaanvandeneynde, dawehner, Berdir: Link::toString() should not be deprecated 2016-01-05 11:06:58 +00:00
Nathaniel Catchpole 6a09a57c74 Issue #2595695 by Wim Leers, alexpott, mfb, Crell, cilefen, dawehner: 4xx handling using subrequests: no longer able to vary by URL 2016-01-05 14:56:08 +09:00
Alex Pott 999e819b89 Issue #2637304 by legolasbo, Xano: Add missing typehints in EntityAutocomplete 2016-01-04 18:44:32 +00:00
Alex Pott 424ed505f0 Issue #2642824 by chx, jhodgdon: Document extension_discovery_scan_tests setting everywhere 2016-01-04 17:29:16 +00:00
Alex Pott 425d682aa6 Issue #2580423 by giancarlosotelo, s_leu, ameymudras, Berdir: Entity reference widgets don't display entity translations 2016-01-04 14:06:48 +00:00
Alex Pott 1a6baa4c7b Issue #1551686 by mondrake, fietserwin, adci_contributor, ankitgarg, claudiu.cristea: Image rotate dimensions callback can calculate new dimensions for every angle. 2016-01-04 11:01:53 +00:00
Nathaniel Catchpole c3c53eacf3 Issue #2640650 by jibran, IRuslan: Update the version number from 8.0.x to 8.1.x 2016-01-04 14:59:57 +09:00
Nathaniel Catchpole 9cb0e23eb3 Issue #2359037 by jhodgdon, chx: QueueWorker plugin id is the queue name 2016-01-04 14:50:33 +09:00
Alex Pott 9d5bf0bd1e Issue #2461671 by keopx, er.pushpinderrana, marieke_h, jhodgdon, alexpott, Berdir, joachim: Entity::load() docs has parameter that is not needed due to inheritdoc 2015-12-24 10:12:16 +01:00
xjm 58092fbc18 Issue #2616784 by malcomio, shahinam, r_sharma08, kaushalkishorejaiswal, jhodgdon, cilefen, whatsupdan: Link to render API needs semicolon removed from URL 2015-12-23 11:29:04 -06:00
Alex Pott b707af8a22 Issue #2633686 by snehi, jordanpagewhite, jhodgdon: EntityInterface::urlInfo() deprecated notice does not link to preferred method 2015-12-23 18:11:13 +01:00
Alex Pott 2c03b9f0ff Issue #2572789 by attiks, andriyun: Fix 'Drupal.WhiteSpace.Comma' coding standard 2015-12-23 14:28:29 +00:00
Alex Pott d21333500d Issue #2637254 by tvlooy: Form API using $this when not in object context 2015-12-23 01:25:46 +00:00
Alex Pott 0eceb0ce33 Issue #2599454 by rakesh.gectcr, metzlerd, snehi, jhodgdon: Document Missing HTML Render Elements 2015-12-22 11:12:46 +00:00
Alex Pott aac6a3f9db Issue #2283703 by pjonckiere, jhodgdon: Document how optgroups work on 'select' form elements 2015-12-22 00:49:22 +00:00
Nathaniel Catchpole b2bb8d33a2 Issue #1443308 by cilefen, joseph.olstad, mikeytown2, joelpittet, btopro, alexpott, marcingy, jonhattan, stewsnooze, tstoeckler, penyaskito: Add static cache to module_load_include() 2015-12-21 12:28:04 +00:00
Alex Pott d04a6a84c1 Issue #2637458 by legolasbo: Remove !placeholder in FormValidator::performRequiredValidation() 2015-12-18 09:31:47 +00:00
Alex Pott dffb305079 Issue #2617590 by aspilicious, Berdir: ConfigEntityBundleBase needs to clear bundle cache when updating a bundle 2015-12-17 19:11:28 +00:00
Nathaniel Catchpole 2eaf108be4 Issue #2625782 by alexpott: Infinite loop in ConfigurableLanguageManager->getLanguages() on language config entities import 2015-12-17 12:58:00 +00:00
Nathaniel Catchpole da77debc92 Issue #2634986 by TravisCarden: Render API caching section refers to non-existent "language" context 2015-12-16 20:59:29 +00:00
Nathaniel Catchpole 94a6ce4a3c Issue #2620176 by joelpittet, markcarver, hatuhay: Logo image settings form is broken, breaks per-theme overrides and can result in data loss 2015-12-16 13:00:54 +00:00
Alex Pott 1aa1fbe2ae Issue #2550519 by klausi, nullkernel, cweagans, alexpott, pwolanin, neclimdul: Crypt::randomBytes() doesn't actually return cryptographically secure random bytes 2015-12-14 13:56:27 +00:00
Alex Pott 17bc367138 Issue #2592213 by Chi, hussainweb: The documentation for TypedDataManagerInterface::createInstance() is wrong 2015-12-12 00:56:28 +00:00
Alex Pott 75f1692d2c Issue #2627852 by chx: hook_entity_create_access() is unusable 2015-12-11 23:58:56 +00:00
Nathaniel Catchpole dd8c0e6b6c Issue #2625258 by alexpott: LocaleConfigManager::updateConfigTranslations() deletes translations if a config object's name happens to match that of a shipped configuration object 2015-12-11 11:03:17 +00:00
Nathaniel Catchpole cf3a70a213 Revert "Issue #2625138 by Oleksiy, almaudoh: EntityRepository::loadEntityByUuid() implementation does not match EntityRepositoryInterface::loadEntityByUuid() @return documentation"
This reverts commit 8d6a091acb.
2015-12-11 10:56:47 +00:00
Alex Pott e4dcadd6e2 Issue #2357119 by claudiu.cristea, mondrake, attiks: Allow image toolkit derivatives 2015-12-10 15:16:36 +00:00
Nathaniel Catchpole 97fc3f7e4a Issue #2388247 by pguillard, snehi, joelpittet, sriharsha.uppuluri: Documentation refers to _theme() function, which has been removed 2015-12-10 14:19:31 +00:00
Alex Pott c91f5a2837 Issue #2623708 by lauriii, aspilicious, joelpittet: Whitelist instances instead of specific classes in Twig sandbox policy 2015-12-09 12:51:11 +00:00
Alex Pott dfe0926912 Issue #2617568 by amateescu, cilefen, Fabianx: Rename apc_* functions with apcu_* 2015-12-09 12:40:26 +00:00
Jennifer Hodgdon a172ab5b72 Issue #2625138 by Oleksiy, almaudoh: EntityRepository::loadEntityByUuid() implementation does not match EntityRepositoryInterface::loadEntityByUuid() @return documentation
(cherry picked from commit 8d6a091acb)
2015-12-08 09:56:38 -08:00
Jennifer Hodgdon 5212d2d089 Issue #2606258 by heykarthikwithu: Number::validStep, add @param values in the comment docblocks
(cherry picked from commit 3bbea4275f)
2015-12-08 09:54:45 -08:00
Jennifer Hodgdon c5eb4480bb Issue #2607870 by Lars Toomre: Some docblock fixes for PHP type 'integer'
(cherry picked from commit e0516e391a)
2015-12-08 09:48:25 -08:00
Jennifer Hodgdon 10ec478e91 Issue #2606058 by MattA, priya.chat, alexpott: Documentation for the ConfigEntityType annotation class does not reference the correct entity class
(cherry picked from commit 8fe13ff144)
2015-12-08 09:45:06 -08:00
Jennifer Hodgdon e5db0431b6 Issue #2614604 by rakesh.gectcr, dawehner: PHPdoc is missing for an overridden function in class ConditionManager
(cherry picked from commit b33ed035de)
2015-12-08 09:38:42 -08:00
Jennifer Hodgdon 68d1c3160a Issue #2605726 by edxxu, rakesh.gectcr: Wrong @return doc for \Drupal\Core\DrupalKernel::getModuleFileNames()
(cherry picked from commit a20c8c4f5e)
2015-12-08 09:36:45 -08:00
Jennifer Hodgdon f5b93e30dd Issue #2610142 by rakesh.gectcr: Wrong @param documentation in folder core/lib/Drupal/Core/Field/
(cherry picked from commit 5da78abd95)
2015-12-08 09:34:52 -08:00
Jennifer Hodgdon 84182b73e8 Issue #2610128 by rakesh.gectcr: Comment Typos in class FieldItemList
(cherry picked from commit ef23f6d403)
2015-12-08 09:33:10 -08:00
Alex Pott df41f70181 Issue #2564577 by snehi, borisson_, Wim Leers, r_sharma08, lauriii: Improve comments on PlaceholderGeneratorInterface::shouldAutomaticallyPlaceholder() and DynamicPageCacheSubscriber::shouldCacheResponse() 2015-12-08 14:02:32 +00:00
Jennifer Hodgdon be3e52b856 Issue #2614862 by rakesh.gectcr: Missing @param doc for method access
(cherry picked from commit 96f86e6869)
2015-12-07 10:43:12 -08:00
Jennifer Hodgdon e9d9f93dc5 Issue #2628702 by zerolab, joachim: hook_entity_extra_field_info() @return references non-existent method
(cherry picked from commit 010b9ec04f)
2015-12-07 09:55:44 -08:00
Alex Pott d62a0a6ccb Issue #2600718 by rakesh.gectcr, xjm, Mile23, dawehner: Add composer.json to \Drupal\Component\Bridge component 2015-12-07 15:48:48 +00:00
Jennifer Hodgdon 21701a3a9f Issue #2623790 by roderik, priya.chat, stefan.r: Update SessionManager::migrateStoredSession() method comment
(cherry picked from commit 820b2f5399)
2015-12-04 08:36:00 -08:00
Jennifer Hodgdon 9c5d543bf6 Issue #2608982 by rakesh.gectcr: Comment Typos in DefaultPluginManager class
(cherry picked from commit 09c5131553)
2015-12-03 14:41:25 -08:00
Jennifer Hodgdon 20a40221f8 Issue #2606344 by rakesh.gectcr, aneeshthankachan, dawehner, cilefen: Wrong @param doc for construct function in class CoreServiceProvider
(cherry picked from commit 744935100c)
2015-12-03 14:39:44 -08:00
Jennifer Hodgdon aaabb05c3d Issue #2627018 by Lars Toomre: Some fixes for 'e.g.' in docblocks and code comments 2015-12-03 11:04:31 -08:00
Jennifer Hodgdon 0fb0add63c Issue #2606724 by Lars Toomre, malavya: Few {@inheritdoc} formatting fixes 2015-12-02 12:57:45 -08:00
Jennifer Hodgdon c43a49055a Issue #2614842 by rakesh.gectcr, dawehner: Wrong @param in core/lib/Drupal/Core/Asset 2015-12-02 12:35:58 -08:00
Jennifer Hodgdon 03d68bc227 Reverting last commit to fix commit message, sorry 2015-12-02 12:34:09 -08:00
Jennifer Hodgdon 9751077c01 -m 2015-12-02 12:27:35 -08:00
webchick ea76d4e244 Issue #2603818 by jhodgdon, beejeebus, blackra: Add defgroups for listing page headers for api.drupal.org 2015-12-02 12:18:33 -08:00
Nathaniel Catchpole d9a92c36d0 Issue #2616498 by neclimdul, dawehner, Mixologic: Drupal\Core\Routing\RouteProvider::getCandidateOutlines() does an illegal shift when config is empty 2015-12-01 14:07:36 +00:00
Alex Pott f730e579b4 Issue #2572695 by marvin_B8, attiks, pfrenssen, xjm: Fix 'Drupal.ControlStructures.ElseIf' coding standard 2015-11-28 16:50:23 +01:00
Nathaniel Catchpole d73dcaf7c0 Issue #2443709 by Xano, mikeryan, benjy: Some plugin annotations contains legacy "derivative" property 2015-11-27 13:35:49 +00:00
Nathaniel Catchpole 8b1db1954d Issue #2623680 by alexpott, pfrenssen: Fix phpcs.xml.dist to work with the latest rules and not have unnecessary lines 2015-11-26 17:38:37 +00:00
Nathaniel Catchpole f8bd8143f7 Issue #2075889 by kgoel, pwolanin, catch, YesCT, dawehner, mpdonadio, johnshortess, Crell, mradcliffe, alexpott, webchick, ohthehugemanatee: Document that Drupal will handle incoming paths in a consistent and case-insensitive fashion for routing 2015-11-26 14:23:31 +00:00
Nathaniel Catchpole 8be391f8f9 Issue #2621518 by jeroen_drenth: Wrong label of timestamp data type plugin 2015-11-26 10:59:04 +00:00
Nathaniel Catchpole b309418e69 Issue #2623232 by xjm, plach, benjy, penyaskito: Improve messages when entity/field mismatch happens 2015-11-26 10:22:08 +00:00
Nathaniel Catchpole e6a360be49 Issue #2571521 by Maouna, dawehner, sdstyles: Make the logger available on the controllerBase 2015-11-25 22:17:10 +00:00
Nathaniel Catchpole f6ffab1df5 Issue #2620658 by bojanz: Remove entity_load_multiple() usage from DefaultSelection 2015-11-25 20:40:45 +00:00
Nathaniel Catchpole dda09df788 Issue #2556273 by Mile23: Fix @deprecation docs of Drupal\Core\DrupalKernelInterface::prepareLegacyRequest() 2015-11-25 15:13:56 +00:00
Nathaniel Catchpole 72ae69d3c7 Issue #2600078 by YesCT, koppie, kgoel: Correct syntax for data type documentation in TranslationManager.php 2015-11-25 14:53:05 +00:00
Nathaniel Catchpole 04df0c659d Issue #2608938 by rakesh.gectcr: Wrong @return comment block in StackedRouteMatchInterface interface 2015-11-25 14:50:28 +00:00
Nathaniel Catchpole 30471f550d Issue #2614066 by webflo: Machine name element leaks to much data to drupalSetting 2015-11-25 13:07:45 +00:00
Nathaniel Catchpole 7ec6ad0ea4 Issue #2621516 by TravisCarden: hook_page_attachments_alter() @see's itself instead of hook_page_attachments() 2015-11-25 12:53:46 +00:00
Nathaniel Catchpole 7ed8f51dcd Issue #2608056 by rakesh.gectcr: Comment Typo in TranslatableMarkup class 2015-11-25 12:47:30 +00:00
Nathaniel Catchpole fdd7dcceaa Issue #2576881 by snehi, stefan.r: Deprecate theme functions for removal before Drupal 9 (docs only) 2015-11-25 11:50:05 +00:00
Nathaniel Catchpole c551effd12 Issue #2619700 by tim.plunkett: \Drupal\Core\Path\PathValidator::getPathAttributes() does not catch MethodNotAllowedException
(cherry picked from commit 438713de73)
2015-11-25 11:37:19 +00:00
Alex Pott 62d50852c5 Issue #2612580 by hchonov: Remove unused service from WidgetBase::flagErrors 2015-11-25 10:11:50 +00:00
Alex Pott 3c4cc2a6d5 Issue #2608072 by ameymudras: "Object of type "@class" cannot be printed." exception message should not be translated 2015-11-25 09:49:13 +00:00
Alex Pott ea1ec54be1 Issue #2609928 by micropat, cilefen, Cottser, chx: Xss::attributes() mangles valid attribute names containing numbers 2015-11-24 14:22:36 +00:00
Nathaniel Catchpole cf2762471a Issue #2392533 by cilefen, bircher, snehi, deepakaryan1988, Oleksiy, priya.chat, Shefarik, rpayanm, venkatadapa: Grammatical error in ModuleUninstallValidatorException message 2015-11-23 10:54:16 +00:00
Nathaniel Catchpole 8e2009f733 Issue #2608054 by stefan.r: Give more context in invalid placeholder error message PlaceholderTrait::placeholderFormat() 2015-11-23 10:41:45 +00:00
xjm 5098f7180e Issue #2618418 by plach: Docs follow-up for "hook_entity_create() affects the data of new translations of existing entities in unexpected and undocumented ways" 2015-11-22 18:26:23 -06:00
xjm d23edad556 Issue #2613976 by Oleksiy: Remove redundant "See..." that duplicates "@see..." in protected method documentation 2015-11-22 18:22:56 -06:00
xjm 3dd5b1f132 Issue #2620764 by andypost: Fix entity.api hook_entity_translation_* examples 2015-11-22 14:00:50 -06:00
xjm a9a513691e Issue #2620826 by Lars Toomre: Fix @var directive misuse in interface method docblock 2015-11-22 13:47:48 -06:00
xjm e253d23f6f Issue #2614310 by moshe weitzman: Mention cache responsibilities of form alter implementations 2015-11-22 12:24:42 -06:00
xjm 619a1c9f6b Issue #2606376 by rakesh.gectcr, Himanshu5050, sdstyles, dawehner, nicrodgers: mark \Drupal::l() as deprecated 2015-11-21 21:17:29 -06:00
xjm 2654e24913 Issue #2606396 by sdstyles, dawehner: mark \Drupal\Core\Routing\LinkGeneratorTrait and \Drupal\Core\Routing\UrlGeneratorTrait as deprecated 2015-11-21 21:12:19 -06:00
xjm 14e0ed5c7d Issue #2611162 by NickWilde: CssCollectionOptimizer comment typo fix 2015-11-21 19:03:53 -06:00
Nathaniel Catchpole 23fb7c82a1 Back to dev. 2015-11-19 14:25:16 +00:00
Nathaniel Catchpole 35c2f3ca5c Issue #2606334 by Gábor Hojtsy, YesCT, dawehner, Cottser, larowlan, Wim Leers, catch, davidhernandez, nevergone, effulgentsia, attiks, David_Rothstein, chx, MustangGB, tim.plunkett, plach, joelpittet, Ryan Weal, thamas, LewisNyman, gaele, bojanz, yoroy, skyredwang: Update CHANGELOG.txt for the release (compile list of high level changes) 2015-11-19 14:02:15 +00:00
effulgentsia 2090a96a21 Issue #2382675 by plach, yched, alexpott: hook_entity_create() affects the data of new translations of existing entities in unexpected and undocumented ways 2015-11-18 13:17:37 -08:00
effulgentsia fb101ee71c Issue #2486467 by alexpott, mtift, tim.plunkett: Single config import form needs to use the config validation events 2015-11-17 23:09:56 -08:00
Alex Pott 6315275a17 Issue #2607294 by andypost: Fix entity.api bundle examples 2015-11-17 14:28:16 +00:00
Nathaniel Catchpole f8ef22c453 Issue #2614014 by joelpittet, alexpott, dawehner, Cottser, LewisNyman: Progress bar, fieldsets, messages broken in the installer due to theme ordering bug 2015-11-17 13:33:23 +00:00
Nathaniel Catchpole 99507a38ce Issue #1919468 by alexpott, Berdir: EntityManager::getAllBundleInfo() adds default entity_type_id bundle for entity types with bundles 2015-11-17 13:19:35 +00:00
Alex Pott 4f9265c85d Revert "Issue #2382675 by plach, yched: ContentEntityBase::addTranslation() should not fire hook_entity_create()"
This reverts commit 58332b2637.
2015-11-17 10:44:05 +00:00
effulgentsia 6edd7db4b1 Issue #2603138 by catch, Wim Leers, tim.plunkett, chx, Fabianx, effulgentsia: CSS/JS asset caching can easily be trashed 2015-11-16 15:11:35 -08:00
Nathaniel Catchpole 58332b2637 Issue #2382675 by plach, yched: ContentEntityBase::addTranslation() should not fire hook_entity_create() 2015-11-16 17:28:12 +00:00
Nathaniel Catchpole a13ccc5a60 Back to dev. 2015-11-13 11:32:37 +00:00
Nathaniel Catchpole 260d019e28 8.0.0-rc4 2015-11-13 11:21:34 +00:00
effulgentsia 71142958f9 Issue #2600666 by tim.plunkett: Route definitions using entity type paramconverters with serial IDs should add an integer requirement 2015-11-12 17:47:26 -08:00
effulgentsia 20b6bb3270 Issue #2606398 by blackra, chx, anil280988, sdstyles, xjm: Add EntityInterface::toUrl() and EntityInterface::toLink() and mark urlInfo(), url() and link() as deprecated 2015-11-12 17:23:10 -08:00
Alex Pott db73cab1bd Issue #2579663 by Mile23, webflo, joshtaylor: Can't use 'composer install' with missing composer.lock and vendor folder 2015-11-12 23:48:28 +00:00
Alex Pott fbe0991b98 Issue #2577963 by yched, amateescu, klausi: Let entity_ref Selection handlers be in charge of the field validation 2015-11-12 22:41:33 +00:00
Alex Pott 0e507e421b Issue #1810394 by hchonov, plach, YesCT, David Hernández, Schnitzel, vijaycs85, penyaskito, tstoeckler, alexpott, Gábor Hojtsy: Site configuration with domain based language negotiation results in redirecting authenticated users to a different domain when accessing a content entity route for translation language different from the interface language 2015-11-12 22:14:14 +00:00
Alex Pott de68e25f05 Issue #2606934 by tim.plunkett: \Drupal\Core\Datetime\DateHelper::weekDaysOrdered() does not preserve keys when reordering 2015-11-12 22:07:54 +00:00
Nathaniel Catchpole 19e1f2f108 Issue #2605420 by IRuslan, joelpittet: Missing aria-pressed template_preprocess_details() due to lost copied attributes in Attribute 2015-11-12 21:50:23 +00:00
Alex Pott 87ac540626 Issue #1824636 by DuaelFr, nod_, meenakshi.r, larowlan, mgifford, falcon03, hefox, alexdmccabe, Stuart Miller, Sam152: Do not move the cursor to the top of the page on ajax calls 2015-11-12 20:34:38 +00:00
Nathaniel Catchpole 7e3042e816 Issue #2613034 by Wim Leers, Crell: Use a route enhancer to handle _form, like everything else 2015-11-12 20:33:56 +00:00
Nathaniel Catchpole 37ac6abc4c Issue #2603788 by Wim Leers, dawehner: HtmlResponseSubscriber does not call HtmlResponseAttachmentsProcessor on subrequests 2015-11-12 20:04:08 +00:00
Alex Pott 8485135f1a Issue #2611086 by dawehner, xjm: Expose entity type manager on controller base / Entity / Drupal 2015-11-12 15:35:16 +00:00
Alex Pott 9e826723b3 Issue #2609400 by tim.plunkett, effulgentsia, benjamin.merkley: menu.html.twig says that menu_name is an available variable, but it's not 2015-11-12 15:19:54 +00:00
xjm a272fca347 Issue #2609694 by dawehner, tim.plunkett, Crell, chx, xjm, alexpott: Remove public methods from RouteProvider 2015-11-11 16:18:38 -06:00
xjm 47a985d8d6 Issue #2609924 by hchonov: EntityReferenceItem annotation defines keys unnecessary twice 2015-11-11 13:14:36 -06:00
Nathaniel Catchpole 33a1baafc5 Issue #2600396 by mpdonadio, justAChris, tstoeckler, skyredwang, jhodgdon, Gábor Hojtsy, Matze202: DateFormatter::formatDiff passes an invalid language code TranslationInterface::formatPlural() leading to duplicated translations and untranslatable strings 2015-11-11 12:06:01 +00:00
Nathaniel Catchpole 0c12b72e0d Issue #2605250 by tim.plunkett: ParamConverterManager::convert() should run once per request object 2015-11-10 12:51:43 +00:00
Nathaniel Catchpole 4a4edff097 Issue #2501191 by jhedstrom: CacheCollector can result in an exception is cid + classname is too long to be used as a lock name 2015-11-10 11:25:43 +00:00
Nathaniel Catchpole f6052ec6f7 Issue #2584243 by stefan.r, pwolanin, dawehner, kgoel: Make Drupal handle path aliases in a consistent and case-insensitive fashion on all database drivers 2015-11-10 11:17:38 +00:00
xjm 1ed614722d Issue #2605738 by chx, tim.plunkett: This is either an apple or an elephant 2015-11-09 18:12:26 -06:00
xjm 034a850958 Issue #2606390 by anil.gangwal, sdstyles, dawehner, jhodgdon: mark \Drupal\Core\Utility\LinkGeneratorInterface::generate as internal 2015-11-09 18:07:51 -06:00
xjm 2e62367ce3 Issue #2609114 by rakesh.gectcr, chx, dawehner, tim.plunkett: Unused variable in LocalTaskManager class 2015-11-09 15:36:21 -06:00
Nathaniel Catchpole 9fb76eafd6 Issue #2609076 by alexpott, Darren Oh: Install failure with HTTPS reverse proxy on newer browsers 2015-11-09 18:25:39 +00:00
Nathaniel Catchpole dc736e7217 Issue #1269780 by hswong3i, damien_vancouver, Agileware, ricardoamaro, alexpott, axel.rutz, yannickoo: Remove symlinks option from .htaccess 2015-11-09 18:22:09 +00:00
Nathaniel Catchpole 2358408c67 Issue #2581443 by alexpott, lauriii, Cottser: Make Classy extend from the new Stable base theme 2015-11-09 18:11:28 +00:00
Nathaniel Catchpole 2159328f7e Issue #2608126 by joshi.rohit100: Drop the unused function \Drupal\Core\DependencyInjection\ContainerBuilder::synchronize ! 2015-11-09 18:09:08 +00:00
Nathaniel Catchpole c5255ad898 Issue #2606392 by er.manojsharma, sdstyles: mark \Drupal\Core\Utility\LinkGeneratorInterface::generatFromLink as internal 2015-11-09 18:07:15 +00:00
Nathaniel Catchpole 67d9c3e69f Issue #2606378 by anil280988, kaushalkishorejaiswal, sdstyles: mark \Drupal\Core\Routing\UrlGeneratorInterface::generate() as internal 2015-11-09 18:06:27 +00:00
webchick ea543f14af Issue #2605150 by mikeryan: UrlItem::generateSampleValue() does not generate a valid uri 2015-11-09 09:41:01 -08:00
Nathaniel Catchpole 41e882f41f Issue #2584419 by alexpott: Profile configuration overrides should be able to override module configuration always 2015-11-06 23:14:40 +00:00
Nathaniel Catchpole a2988f1fea Issue #2574975 by alexpott, Cottser, izus: Allow (base-)themes to be excluded from the UI (e.g. blocks, Appearance) 2015-11-06 23:09:03 +00:00
Nathaniel Catchpole 73fede0b5d Revert "Issue #2603152 by alexpott, Fabianx, neclimdul: Fix PHP 7 testbot failures"
This reverts commit 991e1433df.
2015-11-05 14:19:55 +00:00
Nathaniel Catchpole b756d86175 Back to dev 2015-11-04 10:29:47 +00:00
Nathaniel Catchpole 4f05b98429 8.0.0-rc3 2015-11-04 10:15:22 +00:00
Alex Pott 49aeced8e3 Issue #2605546 by dawehner: Mark \Drupal::url() as deprecated 2015-11-03 11:57:30 +00:00
Alex Pott 65dd859920 Issue #2194155 by cosmicdreams, subhojit777, tatarbj, Cottser: Replace deprecated Twig_NodeInterface with recommended Twig_Node 2015-11-03 11:37:31 +00:00
Alex Pott 8bd6cea4eb Issue #2605280 by rakesh.gectcr: Missing return $this in Url::setUnrouted 2015-11-03 11:24:49 +00:00
Nathaniel Catchpole 6adc8ba95d Issue #2602872 by rakesh.gectcr: Wrong @param doc for construct function in class ContainerAwareEventDispatcher 2015-11-03 11:10:01 +00:00
Nathaniel Catchpole 099d11a38c Issue #2605388 by rakesh.gectcr, anil280988, mahavir003, aneeshthankachan: Comment Typos in DrupalKernel.php 2015-11-03 11:07:12 +00:00
Nathaniel Catchpole b9fbaf8f3b Issue #2603372 by heykarthikwithu: Remove unused variable in LibraryDiscovery::getLibrariesByExtension() 2015-11-03 11:07:12 +00:00
Nathaniel Catchpole 5047475e7c Issue #2600672 by alexpott, dawehner: Core MarkupInterface implementations used in Twig templates should implement \Countable 2015-11-03 11:00:42 +00:00
Nathaniel Catchpole 6c8f58a3ab Issue #2597359 by Wim Leers: Require responses with attachments to contain the final attachment values 2015-11-02 20:16:07 +00:00
Alex Pott 8a3e98eedc Issue #2596043 by mpdonadio, pjonckiere: DrupalDateTime constructor claims to support \DateTime object - it should not 2015-11-02 17:00:30 +00:00
Alex Pott 06b6497bcb Issue #2605264 by rakesh.gectcr: Fixing typos for core/lib/Drupal/Core/Entity 2015-11-02 16:58:51 +00:00
Alex Pott 63935833b0 Issue #2602380 by jonhattan: Innacurate exception message: The "%s" entity cannot have a URI as it does have an ID 2015-11-01 23:30:04 +00:00
Alex Pott 2f5bf09b37 Issue #2603786 by joelpittet, Wim Leers, Fabianx: Make Renderer(Interface)::renderPlaceholder() public 2015-11-01 23:11:21 +00:00
Alex Pott 35ed46b43e Issue #2575703 by borisson_, stefan.r, Berdir, joshi.rohit100: Remove default fall-through from PlaceholderTrait::placeholderFormat() 2015-11-01 23:00:34 +00:00
xjm 9fc4d2ec0c Issue #2604722 by rakesh.gectcr: Comment typo in BaseFieldDefinition.php file 2015-10-30 16:31:29 -05:00
effulgentsia c4501b3aec Issue #2597628 by plach, jhedstrom, alexpott, Gábor Hojtsy: Enabling translation for menu links / taxonomy terms results in "Entity/field definitions" -- "Mismatch detected" on reports/status page 2015-10-30 13:45:01 -07:00
xjm f0bd339e1c Issue #2600152 by Cottser, dawehner: Make ThemeRegistryLoader only throw an error when $throw is true 2015-10-30 15:35:40 -05:00
xjm 23789d0f5d Issue #2589829 by rakesh.gectcr, joshi.rohit100, yched, Arla: Missing return $this in FieldConfigBase::setSetting and setConstraints 2015-10-30 14:59:40 -05:00
Alex Pott a53d5aaf8f Issue #2540870 by joelpittet, lauriii: Improve the |safe_join Twig to be inline with twig_join_filter() 2015-10-30 19:33:18 +00:00
Nathaniel Catchpole 991e1433df Issue #2603152 by alexpott, Fabianx, neclimdul: Fix PHP 7 testbot failures 2015-10-30 17:41:12 +00:00
Alex Pott b3150847e0 Issue #2541344 by Wim Leers, borisson_, DietrichM, Xano, tim.plunkett, alvar0hurtad0, joshi.rohit100: BlockBase subclasses should merge their cache tags/contexts with the parent's (BlockBase's) 2015-10-30 16:25:58 +00:00
Alex Pott f0928e53a3 Issue #2337191 by tim.plunkett, dawehner, jibran, yched, Wim Leers, catch: Split up EntityManager into many services 2015-10-29 14:19:11 +00:00
Alex Pott d648b71f1c Issue #2599442 by jhodgdon, heykarthikwithu, Himanshu5050, eojthebrave, metzlerd: Document common form/render element properties 2015-10-29 09:42:37 +00:00
xjm 4a1e1c0757 Issue #2599524 by blackra, krknth, jhodgdon, rhett.prichard: Fixing order of documentation sections for /core/lib/Drupal 2015-10-28 17:24:31 -05:00
Alex Pott 0a8d97ec91 Issue #2600538 by rakesh.gectcr, anil280988, justAChris, jhodgdon: Incorrect @file description in core/ classes - wrong namespace or class name 2015-10-27 15:28:29 +00:00
Alex Pott 04966aa03b Issue #2578377 by YesCT, jhodgdon, Gábor Hojtsy, alexpott, herom, xjm: Make translatable docs consolidated and better for developers 2015-10-27 12:46:40 +00:00
Nathaniel Catchpole 9980bd0f5e Issue #2598232 by Berdir, alexpott, juanse254: ConfigFactory::get() pollutes ::loadMultiple() static cache with new config objects 2015-10-27 12:24:35 +00:00
Alex Pott 6dd4b186ad Issue #2400197 by pwolanin, fgm, znerol, neclimdul, mpdonadio, thekevinday, Fabianx: Harden the security where hash values are compared 2015-10-25 20:57:21 -07:00
Alex Pott 7e245c982a Issue #2594845 by er.manojsharma, tarekdj, snehi, dpopdan, anil280988, jhodgdon, cilefen: Many database driver classes have no class doc blocks 2015-10-25 20:37:36 -07:00
xjm cced89ec12 Issue #2600304 by marvin_B8, anil280988, GoZ, justAChris: Bad @file description in core/ classes 2015-10-24 14:07:04 -07:00
xjm 71e0f19aed Issue #2600282 by dawehner, alexpott: PHP7 fails on Drupal\system\Tests\Update\UpdatePostUpdateTest 2015-10-24 13:29:43 -07:00
Jennifer Hodgdon 15d069576e Issue #2600176 by alexpott, dawehner, tim.plunkett: Step 1.875: Include the PhantomJS Mink driver for real 2015-10-23 22:41:14 -07:00
xjm 9af4f7a7d6 Issue #2042239 by tbradbury, pkiraly, lucaslg, pjonckiere, oriol_e9g, ivanchaer, jhodgdon, chx, cilefen, David_Rothstein: DeleteQuery::execute (Delete::execute() in D8) return value documentation is unusable 2015-10-23 20:15:22 -07:00
Alex Pott db091f3dfe Issue #2513266 by mikeker, joelpittet, lauriii, Cottser, pwolanin, larowlan, Fabianx, stevector, catch, alexpott, dawehner: Twig templates can call delete() on entities and other objects 2015-10-23 15:08:36 -07:00
webchick dcdb03e51e Issue #2596801 by alexpott, dawehner: Step 1.75: Include the PhantomJS Mink driver 2015-10-23 14:41:26 -07:00
xjm 639272360e Issue #2502621 by Pravin Ajaaz, hussainweb, Peacog, jhodgdon, ivanjaros: Replace implement notes with inheritdoc tag 2015-10-23 13:59:43 -07:00
xjm bb7142f46a Issue #2600004 by koppie, YesCT: Missing param type for getOption() 2015-10-23 12:52:15 -07:00
Nathaniel Catchpole 76c77b600b Issue #2484645 by giancarlosotelo, Arla: Assigning context mapping: allow empty selection for optional contexts 2015-10-23 20:48:58 +01:00
Alex Pott e043e759cc Issue #2599172 by TravisCarden: Typo: "Provides a service to handler..." 2015-10-23 11:18:33 -07:00
Nathaniel Catchpole 758cf21e14 Issue #2575735 by almaudoh: LibraryDiscoveryCollector::reset() does not properly reset its $cid, resulting in loading wrong library assets if the active theme changes 2015-10-23 12:13:08 +01:00
Nathaniel Catchpole 4a11bb594f Issue #2584745 by mbovan, s_leu: Entity references should be displayed translated on non translatable entity types 2015-10-23 12:11:57 +01:00
Nathaniel Catchpole c267836cbd Issue #2593481 by Wim Leers: PlaceholderGenerator::createPlaceholder() generates invalid markup; causes placeholders to not be replaced if processed by DOMDocument 2015-10-23 11:35:24 +01:00
webchick 169bd2ae10 Issue #2582309 by neclimdul, joelpittet, YesCT, dawehner, tim.plunkett: Cookies get lost during RedirectResponse replacement 2015-10-22 17:02:18 -07:00
Alex Pott fd6f9cb771 Issue #2585781 by anil280988, Davinder.Snehi, sdstyles, lucian.gutoiu, Chi, jhodgdon, GoZ, YesCT: Wrong documentation of t() 2015-10-22 16:24:23 -07:00
xjm d6af6fc964 Issue #2597548 by jhodgdon, tim.plunkett: Useless message thrown by SqlContentEntityStorage::wrapSchemaException() 2015-10-22 15:56:28 -07:00
Alex Pott 3a8cb0d5f6 Issue #2583135 by Torenware, klausi: Context::getContextData() sometimes returns NULL which violates ContextInterface 2015-10-22 12:34:30 -07:00
webchick ce88146d14 Issue #2582577 by Shlyapkin Grigoriy, Liam Morland, stefan.r, mradcliffe, oriol_e9g, shazbot28: D8 install should check MySQL version (Syntax error or access violation: 1115 Unknown character set: 'utf8mb4') 2015-10-22 12:11:52 -07:00
xjm 8eb65f5848 Back to dev. 2015-10-21 16:01:22 -07:00
xjm f1def1199d Drupal 8.0.0-rc2 2015-10-21 15:51:01 -07:00
Alex Pott ff622b5962 Issue #2527126 by Wim Leers, dawehner, effulgentsia, anavarre, janusman, Fabianx, alexpott, hass, catch, Berdir, znerol: Only send X-Drupal-Cache-Tags and -Contexts headers when developer explicitly enables them 2015-10-20 11:04:58 -07:00
Alex Pott 78aba37b6f Issue #2486999 by metzlerd, er.pushpinderrana, jhodgdon: Create Documentation For Button Form Elements 2015-10-19 16:58:46 -07:00
Alex Pott af97e790f3 Issue #2486993 by metzlerd, jhodgdon: Document Hidden Form Elements 2015-10-19 16:57:11 -07:00
effulgentsia 9f0005d57f Issue #2582219 by catch, Berdir: Preload Cache in AliasManager can get huge 2015-10-19 15:24:04 -07:00
Alex Pott 99c0b887d4 Issue #2594041 by krknth, Chi: Coding standards - replace array() with array in return values 2015-10-19 10:46:56 -07:00
Alex Pott 238a2397bc Issue #313145 by ghoti, t0xicCode, znerol, pwolanin, thedavidmeister, seanr, neclimdul, Damien Tournoud: Support X-Forwarded-* HTTP headers alternates 2015-10-17 09:45:04 -07:00
Alex Pott a2c96ec5f4 Issue #2578955 by dawehner, jhodgdon, Wim Leers, catch: Implement auto route generation but DON'T use it for all core entities 2015-10-17 06:13:46 -07:00
Alex Pott ba11b09456 Issue #2590605 by yched: Followup for [#2322503] 2015-10-17 06:08:46 -07:00
Alex Pott 19adf84475 Issue #2584797 by DuaelFr: \Drupal\Core\StringTranslation\StringTranslationTrait::formatPluralTranslated uses dead code 2015-10-16 19:11:58 +01:00
Alex Pott af8fc7c8c7 Issue #2580319 by Arla: Field configs should adjust third party settings when dependencies are removed 2015-10-16 18:49:47 +01:00
Alex Pott e900ded48f Issue #2573923 by znerol, Wim Leers, visabhishek, Fabianx, catch: Introduce a CacheableRedirectResponse and use it where appropriate 2015-10-16 18:27:56 +01:00
Alex Pott 04fc9603fa Issue #2589839 by snehi, joshi.rohit100: Code comment typo in HttpExceptionSubscriberBase & StackedKernelPassTest 2015-10-16 17:47:37 +01:00
Nathaniel Catchpole 268f6c32d0 Issue #2581395 by moshe weitzman, kylebrowning, dawehner: Incorrect expiration in APCUBackend 2015-10-16 11:31:53 +01:00
effulgentsia 74a50236b8 Issue #2580389 by benjy, alexpott, jibran: Allow test classes to specify the config object exceptions 2015-10-15 11:04:55 -07:00
Alex Pott 210468fe49 Issue #2589733 by joshi.rohit100, Sagar Ramgade: LocalTaskInterface, XssTest, RendererTest - double 'are' 2015-10-15 11:16:56 +01:00
Alex Pott 59117140bd Issue #2585193 by slashrsm, jhodgdon: \Drupal\Core\TypedData\DataDefinitionInterface::getLabel() needs to be updated 2015-10-15 11:15:03 +01:00
Alex Pott f9626231f9 Issue #2307061 by Mile23, pwolanin, dawehner, YesCT: UrlGeneratorInterface::getPathFromRoute() is marked deprecated but will not be removed, so update the docs 2015-10-15 11:12:52 +01:00
Alex Pott 93088f8720 Issue #2590059 by Sagar Ramgade, GoZ, sdstyles, jhodgdon: Fix double occurrence of prepositions 2015-10-15 11:02:38 +01:00
Alex Pott b2198399f8 Issue #2367753 by JeroenT, RavindraSingh, tim.plunkett, gauravjeet, pwolanin: \Drupal\Core\Url::getInternalPath() cannot be deprecated 2015-10-15 10:22:42 +01:00
Nathaniel Catchpole fff902e1a9 Issue #2592367 by alexpott: PHPUnit is broken - we have dependencies on Symfony event dispatcher tests 2015-10-14 14:25:10 +01:00
catch 7afeeebcff Issue #2585165 by pwolanin, alexpott, tarekdj, geertvd, dawehner, greggles: Don't include vendor test code (especially mink) in the Drupal webroot 2015-10-14 11:29:17 +01:00
Alex Pott 1cd13a8f53 Issue #2515018 by joshi.rohit100, sdstyles, joelpittet: Lowercase the instances of camelcase'd instanceOf in core for consistency 2015-10-09 16:39:35 +01:00
Alex Pott 70d81c543e Issue #2584297 by YesCT: Remove unused use statements (that mostly came in from checkAcess) 2015-10-08 23:42:16 +01:00
Nathaniel Catchpole 8b65164c5a Issue #2533800 by alexpott: Remove all unused use statements from core 2015-10-08 20:46:26 +01:00
webchick e3908d2140 Back to dev. 2015-10-07 15:00:04 -07:00
webchick b7390caeee Drupal 8.0.0-rc1 2015-10-07 14:20:43 -07:00
effulgentsia 190032b775 Issue #2072945 by Berdir, plach, effulgentsia, Schnitzel, andypost, Wim Leers: Remove the $langcode parameter in EntityAccessControllerInterface::access() and friends 2015-10-07 12:30:24 -07:00
effulgentsia 1672445a15 Issue #2570285 by mr.baileys, cpj, stefan.r, alexpott, nlisgo, joelpittet, Aki Tendo, borisson_, chx, dawehner, s_leu, Berdir: Make sure TranslatableMarkup accepts string values only 2015-10-07 10:16:40 -07:00
effulgentsia e1984e60e4 Issue #2520526 by alexpott, dawehner, pwolanin, nlisgo, Eli-T, claudiu.cristea, catch, cosmicdreams, Wim Leers, yched, jibran, Gábor Hojtsy, YesCT, swentel, heddn, xjm: Calculate configuration entity dependencies on install 2015-10-07 00:01:18 -07:00
webchick 525430b783 Issue #2151113 by akalata, joelpittet, mdrummond, mfernea, martin107, mr.baileys, Cottser: Convert theme_system_modules_uninstall() to Twig 2015-10-06 23:54:02 -07:00
xjm b8251f61e9 Issue #2575869 by pwolanin, Wim Leers, JeroenT, dawehner, YesCT: Remove all remaining usage of deprecated UrlGeneratorInterface::generateFromPath() and delete it 2015-10-06 22:06:35 -05:00
Nathaniel Catchpole b75c57ff24 Issue #2575421 by Cottser, mdrummond, lauriii, davidhernandez, LewisNyman, catch, alexpott, joelpittet, webchick, Bojhan, emma.maria, mortendk: Add a Stable base theme to core and make it the default if a base theme is not specified 2015-10-06 20:40:18 +01:00
xjm 17debf4032 Issue #2483887 by Wim Leers, joshi.rohit100, Fabianx, dawehner: Mark RenderCache as internal 2015-10-06 14:05:45 -05:00
Alex Pott 97823b5a54 Issue #2429191 by claudiu.cristea, amateescu, yched, nlisgo, Berdir, alexpott, klausi, Wim Leers, xjm, catch: Deprecate entity_reference.module and move its functionality to core 2015-10-06 12:02:22 +01:00
webchick e55a7d8dc3 Issue #2578561 by tim.plunkett, joelpittet, Bojhan, Fabianx, xjm, cilefen, David_Rothstein, DamienMcKenna: Move "Inline Form Errors" functionality to optional module and restore D7-style form errors by default 2015-10-05 22:32:45 -07:00
Alex Pott 4ea2fc71c0 Issue #2578559 by yched: Have ViewsSelection no longer extend SelectionBase 2015-10-06 03:15:38 +01:00
Alex Pott a53ec3d919 Issue #2560987 by tstoeckler: Active class (almost) always added to frontpage links for anonymous users, even on other pages 2015-10-06 01:27:55 +01:00
Alex Pott 7594f7ebcb Issue #2416857 by cilefen, evgeny.chernyavskiy, lauriii, chr.fritsch, pjonckiere: Add an active_theme_path twig function 2015-10-06 01:15:59 +01:00
xjm 5b8b5aad90 Issue #2577487 by martin107, jhodgdon, cilefen: \Drupal\Core\Database\Query\SelectExtender - Needs more @inheritdoc tags 2015-10-05 18:37:51 -05:00
effulgentsia ace96debbe Issue #2073217 by andypost, Berdir, plach: Remove the $langcode parameter from the entity view/render system 2015-10-05 16:33:05 -07:00
xjm bfb117c569 Issue #2487588 by YesCT, Leksat, Schnitzel, alexpott, anavarre, xjm: Move CMI import/export directory "staging" to "sync", as it is confused with staging environments 2015-10-05 18:29:54 -05:00
xjm 09990f5741 Issue #2579903 by mnfriend: Improve doumentation for decimal item field type 2015-10-05 18:15:39 -05:00
effulgentsia 866be5fb95 Issue #2476407 by borisson_, hussainweb, znerol, Fabianx, Wim Leers, dawehner, Crell, Berdir: Use CacheableResponseInterface to determine which responses should be cached 2015-10-05 15:09:09 -07:00
webchick 2b8e559040 Issue #2503755 by Wim Leers, bobrov1989, webchick, dcrocks, andypost, emma.maria, catch, Bojhan, dawehner, Gábor Hojtsy, alexpott, tstoeckler, yoroy: Switch from user login block to login menu link and search block in standard profile 2015-10-05 14:46:10 -07:00
effulgentsia b6707fca2e Issue #2488568 by Jose Reyero, alexpott, Gábor Hojtsy, tstoeckler: Add a TypedDataManagerInterface and use it for typed parameters 2015-10-05 14:31:21 -07:00
Alex Pott 641eb3f8d7 Issue #2571647 by mpdonadio, joelpittet, pjonckiere: Create DateFormatterInterface 2015-10-05 22:00:23 +01:00
Alex Pott 60b75a2da1 Issue #2578249 by yched: Some e_r fields get the wrong Selection handler 2015-10-05 21:46:40 +01:00
Nathaniel Catchpole 299d920d51 Revert "Issue #2503755 by Wim Leers, bobrov1989, webchick, dcrocks, andypost, emma.maria, catch, dawehner, Bojhan, tstoeckler, alexpott, yoroy: Switch from user login block to login menu link and search block in standard profile"
This reverts commit 1cdbe865bc.
2015-10-05 18:37:04 +01:00
webchick f49a8a48d2 Issue #827468 by paulmartin84, latikas, aburrows, alimac, fatfish, rocket_nova, Truptti, pektinasen, DuaelFr, YesCT, ifrik, John Cook, danylevskyi, dcam, anil.gangwal, gajendra sharma, danharper, mgriego, realityloop, bleen18, alvar0hurtad0, dddave, droplet, susanb, nlisgo, webchick, meeli: Fix the allowed punctuation wording in user_edit_form 2015-10-05 10:30:45 -07:00
webchick 5132930c19 Issue #2579399 by phenaproxima, mikeryan, neclimdul: db-tools.php import does not work 2015-10-05 09:21:52 -07:00
Nathaniel Catchpole 6e0225e304 Issue #2520540 by alexpott: Enforced configuration dependencies shouldn't have to be repeated in the calculated dependencies 2015-10-05 16:26:08 +01:00
Alex Pott 1c3bfd3bbd Issue #1218814 by swentel, pixelmord, andypost, franz: PDOException because of incorrect validation of number fields 2015-10-05 15:08:48 +01:00
Nathaniel Catchpole 72b0180f59 Issue #2454649 by Aki Tendo, dawehner: Cache Optimization and hardening -- [PP-1] Use assert() instead of exceptions in Cache::merge(Tags|Contexts) 2015-10-05 14:12:02 +01:00
Alex Pott a47dd7adda Issue #2568511 by Mile23, ianthomas_uk, Wim Leers: Fix broken test: KernelTestBase::render 2015-10-05 13:05:04 +01:00
Nathaniel Catchpole c2af04eb7c Issue #2528988 by znerol: Remove the option to specify a base_url from within settings.php 2015-10-05 11:45:34 +01:00
Alex Pott 85fa64de8d Issue #2579095 by Aki Tendo: Create Inspector::assertStringable - a shorthand for (is_string($string) || (is_object($string) && method_exists($string, '__toString') 2015-10-05 11:22:22 +01:00
Alex Pott fa0af0b31c Issue #1978714 by amateescu, claudiu.cristea, pfrenssen, yched, jibran, filijonka, dawehner, alexpott, tstoeckler: Entity reference doesn't update its field settings when referenced entity bundles are deleted 2015-10-05 10:45:58 +01:00
Alex Pott b95d2c83b8 Issue #2497667 by almaudoh, Wim Leers, Cottser, Fabianx, jaxxed: Add libraries-extend to themes' *.info.yml 2015-10-05 10:15:37 +01:00
Alex Pott bbc98524ea Issue #2555069 by ianthomas_uk, Mile23: Remove invocation of hook_html_head_alter() 2015-10-05 10:06:51 +01:00
webchick a52618e502 Issue #2498137 by yas, dawehner, daffie, jhodgdon, sumitmadan: QueryBase::sort can only work with capital letter such as 'ASC' or 'DESC' as the second parameter 2015-10-05 00:41:01 -07:00
webchick 4694001f14 Issue #2578083 by claudiu.cristea: Followup: Clean docs after #2064191 2015-10-05 00:13:27 -07:00
webchick f77165515a Issue #2552799 by heddn, glenshewchuck, Xano, deepakaryan1988, swentel, jordanpagewhite, yched, tim.plunkett: FieldType with no available widget causes Fatal error 2015-10-04 23:58:20 -07:00
webchick 9bd9390755 Issue #2579887 by StryKaizer, hussainweb, dawehner: EntityListBuilder requires cache tags 2015-10-04 23:51:28 -07:00
webchick 1cdbe865bc Issue #2503755 by Wim Leers, bobrov1989, webchick, dcrocks, andypost, emma.maria, catch, dawehner, Bojhan, tstoeckler, alexpott, yoroy: Switch from user login block to login menu link and search block in standard profile 2015-10-04 23:48:45 -07:00
webchick 03e60ebc46 Issue #2553909 by GoZ, deepakaryan1988, Pravin Ajaaz, DuaelFr, alexpott: Update ProjectInfo class to not use 'disabled' 2015-10-04 23:35:50 -07:00
webchick e5424fb260 Issue #2410497 by alvar0hurtad0, sdstyles, hussainweb, webchick, jhodgdon, mpdonadio: Update remaining url() and _l() calls in comments/documentation 2015-10-04 23:34:30 -07:00
webchick 8144cceb92 Issue #2344831 by martin107, jhodgdon, tstoeckler, Mile23: Document behavior of Drupal/Core/Database/Query/SelectInterface::__toString() 2015-10-04 23:25:54 -07:00
webchick 503cd2ac45 Issue #2549017 by pjonckiere: Add getGroup() and getGroupLabel() to an interface and add docs 2015-10-04 22:58:18 -07:00
xjm 30bdfad607 Issue #2577659 by mkalkbrenner, stefan.r: Documentation for property ContentEntityBase::entityKeys is wrong 2015-10-04 21:39:01 -04:00
xjm 381700062b Issue #2348325 by fago, pradeep.singh, Mile23, Berdir: EntityManagerInterface::getHandler() documentation still refers to controllers 2015-10-04 21:27:02 -04:00
xjm 56365fd989 Issue #2567835 by lussoluca, alvar0hurtad0, valthebald: Typo in SessionHandler::read() method 2015-10-04 21:10:04 -04:00
effulgentsia 7ed830c3ab Issue #2558885 by Cottser, jhedstrom, david_garcia, alexpott: TwigEnvironment is unable to cache inline templates because it sends invalid filenames to MTimeProtectedFastFileStorage 2015-10-03 23:29:51 -07:00
effulgentsia 0dd08e66e3 Issue #2497115 by melvinlouwerse: ajax_page_state is not taken into account for normal GET requests 2015-10-03 22:27:28 -07:00
effulgentsia 451bebc42c Issue #2451411 by almaudoh, Shamsher_Alam, lauriii, borisson_, cilefen, davidhernandez, Cottser, Wim Leers, joelpittet: Add libraries-override to themes' *.info.yml 2015-10-03 21:19:34 -07:00
effulgentsia b827bda3d1 Issue #2281533 by claudiu.cristea, amateescu, tim.plunkett, yched, jibran, catch: Entity Reference default selection plugin ignores matches if an entity type has no label key 2015-10-03 17:39:31 -07:00
Alex Pott d86856a02e Issue #2562107 by claudiu.cristea, jibran, yched, Berdir: EntityDisplayBase should react on removal of its components dependencies 2015-10-03 21:50:03 +01:00
effulgentsia 804d87927e Issue #2463567 by borisson_, Wim Leers, Xano: Push CSRF tokens for forms to placeholders + #lazy_builder 2015-10-03 07:26:32 -07:00
webchick 13588e3a2e Revert "Issue #2563843 by heddn, jhodgdon, mradcliffe, swentel: MapItem FieldType isn't used, documented, or tested: remove it"
Turns out contrib was making wide use of this.

This reverts commit 18026477d9.
2015-10-02 19:56:28 -07:00
effulgentsia 0a67ffba04 Issue #2575615 by alexpott, pwolanin, stefan.r, catch, dawehner, effulgentsia, xjm, David_Rothstein, iMiksu, lauriii, joelpittet: Introduce HtmlEscapedText and remove SafeMarkup::setMultiple() and SafeMarkup::getAll() and remove the static safeStrings list 2015-10-02 16:19:24 -07:00
Alex Pott 3884a5867d Issue #2579187 by plach, mkalkbrenner: Revert to an older entity revision with less translations leads to fatal error caused by EntityStorageException 2015-10-02 23:43:39 +01:00
webchick 18026477d9 Issue #2563843 by heddn, jhodgdon, mradcliffe, swentel: MapItem FieldType isn't used, documented, or tested: remove it 2015-10-02 12:12:25 -07:00
webchick b29158839c Issue #2550291 by neclimdul, phenaproxima: Improve and generalize database dump tools 2015-10-02 11:59:39 -07:00
effulgentsia c1316d6957 Issue #2522008 by pwolanin, nlisgo, Wim Leers, jplopezy: Provide a setting to override base url when creating links to public files 2015-10-02 11:49:01 -07:00
Alex Pott 158d4345d1 Issue #2474075 by mkalkbrenner, hchonov, plach, catch: Fix Node::preSave() and document that preSave() and postSave() are not working with ContentEntity translations 2015-10-02 13:23:53 +01:00
Alex Pott 1844088377 Issue #2554771 by Mile23, Wim Leers: Remove deprecated drupal_process_attached() 2015-10-02 13:03:26 +01:00
Alex Pott 5c0eb9b7a5 Issue #2090983 by plach, Berdir, yched: ContentEntityInterface::getTranslation() should throw an exception when an invalid language is specified 2015-10-02 12:23:54 +01:00
Nathaniel Catchpole 1ae0ed8796 Issue #2476563 by Gábor Hojtsy, penyaskito, amateescu: Entity operations links tied to original entity language, ignore everything else 2015-10-02 11:24:37 +01:00
webchick 07662ec63d Back to 8.x-dev 2015-10-01 17:42:11 -07:00
webchick 5249c53ef0 Drupal 8.0.0-beta16 2015-10-01 17:39:06 -07:00
effulgentsia 708ce0a998 Issue #2576533 by alexpott, stefan.r, Wim Leers, dawehner, xjm, effulgentsia, catch: Rename SafeStringInterface to MarkupInterface and move related classes 2015-10-01 16:25:03 -07:00
Nathaniel Catchpole 03bd7fc75b Issue #2172843 by fgm, marthinal, pfrenssen, amateescu, andypost, Wim Leers, stefan.r, pwieck, deepak_123: Remove ability to update entity bundle machine names 2015-10-01 19:43:30 +01:00
Alex Pott 10626d87a3 Issue #2567257 followup by dawehner: hook_tokens() $sanitize option incompatible with Html sanitisation requirements 2015-10-01 17:27:54 +01:00
xjm 4c867f94bb Issue #2577785 by alexpott, stefan.r, xjm, dawehner: Remove PlaceholderTrait 2015-10-01 16:49:39 +01:00
Alex Pott 6b4e81ad57 Issue #2567257 by dawehner, stefan.r, effulgentsia, pwolanin, catch, Xano, mr.baileys, Wim Leers, k4v, Dave Reid, chx, googletorp, plach, lauriii, Berdir, webchick, alexpott, stefan.r: hook_tokens() $sanitize option incompatible with Html sanitisation requirements 2015-10-01 14:01:21 +01:00
Alex Pott de0bbdd952 Revert "Issue #2567257 by dawehner, stefan.r, effulgentsia, pwolanin, catch, Xano, mr.baileys, Wim Leers, k4v, Dave Reid, chx, googletorp, plach, lauriii, Berdir, webchick, alexpott, stefan.r: hook_tokens() $sanitize option incompatible with Html sanitisation requirements"
This reverts commit 542a1663cf.
2015-10-01 12:45:11 +01:00
Alex Pott 542a1663cf Issue #2567257 by dawehner, stefan.r, effulgentsia, pwolanin, catch, Xano, mr.baileys, Wim Leers, k4v, Dave Reid, chx, googletorp, plach, lauriii, Berdir, webchick, alexpott, stefan.r: hook_tokens() $sanitize option incompatible with Html sanitisation requirements 2015-10-01 12:42:36 +01:00
webchick 105518a28e Issue #2547159 by mdrummond, mortendk, davidhernandez, lauriii, joelpittet, Wim Leers, Cottser: menu class generating should be in the template not in a function 2015-09-30 14:00:27 -07:00
Nathaniel Catchpole bfa2458e12 Issue #2064191 by yched, claudiu.cristea: Fix the 'target_bundle' field setting - 'target_bundles' are not validated when entity_reference is enabled 2015-09-30 19:39:44 +01:00
Nathaniel Catchpole bf74e9d38b Issue #2575495 by webflo, Mile23, hussainweb: Invalidate APCu Class Loader automatically if necessary 2015-09-30 17:45:54 +01:00
Alex Pott a4bf860d7e Issue #2575419 by pfrenssen: Remove empty file OriginalRequestCacheContext.php 2015-09-30 15:08:24 +01:00
Nathaniel Catchpole bef7274a7c Issue #2476947 by mdrummond, Wim Leers, davidhernandez, lauriii, joelpittet, andypost, Cottser, JeroenT, Manuel Garcia, rpayanm: Convert "title" page element into a block 2015-09-30 14:00:49 +01:00
Nathaniel Catchpole f09046af01 Issue #2549077 by pwolanin, Wim Leers, phenaproxima, lauriii: Allow the "Limit allowed HTML tags" filter to also restrict HTML attributes, and only allow a small whitelist of attributes by default 2015-09-30 11:46:49 +01:00
Alex Pott ba36dea77d Issue #2570431 by stefan.r, YesCT, David_Rothstein, xjm, catch, effulgentsia, Heine, dawehner, plach, lauriii, alexpott, joelpittet: Document that certain (non-"href") attribute values in t() and SafeMarkup::format() are not supported and may be insecure 2015-09-29 11:43:52 +01:00
Alex Pott 4a8366bb62 Revert "Issue #2570431 by stefan.r, YesCT, David_Rothstein, xjm, catch, effulgentsia, Heine, dawehner, plach, lauriii, alexpott, joelpittet: Document that certain (non-"href") attribute values in t() and SafeMarkup::format() are not supported and may be insecure"
This reverts commit 4d8e0102f3.
2015-09-29 11:43:27 +01:00
Alex Pott 4d8e0102f3 Issue #2570431 by stefan.r, YesCT, David_Rothstein, xjm, catch, effulgentsia, Heine, dawehner, plach, lauriii, alexpott, joelpittet: Document that certain (non-"href") attribute values in t() and SafeMarkup::format() are not supported and may be insecure 2015-09-29 11:33:32 +01:00
Nathaniel Catchpole a6c2e2b1c5 Issue #2506213 by hchonov, mkalkbrenner: Update content entity changed timestamp on UI save 2015-09-28 22:08:45 +01:00
Alex Pott ab1885c057 Issue #2404331 by larowlan, jibran, amateescu, RavindraSingh: Can't serialise an entity with an entity reference to an unsaved entity (remove EntityReferenceItem::$NEW_MARKER in favour of a validation constraint) 2015-09-28 08:59:01 +02:00
Alex Pott 3e59aced0c Issue #2575493 by Berdir, dawehner: Remove string cast of EntityType::getLabel() and getGroupLabel() 2015-09-28 00:54:01 +02:00
Alex Pott 3904439786 Issue #2571695 by dawehner, plach, stefan.r, jaredsmith, lauriii, YesCT, xjm, catch, alexpott, joelpittet, Ryan Weal, Sutharsan, subhojit777, justAChris, nlisgo, effulgentsia, rpayanm, larowlan, chx, geertvd: Remove !placeholder and unsafe string return from SafeMarkup::format() 2015-09-27 19:23:34 +02:00
Alex Pott 3287afb0a6 Issue #2573667 by k4v, YesCT, plach, dawehner, othermachines: Entity uninstallation does not clean up field schema data in state properly 2015-09-27 19:11:56 +02:00
Alex Pott 0b5b1f1318 Issue #2345801 by kgoel, tim.plunkett, dawehner, fgm, mr.baileys, Crell, Berdir: template_preprocess_breadcrumb() assumes all breadcrumbs are \Drupal\Core\Link objects 2015-09-27 16:16:24 +02:00
Alex Pott 125cda4be9 Issue #2485513 by Xano, tstoeckler, lauriii: DefaultFactory cannot deal with objects as plugin definitions 2015-09-27 14:41:52 +02:00
Alex Pott 91b4ae582d Issue #2508884 by EclipseGc, tim.plunkett, dsnopek, japerry, sravya_12, swathin, Wim Leers, Fabianx, dawehner, yched: Make contexts immutable 2015-09-27 14:28:51 +02:00
Alex Pott b0f2f8381e Issue #2571561 by lauriii, Cottser, joelpittet, pjonckiere: Add Twig filter for date formatting 2015-09-27 14:06:27 +02:00
Alex Pott 8afa407054 Issue #2488420 by amycham, martin_q, cilefen, YesCT: Remove a misleading comment from Updater::update() 2015-09-27 13:53:29 +02:00
Alex Pott d0c13760c6 Issue #2543258 by LKS90, hchonov, tassilogroeper, sasanikolic, Berdir, yched, plach: Entity references of untranslatable fields are not displayed in the correct translation 2015-09-27 13:13:18 +02:00
catch 0cd35ba0d0 Issue #2571673 by plach, dawehner: Convert Views t() usage where it is used as an attribute value 2015-09-27 10:48:11 +01:00
catch 7d37585e3c Issue #2511306 by ElusiveMind, JeroenT, leolando.tan: Error: Call to a member function getElementsByTagName() in filter.module 2015-09-27 09:55:26 +01:00
Alex Pott a436fe46a6 Issue #2575605 by Berdir, jhedstrom: Field delete form does not display configuration dependencies that will be updated/deleted 2015-09-27 10:45:16 +02:00
catch a416e9a84e Issue #2571995 by borisson_, Wim Leers: GET forms shouldn't have CSRF tokens by default 2015-09-27 09:42:42 +01:00
Alex Pott 3137a14d9a Issue #2554755 by andypost, lauriii, joelpittet: BasicStringFormatter's nl2br() forces escaping *and* filtering — improve this 2015-09-27 01:54:11 +02:00
catch 24ed79e134 Issue #2559971 by stefan.r, alexpott, lauriii, nlisgo, plach, dawehner: Make SafeMarkup::format() return a safe string object to remove reliance on a static, unpredictable safe list 2015-09-26 18:52:53 +01:00
Alex Pott 03ac04f38a Issue #2572929 by dawehner, pwolanin, mikeker, xjm, stefan.r, David_Rothstein, hussainweb, lauriii, Wim Leers, catch, chx, alexpott: Document lack of auto-escape in theme functions and add a theme autoescape helper function 2015-09-26 17:50:12 +02:00
Alex Pott f8e139ce68 Issue #2574095 by marcingy: File upload and entity autocomplete results in fatal 2015-09-26 16:46:21 +02:00
Alex Pott c73fdfce64 Issue #2483869 by almaudoh, stefan.r, swentel, Berdir: Make Unique Field constraints generic 2015-09-26 15:54:04 +02:00
Alex Pott fb8e894caf Issue #2563751 by borisson_, rocketeerbkw, cilefen, NikitaJain, imanol.eguskiza, pjonckiere: Password field errors on user create/edit/login when password is (literally) 0 2015-09-26 14:59:01 +02:00
Alex Pott 64d6415c47 Issue #2322503 by swentel, plopesc, Nick_vh, nlisgo, kerby70, epari.siva, mrjmd, yched, axe312, olli: getDisplayModeOptions() returns only full or teaser regardless of the status of the entity display 2015-09-26 14:03:49 +02:00
Alex Pott a49d543008 Issue #2236903 by yched, tstoeckler, swentel, Jalandhar, nlisgo, andypost, fago, sun, amateescu: setSettings() on field definitions can unintentionally clear default values 2015-09-26 12:54:37 +02:00
catch 96843822c9 Issue #2572597 by alexpott, bircher: Replace !placeholder with @placeholder in mail code 2015-09-26 08:39:34 +01:00
Alex Pott 526027929a Issue #2541102 by dawehner, hussainweb, John Cook, cilefen, joshi.rohit100, Fabianx: Get rid of strtr in Html::cleanCssIdentifier 2015-09-25 18:24:17 +02:00
webchick 4b292ef55b Issue #2569083 by dsnopek, tim.plunkett, Wim Leers: Allow passing cacheable metadata to display variants (to enable Panels Everywhere) 2015-09-25 08:56:26 -07:00
Alex Pott dc95ff1c81 Issue #2571817 by Cottser, hussainweb: Remove race condition handling in TwigEnvironment::loadTemplate(), it's fixed upstream now 2015-09-25 17:27:48 +02:00
Alex Pott bfcba53277 Issue #2550225 by swentel, yched, Wim Leers, aspilicious: quickedit_test_entity_view_alter() creates a non compliant field render array 2015-09-25 16:54:05 +02:00
Alex Pott 70bad3e3ee Issue #2509218 by plach, stefan.r, pwolanin, effulgentsia, dawehner, jhedstrom, almaudoh, Wim Leers, subhojit777, iMiksu, alexpott, catch, xjm, lauriii, joelpittet, Cottser: Ensure that SafeString objects can be used in non-HTML contexts 2015-09-25 16:05:42 +02:00
webchick 4efd3aaa25 Issue #2551453 by LoMo, Ayesh, jaxxed, LinL, madhavvyas, Miraya: Follow-up: Consistently use "email" instead of "e-mail" in Drupal 2015-09-25 06:27:23 -07:00
webchick 3a8d44b74b Issue #2550941 by dsnopek, tim.plunkett, lslinnet: Allow passing contexts to display variants (to enable Panels Everywhere to use static context and relationships) 2015-09-25 05:43:56 -07:00
webchick f0567724df Issue #2377757 by EclipseGc, tim.plunkett, Frando, Berdir, japerry, dsnopek, Wim Leers, Bojhan: Expose Block Context mapping in the UI 2015-09-25 05:38:53 -07:00
webchick 1d1fe19702 Issue #2112679 by Berdir, damiankloip, nlisgo, krlucas, lokapujya, m1r1k, piyuesh23, blueminds, stefan.r, subhojit777, dawehner, kerby70, Dustin LeBlanc, znerol, JeroenT, borisson_, scor, amitgoyal, s_leu: getUsername() should return the username getDisplayName() for the formatted user name 2015-09-23 17:26:38 -07:00
effulgentsia 596b69fef8 Issue #2489672 by pwolanin, mpdonadio, zniki.ru, bzrudi71, Crell: Limit all DB drivers to executing single statements by checking for delimiter 2015-09-23 13:50:56 -07:00
catch c1aa46fbe6 Issue #2567183 by dawehner, pfrenssen, hussainweb: Re-export all built-in configuration in core 2015-09-23 12:37:12 +02:00
catch 1c1e91112f Issue #1140188 by torotil, NROTC_Webmaster, cam8001, agi.novanta, jhedstrom, lnunesbr, kathyh: Fatal errors during or after adding default values for autocomplete widgets 2015-09-23 12:28:52 +02:00
Alex Pott 6bfdc3bd5e Issue #2570355 by Sutharsan, stefan.r, kgoel, josephdpurcell, joelpittet, justAChris, dawehner, pfrenssen, pwolanin, David_Rothstein, catch: Replace remaining !placeholder and @placeholder with :placeholder for URLs 2015-09-22 08:16:37 +02:00
catch e2d424db03 Issue #2458763 by Wim Leers, m1r1k: Remove the ability to configure a block's cache max-age 2015-09-22 00:19:48 +02:00
effulgentsia 3a0b0178ab Issue #2568613 by alexpott, lauriii, pwolanin: Remove HTML support from date formats and replace remaining !placeholder where format_date() and 'date.formatter' => format() are used 2015-09-21 13:16:09 -07:00
effulgentsia a537a3098e Issue #2571375 by alexpott, webflo, stefan.r, Xano, mr.baileys: Remove TranslationManager dependency from LanguageManager 2015-09-21 12:38:52 -07:00