Alex Pott
|
84d5e36141
|
Issue #2969549 by marcel66, martin107: Fix "The $published parameter is deprecated since version 8.3.x and will be removed in 9.0.0." deprecation
|
2018-05-05 22:36:51 +01:00 |
Nathaniel Catchpole
|
45bc05523f
|
Issue #2958429 by alexpott: Properly deprecate SafeMarkup::format()
|
2018-05-01 16:14:09 +01:00 |
Alex Pott
|
b84b827d42
|
Issue #2935256 by Jo Fitzgerald, voleger, kim.pepper, ibustos, Yogesh Pawar, catch, jibran: Remove all usages of drupal_get_message and drupal_set_message in modules
|
2018-05-01 10:15:07 +01:00 |
Alex Pott
|
bb2ef5d7c6
|
Issue #2960611 by msankhala, dmitryl, benjifisher: Change lookupSourceID and lookupDestinationID to lookupSourceId and lookupDestinationId in the Migrate module
|
2018-04-14 18:55:34 +01:00 |
Nathaniel Catchpole
|
d90ac78f3e
|
Issue #2798891 by ankitjain28may, trobey, TR: Define project dependencies in core module .info files
|
2018-04-06 13:13:01 +01:00 |
Alex Pott
|
96a368c6c6
|
Issue #2924570 by maxocub, Rajesh Kairamkonda, heddn: Missing mappings for "nodereference_buttons" & "nodereference_autocomplete" widgets
|
2018-03-19 17:22:57 +00:00 |
Alex Pott
|
43645ea955
|
Issue #2911288 by maxocub, matslats: No mapping to upgrade list_float fields
|
2018-03-19 15:08:07 +00:00 |
Nathaniel Catchpole
|
b89d3e4f33
|
Issue #2843617 by maxocub, hussainweb, joelpittet, quietone, heddn, Jo Fitzgerald: Field formatter mappings defined in getFieldFormatterMap have no effect
|
2018-02-28 11:16:16 +00:00 |
Gabor Hojtsy
|
ec9ea10c60
|
Issue #2931436 by amateescu, dillix, Berdir, DuneBL, plach: field_purge_batch expects an array of objects but instead gets an array of arrays
|
2018-02-09 17:45:02 +01:00 |
Alex Pott
|
60b8de9ef0
|
Issue #2943035 by tedbow, xjm, tim.plunkett: hook_field_widget_multivalue_form_alter and hook_field_widget_multivalue_WIDGET_TYPE_alter are not invoked for single widget that handle multiple values
|
2018-02-08 08:42:12 +00:00 |
Nathaniel Catchpole
|
c924020c45
|
Issue #2940201 by xjm, amateescu, benjifisher, tedbow, tim.plunkett, Berdir: hook_field_widget_form_alter() can no longer affect the whole widget for multi-value fields
|
2018-02-06 15:32:24 +00:00 |
Nathaniel Catchpole
|
f2c5cfdd9c
|
Issue #2809491 by ApacheEx, dawehner, Lendude: Convert AJAX part of \Drupal\field\Tests\Boolean\BooleanFieldTest::testBooleanField to JavascriptTestBase
|
2018-02-01 12:38:46 +00:00 |
Nathaniel Catchpole
|
1455cb13cf
|
Issue #2857857 by vegantriathlete, Jo Fitzgerald, snehi, plach, xjm, Skabbkladden: Check use of "it's" in core to ensure proper use
|
2018-01-30 12:27:20 +00:00 |
Nathaniel Catchpole
|
e15fce6d02
|
Issue #2938799 by claudiu.cristea: Provide the timestamp scalar data type
|
2018-01-23 16:01:41 +00:00 |
webchick
|
f724db3453
|
Issue #2936793 by tim.plunkett, tstoeckler, EclipseGc: EntityReferenceItem::generateSampleValue() should create a sample entity if a referenceable entity is not found
|
2018-01-15 15:32:50 -08:00 |
Lee Rowlands
|
cf805af249
|
Issue #2928699 by marcoscano, phenaproxima, amateescu, seanB, yoroy: Add an alter hook for the pre-configured field UI options and implement it in the Media module
|
2018-01-04 07:29:24 +10:00 |
Nathaniel Catchpole
|
c5fba61258
|
Issue #2894068 by Jo Fitzgerald, davidsickmiller, alexpott, heddn, Yogesh Pawar, quietone, xjm: datetime_type is not set correctly when migrating datetime fields from D7
|
2018-01-03 17:14:42 +00:00 |
xjm
|
7185860006
|
Issue #2641518 by dimaro, Mac_Weber, pk188, Mile23, anya_m, naveenvalecha, heykarthikwithu, aditya_anurag, nesta_, anchal29, rakesh.gectcr, sdstyles: Replace deprecated usage of entity_create('config_test') with a direct call to ConfigTest::create()
|
2017-12-02 05:20:29 -06: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
|
4d176b95ea
|
Issue #2902407 by mfernea, zaporylie: Fix 'Drupal.Commenting.DataTypeNamespace' coding standard
|
2017-11-16 15:00:40 +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 |
Nathaniel Catchpole
|
3cadcd5df4
|
Issue #2903161 by voleger, tacituseu, xjm, benjifisher, andypost, Berdir: Fix incorrect FieldFormatter id for weight field in base field definition in display options
|
2017-11-06 12:28:18 +00:00 |
xjm
|
99ea6ac083
|
Issue #2809483 by michielnugter, ApacheEx, Lendude, dawehner: Convert AJAX part of \Drupal\field\Tests\FormTest::testFieldFormJSAddMore to JavascriptTestBase
|
2017-10-22 15:49:56 -05:00 |
Alex Pott
|
093b148abf
|
Issue #2870439 by vaplas, andypost, Jo Fitzgerald, jonathan1055, dawehner, Lendude, GoZ: Convert web tests to browser tests for config module
|
2017-10-22 11:35:28 +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 |
Lee Rowlands
|
daf25aa9f6
|
Issue #2677990 by DuaelFr, agomezmoron, heykarthikwithu, gvso, alexpott, Wim Leers, larowlan: Add a setting on "Table of files" and "Generic files" formatters to use files descriptions (or not)
|
2017-10-17 19:23:39 +10: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 |
xjm
|
a22c5d30d6
|
Revert "Issue #2894068 by Jo Fitzgerald, davidsickmiller, Yogesh Pawar, heddn, quietone: datetime_type is not set correctly when migrating datetime fields from D7"
This reverts commit a151cef151.
|
2017-10-12 11:29:31 -05: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
|
a151cef151
|
Issue #2894068 by Jo Fitzgerald, davidsickmiller, Yogesh Pawar, heddn, quietone: datetime_type is not set correctly when migrating datetime fields from D7
|
2017-10-12 13:14:05 +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 |
webchick
|
5cfa420d7e
|
Issue #2853872 by heddn, maxocub, masipila, phenaproxima, quietone, andypost, larowlan: Migration for forum and article comments: duplicate comment types and incorrect comment_entity_statistics
|
2017-09-29 17:40:12 +02:00 |
Nathaniel Catchpole
|
cf553a00b5
|
Issue #2715589 by claudiu.cristea, jibran, amateescu: Remove stale 'handler_submit' setting from the ER field configs
|
2017-09-25 14:54:31 +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 |
Nathaniel Catchpole
|
4577185c9b
|
Issue #2572791 by Mile23, andriyun, attiks, RoSk0: Fix 'Drupal.WhiteSpace.OpenBracketSpacing' coding standard
|
2017-09-22 12:16:23 +01: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
|
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
|
3148d1c44f
|
Issue #2906203 by maxocub: Widgets/formatters: D7 Plain text fields incorrectly migrated to D8 as Text (formatted)
|
2017-09-12 10:53:22 +01:00 |
Nathaniel Catchpole
|
9ef92a408b
|
Issue #2905627 by Lendude, dawehner: Part-2: Convert UpdatePathTestBase to BrowserTestBase
|
2017-09-08 14:24:15 +01:00 |
Nathaniel Catchpole
|
c28199f69f
|
Issue #2842222 by maxocub, heddn, vasi, Jo Fitzgerald, masipila, jeffwpetersen, catch, phenaproxima, markabur, quietone, mikeryan: D7 Plain text fields incorrectly migrated to D8 as Text (formatted)
|
2017-09-07 10:23:28 +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 |
Lee Rowlands
|
bd2227e48f
|
Issue #2893061 by maxocub, Jo Fitzgerald, heddn, phenaproxima: Create a ProcessField plugin to process the field types
|
2017-08-31 07:54:22 +10:00 |
webchick
|
3a4f6f2979
|
Issue #2901692 by tim.plunkett, xjm, Cottser, dawehner, EclipseGc: FieldDefinitionIntegrityTest does not respect module dependencies
|
2017-08-29 12:33:43 -07:00 |
Nathaniel Catchpole
|
271134ee22
|
Issue #2884202 by Berdir, amateescu, phenaproxima: Non-persistent fields become unpurgeable zombies without their target entity type
|
2017-08-28 14:56:36 +01:00 |
xjm
|
d70110cbf8
|
Revert "Issue #2901692 by tim.plunkett, EclipseGc: FieldDefinitionIntegrityTest does not respect experimental modules"
This reverts commit 6211b5d7d5.
|
2017-08-15 00:40:22 -05:00 |
Nathaniel Catchpole
|
4ff7617a62
|
Issue #2891935 by maxocub, Jo Fitzgerald, heddn: Refactor D7 FieldInstance source plugin and other field instance related source plugins
|
2017-08-13 14:14:37 +09:00 |
Scott Reeves
|
6211b5d7d5
|
Issue #2901692 by tim.plunkett, EclipseGc: FieldDefinitionIntegrityTest does not respect experimental modules
|
2017-08-12 10:46:54 -04:00 |
Nathaniel Catchpole
|
0ab00b4acd
|
Issue #2893072 by maxocub: Modify the DateField Field plugin so it's used for D6 & D7
|
2017-08-05 16:09:08 +09:00 |
Nathaniel Catchpole
|
e6cd4b0dc2
|
Issue #2891932 by maxocub: Refactor D7 Field source plugin
|
2017-07-27 06:21:42 +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 |
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 |
Nathaniel Catchpole
|
a153149f81
|
Issue #2447729 by phenaproxima, heddn: Migrate D6 user reference fields to D8 entity reference field storage config entities
|
2017-06-05 16:00:24 +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
|
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 |
Nathaniel Catchpole
|
5380355d5a
|
Issue #2872660 by phenaproxima: Migrate D6 node reference fields to D8 entity reference field definitions
|
2017-05-05 16:13:21 +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 |
Alex Pott
|
a6b84bfbf2
|
Issue #2843756 by vaplas, Wim Leers, brentschuddinck, jamesdesq: EntityResource: Provide comprehensive test coverage for FieldStorageConfig entity
|
2017-04-29 21:27:29 +01:00 |
Nathaniel Catchpole
|
10db66234a
|
Issue #2566779 by quietone, hussainweb, keithm, heddn, kekkis, Shawn DeArmond, Jo Fitzgerald, mlbrgl, phenaproxima, mikeryan, 13jupiters, Gábor Hojtsy: Migration D6 > D8 of CCK date fields
|
2017-04-27 14:01:36 -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 |
Nathaniel Catchpole
|
5875eb523c
|
Issue #2333985 by quietone, jarsenx, ultimike, heddn: Migrate menu_default_node_menu setting
|
2017-04-18 13:58:48 +01:00 |
Alex Pott
|
4656717240
|
Issue #2822837 by vaplas, martin107, chiranjeeb2410, klausi, dawehner: Replace @expectedException @expectedExceptionMessage with $this->setExpectedException
|
2017-03-27 11:26:01 +01:00 |
Alex Pott
|
acc5c66d7f
|
Issue #2498291 by Jo Fitzgerald, neclimdul, quietone, KarenS, mikeryan, mitrpaka, phenaproxima: Fields hidden in some view modes abort migration (D6)
|
2017-03-26 02:05:33 +01: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
|
72d65cc85c
|
Issue #2857822 by alexpott, klausi: Fix coding standards issues introduced mostly by array syntax conversion
|
2017-03-04 08:02:01 -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
|
3aba956a39
|
Issue #2666166 by jsst, Lendude, Andrej Galuf: View with not required relationship and aggregation enabled fails to execute
|
2017-03-03 16:50:40 +00:00 |
Nathaniel Catchpole
|
ef4f88376b
|
Issue #2561115 by michaellenahan, alexpott, Lendude, cilefen, lomasr, amit.drupal, Gábor Hojtsy, ifrik, dawehner: Rollback: Use 'Filter' for exposed filter button text in new views and new installations (instead of 'Apply')
|
2017-02-22 12:37:49 +00:00 |
Nathaniel Catchpole
|
4c64f7b840
|
Issue #2770921 by dawehner, klausi, Mile23, mpdonadio, xjm, claudiu.cristea: Feb 21st: Convert chunk of WTB to BTB by just moving classes, changing use statements adding traits
|
2017-02-21 12:07:44 +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 |
Nathaniel Catchpole
|
69c0eadb84
|
Issue #2669964 by quietone, Gábor Hojtsy, Jo Fitzgerald, phenaproxima: Migrate Drupal 7 core node translations to Drupal 8
|
2017-02-06 18:33:33 +00:00 |
Alex Pott
|
ce7cf174eb
|
Issue #2561115 by michaellenahan, Lendude, cilefen, lomasr, amit.drupal, Gábor Hojtsy, dawehner, ifrik: Use 'Filter' for exposed filter button text in new views and new installations (instead of 'Apply')
|
2017-01-05 21:51:09 +00:00 |
Nathaniel Catchpole
|
fbafc69241
|
Issue #2726803 by hussainweb, jmuzz, Jo Fitzgerald: Field formatters with names different than their field type can not be migrated
|
2016-12-06 11:54:06 +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
|
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 |
Nathaniel Catchpole
|
4f4904db9b
|
Issue #2611066 by hussainweb, svendecabooter, brunodbo, generalredneck, iMiksu, joelpittet: Migration path to entity reference field from 7.x
|
2016-11-21 12:40:30 +00:00 |
Alex Pott
|
759c27ce2c
|
Issue #2827748 by faline, felribeiro, tstoeckler: UuidItem should implement generateSampleValue
|
2016-11-18 11:23:03 +00:00 |
Alex Pott
|
057d3dc569
|
Issue #2678612 by Jo Fitzgerald, phenaproxima, benjy: D7 link field instance settings not migrating
|
2016-10-27 22:43:36 -07:00 |
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
|
d3078ff365
|
Issue #2807885 by phenaproxima, svendecabooter: Convert Field's Migrate source tests to new base class
|
2016-10-23 10:26:18 -07: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 |
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
|
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
|
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 |
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 |
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 |
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
|
7f5305b026
|
Issue #2706951 by Jo Fitzgerald: Field instance migration rollback fails
|
2016-08-26 14:22:16 +01:00 |
Alex Pott
|
65898a54a6
|
Issue #2706947 by Jo Fitzgerald: Field migration rollback fails
|
2016-08-26 14:20:00 +01:00 |
Alex Pott
|
fd8e8afc16
|
Issue #2705531 by Jo Fitzgerald: View mode migration rollback fails
|
2016-08-26 14:15:50 +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 |