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
Dries Buytaert
c2f26d3368
- Patch #653940 by sun: tests weren't reporting all errors.
2009-12-10 15:39:43 +00:00
Dries Buytaert
1da26fadfe
- Patch #502190 by jhodgdon, stella, sun: hook implementation headers out of compliance with standards.
2009-12-04 16:49:48 +00:00
Angie Byron
d2885d927e
#633808 by batigolix, arianek, and jhodgdon: Update Image module to new help standard.
2009-11-26 06:19:12 +00:00
Dries Buytaert
2292609842
- Patch #641750 by JohnAlbin: fixed image scaling on story's image fields.
2009-11-25 06:35:46 +00:00
Dries Buytaert
a239296cbc
- Patch #598758 by stBorchert, sun, pwolanin, eigentor, TheRec, seutje: add link to the permissions and configuration page of each module from the module configuration page. Great team work!
2009-11-17 21:24:19 +00:00
Angie Byron
91bd3ca8ce
#602752 by jhedstrom: Added File module dependency to Image module.
2009-11-13 03:30:37 +00:00
Angie Byron
ea1bd5606c
#606526 by axyjo and scor: Remove trailing whitespace and add newlines at end of files. Sorry, folks! But it is after code freeze. :)
2009-11-10 17:27:54 +00:00
Angie Byron
45e0f774bd
#602522 follow-up by effulgentsia: Fix a couple of straggler missed operation link conversions.
2009-11-08 13:23:41 +00:00
Angie Byron
eeccad8c4b
#613794 by jensimmons, dopry, and yched: Create a default image field in the article content type upon install. Let's show off what Drupal can do! :D
2009-11-06 02:38:08 +00:00
Dries Buytaert
5176bed85e
- Patch #622482 by seutje: fixed watchdog.
2009-11-05 02:50:38 +00:00
Angie Byron
ae842168f9
#602522 by effulgentsia, sun, and moshe weitzman: Make links in renderable arrays and forms (e.g. 'Operations') alterable.
2009-11-03 05:27:18 +00:00
Dries Buytaert
342ebd7776
- Patch #567064 by yched, sun: widgets done 'the easy way' have too many limitations. Removes more code than it adds!
2009-11-01 14:05:32 +00:00
Dries Buytaert
03e2ec64ab
- Patch #606994 by yched: move entity handling out of Field API.
2009-10-31 16:06:36 +00:00
Angie Byron
a7149821d6
#600974 by effulgentsia, JohnAlbin, sun, and Damien Tournoud: Allow theme functions to take one argument without any hacks. NOTE: This is an API change in hook_theme().
2009-10-23 22:24:19 +00:00
Dries Buytaert
0d2b7fe81b
- Patch #443200 by c960657: fixed user pictures not working with private files.
2009-10-20 00:55:30 +00:00
Dries Buytaert
42c8abb43f
- Patch #606130 by quicksketch: fixed problem with creating images.
2009-10-17 02:14:52 +00:00
Angie Byron
5faaa376aa
#602938 by quicksketch: Provide default styles in image.module (add hook_image_default_styles()).
2009-10-16 00:52:46 +00:00
Angie Byron
e1642603ea
#216098 by kwinters, jgoldberg, drawk, sun: Make drupal_goto() use the same parameters as url().
2009-10-15 16:18:46 +00:00
Dries Buytaert
c7557262b3
- Patch #604650 by quicksketch: new image styles were not usable as formatters.
2009-10-15 14:40:44 +00:00
Dries Buytaert
24c259cdd8
- Patch #601570 by effulgentsia: hook_exit() and other cleanup needs to happen for AJAX requests too.
2009-10-13 21:16:44 +00:00
Angie Byron
8d3eaa1ccf
#560780 by quicksketch, ksenzee, Arancaytar, yched, and arianek: Added Image Field to image.module. Hellooooo, native image handling in core! :D
2009-10-12 05:22:57 +00:00
Dries Buytaert
c05f2181dc
- Patch #572618 by effulgentsia, pwolanin, sun: all theme functions should take a single argument. Code clean-up and performance improvement. Woot.
2009-10-09 01:00:08 +00:00
Dries Buytaert
7178f6b173
- Patch #451604 by brianV, sun | Dries, c960657: rename drupal_set_header().
2009-09-30 18:36:02 +00:00
Angie Byron
df02fa3ca4
#571086 by sun and merlinofchaos: Added a 'wrapper callback' that executes
...
before a form builder function, to facilitate common form elements. Clean-up
from form_builder changes from CTools patch. Has nice side-benefit of making
all form functions' signatures consistent.
2009-09-18 00:12:48 +00:00
Dries Buytaert
029c48c68d
- Patch #306151 by agentrickard, David_Rothstein, Dave Reid, dbabbage, moshe weitzman: automatically install/uninstall schema.
2009-09-10 06:38:20 +00:00
Dries Buytaert
a539b0e00d
- Patch by #565496 by dropcube, pwolanin: changed Allow dynamic attaching of other types of stuff to render() structures.
2009-09-05 15:05:05 +00:00
Angie Byron
e832899658
#553952 by c960657: Apply locking framework to image generation.
2009-08-26 03:20:39 +00:00
Angie Byron
7d2da90600
#303419 follow-up by drewish: Fix typo.
2009-08-24 16:01:21 +00:00
Dries Buytaert
5028d5fba9
- Patch #303419 by drewish: incorrect expiration headers with private file transfers.
2009-08-24 12:44:14 +00:00
Angie Byron
2c55219315
#497118 by chx, catch, pwolanin, JoshuaRogers, and Jacob Singh: Remove the function registry. While the hope was that this would result in improved performance for low-end hosts, it comes at the expense of critical development experience problems and less benefit than something like APC. Class registry remains intact to facilitate autoloading.
2009-08-24 00:14:23 +00:00
Angie Byron
e63e85020b
Of all the patches to accidentally commit without a message. :( Rolling back registry rip. Let's try that again.
2009-08-24 00:10:46 +00:00
Angie Byron
4ae238ea57
*** empty log message ***
2009-08-24 00:02:05 +00:00
Angie Byron
5d055a765c
#550228 by tobiasb and sun: Fixed double-escaping of title callbacks in Image module.
2009-08-23 02:19:02 +00:00
Angie Byron
e6eb489918
#542658 follow-up by sun: Move action 'tabs' out of local tasks and into local actions.
2009-08-23 01:05:12 +00:00
Angie Byron
36ec189695
#326539 by JohnAlbin, sun, cha0s, ultimateboy, Rob Loach, Damien Tournoud: Convert 'class' attribute to use an array, not a string.
2009-08-22 14:34:23 +00:00
Dries Buytaert
0125b20cda
- Patch #550228 by Bojhan: added 'Media' category on 'Configuration and modules' page.
2009-08-20 10:48:03 +00:00
Angie Byron
b41323642b
#517814 by jmstacey, justinrandell, pwolanin, drewish, Jody Lynn, aaron, dopry, and c960657: Converted File API to stream wrappers, for enhanced private/public file handling, and the ability to reference other storage mechanisms such as s3:// and flicker://.
2009-08-17 19:14:42 +00:00
Angie Byron
0e8d1e8116
#540798 by kjy07 and Jody Lynn: Require image style names.
2009-08-13 02:03:29 +00:00
Angie Byron
2da6a0ed1e
#371374 by quicksketch, drewish, eojthebrave, and dopry: ImageCache UI in core. Hell yeah! :D Resizable, scalable, croppable, grey-scalable, rotatey images for all.
2009-07-21 07:09:47 +00:00
Angie Byron
6199ae64c9
Moving sample.png to root image module directory, per Dries. Premature optimization. :)
2009-07-21 03:08:58 +00:00
Angie Byron
4be64425b9
#371374 pre-cursor by quicksketch: Add a sample image for Image module's manipulation tests.
2009-07-20 22:26:19 +00:00
Dries Buytaert
1a4a3ec577
- Patch #524530 by c960657: fixed the headers sent by the image module.
2009-07-20 21:52:49 +00:00
Dries Buytaert
dda9c28c1c
- Patch #523520 by c960657: image_style_generate_url() and image_style_url() do the same.
2009-07-19 15:05:30 +00:00
Dries Buytaert
9b29e143ac
- Patch #523544 by c960657: image module clean-up.
2009-07-19 06:20:43 +00:00
Dries Buytaert
5a8452c55b
- Patch #493746 by JohnAlbin, ultimateboy, moshe weitzman: Enhance drupal_attributes() for multiple valued values.
2009-07-15 17:40:18 +00:00
Dries Buytaert
6dc5b5449d
- Patch #491456 by quicksketch, drewish, et al: image effects and actions.
2009-07-12 08:36:35 +00:00