xjm
|
3ed16f08d7
|
Issue #2923884 by mfernea: Fix 'Squiz.WhiteSpace.SemicolonSpacing' coding standard
|
2017-11-29 05:59:35 -06:00 |
Nathaniel Catchpole
|
14b732bb97
|
Issue #2925657 by tim.plunkett, amateescu: EntityDisplayBase::init() should use ::setComponent() for fields
|
2017-11-29 11:30:34 +00:00 |
Nathaniel Catchpole
|
0b90895a78
|
Issue #1730874 by amateescu, e2thex, indytechcook, disasm, googletorp, hchonov, Berdir: Add support for loading multiple revisions at once
|
2017-11-29 11:21:40 +00:00 |
Nathaniel Catchpole
|
34965ce1fd
|
Issue #2925913 by alexpott, amateescu: EntityReferenceItem logs critical errors in onDependencyRemoval()
|
2017-11-28 15:52:05 +00:00 |
Nathaniel Catchpole
|
3516185109
|
Issue #2925550 by Berdir, amateescu: Fields with a manually defined initial value in the schema have an Entity schema definition mismatch after updating to Drupal 8.4
|
2017-11-27 16:36:35 +00:00 |
Nathaniel Catchpole
|
d0518c2596
|
Issue #2865616 by Sam152, plach, dawehner, timmillwood, amateescu, tim.plunkett: Add an option for EntityConverter to load the latest entity revision and fix all entity forms to use this option
|
2017-11-24 14:48:22 +00:00 |
Nathaniel Catchpole
|
3bc8b66549
|
Issue #2544790 by hchonov, amateescu, tstoeckler: ContentEntityBase::setNewRevision(FALSE) is broken if ::setNewRevision(TRUE) was called previously
|
2017-11-23 00:34:47 +00:00 |
xjm
|
752fd5a721
|
Issue #2924780 by zaporylie: Missing @var annotation for scalars that provide default values
|
2017-11-22 12:43:49 -06:00 |
xjm
|
5d2b7fba92
|
Issue #2924779 by zaporylie, martin107: Fix existing but somehow invalid @var annotation
|
2017-11-22 10:36:28 -06:00 |
Lee Rowlands
|
916e6ba952
|
Issue #2121119 by ACF, Sam152, BR0kEN: setDialogTitle in the OpenDialogCommand doesn't set the title
|
2017-11-17 09:04:15 +13:00 |
Lee Rowlands
|
622d5c47cf
|
Issue #2923572 by Sam152: Account for NULL base field values in shared table storage when copying to dedicated table storage for field purging
|
2017-11-17 09:00:08 +13:00 |
Nathaniel Catchpole
|
4d176b95ea
|
Issue #2902407 by mfernea, zaporylie: Fix 'Drupal.Commenting.DataTypeNamespace' coding standard
|
2017-11-16 15:00:40 +00:00 |
Nathaniel Catchpole
|
f73e805702
|
Issue #2850684 by daffie, RoSk0: Default Database Schema::fieldExists() is slow for PostgreSQL
|
2017-11-15 15:34:11 +00:00 |
Nathaniel Catchpole
|
700a72fa37
|
Issue #1472946 by gnuget, andypost, mmrares, sidharthap, kiamlaluno, Himanshu5050, dineshkumares, amit.drupal: Remove usages of deprecated function drupal_realpath() throughout core functions
|
2017-11-14 15:53:29 +00:00 |
Nathaniel Catchpole
|
20564b99a0
|
Issue #2282119 by amateescu, jibran, Jo Fitzgerald, yched, plach, timmillwood, fago, Sam152, larowlan: Make the Entity Field API handle field purging
|
2017-11-14 13:54:31 +00:00 |
Nathaniel Catchpole
|
3f20ff5fbc
|
Issue #2906600 by amateescu, Wim Leers, tstoeckler, cburschka: FieldItemList::equals() doesn't work correctly for computed fields with custom storage
|
2017-11-13 15:52:15 +00:00 |
xjm
|
f03cb20eac
|
Issue #2921916 by spideep: Add Change record to @deprecated for function rightJoin
|
2017-11-13 10:18:21 -05:00 |
Nathaniel Catchpole
|
ffa979ba1c
|
Issue #2563069 by DuaelFr, ecarty, idebr: Unclosed conditional comments in html tag result in broken html head
|
2017-11-13 13:35:04 +00:00 |
Nathaniel Catchpole
|
623461231b
|
Issue #2685957 by neclimdul, mpp, pguillard, fomenkoandrey, alexpott, larowlan, pingwin4eg: Warning: mkdir(): File exists in Drupal\Component\PhpStorage\FileStorage->createDirectory
|
2017-11-13 13:17:07 +00:00 |
Nathaniel Catchpole
|
7206f5d9c9
|
Issue #2885309 by vaplas, drewklein, pk188, alexpott, Ayesh, arunkumark, andypost, klausi, xjm, mondrake: [PHP 7.2] each() function is deprecated
|
2017-11-13 11:20:57 +00:00 |
xjm
|
91e668f575
|
Issue #2572795 by mfernea, zaporylie, pfrenssen, andypost, attiks, alexpott, xjm, Mile23, catch, borisson_: Fix coding standard for closures - Drupal.WhiteSpace.ScopeClosingBrace and Generic.Functions.OpeningFunctionBraceKernighanRitchie
|
2017-11-10 05:35:50 -06:00 |
Nathaniel Catchpole
|
f1adffe2b4
|
Issue #2392845 by amateescu, nuez, seanB, Alumei, penyaskito, vprocessor, steveoliver, lokapujya, tim.plunkett, yched, Sam152, Wim Leers, jibran, kristiaanvandeneynde, Berdir, larowlan, hchonov, fago: Add a trait to standardize handling of computed item lists
|
2017-11-10 10:54:05 +00:00 |
xjm
|
6dc062eb45
|
Issue #2901562 by mfernea, Jo Fitzgerald, Yogesh Pawar, 3ssom, Mile23, borisson_: Fix 'Squiz.WhiteSpace.SuperfluousWhitespace' coding standard
|
2017-11-09 15:13:57 -06:00 |
xjm
|
edf57d8ab8
|
Revert "Issue #2572795 by mfernea, pfrenssen, attiks, andypost, alexpott, xjm, Mile23, catch, borisson_: Fix coding standard for closures - Drupal.WhiteSpace.ScopeClosingBrace and Generic.Functions.OpeningFunctionBraceKernighanRitchie"
This reverts commit c422bdfa53 .
|
2017-11-09 14:37:59 -06:00 |
xjm
|
c422bdfa53
|
Issue #2572795 by mfernea, pfrenssen, attiks, andypost, alexpott, xjm, Mile23, catch, borisson_: Fix coding standard for closures - Drupal.WhiteSpace.ScopeClosingBrace and Generic.Functions.OpeningFunctionBraceKernighanRitchie
|
2017-11-09 10:56:52 -06:00 |
Nathaniel Catchpole
|
75dcf9af44
|
Issue #2870194 by alexpott, Mile23, jibran, larowlan, tim.plunkett: Ensure that process-isolated tests can use Symfony's PHPunit bridge to catch usages of deprecated code
|
2017-11-09 12:51:06 +00:00 |
effulgentsia
|
b83782a74b
|
Issue #2920001 by Wim Leers, dawehner, borisson_, aheimlich, davidwbarratt: Add cacheable HTTP exceptions: Symfony HTTP exceptions + Drupal cacheability metadata
|
2017-11-08 19:31:27 -08:00 |
Nathaniel Catchpole
|
2c2e85c348
|
Issue #2695109 by dpi, willzyx, Sam152, dawehner: Cache bins are not deleted when the module that declares them is uninstalled
|
2017-11-06 12:22:32 +00:00 |
Lee Rowlands
|
c74c39e133
|
Issue #2871591 by tedbow, Wim Leers, dagmar, borisson_, amateescu, dawehner, damiankloip, tstoeckler, mradcliffe, larowlan: Allow ComplexData in TypedData to specify computed properties that should be exposed in normalization and other contexts
|
2017-11-06 09:14:37 +10:00 |
Nathaniel Catchpole
|
7f15792516
|
Issue #2913912 by alexpott, phenaproxima, dawehner, amateescu, catch: URL generator may have a stale route provider during module installation
|
2017-11-02 15:29:25 +00:00 |
xjm
|
9debb7d597
|
Issue #2902707 by Jo Fitzgerald, mpdonadio, Adita, gambry, JayKandari, jhedstrom, refman1073: Document magic methods in DateTimePlus and DrupalDateTime using phpDoc @method
|
2017-11-01 15:46:03 -05:00 |
Nathaniel Catchpole
|
b5e3cc53e9
|
Revert "Issue #2913912 by alexpott, phenaproxima: URL generator may have a stale route provider during module installation"
This reverts commit 391b71037b .
|
2017-11-01 14:15:16 +00:00 |
Gabor Hojtsy
|
61df34e066
|
Issue #2859304 by quietone, heddn, Jo Fitzgerald, maxocub, rivimey, phenaproxima, jhodgdon: Show field type migrations correctly in Migrate Drupal UI
|
2017-10-31 20:53:31 +01:00 |
Nathaniel Catchpole
|
391b71037b
|
Issue #2913912 by alexpott, phenaproxima: URL generator may have a stale route provider during module installation
|
2017-10-31 14:21:17 +00:00 |
xjm
|
1ebb2e1f32
|
Issue #2660124 by tim.plunkett, samuel.mortenson, phenaproxima, tstoeckler, yoroy, dead_arm, xjm, Manuel Garcia, EclipseGc, larowlan, DyanneNova, tedbow: Dynamically build layout icons based on well formed config
|
2017-10-30 15:46:59 -05:00 |
Lee Rowlands
|
c586b21786
|
Issue #2784443 by tedbow, Wim Leers, Cottser, tim.plunkett, droplet, drpal, nod_, lauriii: Move off-canvas functionality from Settings tray module into drupal.dialog.ajax library so that other modules can use it
|
2017-10-25 08:46:32 +10:00 |
Nathaniel Catchpole
|
1cbbff1503
|
Issue #2883680 by dawehner, Wim Leers, tim.plunkett, larowlan: Force all route filters and route enhancers to be non-lazy
|
2017-10-24 12:58:17 +01:00 |
Nathaniel Catchpole
|
5f158ec5bb
|
Issue #2909164 by drunken monkey, dawehner: Fatal error with stub container in DependencySerializationTrait::__wakeup()
|
2017-10-24 12:47:20 +01:00 |
Nathaniel Catchpole
|
66cbd7c9e5
|
Issue #2864995 by amateescu, Dinesh18, Sam152: Allow entity query to query the latest revision
|
2017-10-23 13:53:06 +01:00 |
Lee Rowlands
|
a13555adf6
|
Issue #2866666 by vaplas, Wim Leers, dawehner, gaurav.kapoor, pk188, tstoeckler, effulgentsia: Add proper access handlers for view and form displays
|
2017-10-19 08:37:34 +10:00 |
Alex Pott
|
15c029974f
|
Issue #2910081 by mpdonadio, neclimdul, gambry, jhedstrom, alexpott: DateTimePlus calls should be chainable
|
2017-10-18 10:49:20 +01:00 |
Alex Pott
|
fd8d98399a
|
Issue #2901722 by mfernea: Fix 'Squiz.Functions.FunctionDeclarationArgumentSpacing' coding standard
|
2017-10-16 18:19:44 +01:00 |
Nathaniel Catchpole
|
9500017a23
|
Issue #2578485 by Mile23, mayeco, TamCalderwood, alduya, Gravypower, Andy_D, alexpott, slde_rorschach: Composer::preAutoloadDump fails with no specified classmap
|
2017-10-16 13:06:39 +01:00 |
xjm
|
db5e8289f2
|
Issue #2572787 by alexpott, mfernea, attiks, andriyun, andypost, RoSk0, hussainweb, klausi, martin107: Fix 'Drupal.WhiteSpace.CloseBracketSpacing' coding standard
|
2017-10-13 12:43:15 -05:00 |
Nathaniel Catchpole
|
2fc85e7f0f
|
Issue #2901572 by Jo Fitzgerald, bluccas, mfernea, klausi: Fix 'Drupal.Commenting.PostStatementComment' coding standard
|
2017-10-13 13:43:02 +01:00 |
Nathaniel Catchpole
|
d26fe82972
|
Issue #2903551 by fazni, chenderson, valthebald, dawehner, joachim: Replace REQUEST_TIME with time service in cron service
|
2017-10-13 11:58:37 +01:00 |
Nathaniel Catchpole
|
ee0f806896
|
Issue #2873696 by nvexler, wengerk, gido, Jo Fitzgerald, xjm: Add @internal to core classes, methods, properties to Form Classes
|
2017-10-12 16:15:53 +01:00 |
Alex Pott
|
0c0c63e9af
|
Issue #2881348 by benjifisher, guncha25, Jo Fitzgerald, anya_m, Dinesh18, pritish.kumar, andypost, alexpott, James Nesbitt, larowlan, znerol, dawehner: SessionCacheContext calls getId() on null
|
2017-10-12 14:16:44 +01:00 |
Alex Pott
|
b85856f417
|
Issue #2909368 by mfernea, reflie, zaporylie: Fix 'Drupal.Commenting.VariableComment.InlineVariableName' coding standard
|
2017-10-12 11:31:03 +01:00 |
Gabor Hojtsy
|
a58ee8d676
|
Issue #2892377 by Wim Leers, Gábor Hojtsy: Document relationship of entities, entity revisions and entity translations
|
2017-10-12 12:03:55 +02:00 |
Gabor Hojtsy
|
8e883161f6
|
Issue #2914738 by _gradient_: Fix typo in MapperInterface::getInstance() description
|
2017-10-12 10:38:23 +02:00 |
Lee Rowlands
|
aaefc3f3c1
|
Issue #2770065 by joseph.olstad, joelpittet, dawehner, catch, willzyx: array_key_exists() micro-optimization
|
2017-10-12 15:41:37 +10:00 |
Alex Pott
|
5a8337cfd0
|
Issue #2914595 by _gradient_: \Drupal\Core\Theme\ThemeInitialization declares $moduleHandler dynamically
|
2017-10-11 12:46:33 +01:00 |
Nathaniel Catchpole
|
9188516f1b
|
Issue #2572699 by rajeshwari10, andriyun, mfernea, pashupathi nath gajawada, marvin_B8, attiks, andypost, alexpott: Fix 'Drupal.ControlStructures.InlineControlStructure' coding standard
|
2017-10-10 16:14:44 +01:00 |
Nathaniel Catchpole
|
64fa6ad712
|
Issue #2901744 by mfernea: Fix 'PSR2.Namespaces' coding standard
|
2017-10-10 16:09:51 +01:00 |
Nathaniel Catchpole
|
f659d6ca8e
|
Issue #2901726 by mfernea, gmario, finn.lewis, robertoperuzzo, rachel_norfolk: Fix 'Squiz.Functions.MultiLineFunctionDeclaration' coding standard
|
2017-10-10 15:43:06 +01:00 |
Gabor Hojtsy
|
0bbac0e12a
|
Issue #2851468 by tameeshb, dhirendra.mishra, alexpott, joelpittet: Wrong usage of file_prepare_directory in hook_install documentation
|
2017-10-10 11:12:24 +02:00 |
Gabor Hojtsy
|
0d239c45bc
|
Issue #2877480 by Yogesh Pawar, hardik.p, eojthebrave, Cyberschorsch: Update #cache example code on Render API overview to use Node::getCacheTags instead of hard coding
|
2017-10-09 18:50:18 +02:00 |
Nathaniel Catchpole
|
e00e9cbb8c
|
Issue #2907282 by BramDriesen, joachim: EntityTypeBundleInfoInterface::getBundleInfo() param should say 'ID'
|
2017-10-06 14:56:58 +01:00 |
Nathaniel Catchpole
|
9835299452
|
Issue #2759757 by gambry, claudiu.cristea, heldercor, dawehner, -enzo-, TimRutherford, amateescu, joachim: EntityQuery wrong SQL with two reference fields conditions targetting same entity type
|
2017-10-06 13:00:11 +01:00 |
Nathaniel Catchpole
|
50ab19584f
|
Issue #2830094 by mpdonadio, Yogesh Pawar, arunkumark, jhedstrom, larowlan, alexpott: Deprecate and remove usages of datetime_date_default_time()
|
2017-10-05 14:34:14 +01:00 |
Nathaniel Catchpole
|
251698bd37
|
Issue #2913445 by Ashley George: Incorrect description of cache invalidation tags
|
2017-10-04 15:57:24 +01:00 |
Nathaniel Catchpole
|
12a28a5eba
|
Issue #2901943 by amateescu, Berdir: Content entity form validation does not respect the #limit_validation_errors property from field widgets
|
2017-10-03 11:33:11 +01:00 |
Alex Pott
|
1188f1c144
|
Issue #2876725 by Eric_A, pk188, Mixologic: Fix trivial core component composer bugs before 8.4.0
|
2017-10-01 12:19:06 +02:00 |
webchick
|
210ca8a14c
|
Issue #2912333 by vijaycs85, gilesmc, phenaproxima: Revision log field doesn't appear under 'Revision Information' tab
|
2017-09-29 18:21:23 +02:00 |
Nathaniel Catchpole
|
2df0fc02ef
|
Issue #2850085 by maxocub, heddn, Jo Fitzgerald, Gábor Hojtsy, catch, larowlan, mikeryan: Redirects for translation set migration path in Drupal 6 and 7
|
2017-09-29 16:27:59 +01:00 |
Lauri Eskola
|
df0b92d351
|
Issue #2912636 by wengerk, valthebald, gido: Add @internal to schemaDefinition() methods
|
2017-09-29 16:41:41 +03:00 |
Nathaniel Catchpole
|
57762d192d
|
Issue #2783615 by k4v, Dom., dawehner: Datetime FAPI element type do not allow AJAX via #ajax API
|
2017-09-26 13:13:58 +01:00 |
Nathaniel Catchpole
|
6487eda3f8
|
Issue #2907654 by joelpittet, amateescu, Patrick R., mikran, alisonjo2786: Orphaned menu routes breaking site installs and module uninstalls
|
2017-09-25 14:32:51 +01:00 |
Nathaniel Catchpole
|
cfb2af03b8
|
Issue #2901790 by mfernea: Fix 'PEAR.Functions.ValidDefaultValue' coding standard
|
2017-09-25 14:19:07 +01:00 |
Nathaniel Catchpole
|
2e18fe9373
|
Issue #2715485 by harsha012, mfernea, malavya, himanshu-dixit, vprocessor, tameeshb, Mile23, RajeevK, Jo Fitzgerald, tiago.urbano, xjm, klausi: Fix 'Drupal.Commenting.InlineComment.NoSpaceBefore' coding standard
|
2017-09-25 14:14:30 +01:00 |
Nathaniel Catchpole
|
3bc858ecf5
|
Issue #2782833 by Mile23, martin107, larowlan, effulgentsia: Remove usages of deprecated EntityManager from Entity class
|
2017-09-25 13:21:07 +01:00 |
Lee Rowlands
|
63a95d5824
|
Issue #2909425 by jibran: Add the $field_storage parameter to Tables::addNextBaseTable
|
2017-09-23 08:07:51 +10:00 |
Nathaniel Catchpole
|
4e2d3ba4c8
|
Issue #2909952 by edwardaa: Flood MemoryBackend::isAllowed() throws exception: 'Undefined index: xxx'
|
2017-09-22 13:50:28 +01:00 |
Nathaniel Catchpole
|
4577185c9b
|
Issue #2572791 by Mile23, andriyun, attiks, RoSk0: Fix 'Drupal.WhiteSpace.OpenBracketSpacing' coding standard
|
2017-09-22 12:16:23 +01:00 |
Nathaniel Catchpole
|
fbb8a06f91
|
Issue #2909349 by claudiu.cristea, Wim Leers: UrlHelper::parse() is wrong with absolute URLs having fragment but not query
|
2017-09-21 13:28:27 +01:00 |
Lee Rowlands
|
dff09a9d5c
|
Issue #2905527 by EclipseGc, amateescu, tim.plunkett, larowlan: Introduce a sample value entity method to ease plugin filtering via context
|
2017-09-21 07:36:14 +10:00 |
xjm
|
b62515363c
|
Issue #2908605 by jibran, jhedstrom, xjm, amateescu: Pass field storage to Tables::addNextBaseField()
|
2017-09-19 06:40:53 -05:00 |
Nathaniel Catchpole
|
d79a838e14
|
Issue #2791269 by amateescu, Peacog, drumm, Berdir: Allow saving pre-existing references to inaccessible items
|
2017-09-18 12:45:49 +01:00 |
xjm
|
465348f98d
|
Issue #2759789 by mfernea, Mile23, andriyun, dawehner, klausi: Fix 'Drupal.Semantics.FunctionAlias' coding standard
|
2017-09-17 16:58:08 -05:00 |
xjm
|
2242f4ad9e
|
Issue #2901785 by mfernea, xjm, andriyun: Fix 'Generic.Formatting.SpaceAfterCast' coding standard
|
2017-09-17 16:38:34 -05:00 |
xjm
|
cc30270e9a
|
Revert "Revert "Revert "Issue #2715485 by harsha012, malavya, himanshu-dixit, mfernea, vprocessor, tameeshb, Mile23, Jo Fitzgerald, klausi, xjm: Fix 'Drupal.Commenting.InlineComment.NoSpaceBefore' coding standard"""
This reverts commit b06757615a .
|
2017-09-16 14:24:44 -05:00 |
xjm
|
b06757615a
|
Revert "Revert "Issue #2715485 by harsha012, malavya, himanshu-dixit, mfernea, vprocessor, tameeshb, Mile23, Jo Fitzgerald, klausi, xjm: Fix 'Drupal.Commenting.InlineComment.NoSpaceBefore' coding standard""
This reverts commit 964954e1f3 .
|
2017-09-16 12:02:55 -05:00 |
xjm
|
964954e1f3
|
Revert "Issue #2715485 by harsha012, malavya, himanshu-dixit, mfernea, vprocessor, tameeshb, Mile23, Jo Fitzgerald, klausi, xjm: Fix 'Drupal.Commenting.InlineComment.NoSpaceBefore' coding standard"
This reverts commit 2df73e2c00 .
|
2017-09-16 12:02:42 -05:00 |
xjm
|
2df73e2c00
|
Issue #2715485 by harsha012, malavya, himanshu-dixit, mfernea, vprocessor, tameeshb, Mile23, Jo Fitzgerald, klausi, xjm: Fix 'Drupal.Commenting.InlineComment.NoSpaceBefore' coding standard
|
2017-09-16 11:19:25 -05:00 |
xjm
|
fdf6bf90f3
|
Issue #2863750 by adriancid, tstoeckler: Add inheritdoc function doc comment to schema classes
|
2017-09-15 23:32:45 -05:00 |
xjm
|
44a5c4cbe0
|
Issue #2901739 by andriyun, Jo Fitzgerald, mfernea, xjm: Fix 'Squiz.Arrays.ArrayDeclaration' coding standard
|
2017-09-15 16:52:14 -05:00 |
Nathaniel Catchpole
|
7e427d5c5e
|
Issue #2391829 by amateescu, cilefen, Berdir, yched, fago: ContentUninstallValidator relies on the not required ContentEntityStorage::hasData() method
|
2017-09-15 12:20:32 +01:00 |
Nathaniel Catchpole
|
f39127cef8
|
Issue #2901718 by mfernea: Fix 'Squiz.ControlStructures.ForEachLoopDeclaration' coding standard
|
2017-09-14 14:50:30 +01:00 |
Lee Rowlands
|
2e3db91553
|
Issue #2892304 by Manuel Garcia, amateescu: Introduce footer region to ContentEntityForm
|
2017-09-13 07:29:59 +10:00 |
Nathaniel Catchpole
|
73347e1c7e
|
Issue #2722699 by anoopjohn, mfernea, Mile23, martin107: Fix Drupal.Commenting.FunctionComment.InvalidReturnNotVoid
|
2017-09-12 10:50:56 +01:00 |
Nathaniel Catchpole
|
a05469232d
|
Issue #1381140 by Lendude, himanshu-dixit, tameeshb, babruix, IRuslan, sun, blazey, esoteric1, mkalkbrenner, ceardach, dcam, bapi_22, dan2k3k4, tim.plunkett, Pavan B S, tanmayk, lomasr, xjm, andypost: A #default_value = 0 for #type radios checks all radios
|
2017-09-12 10:46:29 +01:00 |
Nathaniel Catchpole
|
9b674084d3
|
Issue #2526150 by catch, Wim Leers, Denchev, hussainweb, dawehner, mpdonadio, borisson_, fgm, olli, alexpott, vaplas, flocondetoile, Berdir, Fabianx, cilefen: Database cache bins allow unlimited growth: cache DB tables of gigabytes!
|
2017-09-12 09:22:02 +01:00 |
Nathaniel Catchpole
|
a338aac96a
|
Issue #2905641 by klabowterman: Wrong unit given in documentation for parameter delay in LockBackendInterface::wait
|
2017-09-11 13:54:40 +01:00 |
Nathaniel Catchpole
|
e630c782ad
|
Issue #2572631 by ZeiP, Mile23, mfernea, pk188, dimaro, kporras07, attiks, klausi, dawehner: Fix 'Drupal.Classes.InterfaceName' coding standard
|
2017-09-11 13:41:10 +01:00 |
Nathaniel Catchpole
|
4207b307d3
|
Issue #2901727 by iainp999, mfernea: Fix 'Drupal.Methods.MethodDeclaration' coding standard
|
2017-09-06 10:34:51 +01:00 |
Nathaniel Catchpole
|
38ac1327a1
|
Issue #2901791 by mfernea: Fix 'Squiz.ControlStructures.ForLoopDeclaration' coding standard
|
2017-09-06 10:33:19 +01:00 |
Nathaniel Catchpole
|
32879bbbb6
|
Issue #2901779 by mfernea, ccjjmartin: Fix 'Generic.PHP.LowerCaseKeyword' coding standard
|
2017-09-06 10:12:39 +01:00 |
Nathaniel Catchpole
|
69edc2a364
|
Issue #2903908 by mfernea, martin107: Fix 'Drupal.Commenting.FunctionComment.ParamCommentIndentation' coding standard
|
2017-09-05 14:19:41 +01:00 |
Nathaniel Catchpole
|
cb9b6d420f
|
Issue #2722609 by anoopjohn, mfernea, Jo Fitzgerald, chishah92, druprad, martin107, Mile23: Fix Drupal.Commenting.FunctionComment.ParamNameNoMatch
|
2017-09-04 18:30:59 +01:00 |
Nathaniel Catchpole
|
4f24c9169b
|
Issue #2734345 by danmuzyka, hchonov, Jo Fitzgerald, GoZ, kristiaanvandeneynde, Berdir, alexpott: Comments: entity_id base field not overridden correctly in comment bundle field definitions for comment bundles attached to different entity target_type
|
2017-09-04 13:31:56 +01:00 |
Lee Rowlands
|
48a8e5307f
|
Issue #2278383 by dawehner, Xano, kim.pepper, twistor, jibran, Jo Fitzgerald, joelpittet, pritish.kumar, Fabianx, Crell, larowlan, alexpott, catch, Wim Leers: Create an injectible service for drupal_set_message()
|
2017-09-01 19:02:44 +10:00 |
Lee Rowlands
|
7204a00a1b
|
Issue #2870009 by Lendude, dawehner: Update: Convert system functional tests to phpunit
|
2017-08-26 07:19:57 +10:00 |
Chris McCafferty
|
270628aa1d
|
Revert "Issue #2526150 by catch, Wim Leers, Denchev, hussainweb, dawehner, mpdonadio, borisson_, fgm, olli, alexpott, flocondetoile, Berdir, Fabianx: Database cache bins allow unlimited growth: cache DB tables of gigabytes!"
This reverts commit 1a71b1a949 .
|
2017-08-25 11:07:27 -04:00 |
Lee Rowlands
|
401bd662cb
|
Issue #2767857 by Berdir, tstoeckler: Add destination to edit, delete, enable, disable links in entity list builders
|
2017-08-25 16:19:13 +10:00 |
Nathaniel Catchpole
|
1a71b1a949
|
Issue #2526150 by catch, Wim Leers, Denchev, hussainweb, dawehner, mpdonadio, borisson_, fgm, olli, alexpott, flocondetoile, Berdir, Fabianx: Database cache bins allow unlimited growth: cache DB tables of gigabytes!
|
2017-08-25 12:11:49 +09:00 |
Nathaniel Catchpole
|
92cbc4cfc8
|
Issue #2803893 by mfernea: Fix 'Drupal.Commenting.FunctionComment.ParamTypeSpaces' coding standard
|
2017-08-23 12:58:15 +09:00 |
Lee Rowlands
|
eb596f2961
|
Issue #2894422 by dpagini: AccessResult::forbiddenIf reason
|
2017-08-22 18:07:40 +10:00 |
Nathaniel Catchpole
|
98c68fdbfd
|
Issue #2803891 by Jo Fitzgerald, pfrenssen, mfernea, gaurav.kapoor: Fix 'Drupal.Commenting.FunctionComment.ReturnTypeSpaces' coding standard
|
2017-08-22 16:16:08 +09:00 |
Nathaniel Catchpole
|
64ffc1ff4d
|
Issue #2902726 by mfernea, martin107: Fix 'Drupal.Commenting.FunctionComment.ParamCommentNotCapital' coding standard
|
2017-08-21 19:56:09 +09:00 |
Nathaniel Catchpole
|
6691587aa9
|
Revert "Issue #2902896 by quocnht, joachim: Replace REQUEST_TIME with time service in ChangedItem"
This reverts commit eb0da10e3e .
|
2017-08-21 19:48:37 +09:00 |
Nathaniel Catchpole
|
c8392465c3
|
Issue #2902529 by mfernea: Fix 'Drupal.WhiteSpace.EmptyLines' coding standard
|
2017-08-21 14:04:51 +09:00 |
Nathaniel Catchpole
|
ebc6484967
|
Issue #2902717 by mfernea: Fix 'Drupal.Formatting.MultiLineAssignment' coding standard
|
2017-08-21 14:03:04 +09:00 |
Nathaniel Catchpole
|
02a8ccbdcb
|
Issue #2902406 by mfernea: Fix 'Drupal.Classes.UseLeadingBackslash' coding standard
|
2017-08-21 14:01:00 +09:00 |
Nathaniel Catchpole
|
45524a7dfb
|
Issue #2903331 by mfernea: Fix 'Drupal.NamingConventions.ValidVariableName.LowerStart' coding standard
|
2017-08-21 13:51:42 +09:00 |
Nathaniel Catchpole
|
eb0da10e3e
|
Issue #2902896 by quocnht, joachim: Replace REQUEST_TIME with time service in ChangedItem
|
2017-08-21 13:47:05 +09:00 |
Nathaniel Catchpole
|
a0bb5da1bc
|
Issue #2901665 by mfernea: Fix 'Drupal.Commenting.FunctionComment.ParamCommentNewLine' coding standard
|
2017-08-21 13:40:56 +09:00 |
Nathaniel Catchpole
|
1f191080c1
|
Issue #2902723 by mfernea, ccjjmartin: Fix 'Drupal.Commenting.FunctionComment.ReturnCommentIndentation' coding standard
|
2017-08-21 13:39:47 +09:00 |
Nathaniel Catchpole
|
8ec06ce9a6
|
Issue #2901851 by maxocub: Replace the static map in the d7_field migration by field plugins
|
2017-08-21 10:55:27 +09:00 |
Nathaniel Catchpole
|
9a666c18b7
|
Issue #2899014 by drunken monkey, Dinesh18, tstoeckler: Config entity query IS NOT NULL conditions trigger warnings for non-scalar values
|
2017-08-18 15:29:04 +09:00 |
xjm
|
11ef44a7f7
|
SA-CORE-2017-004 by arshadcn, amateescu, Wim Leers, Berdir, Lendude, dawehner, klausi, pwolanin, xjm, mpdonadio, mlhess, larowlan, milesw
(cherry picked from commit 65cef2e9f5 )
|
2017-08-16 12:41:33 -05:00 |
Lauri Eskola
|
cff5bad8fb
|
Issue #2893586 by Manuel Garcia, amateescu, vijaycs85, dawehner: Add #optional support to the Container render element
|
2017-08-16 07:36:47 +03:00 |
Nathaniel Catchpole
|
aefb4a2f45
|
Issue #2738563 by andypost, Wim Leers: HeadersCacheContext needs test coverage
|
2017-08-15 17:33:57 +09:00 |
Nathaniel Catchpole
|
7d1c57aada
|
Issue #2787873 by claudiu.cristea, jibran, amateescu, catch, dawehner, cilefen, xjm, larowlan, vaplas: Add a base class for entity reference selection handlers and fix the structure of their configuration
|
2017-08-15 14:12:50 +09:00 |
Nathaniel Catchpole
|
88d1f67ece
|
Issue #2896845 by amateescu, pk188, plach, timmillwood, Sam152: Provide the 'revision_translation_affected' base field by default for all revisionable and translatable entity types
|
2017-08-14 10:46:10 +09:00 |
Nathaniel Catchpole
|
82f1a1ca6c
|
Issue #2848775 by Sam152, eyilmaz, D34dMan, DuneBL, huzooka: BaseFieldOverride entities created by content_translation break content_moderation because they don't support computed fields
|
2017-08-14 10:38:26 +09:00 |
Nathaniel Catchpole
|
5ba1f0e147
|
Issue #2650434 by vijaycs85, anemes, duozersk, andypost, eiriksm, TwoD, chipway, pguillard, dawehner, tstoeckler, vaplas, robert-os, Yogesh Pawar, davidraijmakers: Clearing cache via UI in translated language resets config translation of field labels to default language
|
2017-08-11 15:15:25 +09:00 |
xjm
|
87c8af27cd
|
Issue #2887080 by edwardaa: Fix FieldItemInterface doc's parameter type and return type
|
2017-08-07 12:48:49 -05:00 |
Nathaniel Catchpole
|
3fd781f158
|
Issue #2889814 by mpdonadio: DateTimePlus doesn't apply the correct time zone when converting a string with an offset
|
2017-08-05 10:37:56 +09:00 |
Lauri Eskola
|
40f9a70441
|
Issue #2882784 by harsha012, douggreen, joelpittet: Fix ThemeHandlerInterface::setDefault() deprecation code example in header comment
|
2017-08-04 12:33:53 +03:00 |
xjm
|
d317372e63
|
Issue #2899082 by tim.plunkett: ElementInfoManagerInterface must extend DiscoveryInterface
|
2017-08-01 20:43:22 -05:00 |
xjm
|
f9e40fa790
|
Issue #2834025 by tim.plunkett, Manuel Garcia, swentel, japerry: Mark Layout Discovery as a stable module
|
2017-08-01 05:01:06 -05:00 |
Nathaniel Catchpole
|
a50adc9f18
|
Issue #2867325 by tstoeckler: SqlContentEntityStorageSchema needlessly fetches storage definitions it already has
|
2017-07-31 16:53:52 +09:00 |
Nathaniel Catchpole
|
38fd4cebd1
|
Issue #2879512 by bkosborne: Path aliases can be forgotten after a cache rebuild due to race condition in CacheCollector
|
2017-07-31 13:31:55 +09:00 |
Lee Rowlands
|
04d69926b4
|
Issue #1986606 by jibran, pcambra, vijaycs85, dawehner, andypost, mbovan, Arla, adnen, vprocessor, tkuldeep17, xjm, kim.pepper, dobe, snig, larowlan, miro_dietiker, tim.plunkett, Berdir, Lendude, plach, olli, damiankloip: Convert the comments administration screen to a view
|
2017-07-29 16:55:37 +10:00 |
xjm
|
bcc7d03859
|
Drupal 8.5.x-dev
|
2017-07-28 13:27:53 -05:00 |
Lee Rowlands
|
4f1d0f7f41
|
Issue #2820416 by arunkumark, tameeshb, jungle, ZeiP, Dinesh18, gianani, pk188, joachim, xjm: inaccurate description for EntityTypeManager::getHandler()
|
2017-07-26 09:40:27 +10:00 |
Lee Rowlands
|
9868bf9c70
|
Issue #2847651 by murrow, rachel_norfolk, john@johncook.me.uk, mpdonadio, BarisW, droplet, tstoeckler, andrewmacpherson, prabhu9484, ok_lyndsey, benjifisher, yoroy, lauriii, martin107: Improve timezones selector with optgroups
|
2017-07-22 15:06:54 +10:00 |
Nathaniel Catchpole
|
db4cb40e13
|
Issue #2860654 by amateescu: Field storage CRUD operations must use the last installed entity type and field storage definitions
|
2017-07-20 16:10:48 +01:00 |
Nathaniel Catchpole
|
75e86c97db
|
Issue #2541228 by amateescu, g089h515r806, Berdir, pawel_r: FieldConfigBase::setPropertyConstraints() and addPropertyConstraints() are broken
|
2017-07-17 17:11:35 +01:00 |
Lee Rowlands
|
5ea0e3ae8d
|
Issue #2894634 by amateescu: Allow entity-level validations to flag errors on form elements
|
2017-07-15 18:09:13 +10:00 |
Gabor Hojtsy
|
fb746e5f1e
|
Issue #2867882 by vegantriathlete, Dinesh18, naveenvalecha, Gábor Hojtsy, Berdir: Expand @deprecated docblocks in EntityManager.php
|
2017-07-04 13:08:08 +02:00 |
Lauri Eskola
|
7f27bbaba1
|
Issue #2704871 by pepegarciag, Mile23, Manuel Garcia, ieguskiza, snehi, gaurav.pahuja, dimaro, rajeshwari10, gargsuchi, pashupathi nath gajawada, penyaskito, xjm, ZeiP, Wim Leers, alexpott: Replace usages of deprecated method drupal_render()
|
2017-07-03 18:35:13 +03:00 |
Chris McCafferty
|
4a629e32df
|
Issue #1286154 by mcdruid, cosmicdreams, das-peter, Cameron Tod, heddn, xjm, catch, tstoeckler, David_Rothstein, anavarre, tim.plunkett, naveenvalecha, dawehner: Allow custom default form cache expiration/lifetime
|
2017-07-01 15:00:47 -04:00 |
Nathaniel Catchpole
|
1023ddaffa
|
Issue #2854732 by amateescu, jibran, tstoeckler: Use initial values for content translation metadata fields and fix existing data
|
2017-06-29 13:52:17 +01:00 |
Nathaniel Catchpole
|
8a016678c7
|
Issue #2679008 by webflo, stBorchert, clemens.tolboom, gilesmc, dawehner: Module weight is not taken into account after module installation
|
2017-06-29 13:02:56 +01:00 |
Nathaniel Catchpole
|
31a3fe830c
|
Issue #2694535 by WidgetsBurritos, samuel.mortenson, Manuel Garcia, idebr, tstoeckler, metzlerd, larowlan: Support rect property and nested render arrays in html_tag for dynamic SVGs
|
2017-06-29 12:52:16 +01:00 |
Lee Rowlands
|
2e9f821587
|
Issue #2594553 by gambry, arshadcn, Sagar Ramgade, Yogesh Pawar, garnett2125, larowlan, lauriii: Add #maxlength to textarea in Form API
|
2017-06-24 17:50:06 +10:00 |
Lee Rowlands
|
04573c0632
|
Issue #2705037 by jhedstrom, Dinesh18, dawehner, Wim Leers, larowlan: Asset library DX: Non-helpful fatal error if CSS isn't nested under an existing category
|
2017-06-24 17:03:49 +10:00 |
Lee Rowlands
|
9eec58d248
|
Issue #2764267 by alexpott, Mile23, wengerk, Yogesh Pawar: preAutoloadDump use config composer to determine vendor directory instead of hardcoding
|
2017-06-24 16:54:52 +10:00 |
Chris McCafferty
|
e204c2226b
|
Issue #2769841 by edgewl2, alexpott, heddn: Prefer caret over tilde in composer.json
|
2017-06-23 13:44:41 -04:00 |
Chris McCafferty
|
c732355412
|
SA-CORE-2017-003 by Berdir, David_Rothstein, Wim Leers, alexpott, catch, cilefen, larowlan, mlhess, pwolanin, quicksketch, samuel.mortenson, smaz, stefan.r, xjm
|
2017-06-21 16:11:36 -04:00 |
xjm
|
1239197d6a
|
Issue #2887179 by pasan.gamage, jibran, xjm, larowlan: Fix the typehinting in CurrentPathStack
|
2017-06-19 09:48:36 -04:00 |
Chris McCafferty
|
1d22a7bfbb
|
Revert "Issue #2769841 by edgewl2, alexpott, heddn: Prefer caret over tilde in composer.json"
This reverts commit 7c48639922 .
|
2017-06-17 12:55:00 -04:00 |
Nathaniel Catchpole
|
c53b322847
|
Issue #2068063 by timmillwood, Berdir, tduong, Manuel Garcia, nlisgo, yongt9412, esod, lauriii, jonathan1055, vijaycs85, yoroy, amit.drupal, tkoleary, ifrik, Bojhan, xjm, tstoeckler, amateescu: Change "Save and keep un-/published" buttons to a "Published" checkbox and an included "Save" button
|
2017-06-15 13:02:05 +01:00 |
Gabor Hojtsy
|
19854be65f
|
Issue #2873825 by josephcheek: Add Change record to @deprecated in SafeMarkup
|
2017-06-15 10:21:47 +02:00 |
Gabor Hojtsy
|
23ec4d593a
|
Issue #2868759 by dpagini: ConditionInterface::conditionGroupFactory API documentation typo AND/OR
|
2017-06-15 09:59:24 +02:00 |
Gabor Hojtsy
|
e3979f2aa3
|
Issue #2885522 by kiamlaluno: ModuleHandler::loadInclude() example contains a syntax error
|
2017-06-15 09:39:32 +02:00 |
Nathaniel Catchpole
|
985c26a354
|
Issue #2873780 by eheller, sorabh.v6: Add Change record to @deprecated for EntityForm
|
2017-06-14 17:15:48 +01:00 |
Nathaniel Catchpole
|
220f5d9cc0
|
Issue #2873811 by josephcheek: Add Change record to @deprecated in ActiveTheme
|
2017-06-14 16:58:49 +01:00 |
Nathaniel Catchpole
|
314e446463
|
Issue #2873806 by jbaxton, josephcheek: Add Change record to @deprecated for LinkGeneratorTrait
|
2017-06-14 16:57:14 +01:00 |
Nathaniel Catchpole
|
18cffdcd31
|
Issue #2805993 by blazey, tom_ek, alexpott, Wim Leers, Lund, Virbius: Provide base class for actions that update a field on an entity
|
2017-06-14 14:28:37 +01:00 |
Gabor Hojtsy
|
c3f81d18d6
|
Issue #2883699 by prajaankit, ahmad.h.khalil, cilefen: hook_theme_suggestions_HOOK() is not clear enough about what should be returned
|
2017-06-13 17:10:50 +02:00 |
Gabor Hojtsy
|
67f58f64ab
|
Issue #2884769 by tim.plunkett, larowlan, tedbow: \Drupal\Core\Block\BlockManager::getGroupedDefinitions() triggers a notice on every call
|
2017-06-13 16:35:19 +02:00 |
Nathaniel Catchpole
|
7c48639922
|
Issue #2769841 by edgewl2, alexpott, heddn: Prefer caret over tilde in composer.json
|
2017-06-12 12:11:06 +01:00 |
Nathaniel Catchpole
|
6702a79ae5
|
Issue #2346019 by amateescu, tstoeckler, jibran, plach, Berdir, larowlan: Handle initial values when creating a new field storage definition
|
2017-06-12 10:08:36 +01:00 |
Gabor Hojtsy
|
e798a834f6
|
Issue #2883646 by shashikant_chauhan, Dinesh18: Fix incorrect mention of getBaseInfo() on BaseFormIdInterface to getBuildInfo()
|
2017-06-12 10:24:29 +02:00 |
Nathaniel Catchpole
|
a75874bb6e
|
Issue #2884223 by kiamlaluno, Dinesh18: In \Drupal\Core\State\State, parent::delete($key) is called twice
|
2017-06-09 12:48:58 +01:00 |
Nathaniel Catchpole
|
fde3369b6c
|
Issue #2486019 by mpdonadio, pfrenssen, webflo, michielnugter, maris.abols, ivanjaros, hauruck, MickeA, Jo Fitzgerald, mian3010, iMiksu: Wrong validation messages in Datelist::validateDatelist()
|
2017-06-07 15:25:41 +01:00 |
Nathaniel Catchpole
|
b7d593bb6f
|
Issue #2878483 by dawehner, Berdir, kalpaitch: loadEntityByUuid() should skip access checks
|
2017-06-02 14:19:29 +01:00 |
effulgentsia
|
ea67660bde
|
Issue #2472337 by damiankloip, alexpott, Jo Fitzgerald, dawehner, bojanz, Wim Leers: Provide a lazy alternative to service collectors which just detects service IDs
|
2017-06-01 09:40:38 -07:00 |
Gabor Hojtsy
|
1421285e92
|
Issue #2881884 by pk188, Devaraj johnson, vijaycs85, dawehner: Docblock of configFactory property in ControllerBase is wrong
|
2017-05-30 14:19:56 +02:00 |
Gabor Hojtsy
|
40e14fc215
|
Issue #808416 by lostchord, daniels220, gaurav.kapoor, jp.stacey, JacobSanford, er.pushpinderrana, jhodgdon, oriol_e9g, kiwimind, Dries: Document that clock drift will cause lock system to fail
|
2017-05-30 11:33:02 +02:00 |
Chris McCafferty
|
d5d37e0649
|
Revert "Issue #2787873 by claudiu.cristea, amateescu, jibran, dawehner, catch: Add a base class for entity reference selection handlers and fix the structure of their configuration"
This reverts commit b0900c73b1 .
|
2017-05-27 20:49:12 -04:00 |
Alex Pott
|
032ad72b49
|
Issue #2879918 by _Archy_, amateescu, Sam152, grathbone: Send entity to selection handler on validate
|
2017-05-26 17:00:23 +01:00 |
Alex Pott
|
daea0bf714
|
Issue #2864020 by Maouna, amateescu, alexpott: Entity autocomplete displays default value's entity labels only in the default entity language
|
2017-05-26 15:38:43 +01:00 |
Alex Pott
|
d5ea612975
|
Issue #2880645 by Gun5m0k3: Incorrect cache class in DefaultPluginManager
|
2017-05-25 10:12:36 +01:00 |
Nathaniel Catchpole
|
b0900c73b1
|
Issue #2787873 by claudiu.cristea, amateescu, jibran, dawehner, catch: Add a base class for entity reference selection handlers and fix the structure of their configuration
|
2017-05-24 13:15:19 +01:00 |
Alex Pott
|
b9c288ba3e
|
Issue #2843767 by arshadcn, Wim Leers, tstoeckler: EntityResource: Provide comprehensive test coverage for BaseFieldOverride entity + add missing access control handler
|
2017-05-23 15:38:02 +01:00 |
Alex Pott
|
d75c6196f7
|
Issue #2880480 by er.pushpinderrana, joachim: ObjectWithPluginCollectionInterface::getPluginCollections() shouldn't mention entities
|
2017-05-23 11:33:23 +01:00 |
Alex Pott
|
a83586c30b
|
Issue #2596597 by hchonov, sardara, claudiu.cristea, pfrenssen: [regression] Soft reload does not clean up user inputs like in D7 (Firefox only)
|
2017-05-22 21:13:21 +01:00 |
Alex Pott
|
84233bab05
|
Issue #2875443 by pankajsachdeva, pritish.kumar, brentgees: Remove D7 links from D8 Render API documentation
|
2017-05-22 12:28:44 +01:00 |
Nathaniel Catchpole
|
7d0a226b6a
|
Issue #2873832 by josephcheek: Add Change record to @deprecated in EntityInterface
|
2017-05-16 12:32:15 +01:00 |
Alex Pott
|
3f0106203e
|
Issue #2877259 by pfrenssen: Remove outdated remark in documentation of ContextDefinition
|
2017-05-15 22:26:40 +01:00 |
Nathaniel Catchpole
|
6b489d5d3e
|
Issue #2853509 by alexpott, xjm, nod_, dmsmidt, dawehner, catch, graber: Don't render status messages if there are no messages but also include their assets if there might be
|
2017-05-15 15:50:54 +01:00 |
Alex Pott
|
4398109471
|
Issue #2293697 by Wim Leers, dawehner, Jo Fitzgerald, clemens.tolboom, vedpareek, tedbow, Munavijayalakshmi, hchonov, alexpott, effulgentsia, tstoeckler, Crell, klausi, EclipseGc: EntityResource POST routes all use the confusing default: use entity types' https://www.drupal.org/link-relations/create link template if available
|
2017-05-15 13:05:40 +01:00 |
Gabor Hojtsy
|
582208f0d2
|
Issue #2876428 by hardik.p, joachim, c.nish2k3: Documentation for LocalTaskManager::getLocalTasks() is incorrect
|
2017-05-12 12:36:38 +02:00 |
Alex Pott
|
780a770ded
|
Issue #2403703 by claudiu.cristea, pritish.kumar, larowlan, alexpott, jibran, pwolanin, dawehner, Berdir: Allow field types to enforce the cardinality
|
2017-05-12 11:14:25 +01:00 |
Alex Pott
|
a9fe99c7cb
|
Issue #2869809 by dawehner, effulgentsia, tim.plunkett, tstoeckler: Make it easy to get typed config representations of entities
|
2017-05-12 10:18:38 +01:00 |
Nathaniel Catchpole
|
1228959c51
|
Issue #2302137 by alexpott, dawehner, pwolanin, xjm, kgoel, catch: Improve performance when menu link value matches with the original value
|
2017-05-11 20:07:18 +01:00 |
Alex Pott
|
b7eb07e281
|
Issue #2870878 by dawehner, Wim Leers, tstoeckler, kristiaanvandeneynde: Add config validation for UUIDs
|
2017-05-10 10:05:26 +01:00 |
Alex Pott
|
02d56af38e
|
Issue #1827854 by jamesrward, dman, superspring, joseph.olstad, legolasbo, anrikun, bceyssens, mdeletter, Damien Tournoud: W3C HTML5 Validation error with PHP array-based query-strings built with url() containing [ ] characters (eg views filters)
|
2017-05-09 18:37:14 +01:00 |
Nathaniel Catchpole
|
83741b3ab4
|
Issue #2859704 by alexpott, tacituseu, xjm, vaplas, mpdonadio, catch, Mixologic: Intermittent segfaults on DrupalCI (some did
|
2017-05-09 10:48:39 +01:00 |
xjm
|
6f7c56cf2f
|
Revert "Issue #2853509 by alexpott: Don't render status messages if there are no messages"
This reverts commit 78ca56777f .
|
2017-05-08 23:14:45 -05:00 |
Nathaniel Catchpole
|
f156c3d1b0
|
Issue #2872276 by damiankloip, dawehner: Database lock backend should normalize the lock name
|
2017-05-08 16:52:14 +01:00 |
Nathaniel Catchpole
|
e63e65fa37
|
Issue #2488860 by alexpott, dawehner, catch, Mile23, jgeryk, claudiu.cristea, daffie, jibran: Bring phpunit bridge into drupal and use it for unit tests and simpletest to handle Deprecation
|
2017-05-03 12:33:31 +01:00 |
Nathaniel Catchpole
|
e1e1e6fdeb
|
Issue #2844874 by jp.stacey: Improve documentation for ChainedFastBackendFactory
|
2017-05-02 11:38:18 +01:00 |
Nathaniel Catchpole
|
494271d030
|
Issue #2712647 by slasher13, klausi, catch, jibran, Manuel Garcia, alexpott, mpdonadio, naveenvalecha, neclimdul, timmillwood, webflo, dawehner, Wim Leers, pounard: Update Symfony components to ~3.2
|
2017-05-02 10:37:54 +01:00 |
Nathaniel Catchpole
|
5df2dddc54
|
Issue #2854454 by Maouna, hchonov: EntityReferenceFormatterBase::view() is applying the cacheability metadata but it should be merging it in order to preserve already present cacheability metadata
|
2017-05-01 17:26:02 +01:00 |
Nathaniel Catchpole
|
823aae4cb0
|
Issue #2835626 by 20th, vijaycs85, himanshu-dixit, naveenvalecha, Jo Fitzgerald, Wim Leers, xjm, dawehner, catch, alexpott: Rename & document Drupal\Core\EventSubscriber\AcceptNegotiation406 KernelEvents::VIEW event subscriber
|
2017-04-28 14:57:02 -04:00 |
Nathaniel Catchpole
|
f6fa46e5fb
|
Issue #2721313 by timmillwood, amateescu, dawehner, jeqq, jibran, plach, catch, jhedstrom: Upgrade path between revisionable / non-revisionable entities
|
2017-04-28 08:31:59 -04:00 |
Chris McCafferty
|
3c72c97d0b
|
Issue #2867749 by pfrenssen, claudiu.cristea: Parsing an URL with another URL in the query arguments throws undefined offset notice
|
2017-04-27 15:45:08 -04:00 |
Lauri Eskola
|
d2a5fe79e2
|
Issue #2837013 by benjifisher, leslieg, alexpott: clean_class Twig filter does not work with Views rewriting
|
2017-04-27 22:05:35 +03:00 |
Chris McCafferty
|
d9b4e68680
|
Issue #2868949 by bircher: LayoutPluginManager should use ContainerDerivativeDiscoveryDecorator
|
2017-04-26 16:54:36 -04:00 |
Nathaniel Catchpole
|
13aa53b1f2
|
Issue #2872611 by alexpott: Optimise \Drupal\Core\Extension\ThemeHandler::refreshInfo() for the early installer
|
2017-04-26 10:08:19 -04:00 |
Lauri Eskola
|
02cd2f439f
|
Issue #2802541 by dagmar, mpdonadio: Timestamp field type doesn't provide sample values
|
2017-04-26 01:44:15 +03:00 |
Nathaniel Catchpole
|
882537ab56
|
Issue #2665196 by rakesh.gectcr, quietone, Manuel Garcia, Jo Fitzgerald, webflo, mikeryan, phenaproxima, heddn: Migration for email fields is missing
|
2017-04-25 07:23:45 -04:00 |
Alex Pott
|
b8ed298cc1
|
Issue #2753971 by dagmar, hampercm, Berdir, xjm, generalredneck, catch, alexpott: ContentEntityStorageBase::deleteRevision() function does not remove node_field_revision entries
|
2017-04-19 21:42:58 +01:00 |
Alex Pott
|
003df9c5b1
|
Issue #2781819 by subson, chetan.s: EntityListBuilder::load() doesn't say what the return array is keyed by
|
2017-04-19 21:33:58 +01:00 |
xjm
|
92e613aefa
|
SA-CORE-2017-002 by alexpott, xjm, larowlan, Wim Leers, samuel.mortenson, Berdir, dawehner, tstoeckler, catch
(cherry picked from commit 6b7f47fc3a )
|
2017-04-19 13:28:30 -05:00 |
Alex Pott
|
8938ab2906
|
Issue #2825973 by amateescu, timmillwood, himanshu-dixit, dawehner, Berdir, Wim Leers: Introduce a EditorialContentEntityBase class for revisionable and publishable entity types
|
2017-04-18 13:47:45 +01:00 |
Alex Pott
|
479813c7fb
|
Issue #2869741 by edwardaa: FIx http_middleware priority explanation
|
2017-04-18 09:07:26 +01:00 |
Alex Pott
|
ce2aae0b6a
|
Issue #2863336 by hchonov, tstoeckler, alexpott: Default revision flag doesn't propagate to all entity translation objects
|
2017-04-17 10:56:42 +01:00 |
Alex Pott
|
a0dcc7f156
|
Issue #2853300 by Wim Leers: Standardize fatal error/exception handling: backtrace for all formats, not just HTML
|
2017-04-17 10:38:56 +01:00 |
Alex Pott
|
d31759af95
|
Issue #1928868 by dawehner, fago, Gábor Hojtsy, Jose Reyero, tstoeckler, Wim Leers, Berdir: Typed config incorrectly implements Typed Data interfaces
|
2017-04-14 07:29:04 +01:00 |
Gabor Hojtsy
|
92cc8195d2
|
Issue #2865295 by JayKandari: $menuLinkManager property on MenuLinkTree is undocumented
|
2017-04-13 12:28:51 +02:00 |
Gabor Hojtsy
|
33aa003a14
|
Issue #2344045 by jhodgdon, EclipseGc, chx, CocoaBean, andrei.dincu, tim.plunkett, fago: ContextInterface needs documentation
|
2017-04-11 21:41:43 +02:00 |
Nathaniel Catchpole
|
25f990b11d
|
Issue #2816307 by GoZ, himanshu-dixit, james.williams, Jo Fitzgerald, dawehner, claudiu.cristea, catch: array_unique notice from List unmet configuration dependencies instead of just failing
|
2017-04-11 14:14:13 +01:00 |
Chris McCafferty
|
34bf287af7
|
Issue #2851661 by alexpott, dawehner, xjm: Ensure that we're using the right ruleset for coding standards checking
|
2017-04-11 08:20:07 -04:00 |
Alex Pott
|
626ea42ca3
|
Issue #2865757 by kristiaanvandeneynde: Fix wrong example for chained tokens in hook_tokens()
|
2017-04-03 16:02:18 +01:00 |
Alex Pott
|
a908c192db
|
Issue #2859029 by maya96, ajmantis, Pavan B S, joe_carvajal, manojbisht_drupal, alexpott, cilefen: Grammar issue with FTP error message
|
2017-04-03 13:11:17 +01:00 |
Alex Pott
|
01e52a3dcc
|
Issue #2854909 by arshadcn: Update documentation for \Drupal\Core\Render\ElementInfoManagerInterface
|
2017-03-29 07:03:55 +01:00 |
Alex Pott
|
16842fc2aa
|
Issue #2829346 by ekes, kentr, klausi: Allow repeated calls to DrupalKernel::setSitePath()
|
2017-03-25 10:48:26 +00:00 |
Alex Pott
|
163b510253
|
Issue #2504607 by juanjesustrigo, sasanikolic, mgifford, dawehner: Change the return of fieldFilterXss to FieldFilteredMarkup
|
2017-03-25 10:43:05 +00:00 |
Nathaniel Catchpole
|
5eaf70595f
|
Issue #2538956 by HeyLodyM, Wim Leers: Document that MemoryBackend::prepareItem()/::set() uses unserialize()/serialize() to break references
|
2017-03-24 11:24:52 +00:00 |
Alex Pott
|
1ef413bec0
|
Issue #2862463 by hchonov, Jo Fitzgerald, tstoeckler: Cloning an entity with initialized translations leaves $values pointing to the old entity object
|
2017-03-22 22:26:39 +00:00 |
Nathaniel Catchpole
|
8e871302fe
|
Revert "Issue #2468045 by Lendude, geertvd, vaplas, tim.plunkett, dawehner, xjm, cilefen, Berdir, catch: When deleting a content type field, users do not realize the related View also is deleted"
This reverts commit 917ed83ed5 .
|
2017-03-22 17:24:21 +00:00 |
Nathaniel Catchpole
|
917ed83ed5
|
Issue #2468045 by Lendude, geertvd, vaplas, tim.plunkett, dawehner, xjm, cilefen, Berdir, catch: When deleting a content type field, users do not realize the related View also is deleted
|
2017-03-22 16:54:07 +00:00 |
Alex Pott
|
e65e326721
|
Issue #2828073 by hchonov, tstoeckler: Cloning an entity with initialized translations leaves $entityKeys and $translatableEntityKeys pointing to the old entity object
|
2017-03-21 21:33:35 +00:00 |
Alex Pott
|
ade0589692
|
Issue #2858295 by mpdonadio, GoZ, Wim Leers, alexpott: DateTimePlus doesn't track errors properly
|
2017-03-20 09:41:41 +00:00 |
xjm
|
c8cfd1d489
|
Issue #2861793 by klausi, martin107: Upgrade Coder to 8.2.12
|
2017-03-19 00:33:40 +01:00 |
Alex Pott
|
45d83369a3
|
Issue #2615496 by amateescu, joseph.olstad, amcgowanca, alexpott, Fabianx, djdevin, greggles, tstoeckler: A serial/primary key field can not be added to an existing table
|
2017-03-17 14:19:33 +00:00 |
xjm
|
aa50c33fb6
|
Issue #2701005 by brathbone, gaurav.kapoor, gianani, alexpott, tstoeckler, kristiaanvandeneynde, Yogesh Pawar: Improve documentation of EntityTypeInterface label functions
|
2017-03-14 11:09:20 -05:00 |
Alex Pott
|
4dde9c8169
|
Issue #2615016 by hchonov, Jo Fitzgerald, Pavan B S, tstoeckler, mkalkbrenner, plach, amateescu, Berdir: ContentEntityBase::hasTranslationChanges should exclude the "changed" fields from the comparison
|
2017-03-14 11:28:14 +00:00 |
Alex Pott
|
85860ba350
|
Issue #2858109 by amateescu: The BlockContent entity type does not specify its revision data table
|
2017-03-14 11:22:50 +00:00 |
Alex Pott
|
6b62f6bc8e
|
Issue #2718655 by dawehner, Jo Fitzgerald, Wim Leers: #type actions with dropbutton loses bubbleable metadata
|
2017-03-13 15:51:16 +00:00 |
Alex Pott
|
37500c9ab0
|
Issue #2858081 by gaurav.kapoor: Constructor Shouldn't have a return statement
|
2017-03-06 17:25:41 +00:00 |
Alex Pott
|
4bdfd06834
|
Issue #2851149 by hchonov, amateescu, Wim Leers: Exceptions on setting entity reference field with integer target ID and entity object
|
2017-03-06 13:42:12 +00:00 |
Nathaniel Catchpole
|
01f8bd64ed
|
Issue #2854529 by alexpott, xjm, klausi, Chi, Mixologic: Fix Drupal.Scope.MethodScope - all methods should have scopes
|
2017-03-06 11:25:01 +00:00 |
xjm
|
679614f016
|
Issue #2668752 by mr.baileys, chx, tim.plunkett, Berdir: DefaultPluginManager::setCacheBackend has wrong information about language suffix
|
2017-03-05 06:13:32 -06:00 |
xjm
|
59ee98a262
|
Issue #2802663 by mpdonadio, Berdir, jibran, jhedstrom, amateescu: Exceptions due ChangedItem, CreatedItem, and TimestampItem implicit dependencies on datetime module
|
2017-03-04 15:09:09 -06:00 |
xjm
|
1324a42f0c
|
Revert "Issue #2802663 by mpdonadio, jibran, Berdir, jhedstrom, amateescu: ChangedItem, CreatedItem, and TimestampItem fields have an implicit dependency on datetime module"
This reverts commit cd176e1d24 .
|
2017-03-04 14:07:24 -06:00 |
xjm
|
cd176e1d24
|
Issue #2802663 by mpdonadio, jibran, Berdir, jhedstrom, amateescu: ChangedItem, CreatedItem, and TimestampItem fields have an implicit dependency on datetime module
|
2017-03-04 13:52:45 -06:00 |
xjm
|
fa39f06433
|
Issue #2361539 by alexpott, webflo, AjitS, himanshu-dixit, tameeshb, xjm: Config export key order is not predictable for sequences, add orderby property to config schema
|
2017-03-04 12:42:17 -06:00 |
xjm
|
cd8aa44fae
|
Issue #2845731 by ashish-deynap, vaplas, chiranjeeb2410, Munavijayalakshmi, tramsaal, xjm: Theming guide links are wrong
|
2017-03-04 12:06:48 -06:00 |
xjm
|
52e3eec616
|
Issue #2776975 by joelpittet, dawehner, tim.plunkett, xjm, pfrenssen: March 3, 2017: Convert core to array syntax coding standards for Drupal 8.3.x RC phase
|
2017-03-03 19:20:24 -06:00 |
Alex Pott
|
23d140fd6c
|
Issue #2117305 by disasm, Pavan B S, ieguskiza, Jo Fitzgerald: Replace usages of db_or() and db_and()
|
2017-03-03 11:37:33 +00:00 |
Nathaniel Catchpole
|
5071f6d92d
|
Issue #2855886 by arshadcn, himanshu-dixit, amateescu: Deprecate \Drupal\Core\Field\FieldStorageDefinitionInterface::isQueryable() because it's not used anywhere
|
2017-03-01 10:12:04 +00:00 |
Nathaniel Catchpole
|
b1242b2928
|
Issue #2075889 by pwolanin, kgoel, alexpott, catch, mpdonadio, YesCT, himanshu-dixit, dawehner, xjm, johnshortess, Crell, jhodgdon, Wim Leers, mradcliffe, attiks, tstoeckler, webchick: Make Drupal handle incoming paths in a case-insensitive fashion for routing
|
2017-02-28 11:49:30 +00:00 |
Alex Pott
|
f572d837b4
|
Revert "Issue #2855428 by Sam152, jhedstrom, timmillwood: Workflow state and transition add/edit form IDs have a '-' in them"
This reverts commit 973e6b4f16 .
|
2017-02-27 23:06:50 +00:00 |
Alex Pott
|
973e6b4f16
|
Issue #2855428 by Sam152, jhedstrom, timmillwood: Workflow state and transition add/edit form IDs have a '-' in them
|
2017-02-27 22:54:44 +00:00 |
Nathaniel Catchpole
|
57b145bf9c
|
Issue #2855315 by amateescu, hchonov: Remove hard-coding of revision metadata fields in ContentEntityBase::getFieldsToSkipFromTranslationChangesCheck()
|
2017-02-27 16:24:12 +00:00 |
Nathaniel Catchpole
|
9bd08a0024
|
Issue #2825347 by Wim Leers: 'Accept' header still is used for determining response format of error responses, ?_format= has no effect AND serialization module's exception subscriber does not support status code 500 error responses
|
2017-02-27 15:09:11 +00:00 |
Alex Pott
|
7562fb2476
|
Revert "Issue #2075889 by pwolanin, kgoel, catch, mpdonadio, YesCT, dawehner, alexpott, johnshortess, Crell, Wim Leers, jhodgdon, mradcliffe, xjm, attiks, tstoeckler, webchick: Make Drupal handle incoming paths in a case-insensitive fashion for routing"
This reverts commit 77a2431e2e .
|
2017-02-27 11:16:07 +00:00 |
xjm
|
55dc41fe10
|
Issue #2853684 by tameeshb, wturrell, chiranjeeb2410, krknth, Wim Leers, eojthebrave, leolando.tan, xjm: Update grammar of inline comments in \Drupal\Core\Render\Renderer::doRender
|
2017-02-24 15:24:08 +00:00 |
xjm
|
59b450939f
|
Issue #2854926 by xjm, himanshu-dixit, borisson_, boaloysius, alexpott: Remove unneeded control structures in ContentEntityBase
|
2017-02-23 23:20:26 +00:00 |
Nathaniel Catchpole
|
4b325ae0c7
|
Issue #2248983 by hchonov, amateescu, paranojik, timmillwood, tstoeckler, catch, Berdir, alexpott: Define the revision metadata base fields in the entity annotation in order for the storage to create them only in the revision table
|
2017-02-23 13:45:30 +00:00 |
Nathaniel Catchpole
|
801f6ca130
|
Issue #2585821 by blazey, marvin_B8, sdstyles, benelori, GoZ, DuaelFr: ConfigurableLanguageManager language_switch_links alter use undefined path variable
|
2017-02-23 11:16:52 +00:00 |
xjm
|
b8b13b47fd
|
Revert "Issue #2854926 by xjm, borisson_, boaloysius: Remove unneeded control structures in ContentEntityBase"
This reverts commit ccc65da733 .
|
2017-02-23 00:27:02 +00:00 |
xjm
|
ccc65da733
|
Issue #2854926 by xjm, borisson_, boaloysius: Remove unneeded control structures in ContentEntityBase
|
2017-02-23 00:23:06 +00:00 |
Nathaniel Catchpole
|
d837f01c58
|
Issue #2808335 by hchonov, tstoeckler, anish.a, Wim Leers, catch, Berdir: Changed time not updated when only non-translatable fields are changed on a translated entity
|
2017-02-22 16:45:04 +00:00 |
xjm
|
0f5eab10b5
|
Issue #2854560 by Wim Leers, boaloysius, dawehner: \Drupal\Core\Routing\RequestFormatRouteFilter::filter() is too HTML-centric
|
2017-02-22 16:36:29 +00:00 |
Alex Pott
|
2736deb8d1
|
Issue #2846643 by mpdonadio, bkosborne, jhedstrom, alexpott: DateFormatter should not attempt to load a format from storage if the format is "custom"
|
2017-02-21 16:50:21 +00:00 |
xjm
|
bbd96cc9a0
|
Issue #2852515 by dawehner, timmillwood: $interface is still set from the previous loop in tagged services compilation
|
2017-02-21 09:37:03 +00:00 |
Alex Pott
|
77a2431e2e
|
Issue #2075889 by pwolanin, kgoel, catch, mpdonadio, YesCT, dawehner, alexpott, johnshortess, Crell, Wim Leers, jhodgdon, mradcliffe, xjm, attiks, tstoeckler, webchick: Make Drupal handle incoming paths in a case-insensitive fashion for routing
|
2017-02-20 16:02:05 +00:00 |
Alex Pott
|
607efe256c
|
Issue #2853163 by douggreen: ThemeInstaller is missing protected variable declaration for injected themeHandler
|
2017-02-17 22:00:59 +00:00 |
xjm
|
78ca56777f
|
Issue #2853509 by alexpott: Don't render status messages if there are no messages
|
2017-02-17 09:03:25 -06:00 |
Alex Pott
|
78068b63a4
|
Revert "Issue #2843565 by Berdir, swentel, yched: getViewBuilder('node')->viewMultiple() bypasses render cache"
This reverts commit 3f9882ffdc .
|
2017-02-16 10:26:44 +00:00 |
Alex Pott
|
037932df45
|
Issue #2851635 by tim.plunkett, alexpott, dawehner: DefaultSingleLazyPluginCollection retains stale instance IDs
|
2017-02-14 11:05:36 +00:00 |
Alex Pott
|
b67ccdc140
|
Issue #2827784 by maxocub, faline, cebasqueira, juancasantito, tstoeckler, Wim Leers, alexpott: LanguageSelectWidget should have options for which language types to show
|
2017-02-14 09:23:39 +00:00 |
xjm
|
fee5c76922
|
Issue #2851648 by tim.plunkett, jibran: Layout regions should be in the order defined by the definition
|
2017-02-13 17:17:25 -06:00 |
Nathaniel Catchpole
|
a6a513dff9
|
Issue #2692091 by amateescu, heykarthikwithu, xjm, Berdir: Use the new 'view label' entity access check in the entity reference label formatter
|
2017-02-13 17:40:45 +00:00 |
Alex Pott
|
3901464895
|
Issue #2845543 by vaplas, gambry, alexpott: PostgreSQL regular expression match operators works only for text
|
2017-02-13 17:25:06 +00:00 |
Alex Pott
|
39d1e8557f
|
Issue #2822190 by webflo, Wim Leers, dawehner, alexpott, effulgentsia, SchnWalter: PathValidator validates based on a RequestContext leaked from the current request, resulting in false negatives during CLI requests and POST submissions
|
2017-02-13 15:47:12 +00:00 |
Nathaniel Catchpole
|
3f9882ffdc
|
Issue #2843565 by Berdir, swentel, yched: getViewBuilder('node')->viewMultiple() bypasses render cache
|
2017-02-13 14:32:36 +00:00 |
Alex Pott
|
151050c794
|
Issue #2841311 by hchonov, tstoeckler: Initialized fields of an entity clone have a reference to the original entity object instead to the cloned entity object
|
2017-02-13 14:23:49 +00:00 |
xjm
|
e4ae1c1af2
|
Issue #2691971 by imrancluster, lluvigne, andrewmacpherson, royal121, John Cook, emallove, tstoeckler, alexpott, Cottser, ok_lyndsey, webchick: "Update Notifications" #title repeated for drupal 8 installation in configure site page
|
2017-02-12 14:19:31 -06:00 |
xjm
|
ab563bacdc
|
Issue #2850010 by anish.a, joachim, vmachado, tameeshb: Remove documentation references to deprecated function menu_local_tasks()
|
2017-02-12 08:48:51 -06:00 |
effulgentsia
|
a15d01f369
|
Issue #2847334 by dawehner, Wim Leers, Jaesin, EclipseGc: ContextAwarePluginBase should implement CacheableDependencyInterface
|
2017-02-11 22:48:07 -08:00 |
Alex Pott
|
fea11b6de2
|
Issue #2803779 by pfrenssen, klausi, Mile23, alexpott, dawehner: Update Coder to 8.2.10 and fix errors from improved sniffs
|
2017-02-11 22:02:19 +00:00 |
effulgentsia
|
2b2f939d59
|
Issue #2851600 by tim.plunkett, jibran: Remove workaround from \Drupal\Core\Config\TypedConfigManager::processDefinition()
|
2017-02-11 13:16:54 -08:00 |
xjm
|
a03dfbf526
|
Issue #2850189 by vmachado, thhafner: Typo in FormBuilder documentation code example
|
2017-02-10 17:40:20 -06:00 |
xjm
|
39bf7c2b06
|
Revert "Issue #2850189 by vmachado, cilefen: Typo in FormBuilder documentation code example"
This reverts commit e72c97b956 .
|
2017-02-10 17:38:28 -06:00 |
xjm
|
e72c97b956
|
Issue #2850189 by vmachado, cilefen: Typo in FormBuilder documentation code example
|
2017-02-10 17:38:00 -06:00 |
xjm
|
22d62194b3
|
Issue #2851574 by tim.plunkett, mpdonadio: DependentPluginDefinitionInterface and DependentPluginDefinitionTrait should be in Drupal\Core not Drupal\Component
|
2017-02-10 14:36:18 -06:00 |
Alex Pott
|
172e9e38cc
|
Issue #2815845 by dawehner, Wim Leers, alexpott, tedbow, Berdir, swentel, webflo: Importing (deploying) REST resource config entities should automatically do the necessary route rebuilding
|
2017-02-10 10:45:01 +00:00 |
effulgentsia
|
7f3c710feb
|
Issue #2821189 by tim.plunkett, tstoeckler: Allow object-based plugin definitions to be processed in DerivativeDiscoveryDecorator
|
2017-02-10 00:24:54 -08:00 |
effulgentsia
|
09769ab590
|
Issue #2822752 by tim.plunkett, jibran: Allow object-based plugin definitions to be created by non-annotated discovery
|
2017-02-09 17:14:53 -08:00 |
Nathaniel Catchpole
|
3bd5be0d33
|
Issue #2850022 by Sam152, Berdir: Duplicating a non-default revision should produce a default revision for a newly created entity
|
2017-02-09 21:16:47 +00:00 |
Nathaniel Catchpole
|
6018d048bb
|
Issue #2389335 by Berdir, naveenvalecha, claudiu.cristea, almaudoh, joachim, jibran: Deprecate entity.query service and replace with using the entity storage's getQuery() method
|
2017-02-09 21:10:34 +00:00 |
Alex Pott
|
1fcd3d5c56
|
Issue #2808233 by gnuget, dawehner, Wim Leers, tedbow, Chi, dysrama: REST 403 responses don't tell the user *why* access is not granted: requires deep Drupal understanding to figure out
|
2017-02-09 19:56:28 +00:00 |
Nathaniel Catchpole
|
41c4f2e02c
|
Issue #2851048 by Sam152: EntityTypeInterface::isSubclassOf deprecation docs incorrect
|
2017-02-09 14:04:56 +00:00 |
Nathaniel Catchpole
|
8dbd209ef3
|
Issue #2313095 by claudiu.cristea, l0ke, umarzaffer, mrjmd, dawehner, alexpott, catch: Move node constants to NodeInterface
|
2017-02-09 11:14:54 +00:00 |
effulgentsia
|
2fd6026a62
|
Issue #2821191 by tim.plunkett, tstoeckler, jibran: Allow object-based plugin definitions to be processed in PluginDependencyTrait
|
2017-02-08 13:28:13 -08:00 |
Nathaniel Catchpole
|
5b2cb036e8
|
Issue #2847687 by jp.stacey, dawehner: EntityAccessCheck mandates instanceof EntityInterface when it only needs AccessibleInterface
|
2017-02-08 14:14:09 +00:00 |
effulgentsia
|
ed4ad77a12
|
Issue #2824655 by tim.plunkett: Plugin definitions should store their class in a consistent manner (without leading slashes)
|
2017-02-07 17:11:17 -08:00 |
webchick
|
38b3dd1072
|
Issue #665790 by chrisrockwell, Sumit kumar, lauriii, joelpittet, sun, vulcanr, vaplas, yoroy, leahtard, tompagabor, aspilicious, ckrina, Gábor Hojtsy, David_Rothstein, Manuel Garcia, rootwork, nod_, kostyashupenko, pguillard, Bojhan, droplet, typhonius, wturrell, mgifford, webkenny, cosmicdreams, tkoleary, YesCT, marcvangend, markabur, LewisNyman, mrfelton, oriol_e9g, prabhu9484, catch, hedrickbt, tsvenson, longwave, dww, kika, borisson_, rdellis87, realityloop, klonos: Redesign the status report page
|
2017-02-07 12:44:37 -08:00 |
Alex Pott
|
e6bc96b365
|
Issue #2845650 by mradcliffe: Make entity route providers public instead of internal
|
2017-02-07 12:44:37 +00:00 |
Alex Pott
|
9c777482ea
|
Issue #2842399 by dawehner, webflo: Unable to render link with attributes twice
|
2017-02-07 12:36:11 +00:00 |
Alex Pott
|
ba06831005
|
Issue #2847611 by dawehner, webflo: \Drupal\Core\Template\TwigExtension::getLink overrides existing classes
|
2017-02-06 20:01:47 +00:00 |
Alex Pott
|
ba455a1dc4
|
Issue #2606772 by mikeker, pwolanin, YesCT, david_garcia, alexpott, cilefen, xjm, Cottser, catch, joelpittet, effulgentsia, kevla, dawehner: Long Twig cache directories can cause failures on some filesystems
|
2017-02-06 09:01:01 +00:00 |
xjm
|
cd05ee426b
|
Issue #177124 by hgoto, roblav, mrfelton, AjitS, wturrell, lyricnz, ADLongwell, tim.plunkett, effulgentsia, sun, GoddamnNoise, Liam Morland, Xano, drumm, guschilds, cilefen: Form validation messages appear in incorrect order
|
2017-02-06 03:07:18 -05:00 |
webchick
|
bfdfe82ea2
|
Issue #2346773 by dmsmidt, lokapujya, klakegg, marcvangend, andrewmacpherson, ptsimard, Getekid, Rade, yoroy, tstoeckler, mgifford, tim.plunkett, estoyausente, xjm, PierreMarcel, hass, SKAUGHT, sukanya.ramakrishnan, flyke, alvar0hurtad0, bojanz, pwolanin, arunkumark, Bojhan, bleen: Details form element should open when there are errors on child elements
|
2017-01-31 13:29:16 -08:00 |
Alex Pott
|
01ac7634be
|
Issue #2754977 by dmsmidt, marcvangend, mohit_aghera, Getekid, tim.plunkett, ndf: Enhance formErrorHandler to include children errors on RenderElements
|
2017-01-31 11:28:38 +00:00 |
Nathaniel Catchpole
|
ebe2d76141
|
Issue #2156401 by alexpott, moshe weitzman, tedbow, dawehner, greg.1.anderson, phenaproxima, chris.smith, heddn, balsama, xjm, Mile23, izus, Manuel Garcia, sun, pwolanin, Berdir: Write install_profile value to configuration and only to settings.php if it is writeable
|
2017-01-31 10:32:31 +00:00 |
Alex Pott
|
1fbdcc7a10
|
Issue #2693081 by yanniboi, YesCT: Merging data types leads to incomplete definition
|
2017-01-31 10:09:29 +00:00 |
effulgentsia
|
414574e173
|
Issue #2559825 by tim.plunkett, Antti J. Salminen, lauriii, aspilicious, alexpott: Preprocess functions from base hooks not triggered for theme hooks not using the __ pattern
|
2017-01-30 17:04:19 -08:00 |
Alex Pott
|
aaf99e1e44
|
Issue #2744463 by Mile23, dawehner, pfrenssen, joelpittet, tstoeckler, alexpott, klausi: Add phpcs, coder 8.2.8 as --dev requirements for drupal/core
|
2017-01-31 00:30:00 +00:00 |
webchick
|
2572749d8b
|
Issue #2818011 by shashikant_chauhan, rakesh.gectcr, yashsharma01, dalin, akalata, Chi, catch, rosschive: Missing 'attributes' under 'options' in docs for Link::createFromRoute
|
2017-01-30 15:23:59 -08:00 |
webchick
|
402c4ea2e3
|
Issue #2767025 by tstoeckler, Sam152, kristiaanvandeneynde, timmillwood, Gábor Hojtsy, Berdir, dawehner, xjm: Add entity type label for a collection of entities
|
2017-01-30 15:20:19 -08:00 |
effulgentsia
|
0bc54981d2
|
Issue #2113345 by dawehner, tedbow, Wim Leers, kristiaanvandeneynde, Crell, Grayside, klausi: Define a mechanism for custom link relationships
|
2017-01-30 12:29:33 -08:00 |
effulgentsia
|
701bee40ef
|
Issue #2818653 by tim.plunkett, tstoeckler, jibran: Allow object-based plugin definitions to be processed in DefaultPluginManager::findDefinitions()
|
2017-01-30 10:46:35 -08:00 |
Alex Pott
|
87c1e2ee24
|
Issue #2844181 by maxocub, Alex Bukach, alexpott: PluralTranslatableMarkup serialization error
|
2017-01-28 12:52:17 +00:00 |
xjm
|
da1004c797
|
Drupal 8.4.x-dev
|
2017-01-27 17:45:02 +00:00 |
Nathaniel Catchpole
|
1240a17610
|
Issue #2833292 by pwolanin, AbhishekLal, alexpott: Inaccurate doxygen for \Drupal\Core\Database\Query\ConditionInterface::condition
|
2017-01-26 11:26:54 +00:00 |
Alex Pott
|
98e7ac3f66
|
Issue #2838949 by damiankloip: HttpException Handling Does Not Pass Headers to Responses — results e.g. in missing Allow header for 405 responses
|
2017-01-25 18:40:27 +00:00 |
xjm
|
3af6a3e538
|
Issue #2754217 by alexpott, xjm, dawehner, martin107: Random Test Failure with "failed to open stream" for temporary://.htaccess
|
2017-01-19 19:11:27 +00:00 |
Alex Pott
|
4b65a2bec0
|
Issue #2675010 by hchonov, Berdir, yongt9412, tstoeckler: Cloned entity will point to the same field objects if the clone was created after an entity translation has been initialized
|
2017-01-19 15:40:15 +00:00 |
Alex Pott
|
b1500e0704
|
Issue #2844001 by dawehner, tim.plunkett: Add a Url::mergeOptions method
|
2017-01-18 15:17:20 +00:00 |
Nathaniel Catchpole
|
52b6136cbb
|
Issue #2843828 by alexpott, timmillwood: \Drupal\Core\DrupalKernel::initializeSettings() can result in moving the autoloader position
|
2017-01-18 10:51:35 +00:00 |
Alex Pott
|
dc583b732a
|
Issue #936316 by vaplas, johns996, aerozeppelin, mgifford, gapple, gnuget: CSS aggregation strips some essential whitespace within strings
|
2017-01-17 13:45:47 +00:00 |
xjm
|
b7ff214793
|
Issue #2843074 by tim.plunkett, alexpott, claudiu.cristea, denutkarsh, effulgentsia: Stale dependencies passed to onDependencyRemoval() result in data loss on uninstallation
|
2017-01-15 13:57:26 -06:00 |
Alex Pott
|
8f2befb326
|
Issue #2801097 by dawehner, Berdir: Converting feed to absolute URLs fails on invalid XML, results in empty output
|
2017-01-14 10:55:45 +00:00 |
Alex Pott
|
c250a53d56
|
Issue #2839951 by chiranjeeb2410, badjava: API docs FormattableMarkup::placeholderFormat %variable example contain errors
|
2017-01-13 12:50:27 +00:00 |
Alex Pott
|
dad2a50713
|
Issue #2505793 by denutkarsh, jhedstrom, 20th: FileStorage::ensureDirectory has no return value, but save() uses it and docs say it does
|
2017-01-13 12:42:27 +00:00 |
Alex Pott
|
c732e506b6
|
Issue #2489606 by 20th, slashrsm: hook_file_download() docblock refers to a non-existing function file_download()
|
2017-01-13 12:14:10 +00:00 |
Nathaniel Catchpole
|
3d72d4be83
|
Issue #2194783 by Berdir, vprocessor, andypost, Antonnavi, tim.plunkett, Crell, Mile23, catch: Rename EntityTypeInterface::isSubclassOf() to ::entityClassImplements()
|
2017-01-11 22:06:48 +00:00 |
Alex Pott
|
45d25684b6
|
Issue #2830079 by mpdonadio, jhedstrom: Change DateTimePlus to throw more specific exceptions
|
2017-01-11 13:01:07 +00:00 |
Alex Pott
|
cc30d65427
|
Issue #2390495 by amateescu, Berdir: Support marking field storage definitions as required
|
2017-01-10 15:28:55 +00:00 |
Nathaniel Catchpole
|
4f6dc9a303
|
Issue #2840596 by alexpott, dawehner: Update Symfony components to ~2.8.15
|
2017-01-10 14:33:14 +00:00 |
Nathaniel Catchpole
|
bb55292a88
|
Issue #2786443 by alexpott, Berdir, RKopacz, milos.kroulik, generalconsensus: \Drupal\field\FieldStorageConfigStorage::mapFromStorageRecords() can fail without a reasonable error
|
2017-01-06 12:58:51 +00:00 |
Alex Pott
|
efb8f715f6
|
Issue #2739617 by dawehner, Wim Leers, neclimdul, chx: Make it easier to write on4xx() exception subscribers
|
2017-01-05 13:07:02 +00:00 |
Alex Pott
|
cc3f37cca8
|
Issue #2640496 by Berdir, catch, amateescu: Revision ID in {node} and {node_revision} can get out of sync
|
2017-01-05 10:30:18 +00:00 |
Nathaniel Catchpole
|
83018b7596
|
Revert "Revert "Issue #2834291 by claudiu.cristea, Berdir, amateescu, timmillwood, catch: Add a SQL index for entity types that are using EntityPublishedInterface""
This reverts commit d2e8cbdc2e .
|
2016-12-29 16:26:55 +00:00 |
Nathaniel Catchpole
|
d2e8cbdc2e
|
Revert "Issue #2834291 by claudiu.cristea, Berdir, amateescu, timmillwood, catch: Add a SQL index for entity types that are using EntityPublishedInterface"
This reverts commit 7469f227c6 .
|
2016-12-21 15:23:09 +00:00 |
Nathaniel Catchpole
|
9d8d1ed77b
|
Issue #2809227 by timmillwood, Berdir, hchonov, catch, amateescu, alexpott: Store revision id in originalRevisionId property to use after revision id is updated
|
2016-12-20 16:16:13 +00:00 |
Nathaniel Catchpole
|
7469f227c6
|
Issue #2834291 by claudiu.cristea, Berdir, amateescu, timmillwood, catch: Add a SQL index for entity types that are using EntityPublishedInterface
|
2016-12-20 13:44:43 +00:00 |
Alex Pott
|
badbcd334b
|
Issue #2813755 by Wim Leers, dawehner, tedbow, damiankloip: JSON responses encoded inconsistently: make them all RFC4627-compliant
|
2016-12-20 11:31:00 +00:00 |
Nathaniel Catchpole
|
c6344b0673
|
Issue #2721725 by Vinay15, snehi, zerbash, er.pushpinderrana, jhodgdon, xjm, Ashish.Dalvi, joachim, Kevin Davison, ckrina: Select form element has undocumented properties
|
2016-12-19 22:01:20 +00:00 |
Alex Pott
|
7147993244
|
Issue #2834580 by Berdir: Move locale.translation_status state key to a separate key/value collection
|
2016-12-19 09:27:43 +00:00 |
Alex Pott
|
63e73e9cf4
|
Issue #2835588 by amateescu, Berdir: Restore EntityTestRev's behavior to not implement RevisionLogInterface
|
2016-12-17 12:03:46 +00:00 |
xjm
|
38959d6366
|
Issue #2822296 by shashikant_chauhan, jp.stacey, xjm: Wrong fully qualified class name \Drupal\Core\Routing\LinkGeneratorInterface::generate() in docs of Drupal::l()
|
2016-12-15 16:25:28 -06:00 |
Alex Pott
|
d2b46426da
|
Issue #2796105 by larowlan, Sam152, Yogesh Pawar, alexpott, dawehner, anish.a, Fabianx: Move similar methods in BrowserTestBase / WebTestBase to a trait; untangle installDrupal()
|
2016-12-15 10:26:27 +00:00 |
Alex Pott
|
94f0aacff6
|
Issue #2569119 by pwolanin, marvin_B8, jhedstrom, csheltonlcm, alexpott, dawehner, Fabianx, catch: Use Crypt::hashBase64(), not hash('crc32b') or sha1 for placeholder tokens
|
2016-12-15 10:20:19 +00:00 |
Alex Pott
|
aa036603f0
|
Issue #2781927 by pguillard, kiamlaluno, Eda, kiwimind: Improve description of render array properties and examples
|
2016-12-14 21:03:21 +00:00 |
Alex Pott
|
edbbe397c1
|
Issue #2834445 by claudiu.cristea: Don't fetch the entity type ID on each iteration in SqlContentEntityStorageSchema::getFieldSchemaData()
|
2016-12-14 11:24:16 +00:00 |
Nathaniel Catchpole
|
f4a242f154
|
Issue #2669802 by chr.fritsch, Berdir, seanB, bojanz, dawehner, yoroy, slashrsm, tstoeckler: Add a content entity form which allows to set revisions
|
2016-12-13 15:45:12 +00:00 |
xjm
|
e223ebe5f7
|
Revert "Issue #2704871 by pepegarciag, ieguskiza, snehi, gaurav.pahuja, rajeshwari10, dimaro, gargsuchi, pashupathi nath gajawada, penyaskito, Manuel Garcia, Mile23: Replace usages of deprecated method drupal render()"
This reverts commit ae3ee31751 .
|
2016-12-12 13:03:21 -06:00 |
xjm
|
ae3ee31751
|
Issue #2704871 by pepegarciag, ieguskiza, snehi, gaurav.pahuja, rajeshwari10, dimaro, gargsuchi, pashupathi nath gajawada, penyaskito, Manuel Garcia, Mile23: Replace usages of deprecated method drupal render()
|
2016-12-12 12:49:03 -06:00 |
Nathaniel Catchpole
|
8a9f91ac16
|
Issue #2831816 by Jo Fitzgerald, james.williams: Only first set of configuration dependencies is checked on installation
|
2016-12-09 12:29:35 +00:00 |
xjm
|
e9500065da
|
Issue #2296423 by tim.plunkett, dsnopek, swentel, Manuel Garcia, tedbow, alexpott, xjm, andypost, dawehner, effulgentsia, Berdir, jhedstrom, catch, benjy, jibran, Wim Leers, tstoeckler, larowlan, webchick: Implement layout plugin type in core
|
2016-12-09 11:58:28 +00:00 |
Alex Pott
|
729340a8fd
|
Issue #2756401 by claudiu.cristea, pfrenssen, sandervd, gielfeldt, alexpott, amateescu, dawehner: EntityAutocomplete form element validation is too strict
|
2016-12-05 14:16:10 +00:00 |
Alex Pott
|
408f00c31c
|
Issue #2698909 by Berdir, andypost, jibran, tim.plunkett, lauriii, tstoeckler, dawehner: EntityViewBuilder uses non-existing #theme hooks
|
2016-12-05 12:21:47 +00:00 |
Alex Pott
|
f2275a5600
|
Issue #2800065 by GoZ: PhpTransliteration use data_directory default value as parameter before non-optional parameter
|
2016-12-05 12:06:12 +00:00 |
Alex Pott
|
67c7387fd9
|
Issue #2789315 by amateescu, timmillwood, claudiu.cristea, sandervd, GroovyCarrot, catch, Wim Leers, Berdir, pfrenssen, twistor, xjm: Create EntityPublishedInterface and use for Node and Comment
|
2016-12-02 22:18:44 +00:00 |
Alex Pott
|
79569a7503
|
Revert "Issue #2712647 by klausi, catch, slasher13, jibran, Manuel Garcia, alexpott, naveenvalecha, neclimdul, dawehner, Wim Leers, pounard: Update Symfony components to ~3.1"
This reverts commit a55b8ef19e .
|
2016-12-02 11:05:17 +00:00 |
Alex Pott
|
9e0ae4b0ba
|
Issue #2831525 by Berdir: Add DependencySerializationTrait to ContextDefinition
|
2016-12-01 12:34:36 +00:00 |
Alex Pott
|
a55b8ef19e
|
Issue #2712647 by klausi, catch, slasher13, jibran, Manuel Garcia, alexpott, naveenvalecha, neclimdul, dawehner, Wim Leers, pounard: Update Symfony components to ~3.1
|
2016-12-01 11:00:20 +00:00 |
Alex Pott
|
44227b160b
|
Issue #2609252 by eiriksm, Ginovski, lokapujya, toncic, Arla, Berdir, chx: Boolean field with #access FALSE cause EntityStorageException
|
2016-11-30 11:17:51 +00:00 |
Nathaniel Catchpole
|
ef809cba80
|
Revert "Issue #2156401 by alexpott, moshe weitzman, tedbow, dawehner, greg.1.anderson, phenaproxima, chris.smith, heddn, balsama, xjm, Mile23, izus, Manuel Garcia, sun, pwolanin, Berdir: Write install_profile value to configuration and only to settings.php if it is writeable"
This reverts commit 480eb82c2e .
|
2016-11-30 10:48:38 +00:00 |
xjm
|
3cabea22ed
|
Issue #2826389 by alexpott, kmoll, Robin Monks, Berdir, tbonomelli: Draggable List Builder has no pager
|
2016-11-29 18:29:29 -06:00 |
Nathaniel Catchpole
|
480eb82c2e
|
Issue #2156401 by alexpott, moshe weitzman, tedbow, dawehner, greg.1.anderson, phenaproxima, chris.smith, heddn, balsama, xjm, Mile23, izus, Manuel Garcia, sun, pwolanin, Berdir: Write install_profile value to configuration and only to settings.php if it is writeable
|
2016-11-29 16:00:08 +00:00 |
Alex Pott
|
1e2f37a3e7
|
Issue #2502195 by vijaycs85, larowlan: \Drupal\Core\StringTranslation\Translator\CustomStrings should be serializable, but contain \Drupal\Core\Site\Settings which is not
|
2016-11-29 13:04:15 +00:00 |
Alex Pott
|
ee23c1875a
|
Revert "Issue #2789315 by amateescu, timmillwood, claudiu.cristea, sandervd, GroovyCarrot, catch, Wim Leers, pfrenssen, Berdir, twistor, xjm: Create EntityPublishedInterface and use for Node and Comment"
This reverts commit d2af11699a .
|
2016-11-28 14:48:43 +00:00 |
Alex Pott
|
d2af11699a
|
Issue #2789315 by amateescu, timmillwood, claudiu.cristea, sandervd, GroovyCarrot, catch, Wim Leers, pfrenssen, Berdir, twistor, xjm: Create EntityPublishedInterface and use for Node and Comment
|
2016-11-28 14:27:42 +00:00 |
Alex Pott
|
c628bd5dba
|
Issue #2753675 by hchonov, Berdir, timmillwood, tstoeckler: loadUnchanged should use the persistent cache to load the unchanged entity if possible instead of invalidating it
|
2016-11-28 14:27:42 +00:00 |
Nathaniel Catchpole
|
a251c2da3b
|
Issue #2830596 by pwolanin, YesCT, alexpott: MTimeProtectedFastFileStorage::getFullPath() creates really long filenames unnecessarily
|
2016-11-28 10:26:16 +00:00 |
Alex Pott
|
46ff3bb2b3
|
Issue #2829588 by damiankloip, Fabianx, markcarver, dawehner, catch: Provide a "url.path.is_front" cache context to allow contributed themes to move global "is_front" variable back
|
2016-11-26 22:30:04 +00:00 |
Nathaniel Catchpole
|
f96cbb29eb
|
Issue #2823543 by Dane Powell, dawehner, dhendriks: Make cron execution logging optional
|
2016-11-24 10:55:41 +00:00 |
Nathaniel Catchpole
|
65a01a77f7
|
Issue #2828364 by dawehner: Default media stopped to render due to recursion protection being to protective
|
2016-11-23 12:52:03 +00:00 |
xjm
|
0e75873908
|
Issue #2829680 by tim.plunkett, andypost: BLOCK_LABEL_VISIBLE is defined on the wrong interface
|
2016-11-22 12:51:45 -06:00 |
Nathaniel Catchpole
|
d46fefcb8b
|
Revert "Issue #2808063 by vaplas, martin107, Chi, Wim Leers, catch, dawehner, alexpott: LibraryDiscoveryParser::buildByExtension() doesn't validate that extensions exist"
This reverts commit a68c44f486 .
|
2016-11-22 12:08:40 +00:00 |
Nathaniel Catchpole
|
a68c44f486
|
Issue #2808063 by vaplas, martin107, Chi, Wim Leers, catch, dawehner, alexpott: LibraryDiscoveryParser::buildByExtension() doesn't validate that extensions exist
|
2016-11-22 11:11:46 +00:00 |
Nathaniel Catchpole
|
87e10306b5
|
Issue #2424791 by jibran, dpi, chx, Berdir: Entity query hardcodes entity_reference and entity specifier
|
2016-11-21 20:51:55 +00:00 |
Alex Pott
|
759c27ce2c
|
Issue #2827748 by faline, felribeiro, tstoeckler: UuidItem should implement generateSampleValue
|
2016-11-18 11:23:03 +00:00 |
Nathaniel Catchpole
|
19006b5e7d
|
Issue #2625212 by faline, cilefen, okay19, krishnan.n, snehi, kostyashupenko, tstoeckler, dawehner, alexpott, Wim Leers, cs_shadow: Add ConfigSchemaChecker to development.services.yml
|
2016-11-18 10:00:22 +00:00 |
Nathaniel Catchpole
|
9d155a2a85
|
Issue #2826391 by Wim Leers: CsrfAccessCheck should have proper error feedback for invalid/missing CSRF token query argument just like CsrfRequestHeaderAccessCheck
|
2016-11-18 09:47:35 +00:00 |
xjm
|
abb650ffd4
|
SA-CORE-2016-005 by larowlan, xjm, David_Rothstein, Dave Reid, Crell, cilefen, alexpott, mlhess, catch, pwolanin, YesCT, dawehner, quicksketch, Heine, znerol, charlotte.b, jnicola, ezraw
(cherry picked from commit c5da97f9e7 )
|
2016-11-16 13:22:21 -06:00 |
xjm
|
9a3f5aaf53
|
Issue #2827097 by pfrenssen: $plugin_id is a string, not an array
|
2016-11-14 09:24:14 -06:00 |
Alex Pott
|
7313770a2f
|
Issue #1926000 by alansaviolobo, longwave, Emin Sulaiman, jungle: Language name Uyghur in Cyrillic alphabet
|
2016-11-10 09:22:42 +00:00 |
Nathaniel Catchpole
|
e4893d4b1b
|
Issue #2210521 by mitrpaka, vlad.n, Ema.jar, donquixote, dawehner, klausi, alexpott: Settings::getInstance() should throw an exception if called before being initialized
|
2016-11-09 13:17:17 +00:00 |
Alex Pott
|
47fcaa0974
|
Issue #2824727 by martin107: Malformed inheritdoc prevents Pharborist scripts from working
|
2016-11-04 06:57:30 +00:00 |
xjm
|
a61efd82db
|
Issue #2823809 by er.pushpinderrana, joachim: incorrect property docs for EntityDisplayBase::displayContext
|
2016-11-03 21:00:15 -05:00 |
Alex Pott
|
ef5cb440a7
|
Issue #2585899 by willzyx, mr.baileys, esod, dawehner: HtmlResponseAttachmentsProcessor::processHtmlHeadLink produces invalid HTTP Link header
|
2016-11-03 14:47:08 +00:00 |
Nathaniel Catchpole
|
329c020e12
|
Issue #2822499 by klausi: CsrfTokenGenerator should use timing attack safe string comparison
|
2016-11-03 11:57:22 +00:00 |
Alex Pott
|
3408c306b4
|
Issue #2824410 by jhodgdon: DiffFormatter component class has leak from core class
|
2016-11-03 09:57:53 +00:00 |
Nathaniel Catchpole
|
561580c43f
|
Issue #2556025 by david_garcia, dawehner, -enzo-, Fabianx, catch: Make optimized class loader detection more generic to support class loaders other than ApcClassLoader
|
2016-10-30 19:27:27 +00:00 |
Nathaniel Catchpole
|
9bdda95a2b
|
Issue #2802593 by arunkumark, er.pushpinderrana, karlosgliberal, joachim: incorrect param for EntityController::loadBundleDescriptions()
|
2016-10-30 18:52:52 +00:00 |
Nathaniel Catchpole
|
f927e20b88
|
Issue #2753733 by alexpott, klausi: AccountProxy can do unnecessary user loads to get an ID
|
2016-10-30 18:47:35 +00:00 |
Nathaniel Catchpole
|
e2d040521e
|
Issue #1079762 by mradcliffe, bzrudi71, alexpott, daffie, ogi: DatabaseSchema_pgsql::queryTableInformation() is slow
|
2016-10-28 12:50:11 +01:00 |
Nathaniel Catchpole
|
7e98e88a5f
|
Revert "Issue #1079762 by mradcliffe, bzrudi71: DatabaseSchema_pgsql::queryTableInformation() is slow"
This reverts commit 868639ce81 .
|
2016-10-28 12:49:21 +01:00 |
Nathaniel Catchpole
|
868639ce81
|
Issue #1079762 by mradcliffe, bzrudi71: DatabaseSchema_pgsql::queryTableInformation() is slow
|
2016-10-28 12:48:38 +01:00 |
Nathaniel Catchpole
|
94ae1793a1
|
Revert "Revert "Issue #2761403 by Berdir: Move runtime theme registry into bootstrap cache""
This reverts commit d189ff056c .
|
2016-10-28 12:46:19 +01:00 |
Alex Pott
|
8f3e25cdc5
|
Issue #2207247 by larowlan, sasanikolic, olli, s_leu, Berdir, joelpittet, mrjmd, rpayanm, dawehner, Truptti, nod_, alexpott, Wim Leers: Dialog titles double escaped for views handlers and delete forms
|
2016-10-27 21:54:32 -07:00 |
Alex Pott
|
0e71ca686d
|
Issue #2810303 by dawehner, Crell, tim.plunkett, klausi, Wim Leers: Reunite the router: One router to rule them all
|
2016-10-27 21:19:40 -07:00 |
Alex Pott
|
8132d62c05
|
Revert "Issue #2810303 by dawehner, Crell, klausi, tim.plunkett, Wim Leers: Reunite the router: One router to rule them all"
This reverts commit 21a86f3a46 .
|
2016-10-27 08:47:36 -07:00 |
Alex Pott
|
21a86f3a46
|
Issue #2810303 by dawehner, Crell, klausi, tim.plunkett, Wim Leers: Reunite the router: One router to rule them all
|
2016-10-26 22:42:31 -07:00 |
Alex Pott
|
2bccef8b36
|
Issue #2763787 by pwolanin, nerdstein, rlhawk, YesCT, slasher13, tuutti, alexpott, therealssj, TravisCarden, dawehner, maximpodorov, klausi, catch, talhaparacha, Eric_A: Upgrade random_compat to latest version
|
2016-10-26 12:33:05 -07:00 |
Alex Pott
|
c3cad9bd39
|
Issue #2821265 by tim.plunkett: Allow #entity_builders to use the ::Callback shorthand
|
2016-10-26 11:10:22 -07:00 |
Alex Pott
|
78d3770636
|
Issue #2818031 by phenaproxima, Berdir, alexpott: Trailing slashes can cause FileSystem::mkdir() to return a false negative
|
2016-10-26 10:08:22 -07:00 |