summaryrefslogtreecommitdiff
path: root/modules/image
Commit message (Collapse)AuthorAge
...
* #602752 by jhedstrom: Added File module dependency to Image module.Angie Byron2009-11-13
|
* #606526 by axyjo and scor: Remove trailing whitespace and add newlines at ↵Angie Byron2009-11-10
| | | | end of files. Sorry, folks! But it is after code freeze. :)
* #602522 follow-up by effulgentsia: Fix a couple of straggler missed ↵Angie Byron2009-11-08
| | | | operation link conversions.
* #613794 by jensimmons, dopry, and yched: Create a default image field in the ↵Angie Byron2009-11-06
| | | | article content type upon install. Let's show off what Drupal can do! :D
* - Patch #622482 by seutje: fixed watchdog.Dries Buytaert2009-11-05
|
* #602522 by effulgentsia, sun, and moshe weitzman: Make links in renderable ↵Angie Byron2009-11-03
| | | | arrays and forms (e.g. 'Operations') alterable.
* - Patch #567064 by yched, sun: widgets done 'the easy way' have too many ↵Dries Buytaert2009-11-01
| | | | limitations. Removes more code than it adds!
* - Patch #606994 by yched: move entity handling out of Field API.Dries Buytaert2009-10-31
|
* #600974 by effulgentsia, JohnAlbin, sun, and Damien Tournoud: Allow theme ↵Angie Byron2009-10-23
| | | | functions to take one argument without any hacks. NOTE: This is an API change in hook_theme().
* - Patch #443200 by c960657: fixed user pictures not working with private files.Dries Buytaert2009-10-20
|
* - Patch #606130 by quicksketch: fixed problem with creating images.Dries Buytaert2009-10-17
|
* #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 #604650 by quicksketch: new image styles were not usable as formatters.Dries Buytaert2009-10-15
|
* - Patch #601570 by effulgentsia: hook_exit() and other cleanup needs to ↵Dries Buytaert2009-10-13
| | | | happen for AJAX requests too.
* #560780 by quicksketch, ksenzee, Arancaytar, yched, and arianek: Added Image ↵Angie Byron2009-10-12
| | | | Field to image.module. Hellooooo, native image handling in core! :D
* - 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.
* - Patch #451604 by brianV, sun | Dries, c960657: rename drupal_set_header().Dries Buytaert2009-09-30
|
* #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 #306151 by agentrickard, David_Rothstein, Dave Reid, dbabbage, moshe ↵Dries Buytaert2009-09-10
| | | | weitzman: automatically install/uninstall schema.
* - Patch by #565496 by dropcube, pwolanin: changed Allow dynamic attaching of ↵Dries Buytaert2009-09-05
| | | | other types of stuff to render() structures.
* #553952 by c960657: Apply locking framework to image generation.Angie Byron2009-08-26
|
* #303419 follow-up by drewish: Fix typo.Angie Byron2009-08-24
|
* - Patch #303419 by drewish: incorrect expiration headers with private file ↵Dries Buytaert2009-08-24
| | | | transfers.
* #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.
* #542658 follow-up by sun: Move action 'tabs' out of local tasks and into ↵Angie Byron2009-08-23
| | | | local actions.
* #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.
* Moving sample.png to root image module directory, per Dries. Premature ↵Angie Byron2009-07-21
| | | | optimization. :)
* #371374 pre-cursor by quicksketch: Add a sample image for Image module's ↵Angie Byron2009-07-20
| | | | manipulation tests.
* - Patch #524530 by c960657: fixed the headers sent by the image module.Dries Buytaert2009-07-20
|
* - Patch #523520 by c960657: image_style_generate_url() and image_style_url() ↵Dries Buytaert2009-07-19
| | | | do the same.
* - Patch #523544 by c960657: image module clean-up.Dries Buytaert2009-07-19
|
* - Patch #493746 by JohnAlbin, ultimateboy, moshe weitzman: Enhance ↵Dries Buytaert2009-07-15
| | | | drupal_attributes() for multiple valued values.
* - Patch #491456 by quicksketch, drewish, et al: image effects and actions.Dries Buytaert2009-07-12