Closed
Bug 948961
Opened 11 years ago
Closed 11 years ago
Add "My Activity" link to account drop down in Mozilla skin
Categories
(bugzilla.mozilla.org :: General, enhancement)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jidanni, Assigned: dkl)
Details
Attachments
(1 file, 1 obsolete file)
960 bytes,
patch
|
glob
:
review+
|
Details | Diff | Splinter Review |
User Agent: Mozilla/5.0 (X11; Linux i686; rv:27.0) Gecko/20100101 Firefox/27.0 Iceweasel/27.0a2 (Beta/Release)
Build ID: 20131115004004
Steps to reproduce:
Did some action to some item, and the next day tried to find it again.
Actual results:
Not ALL actions can be found easily.
Expected results:
With an identically placed Facebook-like "Activity log" http://www.facebook.com/help/437430672945092/ , one could find them all!
Note I am talking about per-user, not per-bug!
Reporter | ||
Comment 1•11 years ago
|
||
OK, just make it a shortcut to a reverse sorted version of e.g.,
https://bugzilla.mozilla.org/page.cgi?id=user_activity.html&action=run&who=jidanni%40jidanni.org&from=2013-10-16&to=2013-12-11&sort=when
Comment 2•11 years ago
|
||
So what are you missing from https://bugzilla.mozilla.org/page.cgi?id=user_activity.html exactly?
"Some action to some item" is nothing that can be fixed.
Flags: needinfo?(jidanni)
Updated•11 years ago
|
Severity: normal → enhancement
Reporter | ||
Comment 3•11 years ago
|
||
It turns out that link has all the info one needs.
It just needs to be added as a shortcut, "underneath the email@address pull-down menu"
My Bugs
My Profile
My Activity <-- HERE
Preferences
My Requests
Log out
And reordered latest first, just like Facebook does.
Flags: needinfo?(jidanni)
Updated•11 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → INVALID
Assignee | ||
Comment 4•11 years ago
|
||
I think this would be useful to add to the Mozilla skin as a shortcut to finding your own activity. Moving.
Assignee: general → nobody
Status: RESOLVED → REOPENED
Component: Bugzilla-General → General
Ever confirmed: true
Product: Bugzilla → bugzilla.mozilla.org
QA Contact: default-qa
Resolution: INVALID → ---
Summary: Add per-user Activity log, like Facebook's → Add "My Activity" link to account drop down in Mozilla skin
Version: 4.5.1 → Production
Reporter | ||
Comment 5•11 years ago
|
||
Thanks. P.S., please make Facebook's more relevant order the default there, or at least add an order choice button.
Reporter | ||
Comment 6•11 years ago
|
||
I.e., allow latest first.
Assignee | ||
Comment 7•11 years ago
|
||
Assignee | ||
Comment 8•11 years ago
|
||
(In reply to jidanni from comment #6)
> I.e., allow latest first.
We should do this as a separate bug report. Please file.
dkl
Reporter | ||
Comment 9•11 years ago
|
||
Well you folks will have to choose how you want to integrate all these choices.
I don't even see a arrow on the When link,
https://bugzilla.mozilla.org/page.cgi?id=user_activity.html&action=run&who=jidanni%40jidanni.org&from=2013-10-16&to=2013-12-11&sort=when
to reorder them.
Also I don't see why the When link stays clickable when already the clicked order.
If I were you I would emulate the Facebook presentation of this 100%,
and leave the old ways to find the Activity log link and former ordering as extra clicks for users that want that.
No longer depends on: 461371
Comment 10•11 years ago
|
||
Comment on attachment 8346038 [details] [diff] [review]
948961_1.patch
Review of attachment 8346038 [details] [diff] [review]:
-----------------------------------------------------------------
i like the idea, but the url needs a number of corrections.
::: template/en/default/global/header.html.tmpl
@@ +266,4 @@
> <li><a href="[% Param('mybugstemplate').replace('%userid%', filtered_username) %]">My [% terms.Bugs %]</a></li>
> [% END %]
> <li><a href="user_profile">My Profile</a></li>
> + <li><a href="[% urlbase FILTER none %]page.cgi?id=user_activity.html&action=run&who=[% user.login FILTER uri %]">My Activity</a></li>
don't need urlbase
need to escape & --> &
explicitly specify the sort order as "sort=when"
Attachment #8346038 -
Flags: review?(glob) → review-
Reporter | ||
Comment 11•11 years ago
|
||
Plus they really need to see the latest stuff at top.
There is little chance they would want a different default.
Compare http://en.wikipedia.org/w/index.php?title=Nerd&action=history ordering.
Assignee | ||
Comment 12•11 years ago
|
||
Attachment #8346038 -
Attachment is obsolete: true
Attachment #8346349 -
Flags: review?(glob)
Comment 13•11 years ago
|
||
Comment on attachment 8346349 [details] [diff] [review]
948961_2.patch
Review of attachment 8346349 [details] [diff] [review]:
-----------------------------------------------------------------
r=glob
Attachment #8346349 -
Flags: review?(glob) → review+
Assignee | ||
Comment 14•11 years ago
|
||
Committing to: bzr+ssh://dlawrence%40mozilla.com@bzr.mozilla.org/bmo/4.2
modified template/en/default/global/header.html.tmpl
Committed revision 9180.
Status: ASSIGNED → RESOLVED
Closed: 11 years ago → 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•