Граф коммитов

237 Коммитов

Автор SHA1 Сообщение Дата
travis%sedsystems.ca 88a70cf0f0 Bug 212940 : Can't use an undefined value as an ARRAY reference at /http/bugzilla/process_bug.cgi line 866.
Patch by Frederic Buclin <LpSolit@gmail.com>  r=wurblzap  a=justdave
2005-02-23 16:53:24 +00:00
mkanat%kerio.com a570c5ec1b Bug 280497: Replace "LIMIT" with Bugzilla::DB function call
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat,a=justdave
2005-02-18 16:14:27 +00:00
mkanat%kerio.com e1a59dde23 Bug 280503: Replace "LOCK/UNLOCK TABLES" with Bugzilla::DB function call
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat,a=myk
2005-02-17 21:57:27 +00:00
mkanat%kerio.com 73dd171a1d Bug 281592: "use Bugzilla::RelationSet" in globals.pl and process_bug.cgi is dead code r=vladd, a=myk 2005-02-16 16:14:36 +00:00
travis%sedsystems.ca 8d3d9643dc Bug 257315 : type of delta_ts in bugs table should not be timestamp
Patch by Tomas Kopal <Tomas.Kopal@altap.cz>  r=mkanat, LpSolit   a=justdave
2005-02-08 16:51:03 +00:00
travis%sedsystems.ca 87ab95fcf8 Bug 276838 : Eliminate use of $::unconfirmedstate
Patch by Max Kanat-Alexander <mkanat@kerio.com>  r=wurblzap  a=justdave
2005-02-08 16:22:26 +00:00
travis%sedsystems.ca dee83746a8 Bug 279740 : Move CountOpenDependencies out of globals.pl
Patch by Max Kanat-Alexander <mkanat@kerio.com>  r=wurblzap  a=justdave
2005-02-01 17:43:26 +00:00
travis%sedsystems.ca 4509ee08b7 Bug 279700 : Move GetComments from globals.pl into Bugzilla::Bug
Patch by Max Kanat-Alexander <mkanat@kerio.com>   r=vladd  a=justdave
2005-01-31 16:32:57 +00:00
justdave%bugzilla.org cc238a3fce Backing out the checking from bug 257315 until it gets corrected. It prevents new bugs from being filed.
a=justdave
2005-01-30 04:22:28 +00:00
travis%sedsystems.ca 0c7f295b2e Bug 257315 : type of delta_ts in bugs table should not be timestamp
Patch by Tomas Kopal <Tomas.Kopal@altap.cz>   r=vladd, LpSolit  a=justdave
2005-01-28 19:01:28 +00:00
travis%sedsystems.ca f7d47efa3f Bug 218771 : The error message should be more accurate on who can change fields
Patch by Frederic Buclin <LpSolit@gmail.com>   r=myk  a=myk
2005-01-27 19:17:10 +00:00
travis%sedsystems.ca 6683a58179 Bug 34488: Add a checkbox to add self to CC list
Patch by GavinS <bugzilla@chimpychompy.org>  r=vladd, myk   a=myk
2005-01-24 05:26:56 +00:00
travis%sedsystems.ca 76aa40658a Bug 266579 : Users without privs can confirm bugs by assigning to themselves first, without having canconfirm privs
Patch by LpSolit@gmail.com    r=myk    a=justdave
2005-01-20 23:22:10 +00:00
jocuri%softhome.net fb736a87bf Patch for bug 103636: Support specifying a date on which a bug is expected to be resolved; patch by Alexandre Michetti Manduca <michetti@grad.icmc.usp.br>, r=jouni, a=myk. 2005-01-16 13:36:05 +00:00
jocuri%softhome.net 25a26afdfc Patch for bug 277622: Move DiffStrings() out of globals.pl into Bugzilla/Util.pm; patch by Max K-A <mkanat@kerio.com>, r=vladd, a=myk. 2005-01-16 13:02:35 +00:00
travis%sedsystems.ca bcfc0ad7dc Bug 277621 : Uninitialized value message when changing timetracking fields
Patch by Marc Schumann <wurblzap@gmail.com>   r=justdave   a=justdave
2005-01-14 16:32:15 +00:00
jake%bugzilla.org 40fc45e23e Bug 264601 - Bugzilla will now tell a user which field contained an "invalid bug number or alias."
Patch by Fr�d�ric Buclin <LpSolit@netscape.net>
r=myk, a=justdave
2004-12-21 09:04:01 +00:00
jocuri%softhome.net 4126ab4c9a Patch for bug 274236: Variable component overlaps in ThrowCodeError; patch by me, r=wurblzap (Marc), a=justdave. 2004-12-14 01:58:52 +00:00
jocuri%softhome.net a31df0ff6f Patch for bug 271797: avoid making target_milestone empty if usetargetmilestone=1; patch by Fr�d�ric Buclin <LpSolit@netscape.net>, r=justdave, a=justdave. 2004-12-09 10:49:53 +00:00
jocuri%softhome.net da0c371139 Patch for bug 258711: move.pl should honour emailsuffix; patch by Marc Schumann <wurblzap@gmail.com>, r=justdave, a=justdave. 2004-12-06 17:07:54 +00:00
jocuri%softhome.net fb94e033f4 Patch for bug 267560: CheckCanChangeField in process_bug.cgi shouldn't request the bug owner, QA contact and reporter too many times; patch by Fr�d�ric Buclin <LpSolit@netscape.net>, r=justdave, a=justdave. 2004-11-20 12:31:04 +00:00
jocuri%softhome.net 4735a9b360 Patch for bug 267774: Remove unused variable in process_bug.cgi; patch by Fr�d�ric Buclin <LpSolit@netscape.net>; r=kiko, a=justdave. 2004-11-05 08:57:46 +00:00
justdave%bugzilla.org a9ae7dc999 [SECURITY] Bug 252638: It is possible to send a carefully crafted HTTP POST message to process_bug.cgi which will remove keywords from a bug even if you don't have permissions to edit all bug fields (the "editbugs" permission). Such changes are reported in "bug changed" email notifications, so they are easily detected and reversed if someone abuses it.
Patch by Myk Melez <myk@mozilla.org>
r=gerv, a=justdave
2004-10-25 07:19:05 +00:00
justdave%bugzilla.org c76cd588ce Bug 254498: Check for comment required for time validation was too late.
Patch by Tiago R. Mello <tiago@async.com.br>
r=kiko, a=justdave
2004-10-25 04:49:32 +00:00
bugreport%peshkin.net 4d03d01641 Bug 186093: Move CanSeeBug to User.pm and make User.pm usable by templates
r=kiko
a=justdave
2004-08-04 16:17:10 +00:00
jocuri%softhome.net 661915c1e3 Patch for bug 253604: When commit a bug, validate timetracking before user match; patch by Tiago R. Mello <tiago@async.com.br>; r=kiko, a=justdave. 2004-08-03 06:23:25 +00:00
jocuri%softhome.net 5af84e034b Patch for bug 253360: replace IF() with CASE WHEN for database compatibility; patch by Tomas Kopal <Tomas.Kopal@altap.cz>; r=vladd, a=justdave. 2004-07-31 09:36:18 +00:00
kiko%async.com.br de220d98d1 Fix for bug 216008: Time Tracking: default values cause change bug
errors. Check if the time values haven't actually changed by using                     integer comparison (instead of string comparison). r=jouni, a=justdave.
2004-07-29 03:09:10 +00:00
kiko%async.com.br 74c54e3a8e Fix for bug 252789: Empty timetrackinggroup causes error "hours worked
needs to be positive" when changing bug. Sanitizing the AddComment bits
in process_bug.cgi to only touch work_time if user is in
timetrackinggroup. Fixes regression introduced in bug 252159.
r=jouni,joel; a=justdave.
2004-07-29 02:59:11 +00:00
kiko%async.com.br 0e83d69da2 Fix for bug 252159: centralize time validation. Adds a ValidateTime
function to Bugzilla::Bug and uses it in relevant callsites. Patch by
Alexandre Michetti Manduca <michetti@grad.icmc.usp.br>. r=kiko, a=justdave.
2004-07-22 17:48:37 +00:00
kiko%async.com.br cd3bebfa78 Fix for bug 251935: Remove $COOKIE from process_bug.cgi. r=joel, a=myk. 2004-07-20 21:25:33 +00:00
gerv%gerv.net aef47d46b4 Bug 240093 - get canconfirm working again. Patch by gerv; r=joel, a=justdave. 2004-07-17 16:09:28 +00:00
jocuri%softhome.net f39fb919af Patch for bug 242161: make process_bug.cgi contain patchviewer ("diff") link like show_bug.cgi; patch by GavinS <bugzilla@chimpychompy.org>; r=vladd; a=justdave. 2004-06-01 12:53:27 +00:00
gerv%gerv.net 3810195167 Bug 237838 - make sure CheckCanChangeField() always gets correct resolution. Patch by gerv and Tom Karzes; r, a=justdave. 2004-04-27 22:28:06 +00:00
timeless%mozdev.org b6daea0980 Bug 192571 Empty default owner (assignee or QA) causes "Reassign bug to owner and QA contact of selected component to NOOP
r=justdave a=justdave
2004-04-22 14:42:14 +00:00
kiko%async.com.br 6f3fb84923 Fix for bug 234175: Remove deprecated ConnectToDatabase() and
quietly_check_login()/confirm_login() calls.  Cleans up callsites
(consisting of most of our CGIs), swapping (where appropriate) for calls
to Bugzilla->login. Patch by Teemu Mannermaa <wicked@etlicon.fi>.
r=bbaetz, kiko. a=justdave.
2004-03-27 03:51:44 +00:00
justdave%syndicomm.com 0e962f6de6 Bug 24496: Adds a parameter "noresolveonopenblockers" which when enabled, prevents bugs from being closed if there are any bugs blocking it which are still open.
Patch by Andreas H��fler <andreas.hoefler@bearingpoint.com>
r= justdave, a= myk
2004-03-18 05:55:41 +00:00
justdave%syndicomm.com 48a6a62693 Bug 192516: Moving the loose .pm files into the Bugzilla directory, where they belong. These files pre-date the Bugzilla directory, and would have gone there had it existed at the time. The four files in question were copied on the CVS server to preserve CVS history in the files. This checkin deletes them from the old location and modifies everything else to know where they are now.
r= myk, gerv
a= justdave
2004-03-18 03:57:05 +00:00
gerv%gerv.net 79a5ebfb26 Bug 233645 - fix a number of 'undef' warnings which were killing performance for multiple bug change. Patch by gerv; r,a=justdave. 2004-02-13 20:24:51 +00:00
jocuri%softhome.net fda2842064 Bug 219475: The check for null db entries in process_bug.cgi is wrong; patch by Chuck Duvall <caduvall@glue.umd.edu>; r=bbaetz; a=justdave. 2003-11-07 08:05:01 +00:00
jocuri%softhome.net 1d5d7e5307 Bug 223854: masscc on change several bugs doesn't honor usermatchmode; patch by Jon <kniht@us.ibm.com>; r=myk; a=myk. 2003-10-28 06:37:40 +00:00
jocuri%softhome.net 0e841123f6 Bug 218977: "Table 'namedqueries' was not locked with LOCK TABLES" on ThrowUserError('product_edit_denied'); r=bbaetz; a=justdave. 2003-10-19 08:46:39 +00:00
justdave%syndicomm.com 9d508ecdf1 Correcting the previous backout attempt, apparrently typoed a version number last time 2003-10-17 02:07:55 +00:00
justdave%syndicomm.com f8d1d9c37d Backing out patch from bug 108528 - failed to take i10n concerns into account 2003-10-16 18:26:09 +00:00
timeless%mozdev.org 19efc5771e Bug 108528 - knob is not defined doesn't explain to 2001110503 users what to do
patch by caduvall@glue.umd.edu r=timeless a=justdave
2003-10-15 22:48:12 +00:00
jocuri%softhome.net 098a01af5b Bug 220034: empty form after changing bug details; patch by wicked@etlicon.fi (Teemu Mannermaa); r=kiko, a=justdave. 2003-10-13 21:38:13 +00:00
timeless%mozdev.org 4808783215 Bug 221264 Making no changes shouldn't affect Last modified
r=joel a=justdave
2003-10-07 05:59:30 +00:00
bbaetz%acm.org bb7609223e Bug 208699 - Move Throw{Code,Template}Error into Error.pm
r,a=justdave
2003-09-14 06:05:23 +00:00
justdave%syndicomm.com c17507209d Bug 215962: Missing {} around implied hash reference in params to ThrowUserError
patch by Eric Selberg <erik@selberg.com>
r= justdave a= justdave
2003-08-12 18:54:16 +00:00
preed%sigkill.com 2cb5490663 Bug 211435 - Fix "Table 'namedqueries' was not locked with LOCK TABLES" error; Patch by jocuri@softhome.net (Vlad Dascalu), r=bbaetz, a=justdave 2003-07-24 01:00:20 +00:00