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)
Tracking
(Not tracked)
RESOLVED
FIXED
1.0
People
(Reporter: jens.b, Assigned: wolf)
Details
Attachments
(2 files)
|
2.84 KB,
patch
|
Details | Diff | Splinter Review | |
|
6.88 KB,
patch
|
Details | Diff | Splinter Review |
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".
| Assignee | ||
Comment 1•20 years ago
|
||
Interesting, it may be interpreting DateUpdated instead of DateAdded for that field.
OS: Windows 2000 → All
Hardware: PC → All
Version: unspecified → 1.0
| Assignee | ||
Comment 2•20 years ago
|
||
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
| Assignee | ||
Comment 3•20 years ago
|
||
| Assignee | ||
Comment 4•20 years ago
|
||
Fixed.
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 5•20 years ago
|
||
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...| Assignee | ||
Updated•20 years ago
|
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Comment 6•20 years ago
|
||
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.
| Assignee | ||
Updated•20 years ago
|
Status: REOPENED → RESOLVED
Closed: 20 years ago → 20 years ago
Resolution: --- → FIXED
Updated•9 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•