[Bug 50078] Database::delete() bug: when $conds is a string, makeList( ... LIST_AND) is applied, but should not

2014-04-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50078 Andre Klapper aklap...@wikimedia.org changed: What|Removed |Added Flags|Backport_WMF? |Backport_WMF-

[Bug 50078] Database::delete() bug: when $conds is a string, makeList( ... LIST_AND) is applied, but should not

2014-04-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50078 --- Comment #12 from T. Gries m...@tgries.de --- André: just as an example: under certain circumstances, the Extension:UserMerge needs this patch to allow a multi-row delete, and this requires a LIST_OR condition (instead of LIST_AND as

[Bug 50078] Database::delete() bug: when $conds is a string, makeList( ... LIST_AND) is applied, but should not

2014-04-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50078 --- Comment #13 from Andre Klapper aklap...@wikimedia.org --- T.Gries: You set the backport flag 10 months ago so any WMF branches have already superseded any such backport request for 9 1/2 months. -- You are receiving this mail because: You

[Bug 50078] Database::delete() bug: when $conds is a string, makeList( ... LIST_AND) is applied, but should not

2014-04-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50078 --- Comment #14 from T. Gries m...@tgries.de --- ah, yes -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list

[Bug 50078] Database::delete() bug: when $conds is a string, makeList( ... LIST_AND) is applied, but should not

2014-02-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50078 Nemo federicol...@tiscali.it changed: What|Removed |Added Target Milestone|--- |1.22.x release -- You

[Bug 50078] Database::delete() bug: when $conds is a string, makeList( ... LIST_AND) is applied, but should not

2013-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50078 Andre Klapper aklap...@wikimedia.org changed: What|Removed |Added Status|PATCH_TO_REVIEW |RESOLVED

[Bug 50078] Database::delete() bug: when $conds is a string, makeList( ... LIST_AND) is applied, but should not

2013-08-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50078 Mark A. Hershberger m...@everybody.org changed: What|Removed |Added CC|

[Bug 50078] Database::delete() bug: when $conds is a string, makeList( ... LIST_AND) is applied, but should not

2013-08-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50078 --- Comment #10 from Gerrit Notification Bot gerritad...@wikimedia.org --- Change 80157 had a related patch set uploaded by MarkAHershberger: (bug 50078) Allow a string other than '*' as condition for DatabaseBase::delete()

[Bug 50078] Database::delete() bug: when $conds is a string, makeList( ... LIST_AND) is applied, but should not

2013-08-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50078 Gerrit Notification Bot gerritad...@wikimedia.org changed: What|Removed |Added Status|RESOLVED

[Bug 50078] Database::delete() bug: when $conds is a string, makeList( ... LIST_AND) is applied, but should not

2013-08-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50078 --- Comment #11 from Gerrit Notification Bot gerritad...@wikimedia.org --- Change 80157 merged by MarkAHershberger: (bug 50078) Allow a string other than '*' as condition for DatabaseBase::delete() https://gerrit.wikimedia.org/r/80157 -- You

[Bug 50078] Database::delete() bug: when $conds is a string, makeList( ... LIST_AND) is applied, but should not

2013-06-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50078 --- Comment #1 from Gerrit Notification Bot gerritad...@wikimedia.org --- Related URL: https://gerrit.wikimedia.org/r/70423 (Gerrit Change Id5a8220d21245669f1091a3b5ed1def65b22d375) -- You are receiving this mail because: You are the assignee

[Bug 50078] Database::delete() bug: when $conds is a string, makeList( ... LIST_AND) is applied, but should not

2013-06-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50078 --- Comment #2 from Gerrit Notification Bot gerritad...@wikimedia.org --- Related URL: https://gerrit.wikimedia.org/r/70423 (Gerrit Change Id5a8220d21245669f1091a3b5ed1def65b22d375) -- You are receiving this mail because: You are the assignee

[Bug 50078] Database::delete() bug: when $conds is a string, makeList( ... LIST_AND) is applied, but should not

2013-06-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50078 --- Comment #3 from Gerrit Notification Bot gerritad...@wikimedia.org --- https://gerrit.wikimedia.org/r/70423 (Gerrit Change Id5a8220d21245669f1091a3b5ed1def65b22d375) | change APPROVED and MERGED [by jenkins-bot] -- You are receiving this

[Bug 50078] Database::delete() bug: when $conds is a string, makeList( ... LIST_AND) is applied, but should not

2013-06-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50078 T. Gries m...@tgries.de changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 50078] Database::delete() bug: when $conds is a string, makeList( ... LIST_AND) is applied, but should not

2013-06-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50078 --- Comment #5 from T. Gries m...@tgries.de --- Dear core developers, this fix should perhaps be backported to older versions. I never asked for this, so bear with me, if I am wrong... -- You are receiving this mail because: You are the

[Bug 50078] Database::delete() bug: when $conds is a string, makeList( ... LIST_AND) is applied, but should not

2013-06-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50078 T. Gries m...@tgries.de changed: What|Removed |Added Flags||Backport_to_Stable?,

[Bug 50078] Database::delete() bug: when $conds is a string, makeList( ... LIST_AND) is applied, but should not

2013-06-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50078 --- Comment #6 from T. Gries m...@tgries.de --- Remark: the fix is required by https://gerrit.wikimedia.org/r/#/c/69017/ -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.

[Bug 50078] Database::delete() bug: when $conds is a string, makeList( ... LIST_AND) is applied, but should not

2013-06-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50078 --- Comment #7 from Alex Monk (Krenair) kren...@gmail.com --- Regarding Backport_WMF: What issues does this actually fix in WMF production? -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for

[Bug 50078] Database::delete() bug: when $conds is a string, makeList( ... LIST_AND) is applied, but should not

2013-06-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50078 --- Comment #8 from T. Gries m...@tgries.de --- (In reply to comment #7) Regarding Backport_WMF: What issues does this actually fix in WMF production? perhaps none, at least, I don't know any - see my disclaimer Dear core developers, this fix

[Bug 50078] Database::delete() bug: when $conds is a string, makeList( ... LIST_AND) is applied, but should not

2013-06-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50078 T. Gries m...@tgries.de changed: What|Removed |Added Priority|Unprioritized |Normal