{"id":44297,"date":"2009-11-27T22:50:10","date_gmt":"2009-11-27T22:50:10","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/bulk-image-resize-utility\/"},"modified":"2009-11-27T22:50:10","modified_gmt":"2009-11-27T22:50:10","slug":"bulk-image-resize-utility","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/bulk-image-resize-utility\/","author":107621,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"0.1.5","stable_tag":"trunk","tested":"2.9.2","requires":"2.8.6","requires_php":"","requires_plugins":"","header_name":"Bulk Image Resize Utility","header_author":"Michael Fields","header_description":"","assets_banners_color":"","last_updated":"2009-11-27 22:50:10","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/mfields.org\/donate\/","header_plugin_uri":"http:\/\/mfields.org\/wordpress\/plugins\/bulk-image-resize-utility\/","header_author_uri":"http:\/\/mfields.org\/","rating":0,"author_block_rating":0,"active_installs":10,"downloads":2264,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","changelog","other_notes"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":[],"block_files":[],"assets_screenshots":[],"screenshots":[]},"plugin_section":[],"plugin_tags":[2264,3236,133,2703,2552],"plugin_category":[50],"plugin_contributors":[78847],"plugin_business_model":[],"class_list":["post-44297","plugin","type-plugin","status-closed","hentry","plugin_tags-attachment","plugin_tags-bulk","plugin_tags-image","plugin_tags-resize","plugin_tags-update","plugin_category-media","plugin_contributors-mfields","plugin_committers-mfields"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/bulk-image-resize-utility.svg","icon_2x":false,"generated":true},"screenshots":[],"raw_content":"<!--section=description-->\n<p>Bulk Image Resize Utility offers WordPress users a method of updating all of their images at once after changes have been made to the Media Upload settings.<\/p>\n\n<p>[youtube http:\/\/www.youtube.com\/watch?v=l0g4u5QbeX8]<\/p>\n\n<h4>Usage<\/h4>\n\n<p>After this plugin has been successfully installed, you will notice a new link under \"Media\" in your Admin Menu. This link is called \"Scan Images\". Click this link and then click the \"Start Scan\" button. This will scan every single image attachment on your WordPress installation. Report items with a green header are in \"Perfect Condition\" while items with a red background are incorrect and may or may not be resizable by WordPress. Please read the notices for details.<\/p>\n\n<h4>Why make this plugin?<\/h4>\n\n<ol>\n<li><p>WordPress 2.9 has included \"post images\" into the core, which if turned on, will allow users to associate any attachment to any post to be displayed in the loop on any theme page they choose. Older blogs, like mine, have images that were uploaded before WordPress started creating 3 intermediate images per attachment. A user with and older blog can back-resize all of their images in a few minutes rather than few hours.<\/p><\/li>\n<li><p>More times than not, beginners will install their blog and upload images without adjusting the size in Media -Upload. After a while, they figure out about these options and set them to their tastes. If they want all of their images to match, they will have to re-upload to re-size.<\/p><\/li>\n<\/ol>\n\n<h4>Disclaimer<\/h4>\n\n<p>Currently, this plugin is in the Beta stages and <strong>SHOULD NOT<\/strong> be deployed on live sites. The download link is provided for testing purposes only. If you are interested in aiding in the development of this plugin, please feel free to download and and post your comments below.<\/p>\n\n<p>If, however, you really want to use this plugin and have your heart set on deploying it on a live server. Please delete it after you are done.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Download<\/li>\n<li>Unzip the package and upload to your \/wp-content\/plugins\/ directory.<\/li>\n<li>Log into WordPress and navigate to the \"Plugins\" panel.<\/li>\n<li>Activate the plugin.<\/li>\n<\/ol>\n\n<!--section=changelog-->\n<h4>0.1.6<\/h4>\n\n<ul>\n<li>Replaced lowercase 'x' with '&times;' where appropriate.<\/li>\n<li>Formalized report messages. No more gremlins in this plugin...<\/li>\n<li>\"View \" links have been given title attributes.<\/li>\n<li>\"Scan Images\" button disabled during scan.<\/li>\n<li><code>resize_image()<\/code> will now fail if projected size already exists.<\/li>\n<li>If no images have been upload to the Media Library, user is presented with a button to upload some.<\/li>\n<\/ul>\n\n<h4>0.1.5<\/h4>\n\n<ul>\n<li>General Housekeeping<\/li>\n<li>Changed css styles for each report item. Font size was made smaller, margins were reduced.<\/li>\n<li>Moved the Create Image Button to top of report div.<\/li>\n<\/ul>\n\n<h4>0.1.4<\/h4>\n\n<ul>\n<li>Added support for images that were uploaded to a version of WordPress (&lt;2.5?) where the full file path was stored in the <code>_wp_attached_file<\/code> postmeta row. This is handled by <code>create_original_path()<\/code>.<\/li>\n<\/ul>\n\n<p><h4>0.1.3<\/h4><\/p>\n\n<ul>\n<li>General Housekeeping<\/li>\n<li>Deleted second parameter from <code>json_encode()<\/code> - This was causing runtime errors due to WordPress forgetting to add support for the second parameter in it's version of json_encode in \/wp-includes\/compat.php.<\/li>\n<\/ul>\n\n<h4>0.1.2<\/h4>\n\n<ul>\n<li>General Housekeeping<\/li>\n<\/ul>\n\n<h4>0.1.1<\/h4>\n\n<ul>\n<li>Updated how the property $sizes is defined.<\/li>\n<li>Created the method <code>resize_image_report_item()<\/code>.<\/li>\n<\/ul>\n\n<h4>0.1<\/h4>\n\n<ul>\n<li>Original Release - Works With: wp 2.9 rare.<\/li>\n<\/ul>\n\n<!--section=other_notes-->\n<h3>To Do<\/h3>\n\n<ul>\n<li>Remove all <code>target=\"_blank\"<\/code> atributes from links and use javascript substitution.<\/li>\n<li>Plugin page should display a warning when $sizes is empty. \"Start Scan\" button should be removed.<\/li>\n<li>Remove \"Start Scan\" Button when image count === 0.<\/li>\n<li>Allows plugin to display image that may have been uploaded an a different server.<\/li>\n<\/ul>","raw_excerpt":"Bulk Image Resize Utility offers WordPress users a method of updating all of their images at once after changes have been made to the Media Upload set &hellip;","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/44297","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=44297"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/mfields"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=44297"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=44297"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=44297"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=44297"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=44297"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=44297"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}