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

308 Коммитов

Автор SHA1 Сообщение Дата
mkanat%kerio.com bc519bd158 Bug 282628: Move OpenStates and IsOpenedState out of globals.pl
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=myk
2006-03-06 21:42:10 +00:00
mkanat%kerio.com 51f583df63 Bug 328602: Eliminate %::versions and @::legal_versions
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-03-02 23:50:17 +00:00
mkanat%kerio.com 11662c264f Bug 328436: Move BugInGroupId from globals.pl to process_bug.cgi
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=justdave
2006-03-01 21:47:58 +00:00
lpsolit%gmail.com 52a7c378ca Bug 315605: Bugzilla::Field::check_form_field() should not take a CGI object as parameter - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wicked a=justdave 2006-02-28 12:52:32 +00:00
lpsolit%gmail.com da82009a4a Bug 328449: Remove BugMail::MessageToMTA() from Bug::RemoveVotes() - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=myk 2006-02-24 22:53:32 +00:00
lpsolit%gmail.com 00e1d8b314 Bug 287325: Ability to add custom plain-text fields to a Bug - Patch by Myk Melez <myk@mozilla.org> r=mkanat a=justdave 2006-02-21 13:08:24 +00:00
lpsolit%gmail.com 1ef6fbda0b Bug 325048: [PostgreSQL] Changing the status of a bug from UNCONFIRMED to NEW or ASSIGNED sets everconfirmed to 1 but leave the status as UNCONFIRMED - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=myk 2006-02-07 22:25:23 +00:00
mozilla%colinogilvie.co.uk 764f0dfdd8 Bug 101380: Newlines, nulls, leading/trailing spaces are getting into summaries
Patch by Paul <pdemarco@zoominternet.net> and Colin Ogilvie <colin.ogilvie@gmail.com>; r/a=justdave
2006-01-08 19:56:04 +00:00
myk%mozilla.org 40ef8793a1 Backing out fix for bug 287325 (initial implementation of custom fields): turns out the tree is not yet open for 2.24 checkins after all. I'll check this back in once the tree opens for 2.24 checkins, which lpsolit says will be in about a month. 2006-01-06 14:38:43 +00:00
myk%mozilla.org b6e4f982d8 Bug 287325: an initial implementation of custom fields, including the ability to add text custom fields via the command-line script customfield.pl, search them via the boolean charts, display and edit them on the show bug page, and see changes to them in bug activity; r=mkanat, glob 2006-01-06 14:23:05 +00:00
timeless%mozdev.org eb9350f619 Bug 106386 Correct misspellings in source code
patch by unknown@simplemachines.org r=timeless rs=brendan
2005-11-25 19:48:04 +00:00
bugreport%peshkin.net f8660372ba Bug 315332 fix several bugs in process_bug.cgi when 'strict_isolation' is on
Patch by Joel Peshkin <bugreport@peshkin.net>
r=lpsolit, a=justdave
2005-11-19 23:47:26 +00:00
lpsolit%gmail.com 51ef091a39 Bug 314547: [PostgreSQL] cannot check/uncheck the "Private" checkbox for comments in show_bug.cgi - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=justdave 2005-11-13 18:16:33 +00:00
lpsolit%gmail.com 667e8c1f8e Bug 315157: Attachment data is not exported when moving bugs to another DB - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r/a=myk 2005-11-07 20:41:12 +00:00
lpsolit%gmail.com b14632e551 Bug 314791: process_bug.cgi should not complain if 'knob' is undefined - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave 2005-11-04 09:44:53 +00:00
lpsolit%gmail.com f65ccb116e Bug 109339: Be able to set assignee/QA to default for multiple bugs across products - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wicked a=myk 2005-10-26 16:41:59 +00:00
lpsolit%gmail.com b493b5754c Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave 2005-10-24 23:11:56 +00:00
mkanat%kerio.com 6f97449110 Bug 313209: Oracle requires "CASE WHEN" around boolean expressions in the SELECT column list
Patch By Lance Larsh <lance.larsh@oracle.com> r=mkanat, a=justdave
2005-10-24 19:21:05 +00:00
bugreport%peshkin.net 0ae9d5f119 Bug 312787 When strict_isolation is set, do not permit users to alter deps on bugs unless they can edit both bugs
Patch by Joel Peshkin <bugreport@peshkin.net>
r=kiko, a=justdave
2005-10-22 13:07:07 +00:00
bugreport%peshkin.net 36cc87edeb Bug 141593 You can add/remove dependencies on bugs you can't see
Patch by Joel Peshkin <bugreport@peshkin.net>
r=lpsolit, a=justdave
2005-10-18 21:12:47 +00:00
bugreport%peshkin.net e0d962bfe7 Bug 309681 Prevent users from adding another user who shouldn't have access to a bug as assignee or CC member
Patch by Gabriel Sales de Oliveira <gabriel@async.com.br>
r=joel, a=justdave
2005-10-17 21:19:09 +00:00
lpsolit%gmail.com 7777fa7932 Bug 306325: Move CanEnterProduct() and CanEnterProductOrWarn() out of globals.pl - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=joel r=wicked a=justdave 2005-10-12 02:08:57 +00:00
bugreport%peshkin.net ed4967db9f Bug 28398 Gotta be more careful when emailing state changes of dependent bugs
Patch by Andr���� Batosti <batosti@async.com.br>
r=lpsolit, a=justdave
2005-10-08 04:58:56 +00:00
lpsolit%gmail.com 0b154678e6 Bug 308581: Excluding yourself from a restricted bug generates an error if the user pref is set to "show the updated bug" - Patch by byron jones (glob) <bugzilla@glob.com.au> r=LpSolit a=justdave 2005-09-15 10:50:04 +00:00
lpsolit%gmail.com 37dc203c8e Bug 256135: Parameter 'movers' is handled differently in Bug.pm and buglist.cgi - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r/a=myk 2005-09-08 23:40:10 +00:00
lpsolit%gmail.com 0ed805b76a Bug 30345: Can mark bugs duplicates of each other [dupe loops] - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r/a=myk 2005-08-31 00:43:21 +00:00
lpsolit%gmail.com 2e5b08380e Bug 306364: SQL crash when moving a bug to another product (regression) - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=joel a=myk 2005-08-30 16:32:05 +00:00
bugreport%peshkin.net 06ec004b81 Bug 305126: Fix table locks after removal of derive_groups
Patch by Joel Peshkin <bugreport@peshkin.net>
r=lpsolit, a=myk
2005-08-30 16:04:39 +00:00
lpsolit%gmail.com b3fceeed27 Bug 303401: move the move.pl code into process_bug.cgi - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r/a=myk 2005-08-21 17:36:51 +00:00
myk%mozilla.org b63b4e2ccc Fix for bug 292022: accepts multiple requestees in the requestee field for a given flag, and creates multiple requests, one per requestee, so that users can request a flag multiple times simultaneously instead of one at a time; r=joel, a=myk 2005-08-20 17:02:41 +00:00
bugreport%peshkin.net 02bbb51ea9 Bug 304583: Remove all remaining need to rederive inherited groups
Patch by Joel Peshkin <bugreport@peshkin.net>
r=mkanat, a=justdave
2005-08-18 20:09:37 +00:00
lpsolit%gmail.com fa9d1a7629 Bug 304642: Bugzilla::Flag::GetTarget() should be called internally by Bugzilla::Flag::process() - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r/a=myk 2005-08-15 18:48:14 +00:00
lpsolit%gmail.com 9bc783cb1d Bug 304653: remove 'use Bugzilla::Error' from Util.pm - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=myk 2005-08-15 17:43:38 +00:00
lpsolit%gmail.com 5b380a9944 Bug 304044: Missing scalar() for some parameters - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=justdave 2005-08-13 12:35:12 +00:00
mkanat%kerio.com a876784a7e Bug 303669: Bugzilla mis-uses perl subroutine prototypes
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2005-08-13 12:27:04 +00:00
lpsolit%gmail.com a8d486f572 Bug 301508: Remove CGI.pl - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat,wicked a=justdave 2005-08-10 01:30:41 +00:00
bugreport%peshkin.net f41da5ed69 Backout of bug 303669 which broke AppendComment and possibly a number
of other items.
2005-08-09 11:23:43 +00:00
mkanat%kerio.com 8f7328f4d3 Bug 303669: Bugzilla mis-uses perl subroutine prototypes
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2005-08-09 05:59:02 +00:00
lpsolit%gmail.com df231c19dc Bug 302927: Incorrect title when changing several bugs at once - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wicked a=justdave 2005-08-03 00:26:54 +00:00
lpsolit%gmail.com db49e63adc Bug 301446: Changing several bugs at once crashes if the user wants to automatically redisplay the bug he changed - Patch by byron jones (glob) <bugzilla@glob.com.au> r=LpSolit a=myk 2005-07-27 19:43:05 +00:00
lpsolit%gmail.com 6302511227 Bug 298273: Marking duplicates misses 'Bug' before the number - Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit a=justdave 2005-07-26 14:36:13 +00:00
lpsolit%gmail.com dd61bb0adf Bug 301507: Move PutHeader and PutFooter into Template.pm - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r/a=justdave 2005-07-22 05:13:36 +00:00
lpsolit%gmail.com 2ead756429 Bug 301463: Move CheckFormField and CheckFormFieldDefined into Field.pm - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=justdave 2005-07-21 20:04:27 +00:00
lpsolit%gmail.com 15ec32bab2 Bug 300501: Move GetBugActivity() into Bug.pm - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wicked a=myk 2005-07-14 00:02:17 +00:00
lpsolit%gmail.com 46fa60c0c4 Bug 63536: User preference for whether or not to go to the next bug after processing - Patch by byron jones (glob) <bugzilla@glob.com.au> r=LpSolit a=justdave 2005-07-10 22:37:15 +00:00
mkanat%kerio.com b256653f16 Bug 293159: [SECURITY] Anyone can change flags and access bug summaries due to a bad check in Flag::validate() and Flag::modify()
Patch By Frederic Buclin <LpSolit@gmail.com> r=myk, a=justdave
2005-07-08 05:29:15 +00:00
lpsolit%gmail.com d8147aaf93 Bug 240251: Bug::AppendComment() should receive the user ID as a 2nd parameter - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave 2005-07-07 18:42:09 +00:00
lpsolit%gmail.com 627cb209d5 Bug 242318: "blocked" field is ignored in post_bug.cgi if the "dependson" field isn't present - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=kiko a=justdave 2005-07-07 14:17:18 +00:00
lpsolit%gmail.com 4ad8341b0c Bug 298196: process_bug.cgi updates delta_ts even when no modifications are made - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=myk 2005-06-20 20:22:36 +00:00
lpsolit%gmail.com 15607a5ffe Bug 76507: Replace "owner" by "assignee" (and "initial" by "default") - Patch by Tiago R. Mello <timello@async.com.br> r=LpSolit a=myk 2005-06-20 19:16:34 +00:00