WordPress 1.5.1.3 Released

WordPress 1.5.1.3 was released this morn­ing. This release con­tains a secur­ity fix that is well worth hav­ing. Whilst the par­tic­u­lar vul­ner­ab­il­ity hasn’t been offi­cially announced, it’s not too hard to fig­ure it out.

I’ve just upgraded the dozen or so blogs I man­age and it was quite pain­less. There are some other fixes along with the secur­ity fix so don’t hes­it­ate to get it.

Stop! Thief!

Who the heck is this cheeky so-and-so? Someone going by the name of ‘refekt’ has thrown up a WordPress blog with half-a-dozen or so of my blog post­ings under their own name! They even gone so far as to repro­duce the markup I used as well as the blog being one of my themes.

The blog is at podzice.com. The domain is owned by Chi-Tak Chow of white­wa­ter, WI.
I’ve con­tac­ted the host­ing ser­vice and cc-ed the Admin­is­trat­ive Con­tact for the domain. Alas the lat­ter bounced immediately.

update 1:20am: Here’s another one. www.golig.com/wp This time just tak­ing the head­lines and first few words, pre­sum­ably to have some con­tent to exper­i­ment with.

Update 26/06/2005: I’ve had no response from either the owner or the host­ing com­pany and there are a couple of new stor­ies on there now (neither are mine). So I went ahead and registered on his blog (you have to register in order to com­ment). I’ve left a polite com­ment on each of the 8 or 9 posts which have been stolen from me. They are flagged for mod­er­a­tion, I await a response.

Resolved! 26/06/2005: Chris Park­er­son at his host­ing com­pany has removed the posts with my con­tent! Great. Thanks Chris!
I also got a sep­ar­ate email from the owner of the site explain­ing he had given post­ing priv­ileges to the guy who was respons­ible and won’t be doing that again.

Journalized Blue

Update 7 Dec 2008: This theme is super­seded by Journ­al­ized Theme ver­sion 2.7. Please use that ver­sion from now on.

Update 12 Nov 2008 There is a new Beta ver­sion 2.7 avail­able to try, see the theme page for details. Please down­load it and give it a try.

This ver­sion is now defunct and will no longer be maintained.

On this page you can find the latest ver­sion of my blog lay­out and col­our scheme as a WordPress theme.
Click­ing the thumb­nail below will show you a full size screen shot of the theme in action.
screenshot of journalized theme

This release incor­por­ates many of the fixes and changes sug­ges­ted by people try­ing the theme.

You can down­load the files from here: journalized-blue-theme-1.0.3.tar.gz (tar ball for unix or sim­ilar users) or journalized-blue-theme-1.0.3.zip (zip file for Win­dows users).

To install simply expand the archive on your local machine. You should have a dir­ect­ory called ‘journalized-blue’. Upload the dir­ect­ory and the files within it to your wp-content/themes folder on your server. Login to your blog’s admin­is­tra­tion pages and go to the Present­a­tion page. The new theme should be lis­ted there ready for you to select. If not check the per­mis­sions on your uploaded files.

Enjoy! The theme is licensed under the GPL. So you may modify it and dis­trib­ute it. Please let me know if you use it, modify it, etc. If you have any ques­tions leave a com­ment on this post with your ques­tion. Com­ments are mod­er­ated so you won’t see your com­ment immediately.

What’s Changed?

The main changes in the themes are these:

I’ve added miss­ing tags to the main sec­tion of the theme. That is, the ‘Pre­vi­ous Entries’ and ‘Next Entries’ links after the main con­tent. I’ve also added in the Next and pre­vi­ous story links above the post when you are look­ing at an indi­vidual post.
In the side bar I’ve removed all the get_links() and get_linksbyname() calls and sub­sti­tuted a single call to get_links_list().

I’ve adjus­ted the CSS to dis­play the nes­ted unordered lists from the call to dis­play like the h4/rightsidesection com­bin­a­tion we had before.

I’ve added a page tem­plate for pages like this one with slightly dif­fer­ent lay­out for the con­tent. There are some minor bug fixes on the pages and I’ve added the the fix for aligned or floated images not dis­play­ing in Inter­net Explorer.

Update: 27/06/2005
Because the side bars are nar­rower on Journ­al­ized blue than Sand or Winter, the cal­en­dar on the right hand side doesn’t quite fit.
A quick cure is to change the pad­ding in the cells. You need to edit the table#wp-calendar td rule in style.css
Go to line 307 and change the 3 pixel pad­ding to 2 pixels. It should end up like this:

table#wp-calendar td {
    padding: 0px 2px;
    color: #000000;
    text-align:center;
}

I’ll issue a new ver­sion as soon as I’ve incor­por­ated another fix and some recent changes.