Nathaniel Catchpole
|
26dfabc367
|
Issue #2393765 by alexpott: Several forms should use ConfigFormBase and not FormBase
|
2014-12-19 14:09:17 +00:00 |
Nathaniel Catchpole
|
da33162efd
|
Issue #2368807 by yched: Remove special support for NULL values in FieldItemList
|
2014-12-19 10:12:31 +00:00 |
Nathaniel Catchpole
|
dfad7c651b
|
Issue #2386571 by dawehner, hussainweb: Large array structures (e.g. $form) in stack trace results in huge memory usage in FlattenException::flattenArgs()
|
2014-12-19 09:44:56 +00:00 |
webchick
|
e15ebedc4c
|
Revert "Issue #2196977 by Eric_A, tadityar, Poornima3, jhedstrom: Drupal/filter/Annotation/Filter uses public $module instead of $provider"
Oops. Forgot we're in majors/criticals only mode today.
This reverts commit 1621ae8b76 .
|
2014-12-16 21:17:21 -08:00 |
webchick
|
1621ae8b76
|
Issue #2196977 by Eric_A, tadityar, Poornima3, jhedstrom: Drupal/filter/Annotation/Filter uses public $module instead of $provider
|
2014-12-16 21:12:59 -08:00 |
Nathaniel Catchpole
|
723ac9580b
|
Issue #2392235 by Berdir: ChainedFastBackend shouldn't write cache tags to the fast cache back-end
|
2014-12-16 18:03:51 +00:00 |
Nathaniel Catchpole
|
14669c9367
|
Issue #2394327 by jhedstrom: run-tests.sh throwing stream wrapper warnings
|
2014-12-16 17:59:54 +00:00 |
Alex Pott
|
bb4367b4e2
|
Issue #2372855 by Wim Leers, dawehner: Add content & config entity dependencies to views
|
2014-12-16 09:26:05 +00:00 |
Alex Pott
|
88a46ae942
|
Issue #2068655 by Berdir, chx, martin107, longwave, webflo, damiankloip, lokapujya, JacobSanford: Entity fields do not support case sensitive queries
|
2014-12-16 09:03:13 +00:00 |
Alex Pott
|
85764e4e43
|
Issue #2338873 by plach, fago, effulgentsia, swentel: Modules providing non-configurable field storage definitions can be uninstalled, leaving orphaned unpurged data
|
2014-12-15 20:52:40 +00:00 |
Alex Pott
|
1fd2961d83
|
Issue #2392433 by Berdir: Stream wrappers are registered before page cache
|
2014-12-15 17:36:11 +00:00 |
Alex Pott
|
000f3924f3
|
Issue #2116327 by martin107: Creating DrupalDateTime object, with a 'date' array as input will always fail with exception
|
2014-12-15 17:07:58 +00:00 |
Nathaniel Catchpole
|
14189a745f
|
Issue #2353357 by Berdir: hook_stream_wrappers_alter() is broken since modules are not loaded on demand, also change to an event since it's the last hook that forces this during bootstrap
|
2014-12-15 16:53:00 +00:00 |
webchick
|
15debbd253
|
Issue #2386559 by fago, yched, amateescu, jibran, plach: ERItem::setValue(array('entity' => $entity) produces broken Items
|
2014-12-14 13:21:01 -08:00 |
Alex Pott
|
f41585c8d3
|
Issue #2170235 by Berdir, penyaskito, larowlan, alexpott, sushyl: file_private_path should be in $settings, like file_public_path
|
2014-12-14 14:01:24 +01:00 |
Alex Pott
|
a942dd5840
|
Issue #2368323 by dawehner, swentel, martin107: Replace _l() in PathController::adminOverview()
|
2014-12-14 12:52:21 +01:00 |
Alex Pott
|
9f04e89ba4
|
Issue #2137309 by fago: Typed data does not handle set() and onChange() consistently
|
2014-12-14 12:48:48 +01:00 |
Alex Pott
|
970ea07c17
|
Revert "Issue #2273923 by mpdonadio, pfrenssen, dawehner, xjm, cilefen: Remove html => TRUE option from l() and link generator"
This reverts commit 0bcabf50e0 .
|
2014-12-13 21:44:18 +01:00 |
Alex Pott
|
0bcabf50e0
|
Issue #2273923 by mpdonadio, pfrenssen, dawehner, xjm, cilefen: Remove html => TRUE option from l() and link generator
|
2014-12-13 18:20:19 +01:00 |
Alex Pott
|
f4108f88bf
|
Issue #2204363 by Berdir, Wim Leers, tim.plunkett, chx: [sechole] Returning TRUE from hook_entity_access()/hook_ENTITYTYPE_access() must not bypass EntityAccessController::checkAccess()
|
2014-12-13 17:29:19 +01:00 |
Alex Pott
|
bcfde9e159
|
Issue #2392209 by plach: DefaultTableMapping::getFieldColumName is broken for base tables
|
2014-12-13 16:03:32 +01:00 |
Jennifer Hodgdon
|
56b8cbb364
|
Issue #2391295 by er.pushpinderrana, dawehner: Use @return $this instead of @return static in EntityInterface
|
2014-12-12 16:52:17 -08:00 |
Alex Pott
|
106e3d4297
|
Issue #2386161 by Berdir, Wim Leers, beejeebus, olli: ChainedFastBackend doesn't set 'expires' and 'tags' when writing to fastBackend
|
2014-12-13 00:11:52 +01:00 |
Dries
|
20a8ccfd14
|
Issue #2278017 by cilefen, bircher, effulgentsia: When a content entity type providing module is uninstalled, the entities are not fully deleted, leaving broken reference
|
2014-12-12 12:53:22 -05:00 |
Nathaniel Catchpole
|
a17498c593
|
Issue #2387019 by dawehner, larowlan: String field formatters cannot link to their parent entity
|
2014-12-12 16:20:41 +00:00 |
Alex Pott
|
47381094a3
|
Issue #2342543 by fago, dixon_, jeqq: Applying entity schema updates fail when both entity type and base field definitions change at the same time
|
2014-12-12 17:19:03 +01:00 |
Alex Pott
|
01d9799de6
|
Issue #2354685 by amateescu, tstoeckler, derhasi: Fatal Error on re-saving required EntityReference field setting
|
2014-12-12 17:13:50 +01:00 |
Alex Pott
|
fdec77fca1
|
Issue #2382543 by rpayanm, ianthomas_uk: Remove usage of drupal_html_class() and drupal_clean_css_identifier()
|
2014-12-12 10:08:12 +01:00 |
catch
|
22ca1c9ca4
|
Issue #1985406 by jhedstrom, alexpott, Dave Reid, olli: #states not supported for elements in formatter settings being displayed on Views field handler form
|
2014-12-11 23:17:22 +00:00 |
Alex Pott
|
348a681b10
|
Issue #2391245 by Gábor Hojtsy, Wim Leers: Resolve remaining misc issues with configuration schema fails
|
2014-12-11 18:56:48 +01:00 |
Alex Pott
|
0a4aeec2e1
|
Issue #2388863 by chx: Entity type is definition
|
2014-12-11 18:26:27 +01:00 |
webchick
|
0b7c4a276f
|
Issue #2391381 by fago: $include_computed parameter from Map::getValue() is broken and unused
|
2014-12-11 09:17:02 -08:00 |
Alex Pott
|
2d727c6ff5
|
Issue #2358991 by JeroenT, ianthomas_uk, rpayanm, jamesdixon, er.pushpinderrana, Ashok Negi: Remove usage of drupal_mail()
|
2014-12-11 18:08:56 +01:00 |
Alex Pott
|
a198ce636c
|
Issue #2388925 by xjm, preshetin: British again invade config sync
|
2014-12-11 17:57:18 +01:00 |
Alex Pott
|
1ffac67513
|
Issue #2384665 by benjy, penyaskito: Follow-up: FieldConfigBase::calculateDependencies() fatal error is unhelpful
|
2014-12-11 17:06:20 +01:00 |
Alex Pott
|
4615f8c381
|
Issue #2388905 by chx: menu link storage override requires too much copy-paste
|
2014-12-11 16:51:32 +01:00 |
Nathaniel Catchpole
|
ae049e93cc
|
Issue #2391021 by Gábor Hojtsy: Config schema issues in config tests themselves
|
2014-12-11 14:51:54 +00:00 |
Alex Pott
|
e55610f88d
|
Issue #2226863 by cs_shadow, filijonka, joelpittet, pguillard: Update stale references to theme functions that have been converted to Twig
|
2014-12-11 11:35:52 +01:00 |
Alex Pott
|
4efd487ccf
|
Issue #2363155 by penyaskito: content_translation.settings config is not scalable
|
2014-12-11 10:09:33 +01:00 |
Alex Pott
|
9e8a5230ad
|
Issue #2359509 by Berdir: Incorrect type safe check in Entity::onUpdateBundleEntity() results too many cache clears
|
2014-12-11 09:35:31 +01:00 |
Dries
|
e20d78e1f3
|
Issue #2248977 by Berdir: Complete support for multi-value base fields in ContentEntitySchemaHandler and use it for the user.roles field
|
2014-12-10 15:18:13 -05:00 |
webchick
|
9eb4efb986
|
Issue #2390615 by alexpott: Add method to determine config dependency key depending on entity type
|
2014-12-10 07:40:28 -08:00 |
Nathaniel Catchpole
|
d3e81f5e0d
|
Issue #2388765 by alexpott: Improve performance of SqlContentEntityStorage::countFieldData() for large datasets when getting the result as a boolean
|
2014-12-09 16:03:20 +00:00 |
Nathaniel Catchpole
|
82989783cc
|
Issue #2335879 by alexpott, dixon_, Wim Leers, chx, mauzeh, ygerasimov, jeqq: Change SqlContentEntityStorageSchema::requiresEntityDataMigration() to ask the old storage handler if it has data rather than assuming yes unless NULL storage
|
2014-12-09 13:05:03 +00:00 |
Nathaniel Catchpole
|
77c613e36f
|
Issue #2382533 by Wim Leers: Attach assets only via the asset library system
|
2014-12-09 11:55:57 +00:00 |
Nathaniel Catchpole
|
cd0cb0d7c9
|
Issue #2369225 by mpdonadio: Add $options['base_url'] to UrlGenerator::generateFromRoute()
|
2014-12-09 11:03:15 +00:00 |
Nathaniel Catchpole
|
ad555fa8a3
|
Issue #2084987 by andypost, Jalandhar: Remove usage of field_ui_default_value and recommend proper replacement
|
2014-12-08 11:10:27 +00:00 |
Nathaniel Catchpole
|
a943f5813b
|
Issue #2380607 by Berdir, dawehner: Do not call ConfigBase::validateKeys() for data loaded from storage
|
2014-12-08 11:07:49 +00:00 |
Nathaniel Catchpole
|
fa31ac08fd
|
Issue #2387443 by alexpott, dawehner: BinaryFileResponse can fail because the core MIME guessing is not added to the MimeType singleton
|
2014-12-08 10:03:17 +00:00 |
catch
|
599bad3bcf
|
Issue #2364381 by Wim Leers: Exception thrown in drupal_render() causes an exception during the rendering of exceptions
|
2014-12-07 09:14:26 +00:00 |