Alex Pott
|
f437807590
|
Issue #2103621 by mondrake | fietserwin: Move GD logic from ImageInterface to toolkit, tie toolkit instance to Image instance, toolkits should no longer be instantiated separately.
|
2014-03-11 01:00:44 +00:00 |
Nathaniel Catchpole
|
dd4931b012
|
Issue #2204345 by tim.plunkett: Adjust PluginBag's instance handling methods.
|
2014-03-10 11:12:23 +00:00 |
Alex Pott
|
0f35ae9f75
|
Issue #2004336 by damiankloip: Default UUID key in ConfigEntityType.
|
2014-03-08 10:58:15 +00:00 |
Dries
|
1d58c60abc
|
Issue #2184653 by amateescu: Rename Drupal\Component\Utility\Url to UrlHelper.
|
2014-03-05 15:22:39 -05:00 |
webchick
|
38fc484ea7
|
Issue #2204307 by EclipseGc: Move PluginBag Implementations from \Drupal\Component to \Drupal\Core.
|
2014-03-04 13:25:18 -08:00 |
Nathaniel Catchpole
|
af0f5628d2
|
Issue #2209015 by longwave, awochna: Aggregator Doesn't Show Up In admin/config.
|
2014-03-04 13:33:27 +00:00 |
webchick
|
428d0f0ad9
|
Issue #2053153 by tim.plunkett, dawehner, damiankloip, aspilicious: Allow contrib modules to provide plugins on behalf of optional modules.
|
2014-03-01 17:57:51 -08:00 |
Dries
|
03ddf8c283
|
Issue #2198377 by alexpott: Enforce UUID key name in configuration entities.
|
2014-02-27 20:34:39 +01:00 |
Nathaniel Catchpole
|
b9a978d202
|
Issue #2177041 by dawehner, Berdir, jibran: Remove all implementations of hook_menu.
|
2014-02-26 10:53:29 +00:00 |
Alex Pott
|
0230aa22a4
|
Issue #2195753 by tim.plunkett: Changes to config entities that use plugins are not propagated to the plugins.
|
2014-02-25 14:32:19 +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 |
Alex Pott
|
f6161fadb0
|
Issue #2002134 by fago, yched, amateescu, effulgentsia: Move TypedData metadata introspection from data objects to definition objects.
|
2014-02-24 11:44:26 +00:00 |
webchick
|
01457d74ea
|
Issue #2200821 by yched, plopesc, Berdir, claudiu.cristea, swentel: Rename Fieldinterface and FieldInstanceInterface.
|
2014-02-22 21:16:46 -08:00 |
Alex Pott
|
a1a5e155f8
|
Issue #2198343 by damiankloip, longwave: Convert all usages of cache() and cache_invalidate_tags() procedural functions.
|
2014-02-21 15:21:08 +00:00 |
webchick
|
d6c9c5751e
|
Issue #2110615 by swentel, dawehner, xjm, chx: Do not ship with default UUIDs.
|
2014-02-20 08:26:41 -08:00 |
Nathaniel Catchpole
|
6dd47abad0
|
Issue #2196897 by divesh.kumar: Convert all calls & docs references to check_plain() in core to Drupal\Component\Utility\String::checkPlain() in image module.
|
2014-02-20 12:13:30 +00:00 |
Alex Pott
|
40dc8daf51
|
Issue #2095303 by swentel, plopesc, Berdir, claudiu.cristea, yched: Rename 'field_entity' to 'field_config' and 'field_instance' to 'field_instance_config'.
|
2014-02-19 23:29:14 +00:00 |
Alex Pott
|
b0da3ae64e
|
Issue #2119905 by damiankloip, tim.plunkett, Berdir: Provide @ConfigEntityType and @ContentEntityType to have better defaults.
|
2014-02-18 14:34:10 +00:00 |
Nathaniel Catchpole
|
a840af8381
|
Issue #2173655 by Cottser, xjm, jessebeach, alexpott, rlmumford: Refactor theme() to _theme(); make it a private API to discourage module developers from circumventing the renderable build system.
|
2014-02-18 10:54:10 +00:00 |
Nathaniel Catchpole
|
4bbef0e0c4
|
Issue #2152825 by plopesc, swentel, Berdir: Rename FieldItemBase::getFieldSetting[s]() to getSetting[s]().
|
2014-02-13 11:45:57 +00:00 |
Nathaniel Catchpole
|
bc65e5350d
|
Issue #2187335 by mondrake: Cannot delete image styles from UI any longer.
|
2014-02-13 11:04:25 +00:00 |
Alex Pott
|
f5ba64c9c1
|
Issue #2156337 by yched, amateescu, smiletrl: Merge ConfigEntityReferenceItemBase up into EntityReferenceItem, and fix inconsistencies.
|
2014-02-12 02:12:01 +00:00 |
Alex Pott
|
6c2ed3f11e
|
Issue #2165155 by Berdir, tim.plunkett: Change $entity_type to $entity_type_id and $entity_info to $entity_type/$entity_types.
|
2014-02-10 09:24:05 +00:00 |
Alex Pott
|
655f5a0316
|
Issue #2165835 by yched, tstoeckler: Rename EntityDisplay to EntityViewDisplay in accordance with its interface.
|
2014-02-09 00:54:32 +00:00 |
webchick
|
e0f774b395
|
Issue #2189985 by tim.plunkett: Rename UnknownPluginException to PluginNotFoundException.
|
2014-02-07 00:03:27 -08:00 |
webchick
|
dca2d601ca
|
Issue #1857442 by longwave, dawehner: Make $values optional on entity_create.
|
2014-02-06 23:47:06 -08:00 |
webchick
|
a979bbda18
|
Issue #2110501 by tim.plunkett, pwolanin, tstoeckler: ControllerBase should implement ContainerInjectionInterface like FormBase.
|
2014-02-02 19:12:30 -08:00 |
webchick
|
bc058bada9
|
Issue #2168011 by xjm, jessebeach, Damien Tournoud, znerol, Xano: Remove all 7.x to 8.x update hooks and disallow updates from the previous major version.
|
2014-01-31 09:26:04 -08:00 |
Alex Pott
|
76bcb27b13
|
Issue #2167641 by tim.plunkett: EntityInterface::uri() should use route name and not path.
|
2014-01-31 15:08:43 +00:00 |
Nathaniel Catchpole
|
aa03c3dd54
|
Issue #2167623 by danilenko_dn, sidharthap, Nitesh Sethia, krishnan.n, aitiba, alexpott, ashwinikumar, Barrett, damiankloip, deepakaryan1988, foxtrotcharlie, ianthomas_uk, neetu morwani, nonsie, piyuesh23, Sharique, sivaji, sushantpaste, swentel, vijaycs85, YesCT: Add test for all default configuration to ensure schema exists and is correct.
|
2014-01-30 12:04:18 +00:00 |
Alex Pott
|
acd3a59ea8
|
Issue #2047633 by pwolanin, dawehner, kim.pepper, Xano, amateescu, tim.plunkett: Move definition of menu links to hook_menu_link_defaults(), decouple key name from path, and make 'parent' explicit.
|
2014-01-29 08:25:00 +00:00 |
Alex Pott
|
42e2c36937
|
Revert "Issue #2047633 by dawehner, pwolanin, Xano, amateescu, tim.plunkett: Move definition of menu links to hook_menu_link_defaults(), decouple key name from path, and make 'parent' explicit."
This reverts commit 531fd59314 .
|
2014-01-24 19:01:38 +01:00 |
Nathaniel Catchpole
|
098289167d
|
Issue #2042773 by yched, Berdir, pcambra: Change #items within a theme_field() render array from an *array* to the same $items *object* used throughout the rest of the formatter pipeline.
|
2014-01-24 12:44:59 +00:00 |
Alex Pott
|
a3c8c88fa4
|
Issue #2121849 by moshe weitzman: Move chmod.directory and chmod.file out of config and into settings so that file writes are independant of the config system.
|
2014-01-24 10:45:47 +01:00 |
webchick
|
edbe2839a4
|
Issue #2072995 by claudiu.cristea, yched: Change notice: Move FAPI callbacks for file/image widgets in classes.
|
2014-01-24 00:35:36 -08:00 |
Alex Pott
|
531fd59314
|
Issue #2047633 by dawehner, pwolanin, Xano, amateescu, tim.plunkett: Move definition of menu links to hook_menu_link_defaults(), decouple key name from path, and make 'parent' explicit.
|
2014-01-23 23:14:32 +01:00 |
Nathaniel Catchpole
|
5d4d6b1c80
|
Issue #1979468 by Wim Leers, nod_, pwolanin, longwave, thedavidmeister, jessebeach, larowlan | catch: .active from linkGenerator(), l() and theme_links() forces an upper limit of per-page caching for all content containing links.
|
2014-01-23 18:04:41 +00:00 |
webchick
|
d63c8faea6
|
Issue #2168333 by tim.plunkett, EclipseGc, yched, fago: Ensure custom EntityType controllers can be provided by modules.
|
2014-01-21 23:32:29 -08:00 |
Nathaniel Catchpole
|
9c5aac97be
|
Issue #1649780 by effulgentsia, jibran, Wim Leers, nod_, hefox, joelpittet, kaare, BarisW, sun, rbayliss, Cottser, fubhy: Remove first/last/odd/even classes in favor of CSS3 pseudo selectors.
|
2014-01-15 11:02:11 +00:00 |
webchick
|
e22ce6994d
|
Issue #2037847 by droplet: Join position string together.
|
2014-01-13 22:35:50 -08:00 |
webchick
|
666699224d
|
Issue #2171737 by vijaycs85, Wim Leers, claudiu.cristea: Regression: Draggable table broken on image style form.
|
2014-01-13 19:02:48 -08:00 |
Alex Pott
|
bbed679fbf
|
Issue #2144327 by amateescu, effulgentsia, yched, dasjo: Make all field types provide a schema().
|
2014-01-08 15:45:21 +00:00 |
Nathaniel Catchpole
|
e4124f0a27
|
Revert "Issue #1979468 by Wim Leers, pwolanin, nod_, thedavidmeister, larowlan: .active from linkGenerator(), l() and theme_links() forces an upper limit of per-page caching for all content containing links."
This reverts commit 624296e715 .
|
2014-01-06 22:00:22 +00:00 |
Nathaniel Catchpole
|
3a0569596f
|
Issue #2030643 by tarekdj, InternetDevels: Expand ImageStyle with methods.
|
2014-01-06 12:29:43 +00:00 |
Nathaniel Catchpole
|
624296e715
|
Issue #1979468 by Wim Leers, pwolanin, nod_, thedavidmeister, larowlan: .active from linkGenerator(), l() and theme_links() forces an upper limit of per-page caching for all content containing links.
|
2014-01-04 20:05:38 +00:00 |
Alex Pott
|
52eb9366e4
|
Issue #1069140 by claudiu.cristea: Requirements should be provided by image toolkit.
|
2014-01-03 13:42:22 +01:00 |
Alex Pott
|
814aed203d
|
Issue #2005716 by tim.plunkett, msonnabaum, dawehner, alexpott, effulgentsia: Promote EntityType to a domain object.
|
2014-01-01 11:08:57 +01:00 |
webchick
|
3b604ffa21
|
Issue #2162271 by likin: Prefixes in config_get_storage_names_with_prefix.
|
2013-12-31 16:15:45 -08:00 |
webchick
|
a06d7830eb
|
Issue #2107531 by pwolanin, neclimdul, cilefen, dawehner, YesCT, tim.plunkett: Improve DX of local task YAML definitions.
|
2013-12-31 15:48:51 -08:00 |
Alex Pott
|
185c50b124
|
Issue #2050113 by swentel, longwave, Hydra, yched, marthinal, netsensei: PHP notice on multiple items image field.
|
2013-12-26 15:05:32 +00:00 |