Closed Bug 255659 Opened 20 years ago Closed 20 years ago

Editor Reviews UI

Categories

(addons.mozilla.org Graveyard :: Developer Pages, enhancement, P2)

enhancement

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: wolf, Assigned: wolf)

Details

Attachments

(1 file)

The Featured Extension/Theme feature has no UI to manage the items. The UI needs to be added to the upcoming Developer Console.
Blocks: 254925
No longer depends on: 254925
On http://update.mozilla.org/extensions/?application=firefox, Featured Reviews get chopped with a "More..." link at 250 characters. There should be two textareas "Review" and "Extended review", so reviewers can choose whether and where their reviews get chopped with "More...".
Blocks: 259252
Summary: Featured Extension/Theme Management UI → Editor Reviews UI (Including Features Control)
Bulk Moving Developer Control Panel bugs to new component. (Filter: massdevcpspam)
Component: Update → Developers
Product: mozilla.org → Update
Version: other → unspecified
Target Milestone: --- → 1.0
No longer blocks: 259252
Attached patch Editor Review UI (deleted) — Splinter Review
Status: NEW → ASSIGNED
OK, checked in... The most important part of this patch is the DB schema change: CREATE TABLE `reviews` ( `rID` int(11) NOT NULL auto_increment, `ID` int(11) NOT NULL default '0', - `AppID` int(11) NOT NULL default '0', `DateAdded` datetime NOT NULL default '0000-00-00 00:00:00', `AuthorID` int(11) NOT NULL default '0', `Title` varchar(60) NOT NULL default '', `Body` text, + `ExtendedBody` text NOT NULL, `pick` enum('YES','NO') NOT NULL default 'NO', `featured` enum('YES','NO') NOT NULL default 'NO', + `featuredate` varchar(6) NOT NULL default '', PRIMARY KEY (`rID`), - KEY `ID` (`ID`), - KEY `AppID` (`AppID`), + UNIQUE KEY `ID` (`ID`), KEY `AuthorID` (`AuthorID`) ) TYPE=InnoDB PACK_KEYS=0; As this will break index.php and moreinfo.php if it's not updated, regardless of whether you use reviews or not. :-)
No longer blocks: 254925
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Priority: -- → P2
Resolution: --- → FIXED
Summary: Editor Reviews UI (Including Features Control) → Editor Reviews UI
Version: unspecified → 0.9
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: