Commit Graph

383 Commits (c1450062c8a5daa00f400dfa729f248972c25656)

Author SHA1 Message Date
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
webchick c56e54281a Issue #2080395 by mrsinguyen, lorique: Remove unused local variables from the image module. 2013-12-22 11:41:21 -08:00
Dries 141cb6f304 Issue #2130811 by alexpott, Gábor Hojtsy, vijaycs85, sun, Wim Leers: Use config schema in saving and validating configuration form to ensure data is consistent and correct. 2013-12-20 11:27:41 -05:00
Nathaniel Catchpole aa6d6fb729 Issue #732022 by vijaycs85, Wim Leers, dawehner, nod_, kscheirer: Drupal_add_tabledrag() still using drupal_add_(js|library)(), should return array for #attached. 2013-12-20 12:05:47 +00:00
webchick 3465947578 Issue #2146517 by TR: Remove annotation 'use' statements from all core classes. 2013-12-19 10:28:42 -08:00
Nathaniel Catchpole ba6591cdd2 Issue #2018319 by yched, swentel, pcambra: Remove field_read_field(s)() and field_read_instance(s) in favor of entity_load() and entity_load_multiple_by_properties(). 2013-12-19 14:10:57 +00:00
Dries 17cc6dab8b Issue #2145041 by tim.plunkett: Allow dynamic routes to be defined via a callback. 2013-12-18 15:09:35 -05:00
Nathaniel Catchpole 40d3d3f22f Issue #2155785 by alexpott, vijaycs85: Image_field_instance_update() can not handle default images with a fid greater than 9. 2013-12-15 09:57:10 +00:00
webchick 473ccd5558 Issue #1973436 by claudiu.cristea, vijaycs85: Provide config schema to field types storage for image module. 2013-12-12 10:21:58 -08:00
Alex Pott 560e5afd66 Issue #2145007 by tim.plunkett, h3rj4n: Convert form_set_error() in FormBase classes to use FormErrorInterface. 2013-12-10 00:45:01 +00:00
Alex Pott cdac25ee08 Issue #2143263 by plopesc | yched: Remove "Field" prefix from FieldDefinitionInterface methods. 2013-12-09 19:19:58 -04:00
webchick a16eb5a389 Issue #2147501 by dawehner: Convert most of the left over local tasks. 2013-12-07 15:16:21 -08:00
Nathaniel Catchpole e8c263c4a5 Issue #2112239 by amateescu: Convert base field and property definitions. 2013-12-06 10:56:29 +00:00
webchick 7f4bc30809 Issue #2080393 by mrsinguyen: Remove Unused local variable from /core/modules/image/lib/Drupal/image/Tests/ImageThemeFunctionTest.php. 2013-12-04 00:49:07 -08:00
Jennifer Hodgdon 80fbd33d97 Issue #2145077 by TR, longwave: Fix about a zillion spelling errors, mostly in comments 2013-12-03 07:54:20 -08:00
Nathaniel Catchpole 15fded0c84 Issue #1988612 by effulgentsia, yched, Wim Leers, Berdir, Pancho: Apply formatters and widgets to rendered entity base fields, starting with node.title. 2013-12-03 11:53:16 +00:00
Nathaniel Catchpole 2f4b95bae4 Issue #2052787 by andypost, tim.plunkett, slashrsm: Image style effect ordering exhibits some odd behaviour. 2013-11-29 10:08:12 +00:00
webchick 77587a1ab8 Issue #2104229 by claudiu.cristea: Deprecate file_usage(). 2013-11-28 00:52:13 -08:00
webchick 063b5cd333 Issue #2143933 by tim.plunkett, pwolanin, dawehner: Add _title and _title_callback to all routes. 2013-11-27 23:44:52 -08:00
webchick a83becbdea Issue #1255696 by dagmar, lslinnet, swentel, jenlampton, sun: Move field type modules into separate 'Field type' package. 2013-11-24 13:29:58 -08:00
webchick 831940a3c2 Issue #2118991 by Berdir, dawehner: Use abstract service definitions to minimize copy & pasted service definitions. 2013-11-24 12:37:45 -08:00
webchick d6cda5707d Issue #2113319 by Xano: Rename getOriginalID() to getOriginalId() and setOriginalID() to setOriginalId(). 2013-11-23 13:23:55 -08:00
webchick df1a669b77 Issue #2131851 by tim.plunkett: Form errors must be specific to a form and not a global. 2013-11-23 12:57:04 -08:00
webchick 53804ea11d Revert "Issue #2104229 by claudiu.cristea: Deprecate file_usage()."
Temporary rollback since it conflicts with a critical issue.

