WordPress.org

Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #6821, comment 65

Timestamp:
09/12/12 20:26:12 (9 months ago)
Author:
markoheijnen
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6821, comment 65

    initial v1  
    1 Just added a new patch with the following GIT commited messages: 
     1'''Just added a new patch with the following GIT commited messages:''' 
    22 
     3- getsource     Constructor should be protected. Props scribu. 
     4- kurtpayne     Use instance of instead of is_resource. Deprecate GD specific functions. 
     5- kurtpayne     Implement backward compatible behavior to default to jpeg filenames and jpeg output 
     6- getsource     Don't instantiate WP_Image_Editor_GD directly from image_resize. 
     7- getsource     Load on construct. 
     8- getsource     GD: Make $image protected 
    39 
    4 getsource       Constructor should be protected. Props scribu. 
    5  
    6 kurtpayne       Use instance of instead of is_resource. Deprecate GD specific functions. 
    7  
    8 kurtpayne       Implement backward compatible behavior to default to jpeg filenames and jpeg output 
    9  
    10 getsource       Don't instantiate WP_Image_Editor_GD directly from image_resize. 
    11  
    12 getsource       Load on construct. 
    13  
    14 getsource       GD: Make $image protected 
    15  
    16 markoheijnen    Don't say you can use WP_Image_Editor_GD in a deprecated function message 
    17  
    18 markoheijnen    Move make_image to WP_Image_Editor and replaced call_user_func for call_user_func_array 
    19  
    20 markoheijnen    Fix notice by adding destiny filename as required argument for make_image 
    21  
    22 markoheijnen    Use make_image for Imagick 
     10- markoheijnen  Don't say you can use WP_Image_Editor_GD in a deprecated function message 
     11- markoheijnen  Move make_image to WP_Image_Editor and replaced call_user_func for call_user_func_array 
     12- markoheijnen  Fix notice by adding destiny filename as required argument for make_image 
     13- markoheijnen  Use make_image for Imagick