Commit Graph

196 Commits (92f679b84a7878ce99b3f24ada7ff08520a0de2e)

Author SHA1 Message Date
webchick 312769b7d7 Issue #1329586 by Rob Loach, tim.plunkett, jthorson: Theme_image_formatter() should pass along attributes. 2012-02-28 23:10:07 -08:00
Dries 855c0bf0a7 - Patch #1159258 by Deciphered: fixed image_file_move() flushes new URI not source URI. 2012-02-05 09:01:17 -05:00
webchick 8164434505 Issue #278425 by andypost, droplet, OnkelTem, chx, c960657, drewish, kotnik, realityloop: Change notice for: Using basename() is not locale safe. 2012-01-21 10:52:40 -08:00
webchick 14a6ec5b91 Issue #131737 by malc0mn, pillarsdotnet, scor, xjm, nvanhove, oriol_e9g, mrfelton, aspilicious, Pancho, v1nce, dhthwy: Fixed Ensure that the Return-Path is set when sending mail on both Windows and non-Windows systems. 2012-01-21 10:03:49 -08:00
webchick 0f48b80173 Issue #1015916 by BTMash, jenlampton, theborg, Aron Novak, christefano, realityloop, xjm, Kevin Hankens: Fixed Image field 'title' allows more data than database column size. 2011-12-24 18:06:27 -08:00
webchick 9f742a2cb8 Issue #1338428 by jbrown, BTMash, Tor Arne Thune: Fixed image_dimensions_scale() and image_scale_effect() are ungrokable and buggy. 2011-12-24 18:00:17 -08:00
webchick 7259d8fc30 Issue #1129642 follow-up by BTMash: Fixed D7 upgrade path for images. 2011-10-24 11:41:14 -07:00
webchick c5713b25f3 Issue #1129642 by jbrown: Fixed Populate HTML image tags with dimension attributes (like D6 imagefield) without re-introducing I/O (followup). 2011-10-17 10:29:35 -07:00
webchick 72ef1daad0 Reverting accidental commit with last patch. 2011-10-17 10:28:23 -07:00
webchick 89ad342620 Oops. Forgot a file. 2011-10-17 09:49:19 -07:00
Dries Buytaert 428630d3a9 - Patch #1124786 by zambrey: fixed notice 2011-08-27 04:21:04 -04:00
webchick 18a5b95a33 Issue #758628 follow-up by jbrown, mgifford, nowarninglabel: Make GD library hook_requirements() desaturation and rotate errors into warnings.. 2011-06-22 17:53:54 -07:00
webchick ba85bebddd Issue #1187898 by droplet, Setca: Fixed hook_image_effect_info_alter() - sample function body uses wrong variable name. 2011-06-21 23:22:59 -07:00
webchick eeec65a2fc Issue #1028092 by jbrown, chi, eojthebrave , dixon_, justinrandell, Sweetchuck: Fixed critical: Default image is not set to permanent and saved to the wrong schema. 2011-06-15 00:13:02 -04:00
The Great Git Migration 79bcdb8b7d Stripping CVS keywords 2011-02-25 02:06:03 +00:00
Dries Buytaert 63c8e899b9 - Patch #1067980 by Takafumi, Damien Tournoud: missing t() in image.admin.inc. 2011-02-21 20:07:51 +00:00
Dries Buytaert 371b1d0ff1 - Patch #1025124 by catch, jbrown: remove cruft from theme_image_style() and image_style_url(). Should be faster too. 2011-02-04 19:43:25 +00:00
Dries Buytaert 2c43b5cdbe - Patch #933498 by eojthebrave, aaron: image effects table created with incorrect table name in upgrade path. 2011-02-04 18:50:28 +00:00
Dries Buytaert f1399ea638 - Patch #1019710 by stephenh: Changed Standardize @file comments in .test files. 2011-02-04 18:42:22 +00:00
Dries Buytaert 7aba30430c - Patch #1051038 by mr.baileys: incorrect return info on image_style_create_derivative(). 2011-02-04 18:38:17 +00:00
Dries Buytaert c65b74496b - Patch #1036718 by montesq: incorrect watchdog log messages. 2011-01-24 12:57:28 +00:00
Dries Buytaert 39fc52de65 - Patch #1015150 by redndahead: clean-up 'getsize' remnants since it has been removed. 2011-01-13 01:08:28 +00:00
Angie Byron 15ec48062c #915174 by sdboyer, sun: Remove pointless files[] declarations on files that are not declaring classes. 2010-12-20 19:59:44 +00:00
Angie Byron 0222fa7003 #970002 by EclipseGc: Fixed file field foreign key table is incorrect 2010-11-21 09:24:41 +00:00
Angie Byron d7f6006659 #942060 by Sweetchack: Add draggability to the new image effect row in image style table. 2010-11-21 07:24:53 +00:00
Dries Buytaert 8d80b7dbbc - Patch #972380 by wulff: duplicate word in hook_help(). 2010-11-18 05:36:27 +00:00
Dries Buytaert d91b1c77aa - Patch #950138 by yched, an.droid: Changed Abstract Field API () usage into an API function. 2010-10-31 12:12:00 +00:00
Dries Buytaert f31d0d3a49 - Patch #948584 by yched: wrong implementations of hook_field_formatter_settings_form(). 2010-10-22 00:42:42 +00:00
Angie Byron 8a05dce6ab #563382 by eMPee584, eojthebrave, drewish: Fixed when editing image style, link to sample image broken 2010-10-21 20:50:43 +00:00
Angie Byron 4a187d271b #936536 by rszrama, sun, yched: Fixed Missing #empty_option on a couple selects. 2010-10-20 16:19:24 +00:00
Dries Buytaert b0cbc018ec - Patch #882694 by mgifford, sun, ksenzee, bleen18, yched: add missing form element titles for accessibility. 2010-10-20 01:31:07 +00:00
Dries Buytaert f85a37c307 - Patch #140783 by sun, chx, effulgentsia, David_Rothstein, webchick: a select list without #default_value() always passes form validation. 2010-10-04 18:00:46 +00:00
Angie Byron 0f11c85333 #914226 by grendzy: Remove unused cruft from image.module. 2010-10-03 05:14:58 +00:00
Angie Byron a38dd53ef8 #923424 by munzirtaha: Fix wrong usage of /* RTL */ in CSS files. 2010-09-27 03:56:14 +00:00
Dries Buytaert 9eaa04648a - Patch #756762 by effulgentsia, fago, sun: AJAX should follow same rules for whether to call drupal_rebuild_form() as non-AJAX submissions. 2010-09-27 00:53:56 +00:00
Dries Buytaert e22b2153a2 - Patch #140783 by sun: a select list without #default_value() always passes form validation. 2010-09-24 21:36:22 +00:00
Dries Buytaert c9de4646c5 - Patch #907690 by sun, pwolanin: breadcrumbs don't work for dynamic paths and local tasks #2. 2010-09-24 00:37:45 +00:00
Dries Buytaert 63b9e4770b - Patch #908282 by jbrown: theme_image() performs I/O. 2010-09-22 03:24:09 +00:00
Angie Byron 4237d014e9 #874326 by rfay, pwolanin, chx: Fixed Invalid scheme fails to halt processing of a stream request. 2010-09-11 21:14:32 +00:00
Angie Byron f096a70e67 #898036 by Berdir: Fixed Private images broken. (with tests) 2010-09-11 05:07:22 +00:00
Dries Buytaert 8e93aade95 - Patch #875326 by effulgentsia: add hook_image_effect_info_alter(). 2010-09-11 01:54:43 +00:00
Angie Byron 14c7a79e3f #890716 by agentrickard: Fixed Changing from public to private does not change field behavior. 2010-09-09 23:28:16 +00:00
Dries Buytaert 9502260ecf - Patch #902264 by Damien Tournoud: move hook_field_schema() to .install files so we can get the upgrade path to work. 2010-09-04 15:40:52 +00:00
Dries Buytaert fb300d1f96 - Patch #895308 by Damien Tournoud: remove file_directory_path(). 2010-09-01 20:08:17 +00:00
Angie Byron e54f26518f #758996 by stBorchert, BWPanda: Fixed Suffixes not displaying for max/min resolution fields. 2010-08-30 06:19:42 +00:00
Dries Buytaert c16bee54ec - Patch #851878 by justinrandell, flobruit, ksenzee, aaron, litwol, Damien Tournoud: added missing files. 2010-08-23 09:04:57 +00:00
Dries Buytaert 7c57f94315 - Patch #851878 by justinrandell, flobruit, ksenzee, aaron, litwol: serve image derivatives from the same url they are generated from. 2010-08-22 22:04:18 +00:00
Dries Buytaert db5368027e - Patch #880132 by bojanz: hook_schema() doesn't support compound foreign keys; inconsistent implementations in core. 2010-08-22 13:55:53 +00:00
Dries Buytaert 4a7bb638fb - Patch #353458 by quicksketch, drewish, jpetso, sun, noahb, aaron, chx, mikey_p, dhthwy: hook_file_references() was not designed for a highly flexible field storage. 2010-08-22 13:52:59 +00:00
Dries Buytaert 619c35992e - Patch #812688 by andypost, Damien Tournoud: organize image formatters around settings. 2010-08-09 19:55:57 +00:00
Angie Byron 25171a17f6 Reverting #500866. Needs more discussion. 2010-08-05 23:53:39 +00:00
Angie Byron cacd044a63 #500866 by boombatower, solotandem: Remove t() from assertion messages in SimpleTest, so translators do not get 1000s of bogus strings. 2010-08-05 23:26:36 +00:00
Dries Buytaert 37c3c7ec7a - Patch #769226 by Owen Barton, alanburke, sun: fixed JS/CSS preprocess should default to FALSE. 2010-07-30 02:47:28 +00:00
Dries Buytaert 82340c4263 - Patch #820020 by eigentor: full node image is too large - reduce to 480px width. 2010-07-30 01:37:54 +00:00
Dries Buytaert b7be0bd184 - Patch #818686 by CrookedNumber: hyphens in style names cause paths that point to non-existent derivative images. 2010-07-10 01:43:06 +00:00
Angie Byron 0ed7c5051f #841242 by justinrandell, Stevel: Fixed HEAD BROKEN: some file/image tests are failing. 2010-06-30 22:37:49 +00:00
Dries Buytaert 73a961e2de - Patch #562968 by kkaefer: optimize module and theme images. 2010-06-29 15:39:52 +00:00
Dries Buytaert 7e52847ae9 - Patch #690746 by jbrown, Ognyan Kulev, Crell, MichaelCole, Damien Tournoud: text column type doesn't reliably hold serialized variables. 2010-06-25 17:47:22 +00:00
Dries Buytaert 35373aa89c - Patch #831332 by Stevel: drupal_get_schema_unprocessed() called in update functions. 2010-06-25 12:27:28 +00:00
Dries Buytaert e66fa989fa - Patch #767854 by droplet: fixed misspelled strings. 2010-05-31 11:42:11 +00:00
Dries Buytaert 5ff0c0d3c7 - Patch #553298 by yched, te-brian, chx, sun: redesign the 'Manage Display' screen. 2010-05-23 19:10:23 +00:00
Angie Byron ed86172814 #331951 by aspilicious, sun, jhodgdon, Morbus, et al: Figure out and apply coding standard for casting. 2010-05-06 05:59:31 +00:00
Dries Buytaert 71713081a2 - Patch #723802 by pwolanin, grendzy: convert to sha-256 and hmac from md5 and sha1. 2010-05-01 08:12:23 +00:00
Dries Buytaert 5f98fb812b - Patch #555830 by sun, effulgentsia, mgifford, TheRec, aspilicious: clean up theme_image() to use drupal_attributes() for all attributes and revisit defaults for 'alt' and 'title'. 2010-04-30 12:53:47 +00:00
Dries Buytaert 45f4a1e166 - Patch #482816 by sun, Rob Loach: make a consistent wrapper around submit buttons. 2010-04-24 14:49:14 +00:00
Angie Byron afcde4bde4 #779496 by andypost: Fix minor formatting issues with t(). 2010-04-23 07:54:44 +00:00
Angie Byron 57fe6927a0 #779390 by solotandem: Fixed esoteric invalid syntax bugs in core found by Grammar Parser module. 2010-04-23 05:48:13 +00:00
Angie Byron e2e096985f #746500 by eojthebrave: Fixed Overriding default image styles does not work with more than one effect and has potential to overwrite existing effects. 2010-04-22 21:43:59 +00:00
Angie Byron 993117df99 #713872 by eojthebrave, andypost: Fixed Image field formatters not updated when image style deleted and replacement format chosen. 2010-04-20 09:17:20 +00:00
Dries Buytaert 3c3cee28b9 - Patch #716496 by JohnAlbin: documentation updates for theme functions. 2010-04-13 15:23:03 +00:00
Dries Buytaert ff301288f2 - Patch #348448 by mfb, c960657, marvil07, cdale, jpmckinney: fixed PHP strict warnings when running tests and for PHP 5.3. 2010-04-11 18:33:44 +00:00
Dries Buytaert 4eefb5172b - Patch #640880 by mr.baileys: upgrade path for making {image_styles()}.name column unique. 2010-04-09 12:07:12 +00:00
Dries Buytaert 27aa5b1b17 - Patch #730220 by Berdir, aspilicious, Damien Tournoud, pwolanin: fixed ImageFieldDisplayTestCase. 2010-04-07 17:24:55 +00:00
Dries Buytaert efb349be43 - Patch #640880 by c960657: make {image_styles()}.name column unique. 2010-04-06 14:55:17 +00:00
Dries Buytaert e7d18bc0b1 - Patch #758628 by rfay: improve GD library hook_requirements() for color and image modules. 2010-04-04 13:18:18 +00:00
Angie Byron 7d4b84b878 #707724 follow-up by yched: Fix more confusing field/entity api arguments. 2010-03-27 05:52:50 +00:00
Dries Buytaert d428fe37b9 - Patch #681538 by aspilicious, jhodgdon, trevjs: fixed possibly broken @see also links. 2010-03-26 17:14:46 +00:00
Dries Buytaert 7a3f4822e8 - Patch #735000 by sun, Berdir: installing image.module on a upgrades site does not install schema because of module name overlap. 2010-03-26 12:28:06 +00:00
Dries Buytaert edfdffb532 - Patch #747476 by andypost: image files are not flushed for all styles. 2010-03-21 20:36:10 +00:00
Dries Buytaert 3e9fec0adb - Patch #733756 by catch: image_field_insert() makes no sense. 2010-03-06 07:19:57 +00:00
Dries Buytaert e1ce11dad0 - Patch #732486 by Damien Tournoud, JacobSingh: drupal_add_http_header() req ; make Status a normal header and drupal_add_http() header shouldn't return a list of headers. 2010-03-06 06:31:24 +00:00
Dries Buytaert 39dc13133f - Patch #718254 by andypost: field names were too long -- make PostgreSQL happy. 2010-02-27 07:52:03 +00:00
Dries Buytaert 1a817fd2f8 - Patch #503550 by yched, jp.stacey: make sure strings are cached per language. 2010-02-27 07:41:34 +00:00
Dries Buytaert 120063909a - Patch #714350 by marcvangend, yrocq: fixed undefined index: display_field() in file_field_widget_form() in file.field.inc. 2010-02-23 09:52:56 +00:00
Angie Byron 00319d8e9a #618654 by Steven Merrill, justinrandell, jim0203, quicksketch, and David_Rothstein: Fixed File and image fields are treated as temporary files and automatically deleted after six hours. 2010-02-17 05:39:51 +00:00
Angie Byron 6dbec233ca #601966 by eojthebrave: Added expanded Tests for image field. 2010-02-14 20:38:28 +00:00
Angie Byron 7562a8efb3 #707724 by chx: Rename confusing arguments in field/entity APIs. 2010-02-11 17:44:47 +00:00
Angie Byron 52195a6b1d #525622 by scor, catch, and yched: Allow Entity path callback to deal with options. 2010-02-11 15:52:13 +00:00
Angie Byron 8d1f703f3a #641670 by yched and sun: Move ['#field'] meta information into (). 2010-02-11 15:42:14 +00:00
Angie Byron b9a3a7bfc1 #658068 by eojthebrave and theunraveler: Fixed Image effect help text not displayed. 2010-02-01 07:08:49 +00:00
Angie Byron 4cc54a5b1c #658056 by theunraveler: image.api.php cleanup. 2010-02-01 07:07:57 +00:00
Dries Buytaert ea51c3215b - Patch #606526 by axyjo, scor: remove trailing whitespaces and add newlines at end of files. 2010-01-30 07:59:26 +00:00
Dries Buytaert d53f3e39d5 - Patch #685074 by pwolanin: some stream wrappers need to be hidden or read-only. 2010-01-26 08:29:25 +00:00
Angie Byron 83c97345e8 #525622 by Frando, yched, et al: Add entity hook callbacks so that 'as link' formatters have a generic way to build the url of an 'entity'. 2010-01-13 06:26:49 +00:00
Angie Byron 71ee49de3e #679890 follow-up by Bojhan, aspilicious, and agentrickard: Remove more extraneous 'Please' in the interface. 2010-01-09 23:03:22 +00:00
Angie Byron ba6ef3017e #482816 by sun and Rob Loach: Add a consistent wrapper around submit buttons. 2010-01-03 21:01:04 +00:00
Dries Buytaert d1c017660c - Patch #658364 by effulgentsia: made the build/view/formatter terminology more consistent. 2009-12-21 13:47:32 +00:00
Dries Buytaert 601150c262 - Patch #658302 by yched: re-purpose hook_field_sanitize() into hook_field_prepare_view(). 2009-12-13 12:42:28 +00:00
Dries Buytaert 6a13eb22fc - Patch #657828 by yched: make hook_field_formatter() act on all field values. 2009-12-12 20:16:03 +00:00
Dries Buytaert ef2c240086 - Patch #652834 by yched, effulgentsia: changed Field formatters as render arrays to increase performance (and to clean-up the code). 2009-12-11 16:49:40 +00:00