summaryrefslogtreecommitdiff
path: root/modules/image/image.admin.inc
Commit message (Collapse)AuthorAge
* Issue #2037847 by droplet: Join position strings together to fix ↵David Rothstein2014-04-05
| | | | translatability in the administrative interface for the Image module "Crop" effect.
* Issue #606598 by andypost, BarisW, stBorchert, David_Rothstein, sun, ↵David Rothstein2013-06-23
| | | | aspilicious, joachim, danielbeeke2, Sutharsan: Added human readable labels to image styles.
* Issue #1833028 by michaelmol | rmfleet: Fixed bug which prevented image ↵David Rothstein2012-12-08
| | | | styles from being reverted on PHP 5.4.
* Issue #1614292 by brockjo, Albert Volkman | neclimdul: Fixed ↵David Rothstein2012-06-09
| | | | image_style_delete_form() doesn't take form_state() by reference (prevented image styles from being deleted on PHP 5.4).
* Issue #1398740 by TravisCarden: Fixed Typo in status message: 'The %style ↵webchick2012-03-26
| | | | has been revert to its defaults.'.
* Stripping CVS keywordsThe Great Git Migration2011-02-25
|
* - Patch #1067980 by Takafumi, Damien Tournoud: missing t() in image.admin.inc.Dries Buytaert2011-02-21
|
* #942060 by Sweetchack: Add draggability to the new image effect row in image ↵Angie Byron2010-11-21
| | | | style table.
* #563382 by eMPee584, eojthebrave, drewish: Fixed when editing image style, ↵Angie Byron2010-10-21
| | | | link to sample image broken
* - Patch #882694 by mgifford, sun, ksenzee, bleen18, yched: add missing form ↵Dries Buytaert2010-10-20
| | | | element titles for accessibility.
* - Patch #140783 by sun, chx, effulgentsia, David_Rothstein, webchick: a ↵Dries Buytaert2010-10-04
| | | | select list without #default_value() always passes form validation.
* - Patch #756762 by effulgentsia, fago, sun: AJAX should follow same rules ↵Dries Buytaert2010-09-27
| | | | for whether to call drupal_rebuild_form() as non-AJAX submissions.
* - Patch #140783 by sun: a select list without #default_value() always passes ↵Dries Buytaert2010-09-24
| | | | form validation.
* - Patch #908282 by jbrown: theme_image() performs I/O.Dries Buytaert2010-09-22
|
* - Patch #769226 by Owen Barton, alanburke, sun: fixed JS/CSS preprocess ↵Dries Buytaert2010-07-30
| | | | should default to FALSE.
* - Patch #482816 by sun, Rob Loach: make a consistent wrapper around submit ↵Dries Buytaert2010-04-24
| | | | buttons.
* #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.
* - Patch #716496 by JohnAlbin: documentation updates for theme functions.Dries Buytaert2010-04-13
|
* #482816 by sun and Rob Loach: Add a consistent wrapper around submit buttons.Angie Byron2010-01-03
|
* #602522 follow-up by effulgentsia: Fix a couple of straggler missed ↵Angie Byron2009-11-08
| | | | operation link conversions.
* #602522 by effulgentsia, sun, and moshe weitzman: Make links in renderable ↵Angie Byron2009-11-03
| | | | arrays and forms (e.g. 'Operations') alterable.
* #602938 by quicksketch: Provide default styles in image.module (add ↵Angie Byron2009-10-16
| | | | hook_image_default_styles()).
* #216098 by kwinters, jgoldberg, drawk, sun: Make drupal_goto() use the same ↵Angie Byron2009-10-15
| | | | parameters as url().
* - Patch #572618 by effulgentsia, pwolanin, sun: all theme functions should ↵Dries Buytaert2009-10-09
| | | | take a single argument. Code clean-up and performance improvement. Woot.
* #571086 by sun and merlinofchaos: Added a 'wrapper callback' that executesAngie Byron2009-09-18
| | | | | | 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.
* - Patch by #565496 by dropcube, pwolanin: changed Allow dynamic attaching of ↵Dries Buytaert2009-09-05
| | | | other types of stuff to render() structures.
* #497118 by chx, catch, pwolanin, JoshuaRogers, and Jacob Singh: Remove the ↵Angie Byron2009-08-24
| | | | 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.
* Of all the patches to accidentally commit without a message. :( Rolling back ↵Angie Byron2009-08-24
| | | | registry rip. Let's try that again.
* *** empty log message ***Angie Byron2009-08-24
|
* #550228 by tobiasb and sun: Fixed double-escaping of title callbacks in ↵Angie Byron2009-08-23
| | | | Image module.
* #326539 by JohnAlbin, sun, cha0s, ultimateboy, Rob Loach, Damien Tournoud: ↵Angie Byron2009-08-22
| | | | Convert 'class' attribute to use an array, not a string.
* - Patch #550228 by Bojhan: added 'Media' category on 'Configuration and ↵Dries Buytaert2009-08-20
| | | | modules' page.
* #517814 by jmstacey, justinrandell, pwolanin, drewish, Jody Lynn, aaron, ↵Angie Byron2009-08-17
| | | | 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://.
* #540798 by kjy07 and Jody Lynn: Require image style names.Angie Byron2009-08-13
|
* #371374 by quicksketch, drewish, eojthebrave, and dopry: ImageCache UI in ↵Angie Byron2009-07-21
core. Hell yeah! :D Resizable, scalable, croppable, grey-scalable, rotatey images for all.