Commit Graph

57 Commits (44f76c6bcffa206cf68077d943cb730e9e1e937d)

Author SHA1 Message Date
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
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
webchick 40f818bbe6 Issue #2221755 by grom358, ianthomas_uk: Remove uses of deprecated Element functions. 2014-03-31 10:37:55 -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
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
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
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 5bb0d5e667 Issue #2053489 by chx, tim.plunkett: Standardize on \Drupal throughout core. 2013-09-15 20:58:10 -07:00
Alex Pott 3f97e8ceee Issue #2009580 by pplantinga, Samvel, hussainweb, andypost, siccababes: Replace theme() with drupal_render() in image module. 2013-08-23 02:17:12 +01:00
webchick 3cf100dfcd Issue #1957142 by damiankloip, fubhy, cosmicdreams: Replace config() with Drupal::config(). 2013-08-14 09:54:28 -07:00
Alex Pott 8cfc089e26 Issue #2033669 by tim.plunkett, larowlan: Image file objects should be classed. 2013-08-11 00:57:37 +01:00
Alex Pott 5f317ad606 Issue #1788542 by claudiu.cristea, andypost, tim-e, fubhy, speely, heyrocker: Use EntityFormController and EntityListController for image styles. 2013-07-29 14:55:32 +02:00
Alex Pott a48f0d889c Issue #1821854 by tim.plunkett, effulgentsia, larowlan: Convert image effects into plugins. 2013-07-23 18:14:41 +02:00
Alex Pott 27f8cd4cd6 Issue #2027423 by claudiu.cristea, tim.plunkett, andypost: Make image style system flexible. 2013-07-08 23:37:04 +01:00
Alex Pott aed78ff3e5 Issue #2010122 by jeroen12345, helga.chb, heddn: Replace theme() with drupal_render() in image module for theme_image_crop_summary(). 2013-06-29 11:00:09 +01:00
Dries 0ed76f0dab Issue #1999384 by bojanz, naveenvalecha: Use Symfony Request for image module. 2013-06-20 14:31:37 -04:00
Nathaniel Catchpole 00cb147e14 Issue #1668866 by ParisLiakos, aspilicious, tim.plunkett, pdrake, g.oechsler, dawehner, Berdir, corvus_ch, damiankloip, disasm, marcingy, neclimdul: Replace drupal_goto() with RedirectResponse. 2013-06-19 17:07:30 +01:00
Alex Pott 2432c02138 Issue #1987066 by Kevin Morse, JohnAlbin, rteijeiro, echoz, ry5n: Rename files to match CSS file naming convention. 2013-06-07 11:48:55 +01:00
Alex Pott 1ebed3a04c Issue #1946416 by kim.pepper: Convert all of confirm_form() in image.admin.inc to the new form interface. 2013-04-19 09:13:09 +01:00
webchick 91479f4278 Issue #1885644 by andypost, tim.plunkett: Fixed ImageStyle::uri() is broken and has no coverage. 2013-01-16 20:35:08 -08:00
Dries d2bfb66949 Issue #1411276 by swentel, anrikun, quicksketch: Fixed image.admin.inc: new effect options are double escaped (check_plain()). 2013-01-16 11:08:56 -05:00
webchick 8445043c36 Issue #1782244 follow-up by sun, znerol: Fixed Convert image styles array into ImageStyle (extends ConfigEntity). 2013-01-09 18:26:20 -08:00
catch 2a7bf62f20 Issue #1828924 by pfrenssen: Convert the Image Style Preview Image to CMI. 2012-11-03 01:18:07 +00:00
webchick bbfc566c7f Issue #1820834 by sun: Change #type machine_name() default 'source' element to 'label'. 2012-10-23 19:28:41 -07:00
catch 4365f5079d Issue #1782244 by heyrocker, andypost, tstoeckler: Convert image styles array into ImageStyle (extends ConfigEntity). 2012-10-23 14:46:22 +01:00
webchick 16eac3bec5 Issue #1480854 by tim.plunkett, Noyz, Bojhan, yoroy, kika: Convert operation links to '#type' => 'operations'. 2012-10-09 12:49:07 -07:00
webchick 3c66dae84e Issue #606598 by andypost, stBorchert, sun, aspilicious, joachim: Added Human readable image-style names. 2012-09-26 23:28:47 -04:00
webchick abc0e9ac1e Issue #1508872 by attiks, disasm, Alan Evans, Jelle_S, marcingy, sun: Fixed Image effects duplicate on edit. 2012-08-30 10:47:56 -07:00
Dries 8d53c5341c - Patch #1614292 by brockjo: fixed image_style_delete_form() doesn't take form_state() by reference. 2012-06-04 09:49:21 -04:00
catch 3e8861682a Issue #1540174 by Niklas Fiekas, attiks: Fixed Some attributes not allowed for the new HTML5 input elements. 2012-05-08 11:53:23 +09:00
Dries 055716fe39 - Patch #1527988 by Niklas Fiekas: Fixed Missing or legacy number validation. 2012-04-19 07:31:47 -04:00
Dries c16a978c2a - Patch #1497088 by acrollet: Fixed Empty configuration values should return an empty string instead of an empty array. 2012-03-23 16:21:49 -06:00
effulgentsia e607acf4a2 Fixed ImageAdminStylesUnitTest. 2012-02-16 18:17:13 -08:00
Greg Dunlap 3f9c931860 Cleaning up whitespace 2012-02-16 13:08:44 -08:00
Greg Dunlap 803af70955 Fixed problem with ieid getting erased on image style update 2012-02-16 12:36:07 -08:00
sun e312880573 Fixed coding style, comments, and some trivial issues. 2012-01-08 02:29:22 +01:00
Greg Dunlap 0a64591815 Fixed rename of image styles so the old style actually disappears 2012-01-08 00:20:55 +01:00
Greg Dunlap cdc4bc1c64 Merging from core 2012-01-07 22:12:13 +01:00
Greg Dunlap 333b09e7ba Added ability to delete image effects from a style 2012-01-07 16:36:41 +01:00
Greg Dunlap 83c9c95815 Fixed copy paste stupidity in when adding an effect with no configuration 2012-01-07 15:24:24 +01:00
Greg Dunlap 2293ba6716 Removed some more override/default functions 2012-01-07 15:15:49 +01:00
Greg Dunlap cd58ba59d7 Refactored image_effect_save() to always take a the name of its image style 2012-01-07 15:15:26 +01:00
Greg Dunlap b76387f216 Saving image styles into an effect now working 2012-01-07 15:07:20 +01:00
Greg Dunlap cc50837569 Work in progress 2012-01-07 10:43:37 +01:00
Greg Dunlap 87eeab7381 Removed revert callback since it no longer applies 2012-01-02 14:22:48 +01:00
Greg Dunlap 7f1db5526a Fixed duplicated checking to work on name instead of isid 2012-01-02 14:00:06 +01:00
Greg Dunlap 1aedb7da51 Fixed stray notice sometimes when viewing a style with no effects 2012-01-02 13:48:19 +01:00
Greg Dunlap 42be9566b9 Made image_style_save() use new config system 2012-01-02 12:13:15 +01:00
Dries 9c29ac79af - Patch #1059884 by bfroehle, sun, casey: Drop function_exists() for 'callback' functions. 2011-12-15 12:33:38 -05:00
Greg Dunlap 93f5bba083 Got image effect editing working 2011-12-12 16:14:01 +01:00