Image Uploader
We committed the beginnings of the Image Uploader, brought to you by Andy.
16 comments September 27, 2005
We committed the beginnings of the Image Uploader, brought to you by Andy.
16 comments September 27, 2005
Go get the scoop from Andy. We committed this last night. Tired of Kubrick blue? Clicky-clicky now it’s red.
6 comments September 24, 2005
Thanks to Mark post preview is much spiffier. After you save a draft, you get a full preview of what it will actually look like on your site. Here’s a peek.
34 comments September 22, 2005
I just committed a change to how we populate roles during upgrade. The old way made adding new capabilities to existing roles a pain. The new way handles this nicely and is much easier on the eyes. Furthermore, it actually makes use of our role/cap API instead of going under the covers. What a concept, using our own API.
Give the changeset a look to make sure I didn’t leave out or mangle any caps.
6 comments September 20, 2005
With the commit for bug 1674, we now run kses against post content for users that do not have the ‘unfiltered_html’ capability. By default, only the Administrator and Editor roles have the unfiltered_html capability. Users without that capability with have their posts filtered by kses for some added security.
12 comments September 20, 2005
We need a bug day on IRC where we triage the tracker and bump off as many bugs as we can. We have some bugs that are already fixed, some that shouldn’t be fixed, some that have almost-there patches, some that need discussion, and some that are incomprehensible. I’d like to go down the list of bugs and make as many determinations as we can. Hopefully we can match bugs with people willing to fix them.
Maybe we could do this after one of the Wednesday Meetups.
8 comments September 19, 2005
Courtesy of Andy we have some new comment creation functions.
This is in addition to the already existing wp_new_comment(). The extra functions allow importers to skip spam checks and comment notifications when importing comments. The new functions are already being put to use in the Blogger importer.
5 comments September 19, 2005
We had two copies of the edit link form that were only trivially different. One lived in link-add.php and the other in link-manager.php. These two copies are now consolidated in edit-link-form.php. Knock about 200 lines off our TLOC.
4 comments September 19, 2005
I moved most of the link management code into functions. Here’s what we have:
The code to change visibilty and set attributes for all links in a category needs to be broken out as well.
Link categories need a similar treatment.
Add comment September 18, 2005
How are the new rewrite rules in 1.6 working for everyone? We’ve been running with them for months now and haven’t received any bugs about them for some time.
1.6 adds a minimal set of rewrite rules to htaccess. These rules pass on the rewrite duty to WP itself. Here’s an example of what they look like:
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php
This is a nice, compact set of rules that has the advantage of not requiring updates whenever a page is added. htaccess needs to be writable only when it is first populated. WordPress handles rewrite and 404 duties.
12 comments September 18, 2005
| frankp on Rewrite Rule Feedback | |
| Jason on WordPress.com on Twitter | |
| Twittering follow-up… on WordPress.com on Twitter | |
| another wish that wo… on WordPress.com on Twitter | |
| albaran on New Importers |