• Can someone point to the changed files list for 1.5.1.1 for someone who already has 1.5.1 installed. I don’t want to go through a completely fresh install to change a few files.

    Thank you in advance.

Viewing 8 replies - 1 through 8 (of 8 total)
  • Moderator James Huff

    (@macmanx)

    Volunteer Moderator

    Could someone edit the update notice and to mention the date when the update to 1.5.1.1 occurred.

    I’m assuming it happened today (4/20), because I didn’t notice the update note yesterday. But, I just upgraded from 1.2 to V 1.5.1 Wed. 4/18 at night. Since the interface is new, I figure I might just not have noticed while checking all the other new features out!

    BTW: Thanks for the great program!

    Moderator James Huff

    (@macmanx)

    Volunteer Moderator

    It happened late yesterday, 5/19/05.

    A new dev blog post announcing v1.5.1.1 would have been better, IMO.

    BTW, for those using IE 6.0, I’ve added ( * html .wrap { height: 1%; } ) to the wp-admin.css file. I’m no expert with CSS but it seems to make the text in the Dashboard actually display.

    This is what I done as I only downloaded 1.5.1 last week and upgraded this morning to 1.5.1.1.

    Just check the dates of the files. There really are not that many to check. Just open FTP line up your local and remote and just check. It worked for me.

    Thread Starter sylday

    (@sylday)

    Just check the dates of the files

    So anything dated after May 9th?

    Thanks for all the help. 🙂

    If you have subversion handy, you can see every line changed with this command:

    svn diff http://svn.automattic.com/wordpress/tags/1.5.1 http://svn.automattic.com/wordpress/tags/1.5.1.1

    If you only want the files changed, you can use this beauty (if you are on *nix):

    svn diff --diff-cmd "diff" -x "-q" http://svn.automattic.com/wordpress/tags/1.5.1 http://svn.automattic.com/wordpress/tags/1.5.1.1 | grep Index | sed 's/Index: //'

    To save you from having to do that, here’s the output.

    wp-blog-header.php
    wp-includes/functions-post.php
    wp-includes/template-functions-category.php
    wp-includes/template-functions-links.php
    wp-includes/template-functions-post.php
    wp-includes/pluggable-functions.php
    wp-includes/functions.php
    wp-includes/wp-db.php
    wp-includes/version.php
    xmlrpc.php
    wp-admin/post.php
    wp-admin/quicktags.js

    Those are the files changed from 1.5.1 to 1.5.1.1. Of course, we always recommend that you upgrade every file. Perhaps the most common cause of problems reported to the support forums is incomplete uploads. I recommend everyone use rsync or the equivalent, if your host supports it. With rsync you don’t have to care about what changed. The tool takes care of it.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘1.5.1.1 Changed files’ is closed to new replies.