Commit Graph

539 Commits (d56b70cffa31cf95b6722eff3e474f9d4dff1cc5)

Author SHA1 Message Date
Alex Pott 0dc696df7a Issue #2218463 by znerol, damiankloip, rbayliss: Fixed Private file and image style downloads throw 500 error when page cache is active. 2014-07-06 18:29:47 +01:00
webchick 94e0188a10 Issue #2294129 by xjm, tim.plunkett: Switch hook_help() to use RouteMatch instead of Request. 2014-06-29 20:33:08 -07:00
webchick 5cd540a56d Issue #2286681 by alexpott, tim.plunkett: Fixed Make public properties on ConfigEntityBase protected. 2014-06-27 08:09:42 -07:00
Nathaniel Catchpole dbb3bb005c Issue #2257587 by fietserwin: Remove parameter in calls between and within Image and toolkit. 2014-06-26 12:26:01 +01:00
Nathaniel Catchpole 86e432e05e Issue #2143291 by plach, alexpott, xjm, effulgentsia, pwolanin, swentel | yched: Clarify handling of field translatability. 2014-06-20 18:40:27 +01:00
Dries e9bb4a20e4 Issue #2172241 by swentel, webflo | ivanjaros: Fixed Files and image widgets completely broken. 2014-06-18 22:03:01 +02:00
webchick 40942c7412 Issue #2282125 by joshi.rohit100, mtift: Fixed Remove instances of '@return self'. 2014-06-15 23:42:31 -07:00
Nathaniel Catchpole 0c33183a9e Issue #2256679 by alexpott, tim.plunkett: Fixed Use config schema to determine which config entity properties to export regardless of whether they are public or protected. 2014-06-14 10:03:25 +01:00
Nathaniel Catchpole 4e3ee43e76 Issue #2228763 by larowlan, alexpott, martin107, jessebeach, xjm: Create a comment-type config entity and use that as comment bundles, require selection in field settings form. 2014-06-13 10:34:04 +01:00
webchick 9f47a87405 Issue #1898420 by mondrake, joelpittet, InternetDevels, claudiu.cristea, c4rl, DamienMcKenna, Albert Volkman, shanethehat, thedavidmeister: Image.module - Convert theme_ functions to Twig. 2014-06-12 19:52:19 -07:00
Nathaniel Catchpole bc7e413dfb Issue #2281905 by Berdir: Stop caching plugin discovery/info hooks by language. 2014-06-12 10:10:59 +01:00
Alex Pott ae8eb106ef Issue #2211227 by mondrake, xjm | fietserwin: Refactor image and imagetoolkit: isExisting, isSupported, supportedTypes, getMimeType. 2014-06-09 09:48:54 -05:00
Alex Pott 6bf9738ab6 Issue #2251223 by tim.plunkett: ConfigurableImageEffectInterface should use ConfigurablePluginInterface and PluginFormInterface. 2014-06-08 17:37:06 -05:00
webchick c993e0df92 Issue #1079116 by fearlsgroove, joachim, ryanissamson, manarth, katherined, droppinshucks, BiigNiick | fietserwin: Fixed Inaccurate text: Images must be smaller than !max pixels. 2014-06-06 14:49:10 -05:00
Alex Pott 1ab2651755 Issue #2183231 by tstoeckler, plach, jessebeach, fago, Berdir, xjm, mauzeh: Make ContentEntityDatabaseStorage generate static database schemas for content entities. 2014-06-01 15:53:43 -05:00
Alex Pott 7a98471c44 Issue #2273631 by vijaycs85: Unify config entity schemas with a base schema type. 2014-05-31 06:55:13 -05:00
webchick d0d3e53361 Issue #2247991 by xjm, typhonius, donquixote: [May 27] Move all module code to PSR-4. 2014-05-27 19:43:20 -07:00
Alex Pott 00339b3d36 Issue #2167167 by Berdir: Remove field_info_*(). 2014-05-27 09:34:19 +01:00
webchick 783bc94834 Issue #2226871 by tim.plunkett: ConfirmFormInterface::getCancelRoute() should always return Drupal\Core\Url. 2014-05-20 14:48:51 -07:00
webchick 85f243e204 Issue #2267329 by tim.plunkett | joachim: Move EntityWithPluginBagInterface out of Drupal\Core\Config\Entity and make it useful for more than one bag. 2014-05-20 14:04:40 -07:00
Nathaniel Catchpole c972b3ee9d Issue #2190313 by pfrenssen, Berdir, amateescu, ianthomas_uk: Add $EntityType::load() and loadMultiple() to simplify loading entities. 2014-05-20 10:29:40 +01:00
Alex Pott c98b2fdca0 Issue #2266501 by Gábor Hojtsy, vijaycs85, YesCT: Array level schema errors are not reported, fix wrong schemas identified. 2014-05-16 12:49:42 -05:00
Alex Pott da026cf53c Issue #2116363 by Berdir, jessebeach | fago: Unified repository of field definitions (cache + API). 2014-05-15 12:26:18 -05:00
Nathaniel Catchpole bf3ba52fa0 Issue #2209337 by tstoeckler: Remove hidden property from test extensions. 2014-05-13 17:55:52 +01:00
webchick eef067b5a5 Issue #2183113 by jhodgdon, effulgentsia, tim.plunkett, herom, larowlan: Update hook_help signature to use route_name instead of path. 2014-05-06 19:04:53 -07:00
Dries 99b367da46 Issue #2099131 by jessebeach, Wim Leers, catch, Berdir, benjifisher, martin107, andypost: Use #pre_render pattern for entity render caching. 2014-05-02 17:43:59 -04:00
Nathaniel Catchpole ec5b434590 Issue #2198325 by fietserwin: GetPathToken not in ImageStyleInterface (+2 other minor cleanups). 2014-05-01 13:59:20 +01:00
Nathaniel Catchpole 677b9fc45f Issue #2204159 by Wim Leers, longwave, tim.plunkett: (Responsive) Image styles do not add correct cache tags, nor do they invalidate cache tags upon flushing. 2014-04-28 20:04:43 +01:00
Alex Pott c79ac2f741 Issue #2238077 by Berdir, alexpott, tim.plunkett: Rename EntityFormController to EntityForm. 2014-04-26 00:12:39 +01:00
Nathaniel Catchpole 4c83e77675 Issue #2248151 by tim.plunkett, xjm, alexpott: Configurable plugins can not control instance-specific config dependencies. 2014-04-25 11:37:37 +01:00
Dries 82f25bf143 Issue #2168321 by longwave, martin107: Several files have incorrect indentation. 2014-04-24 15:06:35 +02:00
webchick f0bed14de3 Issue #2233787 by alexpott, xjm | tim.plunkett: Move default configuration into extension/config/install to clarify its purpose. 2014-04-16 15:00:30 -07:00
webchick 4945bae2d1 Issue #2238945 by effulgentsia: Remove the 'clean_urls' request attribute. 2014-04-13 16:01:03 -04:00
Alex Pott acbd5fa840 Issue #2226197 by fago, jessebeach: Introduce FieldStorageDefinitionInterface in the Entity Field API. 2014-04-13 13:36:33 -04:00
webchick 0b4bf3af72 Issue #2124535 by Berdir, alexpott, Désiré, xjm | yched: Prevent secondary configuration creates and deletes from breaking the ConfigImporter. 2014-04-11 11:38:28 -04:00
Alex Pott f61b049483 Issue #2226241 by voidberg, claudiu.cristea: Saving image field or instance with an inexistent default_image crashes. 2014-04-09 05:45:58 -04:00
webchick fc6b814e02 Issue #2170775 by tim.plunkett, martin107, Xano: Remove array typehint from . 2014-04-08 13:56:43 -07:00
webchick b504423ed0 Issue #2165725 by Xano: Introduce hook_entity_operation(). 2014-04-07 11:12:13 -07:00
Alex Pott 2176bfda8c Issue #2217783 by mondrake: Remove $extension and $mimeType from Image, use image_type_to_xxx function in the getters instead. 2014-04-06 21:02:56 +01:00
webchick cd94c10589 Issue #2002246 by tompagabor, floretan, lauriii, pakmanlh, rbomhof | pixelite: Capitalize operations links in the comment and taxonomy term admin UI. 2014-04-03 10:19:15 -07:00
webchick 40f818bbe6 Issue #2221755 by grom358, ianthomas_uk: Remove uses of deprecated Element functions. 2014-03-31 10:37:55 -07:00
webchick 660165cce6 Issue #2226171 by LinL, valthebald: Preview in Create Article gives error. 2014-03-31 08:58:19 -07:00
webchick 4ac79a1366 Issue #2226903 by pwolanin, dawehner, tvn, martin107, jessebeach: Step 1: Move static menu links to yml files. 2014-03-28 16:27:34 -07:00
webchick 4a8bbfbb73 Issue #2215961 by tim.plunkett, Berdir: Entity::urlInfo() should return \Drupal\Core\Url. 2014-03-28 16:07:00 -07:00
webchick 684f0cb4d4 Issue #2224833 by tim.plunkett: Remove redundant ID manipulation in ConfigEntityStorage::save(). 2014-03-28 13:33:42 -07:00
Alex Pott 4a06454b0d Issue #2224779 by swentel: Move 'column_groups' out of settings in a dedicated annotation. 2014-03-27 17:22:18 +01:00
catch 2f959b9693 Issue #2188613 by Berdir, Xen, andypost: Rename EntityStorageController to EntityStorage. 2014-03-27 12:54:40 +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 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 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 b933a5b430 Issue #1939068 by joelpittet, tlattimore, Cottser, chrisjlee, rteijeiro, mdrummond, drupalninja99, jenlampton, shanethehat, InternetDevels, DamienMcKenna, gavin.hughes, carsonevans, ezeedub: Convert theme_image() to Twig. 2014-03-24 11:05:12 -07:00
Alex Pott fa51d2e5bd Issue #2178725 by pwolanin, crowdcg, effulgentsia, Sutharsan: Make all core menu link machine names and the corresponding route names match. 2014-03-24 11:34:32 +01:00
Alex Pott 5abaa5f957 Issue #2120871 by andypost, Berdir, amateescu, vladan.me, Xano: Rename EntityListController to EntityListBuilder. 2014-03-23 22:25:46 +00:00
webchick 23902766ac Issue #2219925 by tim.plunkett: Rename ConfigEntityInterface::getExportProperties() to toArray(). 2014-03-20 19:31:32 -07:00
webchick 9d3a228020 Issue #2171071 by jessebeach, dawehner, chakrapani, longwave, Gábor Hojtsy, xjm, Wim Leers: Rename drupal_add_library() to _drupal_add_library() and remove its uses. 2014-03-12 08:47:01 -07:00
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