[wp-trac] [WordPress Trac] #13562: Version the image files used in our CSS files
WordPress Trac
wp-trac at lists.automattic.com
Sun May 30 05:45:36 UTC 2010
#13562: Version the image files used in our CSS files
----------------------------+-----------------------------------------------
Reporter: markjaquith | Owner:
Type: task (blessed) | Status: new
Priority: normal | Milestone: 3.0
Component: Administration | Version: 3.0
Severity: major | Keywords:
----------------------------+-----------------------------------------------
Comment(by markjaquith):
I'm working on a more targeted patch. Here's what I used to get the list
of modified (including added) gif or png images between 2.9 release and
current HEAD. I'm going to try to do this as a script so it can just be a
quick thing we do as part of releases.
{{{mark at mac pro~$ svn di --summarize
http://svn.automattic.com/wordpress/tags/2.9
http://svn.automattic.com/wordpress/trunk | awk '{ print $2 }' | sed -e
's#http://svn.automattic.com/wordpress/tags/2.9/##' | grep -E
'.(gif|png)$'}}}
{{{
wp-includes/images/upload.png
wp-content/themes/twentyten/screenshot.png
wp-content/themes/twentyten/images/wordpress.png
wp-admin/images/fav-top.png
wp-admin/images/wp-logo.gif
wp-admin/images/screen-options-left.gif
wp-admin/images/browse-happy.gif
wp-admin/images/screen-options-right.gif
wp-admin/images/menu.png
wp-admin/images/fav-arrow-vs-rtl.gif
wp-admin/images/widgets-arrow.gif
wp-admin/images/menu-bits.gif
wp-admin/images/fav-arrow-rtl.gif
wp-admin/images/wp-logo.png
wp-admin/images/media-button-music.gif
wp-admin/images/fav-arrow.gif
wp-admin/images/media-button-image.gif
wp-admin/images/login-header.png
wp-admin/images/media-button-video.gif
wp-admin/images/icons32-vs.png
wp-admin/images/icons32.png
wp-admin/images/menu-bits-rtl.gif
wp-admin/images/screen-options-right-up.gif
wp-admin/images/media-button-other.gif
wp-admin/images/menu-vs.png
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/13562#comment:6>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list