Ryan Duff
Forum Replies Created
-
Forum: Requests and Feedback
In reply to: How about patches?Point one: I’ve seen a few projects that release all the files for an update. If its only one file, I agree that should be made available, in the case of 1.5.1.3, it was 3 or 4 files that had changed all in different directories.
Point two: Your point one and two are the same. Service Pack 1 for Windows 2003 was ~350MB, that practically IS an operating system.
Point three: Disclosing the full extent of a vulnerability as soon as you release an update still allows people to exploit those who have not yet updated. People don’t update within 5 minutes of the update being released. Some don’t for weeks after. Believe it or not, there are still people running 1.2
Forum: Fixing WordPress
In reply to: HELP ME !!!Your site is defined in http://barneum.com/journal/wordpress/ in admin and when it goes there you get the listing. You should be accessing it via http://barneum.com/journal/wordpress/ and not http://barneum.com/journal/wordpress/index.php
Check with your host.
Forum: Fixing WordPress
In reply to: HELP ME !!!Quoted from somebody earlier this week…
<bquote>it’s a blog, not a life-support machine. DO NOT BUMP</bquote>
Forum: Fixing WordPress
In reply to: SMF Patching SystemIts the same concept that drives wp-plugin mgr
Forum: Installing WordPress
In reply to: 1.5.12 and ectoxmlrpc.php was changed quite a bit due to the security fixes. I’m sure Matt and Ryan will take a look into this since its probably just a typo after all the changes made yesterday.
Forum: Fixing WordPress
In reply to: Don’t send mailMichaelH: you got luck you corrected that before I saw the thread 😛
Forum: Fixing WordPress
In reply to: Dashboard Not Updatingelyonline: sure, why not?
Forum: Fixing WordPress
In reply to: Dashboard Not Updatinggraemp: it is the feed.
For all wondering, AFAIK, the dev blog is running on the current SVN. The error in the feeds has been seen before and it caused by extra whitespace at the top of the feed. Matt did some changing a few days ago and something is probably causing the feeds not parse correctly. AFAIK he is aware of this, if not, I’m sure it will come up in today’s meetup.
Forum: Installing WordPress
In reply to: JAVA in sidebarstchatterbox:
I didn’t say do everything without asking, I’m saying SEARCH first, most of the questions have already been answered or in the codex. Relle and the rest of the team spends a large ammount of time documenting how to do things so people don’t have to ask every day. It gets annoying for the people who spend their time volunteering and have to answer the same questions over and over.
If you have a legitimate question, ask it, but do so in a polite, readable format, not “OMG!!! HELP!”
Of course people will look down on you when you ask questions like that because you don’t have a lick of common sense and then repost if nobody has responded within the hour.
I’m not saying don’t come here for help. I’m saying search the forums, use google, search the codex, and if you can’t find anything relevent, then explain your problem here and use a meaningful title so people will read the question and be able to help you.
Forum: Installing WordPress
In reply to: JAVA in sidebarStChatterbox: this is for you… how to ask a question and get a respectful response
Oh yeah, and stop spamming my blog.
Forum: Fixing WordPress
In reply to: Dashboard Not UpdatingWho played with svn?
Forum: Plugins
In reply to: Contact Form problems….Textile and Markdown are known to cause issues, as a matter of face, I think matt removed textile from the group of stock wordpress plugins.
We had changed the filter priority before to correct the markdown issue. What version of contact form are you running? If its still happening, maybe I need to take a look at it again.
Forum: Installing WordPress
In reply to: god! my visitors can access to my private WP Core!stchatterbox: if you want them to be redirected use the index.php method. If you want them to get a 403 error, use the .htaccess
Forum: Plugins
In reply to: WP-ContactForm ProblemAnybody experiencing the contact form being placed at the bottom of the page, please try this code…
.contactform {
position: static;
overflow: hidden;
}The CSS is defined near the end of wp-contactform.php
If I get enough replies of fixes and nothing breaking, I’ll update and put out a fix release.
Forum: Plugins
In reply to: Regionalization???Skippy’s Vhost plugin might be what you’re looking for.