Closed Bug 275085 Opened 20 years ago Closed 20 years ago

Editing extension description changes release date

Categories

(addons.mozilla.org Graveyard :: Developer Pages, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: jens.b, Assigned: wolf)

Details

Attachments

(2 files)

I just changed the Mouse Gestures description via the developers section, and
now the extension page reads "Mouse Gestures 1.0, by Optimoz Team, released on
December 17, 2004".
Interesting, it may be interpreting DateUpdated instead of DateAdded for that field.
OS: Windows 2000 → All
Hardware: PC → All
Version: unspecified → 1.0
http://lxr.mozilla.org/mozilla/source/webtools/update/extensions/moreinfo.php#221

$releasedate = date("F d, Y",  strtotime("$timestamp"));

should read...

$releasedate = date("F d, Y",  strtotime("$dateadded"));

Because of the if/else on Lines 211-218.
Status: NEW → ASSIGNED
Attached patch FixSplinter Review
Fixed.
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
It now reads "Mouse Gestures 1.0, by Optimoz Team, released on June 12, 2004",
which doesn't seem right either. I think that is the date the extension was
added to UMO - but the text makes it sound like 1.0 was released at that time...
Which date is it supposed to show? I propose either "listed since {{DATE
ADDED}}" or "released on {{VERSION RELEASE DATE}}".

Additionally, I'm missing the release dates of the individual versions on the
releases page...
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
humm, the version's date added was null. So i'm not sure how the date was
correct before. This fixes that.

Also adds a released on to the all releases.
Status: REOPENED → RESOLVED
Closed: 20 years ago20 years ago
Resolution: --- → FIXED
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: