Closed
Bug 93167
Opened 23 years ago
Closed 22 years ago
&GroupExists and &GroupIsActive should push and pop sql state
Categories
(Bugzilla :: Bugzilla-General, defect, P2)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.16
People
(Reporter: myk, Assigned: bbaetz)
References
Details
(Whiteboard: applied to 2.14.2)
Attachments
(2 files)
859 bytes,
patch
|
justdave
:
review+
jouni
:
review+
|
Details | Diff | Splinter Review |
1.15 KB,
patch
|
justdave
:
review+
jouni
:
review+
|
Details | Diff | Splinter Review |
Those three functions do not call &PushGlobalSQLState or &PopGlobalSQLState, but they should in order "to avoid sometimes mysterious dataloss type bugs" according to a comment by Jake in bug 39816.
Updated•23 years ago
|
Priority: -- → P2
Target Milestone: --- → Bugzilla 2.16
Updated•23 years ago
|
Component: Bugzilla → Bugzilla-General
Product: Webtools → Bugzilla
Version: Bugzilla 2.13 → 2.13
Comment 1•22 years ago
|
||
We are currently trying to wrap up Bugzilla 2.16. We are now close enough to release time that anything that wasn't already ranked at P1 isn't going to make the cut. Thus this is being retargetted at 2.18. If you strongly disagree with this retargetting, please comment, however, be aware that we only have about 2 weeks left to review and test anything at this point, and we intend to devote this time to the remaining bugs that were designated as release blockers.
Target Milestone: Bugzilla 2.16 → Bugzilla 2.18
Assignee | ||
Comment 2•22 years ago
|
||
I fixed UserInGroup because I need that to work for another bug. Updating summary.
Summary: &UserInGroup, &GroupExists, and &GroupIsActive should push and pop sql state → &GroupExists and &GroupIsActive should push and pop sql state
Assignee | ||
Comment 3•22 years ago
|
||
Trivial patch, which will fix a 2.16 regression. This is also needed for 2.14.2; 2.14.2 needs UserInGroup fixed, too.
Assignee | ||
Comment 4•22 years ago
|
||
Comment 5•22 years ago
|
||
Comment on attachment 86002 [details] [diff] [review] v1 r= justdave
Attachment #86002 -
Flags: review+
Assignee | ||
Comment 6•22 years ago
|
||
Comment 7•22 years ago
|
||
Comment on attachment 86003 [details] [diff] [review] v1, 2.14 version r= justdave
Attachment #86003 -
Flags: review+
Comment 8•22 years ago
|
||
Comment on attachment 86002 [details] [diff] [review] v1 r=jouni
Attachment #86002 -
Flags: review+
Comment 9•22 years ago
|
||
Comment on attachment 86003 [details] [diff] [review] v1, 2.14 version r=jouni
Attachment #86003 -
Flags: review+
Assignee | ||
Comment 10•22 years ago
|
||
Checked into 2.14, 2.16, and HEAD Checking in globals.pl; /cvsroot/mozilla/webtools/bugzilla/globals.pl,v <-- globals.pl new revision: 1.110.2.7; previous revision: 1.110.2.6 done Checking in globals.pl; /cvsroot/mozilla/webtools/bugzilla/globals.pl,v <-- globals.pl new revision: 1.169.2.2; previous revision: 1.169.2.1 done Checking in globals.pl; /cvsroot/mozilla/webtools/bugzilla/globals.pl,v <-- globals.pl new revision: 1.172; previous revision: 1.171 done
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•22 years ago
|
Whiteboard: wanted for 2.14.2 → applied to 2.14.2
Updated•11 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•