Open Bug 366167 Opened 18 years ago Updated 10 years ago

show an explanation for ? if user account activity log includes ?s

Categories

(Bugzilla :: Administration, task)

2.23.3
task
Not set
normal

Tracking

()

People

(Reporter: timeless, Unassigned)

References

()

Details

Attachments

(1 file, 2 obsolete files)

my account has activity from before 2.16(?) and that means i guess, although it's only a guess because i really don't get it that i get ? marks next to things that were added/removed from me.

there's no explanation. iirc there is an explanation for cc list truncation notes in bug activity. we need one for this too.
I didn't even know that we logged any profiles_activity data before 2.20 or 2.22. I didn't think we did.
Severity: normal → enhancement
OS: Windows XP → All
Hardware: PC → All
Attached patch i hope this works (obsolete) — Splinter Review
Assignee: administration → timeless
Status: NEW → ASSIGNED
Attachment #271434 - Flags: review?(mkanat)
Attachment #271434 - Flags: review?(mkanat) → review?
Comment on attachment 271434 [details] [diff] [review]
i hope this works

>Index: mozilla/webtools/bugzilla/editusers.cgi

>+        $incomplete_data = 1, last if $removed =~ /\?$/;
>+        $incomplete_data = 1, last if $added =~ /\?$/;

You have to write:
  if () {
      $incomplete_data = 1;
      last;
  }



>Index: mozilla/webtools/bugzilla/template/en/default/account/profile-activity.html.tmpl

>+  #                    (because it was affected by an old Bugzilla bug.)

>+    There used to be an issue in <a href="http://www.bugzilla.org/">Bugzilla</a>

Did you try running |./runtests.pl 9| with your patch applied?
Attachment #271434 - Flags: review? → review-
Attached patch proper ifsSplinter Review
the code is modeled after:
http://bonsai.mozilla.org/cvsblame.cgi?file=/mozilla/webtools/bugzilla/template/en/default/bug/activity/table.html.tmpl&rev=1.14&mark=33,42-44#23 
myk explains that the term/link should be whitelisted because they're a link. it's Bugzilla that's buggy, not some rebranding.
http://lxr.mozilla.org/mozilla/source/webtools/bugzilla/t/009bugwords.t#81
Attachment #271434 - Attachment is obsolete: true
Attachment #273372 - Flags: review?(LpSolit)
the code already creates things that are listed in system groups. if you want to explicitly ensure that admin members inherit, we can do that...
Attachment #273372 - Attachment is obsolete: true
Attachment #273374 - Flags: review?(mkanat)
Attachment #273372 - Flags: review?(LpSolit)
Attachment #273372 - Attachment is obsolete: false
Attachment #273372 - Flags: review?(LpSolit)
Attachment #273374 - Attachment description: inherit admin? → this description/action belonged to a different bug (the patch here is the same as the previous, i.e. i confused pointers)
Attachment #273374 - Flags: review?(mkanat)
Attachment #273374 - Attachment is obsolete: true
Please point me to the bug about incomplete data. I want to see what was broken exactly.
For what? the original standard corruption was the CC list.
Comment on attachment 273372 [details] [diff] [review]
proper ifs

Canceling review till I get a better answer than "For what?".
Attachment #273372 - Flags: review?(LpSolit)
Assignee: timeless → administration
Status: ASSIGNED → NEW
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: