Closed
Bug 560413
Opened 15 years ago
Closed 15 years ago
[Add-on Details] add add-on type to breadcrumbs
Categories
(addons.mozilla.org Graveyard :: Public Pages, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
5.11
People
(Reporter: fligtar, Assigned: clouserw)
Details
(Whiteboard: [z][qa-])
Attachments
(1 file)
2.08 KB,
patch
|
jbalogh
:
review-
|
Details | Diff | Splinter Review |
Please add the add-on type to the details page breadcrumbs, e.g. Add-ons for Firefox > Extensions
Assignee | ||
Comment 1•15 years ago
|
||
Where does "Extensions" link to?
Assignee | ||
Comment 2•15 years ago
|
||
In case fligtar doesn't want it to link to anywhere, this patch does that. r?ing because I wonder if there is a better way to get addon_type_plural to the template. Seems like that whole thing is template code, but I don't really want to pass amo.ADDON_TYPES to the template. Maybe amo should be in the template already.
Assignee: nobody → clouserw
Attachment #440249 -
Flags: review?(jbalogh)
Reporter | ||
Comment 3•15 years ago
|
||
It should link to the main page for that category, like
https://preview.addons.mozilla.org/z/en-US/firefox/extensions
https://preview.addons.mozilla.org/z/en-US/firefox/themes/
https://preview.addons.mozilla.org/z/en-US/firefox/personas/
etc.
Comment 4•15 years ago
|
||
Comment on attachment 440249 [details] [diff] [review]
fix
r- since this isn't what fligtar wants.
amo is already available in the template.
This should probably do ``addon.type.get_url_path()`` and let the AddonType tell you where to go.
Attachment #440249 -
Flags: review?(jbalogh) → review-
Assignee | ||
Comment 5•15 years ago
|
||
Assignee | ||
Comment 6•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Comment 7•15 years ago
|
||
Reopening; this looks good on:
https://preview.addons.mozilla.org/z/en-US/firefox/personas/
https://preview.addons.mozilla.org/z/en-US/firefox/extensions/toolbars/
(etc.)
But not on:
https://preview.addons.mozilla.org/z/en-US/firefox/themes/
https://preview.addons.mozilla.org/z/en-US/firefox/language-tools
(and it's probably not going to work for search engines and plugins, if it doesn't work for the above two, either)
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 8•15 years ago
|
||
We're calling that a dupe of bug 561448. The plan is just to comment the whole breadcrumb out for this release since this was a bonus bug. Davedash is going to do that in the other bug...which makes this hard to verify I guess! [qa-] for now! :)
Status: REOPENED → RESOLVED
Closed: 15 years ago → 15 years ago
Resolution: --- → FIXED
Updated•15 years ago
|
Whiteboard: [z] → [z][qa-]
Comment 9•15 years ago
|
||
moving this to 5.11,so that QA can verify it when it gets re-enabled.
Target Milestone: 5.10 → 5.11
Reporter | ||
Comment 10•15 years ago
|
||
Can we re-enable this yet? I miss it
Assignee | ||
Comment 11•15 years ago
|
||
(In reply to comment #10)
> Can we re-enable this yet? I miss it
We should reopen it at least.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 12•15 years ago
|
||
This is back and looking good. "Dictionaries" isn't linked on dictionary pages because we don't have a landing page for just that (it's combined). If you're thinking about complaining about that in this bug, please open a different one. Thx. :)
http://github.com/jbalogh/zamboni/commit/8f44b31590ac4e9d2c9beaea6e88013e3ecd9b4b
Status: REOPENED → RESOLVED
Closed: 15 years ago → 15 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
•