This reverts commit ce08ea737c.
2013-11-23 12:42:58 -08:00
webchick ce08ea737c Issue #2104229 by claudiu.cristea: Deprecate file_usage(). 2013-11-23 11:37:46 -08:00
webchick 9d46714d97 Issue #1892530 by amateescu, larowlan, grisendo, pwolanin: XSS in image file description (forward port of SA-CORE-2013-003). 2013-11-22 15:28:14 -08:00
catch e5b98c30fa Issue #2103635 by claudiu.cristea | fietserwin: Remove effects from ImageInterface. 2013-11-22 20:45:11 +00:00
Jennifer Hodgdon 956c27fd26 Issue #2120035 by samhassell, dawehner: Clean up docs headers for views include files 2013-11-20 10:38:33 -08:00
webchick 9e8d2a9a47 Issue #2135787 by amateescu, Gábor Hojtsy, YesCT: Move static config entity local tasks to local_tasks().yml. 2013-11-18 09:39:25 -08:00
Alex Pott 7b8e204118 Issue #2133469 by tim.plunkett, damiankloip, dawehner: Replace path-based entity links with route names. 2013-11-15 09:31:24 -04:00
webchick 744309f9f2 Issue #2125253 by tim.plunkett: Convert ()['redirect'] to ()['redirect_route()']. 2013-11-13 21:31:49 -08:00
Alex Pott 3bcad72447 Issue #700696 by claudiu.cristea, willvincent, swentel, pyrollo, StepanKuzmin: Add 'flush' back into image module. 2013-11-06 21:00:47 +00:00
Alex Pott 9008a59597 Issue #1443606 by claudiu.cristea: Alt, title, width and height for default images. 2013-11-06 20:12:09 +00:00
Dries f02aabb3d2 Issue #2102459 by alexpott, vijaycs85, InternetDevels: Remove drupal_set_title() in Image module controllers. 2013-11-05 20:57:03 -05:00
Alex Pott bf3e9cfaaa Issue #2112705 by mikey_p: Replace EntityType::$module with provider. 2013-11-02 22:11:53 -07:00
Nathaniel Catchpole 3fc8919e3c Issue #2113337 by Xano: Fixed Rename \Drupal\Component\Plugin\PluginBag::*ID(s)() to *Id(s)(). 2013-10-31 11:32:24 +00:00
Alex Pott 840e20aec6 Issue #2097691 by plopesc, amateescu: Move FIELD_CARDINALITY_UNLIMITED constant to FieldDefinitionInterface. 2013-10-26 09:26:00 -07:00
Nathaniel Catchpole 2a5f1b9b17 Issue #1934498 by attiks, Jelle_S, David_Rothstein, effulgentsia, tstoeckler: Allow the image style 'itok' token to be suppressed in image derivative URLs. 2013-10-25 14:44:36 +01:00
Alex Pott 3ded2216b0 Issue #2115145 by Berdir | effulgentsia: Move field type plugins to Plugin/Field/FieldType. 2013-10-19 09:12:13 +01:00
Alex Pott c1027b9d1a Issue #2050835 by Berdir | yched: Move Widget, Formatter, and FieldType plugin types to the Core\Field system. 2013-10-18 12:57:37 +01:00
Nathaniel Catchpole 784cebbe5a Issue #2098795 by tim.plunkett, Sean Charles, tstoeckler, dawehner, larowlan, damiankloip: Create Base Class for RouteSubscriber Class. 2013-10-18 09:54:56 +01:00
webchick 59b3495a49 Issue #2041629 by tkoleary, mcrittenden, manningpete, superspring: Shorten ridiculously long and verbose text in file upload field. 2013-10-17 23:08:24 -07:00
Alex Pott b201c0546c Issue #2111209 by Xano: Fixed Rename FormInterface::getFormID() to FormInterface::getFormId(). 2013-10-16 13:37:27 +01:00
Alex Pott a6d19bf7a7 Issue #2063403 by claudiu.cristea: Fixed Fatal when editing a nonexistent image effect. 2013-10-16 13:27:42 +01:00
Nathaniel Catchpole 5ba91c7155 Issue #2105555 by Bladedu: Plugins cache prefix names not consistent between plugin managers. 2013-10-16 12:22:58 +01:00
Nathaniel Catchpole 034d523504 Issue #2099347 by ruloweb: Clean up list function usage. 2013-10-16 12:06:21 +01:00
Nathaniel Catchpole a2e539c7c3 Issue #2094003 by swentel: Remove use statements in formatters, widgets and field types plugins. 2013-10-13 13:36:57 +01:00
Nathaniel Catchpole 5459354982 Issue #2095399 by Berdir: Merge DatabaseStorageController and DatabaseStorageControllerNG. 2013-10-13 12:34:58 +01:00
Nathaniel Catchpole 7e644a2995 Issue #1955378 by skek, Darren Oh, David_Rothstein, claudiu.cristea: Fixed Return same derivative token with path or URI. 2013-10-11 14:16:47 +01:00
webchick 3da03a2673 Issue #1969800 by swentel, mtift, tayzlor, chx, xjm, herom: Add UUIDs to default configuration. 2013-10-09 18:37:14 -07:00