Ticket #6060 (closed defect: fixed)

Opened 9 months ago

Last modified 9 months ago

BetaPress TODO

Reported by: lloydbudd Assigned to: markjaquith
Priority: normal Milestone: 2.5
Component: Administration Version: 2.5
Severity: blocker Keywords:
Cc:

Description

The dashboard reads "You're using BetaPress? TODO."

(I know you know, but at this point time to get it "on the books")

Attachments

6060.diff (4.6 kB) - added by mdawaffe on 03/11/08 08:08:24.
from markjauith and happycog

Change History

03/01/08 20:13:45 changed by lloydbudd

  • owner changed from anonymous to mdawaffe.

03/08/08 23:07:54 changed by westi

  • severity changed from normal to blocker.

Make it appear on the blocker list

03/10/08 06:46:00 changed by markjaquith

  • owner changed from mdawaffe to markjaquith.
  • status changed from new to assigned.

I'm assuming that this should just be the version. I don't like how it does "You use .... You're using ..." as it sounds repetitive. My suggestion is "This is ..." for the WP version. Committing it that way, but please re-work if you can say it better.

03/10/08 06:46:38 changed by markjaquith

  • status changed from assigned to closed.
  • resolution set to fixed.

(In [7202]) No longer BetaPress? TODO. fixes #6060

03/10/08 17:39:48 changed by mdawaffe

  • status changed from closed to reopened.
  • resolution deleted.

I like "this is" too. The mockups call for a "Update to 2.6" or whatever if your blog is behind the times.

I'm fixing up api.wordpress.org to let us do that.

03/11/08 08:08:24 changed by mdawaffe

  • attachment 6060.diff added.

from markjauith and happycog

03/11/08 08:13:51 changed by mdawaffe

6060.diff

  1. Uses version 1.1 of api.wordpress.org/core/version-check/, which always returns the current version and the appropriate download url.
  2. Cleans up language in core_update_footer() and update_nag(). (The patch does not do away with update_nag() - I'm not sure that we need it, though).
  3. Checks for 200 OK response from api.wordpress.org. It'd be nice if we could follow redirects like wp_get_http() (only returns headers) or wp_remote_fopen() (doesn't let us customize request headers).
  4. Sanitizes output from api.wordpress.org.

Might need some styling.

03/11/08 16:13:08 changed by ryan

  • status changed from reopened to closed.
  • resolution set to fixed.

(In [7237]) Upgrade message in dash. Props mdawaffe. fixes #6060