Posted on Thu, 2006-01-12 13:22, by mariuss
I upgraded two WordPress sites to the latest version, one was running 1.5.2 and the other 1.2. The thing is that I was not impressed at all by the upgrade process and provided documentation. Here are the issues I ran into:
- The readme.html provided with the download is totally misleading when it comes to upgrades. It makes you think that upgrading is a 3-step process -- dead wrong. You should check the upgrade instructions on the official WordPress documentation site, it has no less than 17 very detailed steps.
- In both cases as soon as I uploaded the new code, the sites went completely blank with absolutely no error messages. While trying to see what is wrong, I ran into the second major issue: the official WordPress forum. The forum does not have decent search (it looks like Yahoo search is used and it does crash on you) and features in general are missing. Less is not more in this case.
- After manually going through many pages of the forum and seeing that lots of people had 'blank page' problems, for various reasons, it turned out that I had to turn off caching by uncommenting a line in a php file. This is bad. Very bad.
- Upgrading a 1.2 installation is impossible following the official upgrade documents. You are supposed to upgrade in two steps, from 1.2 to 1.5 and then from 1.5 to 2.0. Fair enough, but this means that you need WordPress 1.5, try to find a way to download it. The download page offers only the latest version and even the old postings announcing 1.5 have no links to the download anymore. Again, manually paginating through forum provided the solution: http://static.wordpress.org/archive/
I really like WordPress, I think that it is one of the nicest pieces of software that I ever used, so I hope that I am not too harsh with these comments. I can see two problems with the WordPress official site: simplicity was pushed too far and the not invented here syndrome.
Read the rest of this entry »
Posted on Fri, 2006-01-06 12:37, by mariuss
The Command Line Helper I was imagining back in February 2005 was born on January 3rd, 2006: EveryGUI. It is a brand new application registered on SourceForge and its creator is Jeffrey Bakker.
I am really glad to see someone working on a project like this! I will try to get it up and running on my Ubuntu box during the next few days.
Posted on Sat, 2005-11-26 15:13, by mariuss
Every year on the last Friday of November it is Buy Nothing Day. I hope you celebrated by not buying, I missed it this year :-(
Posted on Sat, 2005-11-26 14:54, by mariuss
And one more Nautilus script that will run meld to show differences between selected files. Meld knows about cvs and subversion so you can select one single file or folder if they are under revision control and meld will show local changes.
diff-1.0.tar.gz
Posted on Sat, 2005-11-26 14:37, by mariuss
I wrote a simple Nautilus script that will copy the names of the selected files to the clipboard. It is using a small utility called xclip which allows you to control the clipboard from the command line.
copy-filenames-1.0.tar.gz
Posted on Tue, 2005-11-01 12:48, by mariuss
A simple script that will help you to write or debug Nautilus Scripts. Just copy it to your scripts folder (~/.gnome2/nautilus-scripts) and then select some files in Nautilus, right click and select Scripts / NautilusScriptsDebug.
Version 1 of the script: NautilusScriptsDebug-1.0.tar.gz.
This script helped with the tracing of a couple of recent issues with Nautilus Scripts.
Read the rest of this entry »
Posted on Tue, 2005-11-01 12:27, by mariuss
Joshu: What is the true Way?
Nansen: Every way is the true Way.
J: Can I study it?
N: The more you study, the further from the Way.
J: If I don't study it, how can I know it?
N: The Way does not belong to things seen: nor to things unseen. It does not belong to things known: nor to things unknown. Do not seek it, study it, or name it. To find yourself on it, open yourself as wide as the sky.
Posted on Sat, 2005-10-22 06:33, by mariuss
Posted on Thu, 2005-09-29 11:46, by mariuss
Relatively recent developments in the field of software engineering seem to point out that losing control is not such a bad thing after all.
A few examples:
Read the rest of this entry »