summaryrefslogtreecommitdiff
path: root/modules/image
Commit message (Collapse)AuthorAge
...
* #841242 by justinrandell, Stevel: Fixed HEAD BROKEN: some file/image tests ↵Angie Byron2010-06-30
| | | | are failing.
* - Patch #562968 by kkaefer: optimize module and theme images.Dries Buytaert2010-06-29
|
* - Patch #690746 by jbrown, Ognyan Kulev, Crell, MichaelCole, Damien ↵Dries Buytaert2010-06-25
| | | | Tournoud: text column type doesn't reliably hold serialized variables.
* - Patch #831332 by Stevel: drupal_get_schema_unprocessed() called in update ↵Dries Buytaert2010-06-25
| | | | functions.
* - Patch #767854 by droplet: fixed misspelled strings.Dries Buytaert2010-05-31
|
* - Patch #553298 by yched, te-brian, chx, sun: redesign the 'Manage Display' ↵Dries Buytaert2010-05-23
| | | | screen.
* #331951 by aspilicious, sun, jhodgdon, Morbus, et al: Figure out and apply ↵Angie Byron2010-05-06
| | | | coding standard for casting.
* - Patch #723802 by pwolanin, grendzy: convert to sha-256 and hmac from md5 ↵Dries Buytaert2010-05-01
| | | | and sha1.
* - Patch #555830 by sun, effulgentsia, mgifford, TheRec, aspilicious: clean ↵Dries Buytaert2010-04-30
| | | | up theme_image() to use drupal_attributes() for all attributes and revisit defaults for 'alt' and 'title'.
* - Patch #482816 by sun, Rob Loach: make a consistent wrapper around submit ↵Dries Buytaert2010-04-24
| | | | buttons.
* #779496 by andypost: Fix minor formatting issues with t().Angie Byron2010-04-23
|
* #779390 by solotandem: Fixed esoteric invalid syntax bugs in core found by ↵Angie Byron2010-04-23
| | | | Grammar Parser module.
* #746500 by eojthebrave: Fixed Overriding default image styles does not work ↵Angie Byron2010-04-22
| | | | with more than one effect and has potential to overwrite existing effects.
* #713872 by eojthebrave, andypost: Fixed Image field formatters not updated ↵Angie Byron2010-04-20
| | | | when image style deleted and replacement format chosen.
* - Patch #716496 by JohnAlbin: documentation updates for theme functions.Dries Buytaert2010-04-13
|
* - Patch #348448 by mfb, c960657, marvil07, cdale, jpmckinney: fixed PHP ↵Dries Buytaert2010-04-11
| | | | strict warnings when running tests and for PHP 5.3.
* - Patch #640880 by mr.baileys: upgrade path for making {image_styles()}.name ↵Dries Buytaert2010-04-09
| | | | column unique.
* - Patch #730220 by Berdir, aspilicious, Damien Tournoud, pwolanin: fixed ↵Dries Buytaert2010-04-07
| | | | ImageFieldDisplayTestCase.
* - Patch #640880 by c960657: make {image_styles()}.name column unique.Dries Buytaert2010-04-06
|
* - Patch #758628 by rfay: improve GD library hook_requirements() for color ↵Dries Buytaert2010-04-04
| | | | and image modules.
* #707724 follow-up by yched: Fix more confusing field/entity api arguments.Angie Byron2010-03-27
|
* - Patch #681538 by aspilicious, jhodgdon, trevjs: fixed possibly broken @see ↵Dries Buytaert2010-03-26
| | | | also links.
* - Patch #735000 by sun, Berdir: installing image.module on a upgrades site ↵Dries Buytaert2010-03-26
| | | | does not install schema because of module name overlap.
* - Patch #747476 by andypost: image files are not flushed for all styles.Dries Buytaert2010-03-21
|
* - Patch #733756 by catch: image_field_insert() makes no sense.Dries Buytaert2010-03-06
|
* - Patch #732486 by Damien Tournoud, JacobSingh: drupal_add_http_header() ↵Dries Buytaert2010-03-06
| | | | req ; make Status a normal header and drupal_add_http() header shouldn't return a list of headers.
* - Patch #718254 by andypost: field names were too long -- make PostgreSQL happy.Dries Buytaert2010-02-27
|
* - Patch #503550 by yched, jp.stacey: make sure strings are cached per language.Dries Buytaert2010-02-27
|
* - Patch #714350 by marcvangend, yrocq: fixed undefined index: ↵Dries Buytaert2010-02-23
| | | | display_field() in file_field_widget_form() in file.field.inc.
* #618654 by Steven Merrill, justinrandell, jim0203, quicksketch, and ↵Angie Byron2010-02-17
| | | | David_Rothstein: Fixed File and image fields are treated as temporary files and automatically deleted after six hours.
* #601966 by eojthebrave: Added expanded Tests for image field.Angie Byron2010-02-14
|
* #707724 by chx: Rename confusing arguments in field/entity APIs.Angie Byron2010-02-11
|
* #525622 by scor, catch, and yched: Allow Entity path callback to deal with ↵Angie Byron2010-02-11
| | | | options.
* #641670 by yched and sun: Move ['#field'] meta information into ().Angie Byron2010-02-11
|
* #658068 by eojthebrave and theunraveler: Fixed Image effect help text not ↵Angie Byron2010-02-01
| | | | displayed.
* #658056 by theunraveler: image.api.php cleanup.Angie Byron2010-02-01
|
* - Patch #606526 by axyjo, scor: remove trailing whitespaces and add newlines ↵Dries Buytaert2010-01-30
| | | | at end of files.
* - Patch #685074 by pwolanin: some stream wrappers need to be hidden or ↵Dries Buytaert2010-01-26
| | | | read-only.
* #525622 by Frando, yched, et al: Add entity hook callbacks so that 'as link' ↵Angie Byron2010-01-13
| | | | formatters have a generic way to build the url of an 'entity'.
* #679890 follow-up by Bojhan, aspilicious, and agentrickard: Remove more ↵Angie Byron2010-01-09
| | | | extraneous 'Please' in the interface.
* #482816 by sun and Rob Loach: Add a consistent wrapper around submit buttons.Angie Byron2010-01-03
|
* - Patch #658364 by effulgentsia: made the build/view/formatter terminology ↵Dries Buytaert2009-12-21
| | | | more consistent.
* - Patch #658302 by yched: re-purpose hook_field_sanitize() into ↵Dries Buytaert2009-12-13
| | | | hook_field_prepare_view().
* - Patch #657828 by yched: make hook_field_formatter() act on all field values.Dries Buytaert2009-12-12
|
* - Patch #652834 by yched, effulgentsia: changed Field formatters as render ↵Dries Buytaert2009-12-11
| | | | arrays to increase performance (and to clean-up the code).
* - Patch #653940 by sun: tests weren't reporting all errors.Dries Buytaert2009-12-10
|
* - Patch #502190 by jhodgdon, stella, sun: hook implementation headers out of ↵Dries Buytaert2009-12-04
| | | | compliance with standards.
* #633808 by batigolix, arianek, and jhodgdon: Update Image module to new help ↵Angie Byron2009-11-26
| | | | standard.
* - Patch #641750 by JohnAlbin: fixed image scaling on story's image fields.Dries Buytaert2009-11-25
|
* - Patch #598758 by stBorchert, sun, pwolanin, eigentor, TheRec, seutje: add ↵Dries Buytaert2009-11-17
| | | | link to the permissions and configuration page of each module from the module configuration page. Great team work!