A headless WordPress front end

The Gazette.

Reading the WordPress.org News blog over the REST API — no theme, no PHP.

Category

Development

373 posts · page 29 of 32

DevelopmentNovember 6, 2003

Save as Draft button

As a first step in making the administration and posting interfaces as elegant as possible, I’ve started implementing some of the ideas I’ve had as a very frequent user of…

By Matt Mullenweg · 1 min read

DevelopmentNovember 5, 2003

New Forum RSS feeds

Alex hacked the RSS functionality I wrote for the support forums and added a feed that shows the last 20 posts in any forum. Also as always you can get an RSS representation of a…

By Matt Mullenweg · 1 min read

DevelopmentNovember 4, 2003

Built In Statistics

There is some good discussion starting in the forums with regard to including some statistics functionality in WordPress. I think this is a very useful idea that a lot of people…

By Matt Mullenweg · 1 min read

DevelopmentNovember 4, 2003

New Calendar Code, Updates

The legacy calendar code we had was a little messy so over the past day or so I recoded it from scratch, making it easier to understand and cleaner. The XHTML of the calendar…

By Matt Mullenweg · 1 min read

DevelopmentOctober 29, 2003

Nice Trick to Clean Old Entries

Mike has posted a great SQL trick to the forums. Old versions of b2 would na&iuml;vely enter break tags (<br />) into the database, often breaking block-level code posted or just…

By Matt Mullenweg · 1 min read

DevelopmentOctober 27, 2003

Post / Edit and Permalinks

I’ve been working on two new features that I have personally wanted for a long time and is now available to WordPress users currently through the CVS and eventually through a…

By Matt Mullenweg · 1 min read

DevelopmentOctober 4, 2003

0.72 Release Candidate 1

It’s available in the usual place, we need quick feedback on this. This release adds several new features and fixes an important security vulnerability. Unless any major bugs are…

By Matt Mullenweg · 1 min read

DevelopmentSeptember 25, 2003

List View of Comments

I’ve checked in some changes to the Admin screens that give you a historical view of comments. This gives you quick access to recent comments on your site which is pretty handy if…

By Alex King · 1 min read

DevelopmentSeptember 1, 2003

Point 72 Beta 2 Available

Beta 2 is now available. This contains numerous bugfixes, including one to the dreaded convert_char problem. Unless any outstanding bugs are found, this is going to be the…

By Matt Mullenweg · 1 min read

DevelopmentAugust 26, 2003

New get_links_list() function

There is also a new function called get_links_list() but I’ll let Dougal explain that. Oh, sure, put me on the spot. 🙂 /* * function get_links_list() * * added by Dougal * *…

By Dougal Campbell · 1 min read