webchick
|
684f0cb4d4
|
Issue #2224833 by tim.plunkett: Remove redundant ID manipulation in ConfigEntityStorage::save().
|
2014-03-28 13:33:42 -07:00 |
Alex Pott
|
fee6ae0e0f
|
Issue #2225629 by Xano: Move hook_field_extra_fields() to the entity API.
|
2014-03-28 11:30:44 +01:00 |
catch
|
2f959b9693
|
Issue #2188613 by Berdir, Xen, andypost: Rename EntityStorageController to EntityStorage.
|
2014-03-27 12:54:40 +01:00 |
Alex Pott
|
c40d1173ae
|
Issue #2201693 followup by plopesc, Sweetchuck, rodrigoaguilera: Field output supporting code should move out of field.module.
|
2014-03-26 23:25:08 +01:00 |
catch
|
24526aedd0
|
Revert "Issue #2165725 by Xano: Introduce hook_entity_operation()."
This reverts commit 2cf87103b5 .
|
2014-03-26 19:53:12 +01:00 |
catch
|
c15c6c188a
|
Issue #2143069 by plach, fago: Add getProvider() and hasCustomStorage to FieldDefinitionInterface.
|
2014-03-26 15:51:07 +01:00 |
catch
|
682a214aa5
|
Issue #2224873 by alexpott: Handle a config entity with the same name but different UUID being imported.
|
2014-03-26 15:26:11 +01:00 |
catch
|
bb0f5fced3
|
Issue #1194136 by Berdir, damiankloip, Wim Leers: Re-organise core cache bins.
|
2014-03-26 14:19:28 +01:00 |
catch
|
2cf87103b5
|
Issue #2165725 by Xano: Introduce hook_entity_operation().
|
2014-03-26 12:46:04 +01:00 |
Alex Pott
|
7f61620431
|
Issue #2136197 by andypost, jessebeach, swentel, longwave, Berdir: Move field/instance/widget/formatter settings out of annotation / plugin definition.
|
2014-03-26 10:32:27 +01:00 |
catch
|
53852c25df
|
Issue #2211235 by damiankloip: Add specific annotations for Views handlers.
|
2014-03-25 20:16:43 +01:00 |
catch
|
83b797dfce
|
Issue #2095195 by yched, fago, Berdir, amateescu, swentel, pfrenssen, Xano: Remove deprecated field_attach_form_*().
|
2014-03-25 19:26:29 +01:00 |
webchick
|
4a1ff2d485
|
Issue #2144631 by fago: Add a revisionable key to field definitions.
|
2014-03-25 09:26:15 -07:00 |
catch
|
34907c36cc
|
Issue #2224209 by alexpott: Field instance configuration should depend on its bundle.
|
2014-03-25 13:38:24 +00:00 |
Alex Pott
|
13242b5af6
|
Issue #2201693 by plopesc, e0ipso, swentel: Field output supporting code should move out of field.module.
|
2014-03-25 12:19:33 +01:00 |
Alex Pott
|
02f761ba1d
|
Issue #2154711 by plopesc, tim.plunkett, olli, Berdir, Dave Reid: Move entity_get_(form/view)_mode_options() functions to EntityManager and add get(Form/View)ModeOptions() methods.
|
2014-03-25 10:43:08 +01:00 |
webchick
|
bead76ad5b
|
Issue #1987398 by Nigel_S, Tim Bozeman, InternetDevels, adsw12, joelpittet, Cottser, mdrummond, dsayswhat, jerdavis, rteijeiro, LewisNyman, Rumato, gnuget: Field.module - Convert theme_ functions to Twig.
|
2014-03-24 11:15:19 -07:00 |
webchick
|
b907c2f3ae
|
Issue #2191709 by andypost, Berdir: Remove the configurable flag on field types.
|
2014-03-24 09:13:25 -07:00 |
Nathaniel Catchpole
|
8cbab1493b
|
Issue #2080823 by alexpott, swentel, Wim Leers: Create API to discover content or config entities' soft dependencies and use this to present a confirm form on module uninstall.
|
2014-03-21 11:53:32 +00:00 |
webchick
|
23902766ac
|
Issue #2219925 by tim.plunkett: Rename ConfigEntityInterface::getExportProperties() to toArray().
|
2014-03-20 19:31:32 -07:00 |
webchick
|
77123f3f1b
|
Issue #340723 by ParisLiakos, sun, Berdir, glennpratt, Cottser, swentel, alexpott, tstoeckler, Xano, tim.plunkett, BassistJimmyJam | beejeebus: Make modules and installation profiles only require .info.yml files.
|
2014-03-17 07:43:29 -07:00 |
Alex Pott
|
eba0b71872
|
Revert "Issue #340723 by ParisLiakos, sun, Berdir, glennpratt, Cottser, swentel, tstoeckler, Xano, tim.plunkett, BassistJimmyJam: Make modules and installation profiles only require .info.yml files."
This reverts commit b4c561d0d5 .
|
2014-03-17 13:02:04 +00:00 |
Nathaniel Catchpole
|
b4c561d0d5
|
Issue #340723 by ParisLiakos, sun, Berdir, glennpratt, Cottser, swentel, tstoeckler, Xano, tim.plunkett, BassistJimmyJam: Make modules and installation profiles only require .info.yml files.
|
2014-03-17 11:57:35 +00:00 |
Nathaniel Catchpole
|
e1533e2a73
|
Issue #2155635 by Berdir, tim.plunkett, dawehner: Allow plugin managers to opt in to cache clear during module install.
|
2014-03-17 11:53:05 +00:00 |
webchick
|
aed35d3a1f
|
Issue #2218199 by andypost: Move email and number field types to \Drupal\Core\Field, remove modules.
|
2014-03-16 12:10:42 -07:00 |
Nathaniel Catchpole
|
bd732ee75e
|
Issue #2188565 by Wim Leers, Berdir: Test coverage for Comment, Custom Block, Node, Taxonomy Term and User entity cache tags.
|
2014-03-14 13:06:46 +00:00 |
webchick
|
03a4497fac
|
Issue #1862300 by tim.plunkett, dawehner, YesCT: Move ConfigStorageController::getQuery() to EntityStorageControllerInterface.
|
2014-03-12 17:13:13 -07:00 |
Alex Pott
|
28d0b8efa5
|
Issue #2210197 by sun, longwave, Sutharsan: Remove public access to Extension::$type, ::$name, ::$filename.
|
2014-03-11 17:19:24 +00:00 |
Alex Pott
|
ed4b791c34
|
Issue #2192259 by andypost, amateescu, damiankloip: Remove ConfigField.. Item and List classes + interfaces.
|
2014-03-10 14:43:46 +00:00 |
Nathaniel Catchpole
|
6dc4d08c1f
|
Issue #2208165 by longwave, damiankloip: Replace usage of views deprecated functions in views.
|
2014-03-10 13:11:58 +00:00 |
Alex Pott
|
0f35ae9f75
|
Issue #2004336 by damiankloip: Default UUID key in ConfigEntityType.
|
2014-03-08 10:58:15 +00:00 |
webchick
|
0990c7eee9
|
Issue #1982776 by netsensei, Dave Reid, plopesc: Formatters do not support weights like widgets do.
|
2014-03-07 13:59:19 -08:00 |
Alex Pott
|
d8c718b2f6
|
Revert "Issue #2210197 by sun, longwave: Remove public access to Extension::$type, ::$name, ::$filename." Broke 'drush en simpletest' on testbots
This reverts commit 2c51074d59 .
|
2014-03-07 14:14:32 +00:00 |
Nathaniel Catchpole
|
0aa59382b2
|
Issue #2192649 by sun, chakrapani, sidharthap: Remove drupal_set_title() from installation and update process.
|
2014-03-07 14:03:33 +00:00 |
Alex Pott
|
2c51074d59
|
Issue #2210197 by sun, longwave: Remove public access to Extension::$type, ::$name, ::$filename.
|
2014-03-07 11:18:08 +00:00 |
Alex Pott
|
2187fd1ee3
|
Issue #2198917 by andypost, Berdir: Use the string field type for the node title field.
|
2014-03-07 11:08:24 +00:00 |
Alex Pott
|
33ade8c229
|
Issue #2143519 by followup yched, swentel: Allow FieldInstance yml files to refer to the Field by field name rather than by field_uuid.
|
2014-03-06 10:25:32 +00:00 |
webchick
|
89379df0d4
|
Issue #2201087 by plopesc: Rename hook_field_update_forbid to hook_field_config_update_forbid.
|
2014-03-05 08:50:56 -08:00 |
webchick
|
28d5e26943
|
Issue #2134887 by zwischenzug, yched, plopesc: Move field_view_field() / field_view_value() to methods.
|
2014-03-05 08:49:15 -08:00 |
Alex Pott
|
7099e22fd7
|
Issue #2199811 by swentel: Reserved field names check in Field::preSaveNew() can be simplified.
|
2014-03-04 23:55:56 +00:00 |
Alex Pott
|
984ea2a6ec
|
Issue #2201709 by yched: Move support for "add more" button into WidgetBase.
|
2014-03-04 13:54:46 +00:00 |
Alex Pott
|
7a6fb338b3
|
Issue #2114707 by Berdir, yched, amateescu, effulgentsia, fago: Allow per-bundle overrides of field definitions.
|
2014-03-04 10:27:25 +00:00 |
webchick
|
523964ba75
|
Issue #2192693 by alexpott, swentel: Remove config.inc.
|
2014-03-01 11:02:16 -08:00 |
Nathaniel Catchpole
|
78b48c89ad
|
Issue #2092095 by tstoeckler, ParisLiakos: Remove \Drupal\Component\Utility\MapArray.
|
2014-02-28 10:43:51 +00:00 |
Nathaniel Catchpole
|
31dbc6a137
|
Issue #2151459 by jessebeach, Wim Leers, plach, amateescu, Berdir: Enable node render caching.
|
2014-02-28 10:06:00 +00:00 |
Dries
|
03ddf8c283
|
Issue #2198377 by alexpott: Enforce UUID key name in configuration entities.
|
2014-02-27 20:34:39 +01:00 |
webchick
|
02417da643
|
Issue #1892182 by sun, nod_, jibran: #type details: Rename #collapsed to #open.
|
2014-02-26 10:38:09 -08:00 |
Nathaniel Catchpole
|
b9a978d202
|
Issue #2177041 by dawehner, Berdir, jibran: Remove all implementations of hook_menu.
|
2014-02-26 10:53:29 +00:00 |
Nathaniel Catchpole
|
91542ece95
|
Issue #1810178 by sidharthap, swentel, Xano, Rajesh Ashok, David Hernández, durifal, yched, guy_schneerson: _field_info_collate_fields() is not language-aware, may return wrong values.
|
2014-02-25 13:24:07 +00:00 |
Nathaniel Catchpole
|
d41d3db083
|
Issue #2199483 by damiankloip, alexpott: Provide a default config_prefix based on entity type ID and provider.
|
2014-02-25 10:12:46 +00:00 |