Benjamin Atkin
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Ten] Announcement for Twenty Ten 1.2?That was a release candidate. According to the theme page its newest version was released on 2011-11-14. I found out about the update in my dashboard yesterday.
Thanks for the link, that does show the changes made in 1.2. I’m not sure if that’s all the changes.
Forum: Themes and Templates
In reply to: [Twenty Ten] Announcement for Twenty Ten 1.2?BTW Twenty Ten is a fantastic theme. I use it on my own blog, I set it up and customized it for a friend, and a few of my favorite blogs used it. Thanks to everyone who helped make it happen!
Forum: Plugins
In reply to: [JSON API] [Plugin: JSON API] Authentication or custom query variable?I need auth because I’m going to expose more resources. I think I’ll just do a git fork with history for now, and put it on github when it’s ready to share. 🙂
Forum: Plugins
In reply to: Phpassnot using bcrypt for password encryption> Regarding to the the doc phpass should use MD5 only as a fallback and use bcrypt at first. (yes, bcrypt-support is installed on my system)
Regarding the fallback, it doesn’t work that way. WordPress is meant to be portable. If a database gets moved from a system that has bcrypt to a system that doesn’t, users will not be able to be logged in unless bcrypt is installed on the new system.
Forum: Requests and Feedback
In reply to: WP forum search needs advanced mode and sortingI agree. Trying to figure out why my nested lists got mixed up in TinyMCE, so I searched for nested list editor and I got a bunch of results from a long time ago (including 5 years!) at the top.
This looks really bad on my WP Dashboard. The code is breaking the layout. (Sorry, not interested in the content. Just reporting this issue.)
Forum: Installing WordPress
In reply to: the WP published system requirements contain several mistakesOops. I read that twice and didn’t get it. Since the paragraph starts with “The requirmenets have changed as of WordPress 3.2” I was expecting to see the requirements for 3.2 and missed the part where it said WordPress 3.1. Thanks for pointing that out.
Forum: Installing WordPress
In reply to: the WP published system requirements contain several mistakesRight now it says this on the requirement page:
The requirements have changed as of WordPress 3.2. The minimum requirements for WordPress 3.1 are PHP 4.3 and MySQL 4.1.2.
The blog post, Are You Ready for WordPress 3.2?, says:
As of 3.2, you’ll need to be running PHP 5.2.4 and MySQL 5.0.
It looks to me like the requirements page contains incorrect info.
Forum: Requests and Feedback
In reply to: How about providing a script when web server can't write?I’d rather they don’t understand what it means than they try and send the best (read: most dangerous) password they know over a non-SSL connection.
Forum: Requests and Feedback
In reply to: How about providing a script when web server can't write?Good to know it’s on the list. I don’t think it needs to figure out why, though – I think a list of likely ways to fix it, with the easiest and most secure at the top, would be helpful.
Forum: Requests and Feedback
In reply to: no thumbnails in 2.7It’s not working for me, after doing apt-get and restarting apache2. Sorry for getting excited and posting early.
Forum: Requests and Feedback
In reply to: no thumbnails in 2.7This question is answered here: http://wordpress.org/support/topic/227408?replies=10
The server needs to have the GD library for thumbnails to work.
Ben