zeno
Forum Replies Created
-
Forum: Requests and Feedback
In reply to: Kses breaks comment link and smilies functionalityRock on!
Forum: Requests and Feedback
In reply to: Suggestions for Hacks, Ad-Ons or Improvements?Ah, looks like pre-processing is already in place for comments, meaning that half the functions in template-code.php:comment_text() are redundant. I’m a little confused how to best communicate small changes to the code to developers or see what the status is. Is there a mailing list somewhere? A feed somewhere that displays CVS updates?
Forum: Requests and Feedback
In reply to: Suggestions for Hacks, Ad-Ons or Improvements?How about modifying filters so that they pre-process (when a post/comment is submitted) instead of post-process every time a page is loaded? Yeah, probably not incredibly simple, but wouldn’t that be a fairly wonderful thing?
Forum: Requests and Feedback
In reply to: db password hashes*bump* All hashes, all the time, no need for options, simply generate a random password and let the user change it when they lose theirs. Simply add plaintext->md5 to the upgrade script. Simply use md5($password) to do it, very little code work needs to be done.
That thing about sending your password as md5:blah is a little silly, isn’t it? If someone intercepts that, it’s just as useful to them as intercepting the real password. Unless, of course, you use the same password over an unencrypted form that you use to secure sentitive encrypted information. If so…well, you shouldn’t.Forum: Fixing WordPress
In reply to: lost passwordAmazingly, user passwords are stored in plaintext in the database. So simply login to your mySQL server and type
select user_login, user_pass from users
.Forum: Requests and Feedback
In reply to: Hey all, and loads of FeedbackMark’s post encouraged me to finally register for these forums (a lot less painful then I expected) just to post a “me too!” I’ve been using b2 for a while and I’ve never quite liked the admin interface, but it’s loads easier to use then the current WP interface. I mean that with no disprespect — I see all of the wonderful changes that have been made and they make me very happy. I do see, however, that as progress has been made and many new features created, they have been bolted on to the admin interface perhaps a little too quickly. What Mark said about all of the extra borders and such is spot-on. I’d suggest putting all of the options like publish, categorized, etc. underneath, and starting out the post page with just the basics on top: title, body, post/save. (I still haven’t figured out how the excerpt box works. I was actually wondering if there is a way to disable it.)
I also agree with the idea that many people will be using the system for a single blogger. I know that is how I have, and the option to simply hide all of the multi-user stuff would be great.
I was thinking of posting a diff of some design changes, but I’ve been so busy working on my site’s redesign that I haven’t gotten to it. Sorry!
Keep up the good work, and maybe after the 1.0 release think about re-working the admin area.