Closed
Bug 429258
Opened 17 years ago
Closed 17 years ago
Restore a "Themes" link for all other applications
Categories
(addons.mozilla.org Graveyard :: Public Pages, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: stephend, Assigned: wenzel)
Details
Attachments
(1 file, 1 obsolete file)
2.56 KB,
patch
|
morgamic
:
review+
|
Details | Diff | Splinter Review |
Summary: Restore a "Themes" link for Thunderbird-application users
We borked Thunderbird theme-seeking users when we fixed bug 423619, which removed the "I am looking for..." box.
Themes are still searchable by category type (many are under Miscallaneous) and by directly searching by name, but this is a pretty bad experience.
![]() |
||
Comment 1•17 years ago
|
||
We need to make sure users of any app can easily get to themes.
In bug 423619 there was a patch to remove the pitch element for certain apps. Instead have those apps (that don't have a hybrid category) point to the simple theme listing that was available in 3.1.
Example:
/en-US/thunderbird/browse/type:2/cat:all?sort=name
/en-US/sunbird/browse/type:2/cat:all?sort=name
There isn't a hybrid category for these but we can't take the pitch element away without providing an alternate click path for users to get to themes. Dictionaries and Search plugins could be brought back with similar links...
Assignee: nobody → fwenzel
Severity: major → blocker
Summary: Restore a "Themes" link for Thunderbird-application users → Restore a "Themes" link for all other applications
Assignee | ||
Comment 2•17 years ago
|
||
I think this was a result of a misunderstanding during the meeting, where we incorrectly decided that non-browser apps don't have anything but extensions so we just removed the box.
So are we adding the pitch element back and just fixing the links then? And do I get comment 1 right in that it's saying: all apps have
a) themes
b) dictionaries
c) search engines?
Thunderbird with search engines? Unlikely. But I think adding the pitch element back, containing a), b), c) for browser apps, and a)+b) for non-browser apps, should do the trick.
And for all of these, we need to fix the link/adjust the code so they don't "expect to be hybrid", for ex. by just linking to the listing pages.
I will provide a patch so that we can get it in shortly. And, if my assessment above is wrong, please speak up.
Status: NEW → ASSIGNED
![]() |
||
Comment 3•17 years ago
|
||
That's correct - let's get abc for browser apps and just ab for others. Also correct regarding the link code. Thanks Fred.
Assignee | ||
Comment 4•17 years ago
|
||
This re-adds the "pitch" element for non-browser apps and changes the links for them as mentioned above.
Attachment #315964 -
Flags: review?(morgamic)
Assignee | ||
Comment 5•17 years ago
|
||
This patch differs in that it also sends the "themes" link on the browser pages to the listing, not landing pages because that's what the user likely wants when clicking the link, instead of going to the hybrid "appearance" page.
Mike, please review. Thanks!
Attachment #315964 -
Attachment is obsolete: true
Attachment #316019 -
Flags: review?(morgamic)
Attachment #315964 -
Flags: review?(morgamic)
![]() |
||
Comment 6•17 years ago
|
||
Comment on attachment 316019 [details] [diff] [review]
Sending themes to listing, not landing page also
Looks good - ship it.
Attachment #316019 -
Flags: review?(morgamic) → review+
Reporter | ||
Comment 8•17 years ago
|
||
Tested that:
1) Firefox has all three (themes, dictionaries, search engines)
2) Thunderbird has two (themes, dictionaries)
3) SeaMonkey has all three (themes, dictionaries, search engines)
4) Sunbird has two (themes, and (1) dictionary?)
Verified FIXED on http://remora-trunk.php5stage.mozilla.com/en-US/firefox/ and the other applications' pages...
Status: RESOLVED → VERIFIED
Updated•17 years ago
|
Keywords: push-needed
Updated•10 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
•