WordPress 2.0 Released 105
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."
If history really repeats itself (Score:4, Funny)
Re:If history really repeats itself (Score:1)
Re:If history really repeats itself (Score:1)
Re:If history really repeats itself (Score:2)
Re:If history really repeats itself (Score:4, Insightful)
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 [asymptomatic.net].
I've only used it twice to post entries since the upgrade, but I'm really happy with what I've seen so far.
Re:MySQL facists!! (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.
Re:MySQL facists!! (Score:3, Insightful)
Creating a database independant application needs to be a consideration from the beginning, not an after thought.
RTFA? (Score:4, Informative)
"Improved Abstraction — We've eliminated almost all direct SQL queries from the code and moved them to functions and classes that make the entire program more consistent."
granted, no clue why they didn't eliminate all direct queries alltogether ("almost?" what you do you mean, "almost"?) but it's a damn good start towards db independence. a basic blog engine shouldn't be using any non-standard SQL calls anyway so support for Postgres should be easy at this point.
emphasis on should, though. The glass is half empty in my world.
Re:MySQL facists!! (Score:3, Insightful)
Mod parent up. (Score:2)
Re:MySQL facists!! (Score:2)
While I don't know about Wordpress, I'm a fairly active Textpattern user and the reason for the lack of Postgres support in the past was always that Textpattern's search function relies on full-text indexing, something Postgres doesn't quite do na
Re:MySQL facists!! (Score:2)
b4n
Re:MySQL facists!! (Score:5, Insightful)
Re:MySQL facists!! (Score:1, Informative)
Re:MySQL facists!! (Score:2, Interesting)
Re:MySQL facists!! (Score:2)
Well, as I said... feel free to fork Wordpress, or submit a patch. Noone is denying you that right. And after all, most open source SW is made to fit ones need. Including everything I make. I'm kinda selfish. I make modifications to suit myself, but I share them. Most contributors do open source because it suits them.
Re:MySQL facists!! (Score:1, Interesting)
Hahahahaha! I get it. It's because most OS software developers Just Don't Get It when it comes to databases. They read a text file that teaches them "SELECT * FROM SomeTable;" and suddenly they're DBAs, except they're not. Fortunately for them MySQL sucks in such a fashion as to give them a false feeling of confidence that they're shit is going to work. As long as they actually don't do anything mission critical they're fine.
LAMP is LAMP for the same reason pe
Re:MySQL facists!! (Score:2)
And you must be the ultimate authority on what is "mission critical" for who? I gue
LAMP is the visual basic of the 21st century (Score:2, Insightful)
And really, there is zero difference
Re:LAMP is the visual basic of the 21st century (Score:2)
Which is a major selling point, especially if you have the time to learn how to use them.
Re:LAMP is the visual basic of the 21st century (Score:2)
Re:LAMP is the visual basic of the 21st century (Score:1)
Re:LAMP is the visual basic of the 21st century (Score:1)
Re:LAMP is the visual basic of the 21st century (Score:2)
I would argue that these guys [yahoo.com] have some co
Re:LAMP is the visual basic of the 21st century (Score:2)
The unfortunate souls that have to work with Disney's central reservations system probably would recommend you take Disney off the list if you're trying to be supportive of Zend.
Large companies hire the WORST programmers (Score:2)
Re:MySQL facists!! (Score:2)
Realistically, if you design an application from the start with even just a little bit of, well. . . design, and consideration for portability and future growth, database independance is not very difficult.
Unfortunately, it's been my experience that most people don't really think beyond the next few hours when they're coding, which means that making things better later on is a huge chore.
Re:MySQL facists!! (Score:3, Interesting)
Reiterating a comment I made above, and expanding a little:
Sometimes there is a good design reason for not su
Re:MySQL facists!! (Score:1)
Just a side note, MySQL 5 is definately a RBDM
Re:MySQL facists!! (Score:2)
--jeffk++
Re:MySQL facists!! (Score:1)
Re:MySQL facists!! (Score:2, Funny)
Evidently even personal software deployed on single-user virtual hosts has to be enterprise-ready, scalable, mature, and ready for prime time, or something. I guess.
Re:MySQL facists!! (Score:4, Informative)
I'm going too (Score:2)
Re:MySQL facists!! (Score:2)
Typo's a bit of a beast, though, in most shared hosting environments. And there was that nasty memory leak in Rails it exposed a while back...
Re:MySQL facists!! (Score:2)
As I understand it this bug in Rails was fixed and no longer affects Typo - since you bring it up I suspect you know more about it than I do? Please clarify.
Re:MySQL facists!! (Score:2)
The leak was in Rails 0.14.1, and it was patched in Rails 1.0RC3; a write-up and links to full details are here [scottstuff.net]. Typo was, so far as I know, the only Rails app which ever managed to trigger it. And I'd say that's because, well, Typo's a bit of a beast. But then I don't particularly care for Rails for any sort of content-management; its application
Re:MySQL facists!! (Score:2)
B> I recently upgraded the software linked to in my sig to support PostgreSQL in addition to MySQL. Non-trivial, but the afternoon was worth it. Granted, it's a smaller application than Wordpress, but in doing so, I've created a framework I can use in any PHP application, and add support for additional RDBMSs as well. A worthwhile exercise.
Re:MySQL facists!! (Score:2)
If you like Postgress so well, why don't you add the functionality into Wordpress? I personally don't see the need for the arguement of PostgreSQL vs MySQL because I've honestly never threw anything at MySQL that it couldn't handle. Whats the old addage? If it isn't broke, don't fix it....
Now before everyone jumps on me, I realize that PostgreSQL can make my life much easier in some respects. But c'mon people - if you want it, code it yourse
Re:Free Porn (Score:1, Redundant)
Wordpress is great software (Score:2, Insightful)
Apache for Windows support (Score:3, Interesting)
Re:Apache for Windows support (Score:5, Informative)
I have gotten WordPress 1.5 to work on Windows before just fine, even with Apache running in Windows.
Haven't tried it with version 2.0, but that is due to me moving to OS X and not bothering to boot up the Windows laptop to give it a shot...
It works. (Score:3, Informative)
Re:Apache for Windows support (Score:1)
Re:Apache for Windows support (Score:2, Informative)
Re:Apache for Windows support (Score:1)
Re:Apache for Windows support (Score:1)
Wordpress 1.5.2 and 2.0 work fine for me using Apache on windows, so I'm not sure what you're doing wrong.
Just download XAMPP [apachefriends.org] and wordpress and you'll be up and running within minutes. Not sure what XAMPP would be like as a production system, but it's great for testing.Re:Apache for Windows support (Score:2)
Old news (Score:2, Informative)
My one gripe with it, though, is it's new rich text editor - TinyMCE. For some reason it refuses to load and throws an error when attempting to do so. I've documented this on my blog [arusahni.net].
I worked around this problem by, in the Admin area, going to Users, and deselecting the "Use the visual rich editor when writing" check box.
Use textile. (Score:2)
Give it a little time ... (Score:2, Insightful)
My recommendation with all new software releases
Re:Give it a little time ... (Score:5, Funny)
It's blogging software. How important can any of the systems be?
Re:Give it a little time ... (Score:1)
Ask Yahoo. They're using Wordpress to host blogs.
http://smallbusiness.yahoo.com/webhosting/problog
Re:Give it a little time ... (Score:1)
WordPress Multiuser: (Score:3, Informative)
http://mu.wordpress.org/ [wordpress.org]
Re:WordPress Multiuser: (Score:1)
WYSIWYG Editing is finally here (Score:1)
http://www.stockmarketgarden.com/ [stockmarketgarden.com]
FTFA WTF (Score:1)
Re:FTFA WTF (Score:2, Informative)
Re:FTFA WTF (Score:2, Funny)
I could be wrong though.
Re:FTFA WTF (Score:1)
Re:FTFA WTF (Score:2)
Re:FTFA WTF (Score:2)
Opera 9 preview 1 is able to use the rich editor. I'm not sure what Safari is missing, so I don't know how far away Safari support is. The rich editor WordPress uses is TinyMCE [moxiecode.com], so you can check out their compatibility chart [moxiecode.com]. Safari 2
Why? (Score:3, Interesting)
Anybody care to shed some light on this for me?
Re:Why? (Score:3, Insightful)
As for why it's so popular, I really can't say. I do think part of the reason is the mass exodus from Movable Type when Six Apart changed the licensing model for the 3.0 release. Perhaps the WordPress people saw an opportunity to increase their user base when they heard the news, and shouted to the people. The increase in marketsh
Re:Why? (Score:2, Interesting)
Plus, Wordpress actually justifies type.
Re:Why? (Score:1)
Re:Why? (Score:1)
I refuse to learn absolutely anything concerning PHP. I loathe the language but I agreed to help a friend install a blogging solution recently.
I looked at what's roughly available and saw the general vibe was heading to Wordpress. I got the package, went through the steps and I had it working in no time. The installation is polished, the steps are very user friendly and well thought out and the whole process and interface is totally polished.
I still loathe PHP (Typo3 anyone?) but Wordpress is the solid
Open Source and Blogging? (Score:3, Funny)
WYSIWYG issue (Score:1)
SQLite? (Score:2)
Re:this is old (Score:1)