Commit Graph

69 Commits (74db053104cd07bdebcaedeb5ee6165814fe811e)

Author SHA1 Message Date
Alex Pott ea081822b4 Issue #2462151 by hussainweb, benjy: Remove unused Utility\String use statements 2015-03-30 16:13:40 +01:00
Alex Pott 44313c63f2 Issue #2399037 by effulgentsia: String::format() marks a resulting string as safe even when passed an unsafe passthrough argument 2015-01-16 09:51:38 +00:00
Alex Pott aff95777ed Issue #2309737 by rpayanm, hussainweb, max-kuzomko, herom, millerbennett, ianthomas_uk, quietone, Sutharsan, sumitmadan, toddmbloom: Remove deprecated format_plural usage 2015-01-10 13:56:47 +00:00
Alex Pott 01372dd529 Issue #2323521 by herom: Fixed a couple of t() calls in core. 2014-08-20 17:28:00 +01:00
Alex Pott 87e675f09b Issue #1825952 by Fabianx, joelpittet, bdragon, heddn, chx, xjm, pwolanin, mikey_p, ti2m, bfr, dags, cilefen, scor, mgifford: Turn on twig autoescape by default 2014-07-18 10:05:22 +01:00
Alex Pott 5f9c6c3c66 Issue #2200355 by yched, andypost: Move functions in field.form.inc into Core/Field. 2014-07-07 13:01:38 +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
webchick a4a887ac91 Issue #1898070 by benjifisher, jjcarrion, LinL, idflood, joelpittet, oshelach, tlattimore, Les Lim, sergey.semashko, jesse.d, bdgreen, jenlampton, Cottser, duellj, artofeclipse, vlad.dancer, steveoliver, EVIIILJ, c4rl, elv, OpenChimp: File.module - Convert theme_ functions to Twig. 2014-06-12 20:13:30 -07:00
webchick 3a42e91de1 Issue #2089331 by grom358 | thedavidmeister: [meta] Replace calls to check_plain() with Drupal\Component\Utility\String::checkPlain(). 2014-06-12 19:33:48 -07: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
webchick cda250396e Issue #2225739 by killua99, Berdir, andypost, pfrenssen: Remove usage of field_info_instances(), use EntityManager::getFieldDefinitions() instead. 2014-04-11 12:01:24 -04:00
webchick 40f818bbe6 Issue #2221755 by grom358, ianthomas_uk: Remove uses of deprecated Element functions. 2014-03-31 10:37:55 -07: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
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
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 a16b56392b Issue #2195745 by sun: Replace _filter_htmlcorrector() with a utility class in core. 2014-02-16 19:15:45 +00: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
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
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
Alex Pott cdac25ee08 Issue #2143263 by plopesc | yched: Remove "Field" prefix from FieldDefinitionInterface methods. 2013-12-09 19:19:58 -04: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
webchick a40485a5ed Issue #2090619 by yched, smiletrl: Move file visibility check to the FileItem class. 2013-10-08 22:40:24 -07:00
Alex Pott bcc5763239 Issue #1953408 by swentel, aspilicious, andypost, yched: Remove ArrayAccess BC layer from field config entities. 2013-10-04 08:55:32 +01:00
webchick 5bb0d5e667 Issue #2053489 by chx, tim.plunkett: Standardize on \Drupal throughout core. 2013-09-15 20:58:10 -07:00
webchick 0451a6d700 Issue #2083811 by yched, plach: Remove langcode nesting for fields in entity structures. 2013-09-12 22:35:51 -07:00
Nathaniel Catchpole b8016410aa Issue #2015697 by claudiu.cristea, yched, Berdir, splatio: Convert field type to typed data plugin for file and image modules. 2013-09-09 22:23:15 +01:00
Nathaniel Catchpole c7994001cc Issue #1497374 by yched, chx, amateescu, plach, Damien Tournoud, fago, swentel: Switch from Field-based storage to Entity-based storage. 2013-09-01 07:20:49 +01:00
webchick cb599de3be Issue #2056405 by plopesc, yched: Let field types provide their support for 'default values' and associated input UI. 2013-08-28 14:56:08 -07:00
webchick 3cf100dfcd Issue #1957142 by damiankloip, fubhy, cosmicdreams: Replace config() with Drupal::config(). 2013-08-14 09:54:28 -07:00
Nathaniel Catchpole 1c1774112c Issue #2047993 by plopesc: Remove current uses of field_info_*_types() / field_info_*_settings(). 2013-08-01 14:35:00 +01:00
webchick 06e1dd8b0f Issue #1987602 by glennpratt, juampy, pwieck, vijaycs85, dawehner, tim.plunkett, effulgentsia: Convert ajax_form_callback() to a new style controller. 2013-07-31 22:21:45 -07:00
Alex Pott bc65847d68 Issue #2009014 by c4rl, hussainweb, Samvel, jenlampton, benjifisher: Replace theme() with drupal_render() in file module. 2013-07-26 07:44:30 +02:00
Dries e94b01e516 Issue #1996714 by amateescu: Convert FileItem and ImageItem to extend EntityReferenceItem. 2013-06-26 21:52:15 -04:00
Alex Pott a2c2367bf8 Issue #1969728 by yched, effulgentsia, swentel, fago, plach: Implement Field API 'field types' as TypedData Plugins. 2013-06-25 11:27:47 +01:00
Alex Pott 2635b665fd Issue #2020677 by yched: file_field_prepare_view() should not delete items. 2013-06-18 09:27:54 +02:00
Alex Pott 30f6062a18 Issue #2018731 by swentel: Move field_has_data() to Field::hasData(). 2013-06-17 02:22:30 +02:00
Alex Pott d9f7b3a35b Issue #1950632 by effulgentsia, Wim Leers, amateescu, yched: Create a FieldDefinitionInterface, decoupled from and config entities, and use it for formatters and widgets. 2013-06-16 10:27:11 +02:00
Alex Pott 6d54ed7ac1 Issue #1818568 by Berdir, das-peter: Convert files to the new Entity Field API. 2013-06-15 10:46:11 +02:00
Alex Pott bda47427a7 Issue #1798654 by swentel, amateescu: Clean faulty HTML in help description of field widgets. 2013-06-09 15:11:58 +01:00
Alex Pott 88e6a760b7 Issue #1818570 by Berdir, effulgentsia, das-peter, andypost: Convert users to the new Entity Field API. 2013-06-06 11:20:38 +01:00
Alex Pott 8e778911dd Revert "Issue #1798654 by swentel: Fixed Clean faulty HTML in help description of field widgets."
This reverts commit 0e59a8d66d.
2013-05-31 16:19:27 +01:00
Alex Pott 0e59a8d66d Issue #1798654 by swentel: Fixed Clean faulty HTML in help description of field widgets. 2013-05-31 10:04:10 +01:00
Alex Pott 518c4d10bd Issue #1875992 by amateescu, swentel, yched: Add EntityFormDisplay objects for entity forms. 2013-05-19 13:02:16 -07:00
webchick 8fd2b4779e Issue #625958 by slashrsm, quicksketch, eojthebrave, droplet, danlinn, czigor: Support Uploading Multiple Files for HTML5 Browsers via #multiple attribute. 2013-04-19 20:34:14 -07:00
Alex Pott c014519ca1 Issue #1969540 by Xano: Convert token.inc to a service. 2013-04-18 08:24:35 +01:00
catch 98294873f5 Issue #1839068 by Berdir, fago: Implement the new entity field API for the file field type. 2013-02-21 10:04:20 +00:00
webchick 167e70ba00 Issue #1496480 by mrf, disasm, kbasarab, pfrenssen, cam8001, typhonius, Letharion, ACF, vijaycs85, heyrocker, Berdir, alexpott: Convert file system settings to the new configuration system. 2013-02-08 15:36:06 -08:00
catch 6e5d1a09ca Issue #1874300 by Berdir, swentel: Remove $entity_type argument from field.module functions that receive a single $entity. 2013-01-07 11:22:28 +00:00
Dries f55649698c Issue #1705920 by tim.plunkett, sun, underq, javier.alejandr...: Convert all calls to procedural drupal_array_()*() functions to Drupal\Component\Utility\NestedArray. 2012-12-17 16:54:13 -05:00
catch 198846a800 Issue #1804394 by deviance, Albert Volkman: Convert file.module variables to CMI. 2012-11-17 21:42:30 +00:00