Slashdot Mirror


WordPress 2.0 Released

cyberchucktx writes "Version 2.0 of the Wordpress open source blogging software has now been released." From the post: "In the past if you were linking to a number of posts or pinging a lot of update services, your posting time could appear to slow to a crawl even though everything was instantly done on the backend. We've modified how this works now so posting should be near-instantaneous, like everything else in WordPress."

3 of 105 comments (clear)

  1. Re:MySQL facists!! by shark72 · · Score: 5, Insightful

    "Why not support for PostgreSQL? How hard can it possibly to write code that supports more then DB? It's unbelievable that almost no blogging software supports a real RDBM."

    WordPress is open source. This means that if you like, you can contribute by making the improvements yourself. That's how open source software tends to be improved... each contributor adds the features that they would like to see.

    At the very least, you should give it a try. If you're right, and adding PostGRE is the trivial task that you imply, then it should be a snap, and WordPress will be the better for it. If it turns out to be a little too daunting, then you'll have answered your own question of why it hasn't yet been done.

    --
    Sitting in my day care, the art is decopainted.
  2. Re:MySQL facists!! by vidarlo · · Score: 4, Insightful

    PHP has database specific functions, mostly. Whilst it is not too hard, it is some work. As it is open source, I suggest that you write your own database functions, and make it work. It's your right to fork it. Really. All web hotels I've came across uses mysql, it is the single most popular db for php-stuff. It's for a reason that LAMP is LAMP, not LAPP ;)

  3. Re:If history really repeats itself by ATinyMouse · · Score: 4, Insightful

    I've been using WordPress 1.5.2 for the last several months to blog about my daughter Bethany who was born in July. I upgraded my daughters blog and my nephews blog to 2.0 last night. I recommend following the upgrade instructions, they list several different times to backup your database and files and not to go any further unless you do. Even though I never had to use the backup, I'm glad I had it. Once the upgrade completed I couldn't browse my blog, but the problem was related to a coding bug with my custom theme. After I fixed it everything has been rock solid.

    Some of the biggest changes I've noticed so far is the admin screen using a Google like dragging and dropping interface for placement of window frames. The added WYSIWYG HTML editor is nice, but when I click on the formatting icons in Firefox none of their actions "stick." I'm pretty sure the problem is related to an extension, I just haven't figured out which one yet. They added a theme preview when picking themes instead of the text one they use to have and categories for your posts can be added on the fly. An even more exhaustive list is here.

    I've only used it twice to post entries since the upgrade, but I'm really happy with what I've seen so far.