If I wish to just download files changed since 3.1, there is a way to do this via Trac.
However, I'm not exactly where to get the parameters required to do it. Here's a link that will download all changed files from 3.0.4 to 3.0.5...
http://core.trac.wordpress.org/changeset?format=zip&new=17420&old=17175&new_path=branches%2F3.0&old_path=branches%2F3.0
A modification of the "old" and "new" parameters are normally all that's required. How do I work out what these are - the old representing 3.1 and new being 3.1.1?
Thanks,
David.
You can download all but the new twentyten language file here:
https://core.trac.wordpress.org/changeset?reponame=&new=17595%40branches%2F3.1&old=17487%40branches%2F3.1
Scroll to the bottom to grab the zip with only the changed files.
You can see the full list of 30 changed files here, including twentyten, but the zip at the bottom contains more than just the changed files, so the above link is better.
http://core.trac.wordpress.org/changeset?old_path=tags/3.1&old=17487&new_path=tags/3.1.1&new=17595
Thanks.
Where did you get the 17487 - 17595 Trac numbers from? For future release I'd like to be able to do this myself, but don't understand where to get these from.
David.
I found this article a while back that explains how to find those two Trac version numbers and then adapted it to find the page that has the right zip file. If anyone has a better/more direct way, I'll be interested to hear it!
That is PRECISELY what I was after!
Thank you very much zoonini - it's much appreciated.
David.