gecko-dev/webtools/bugzilla/Bugzilla
2006-06-18 22:46:50 +00:00
..
Auth Bug 340104: Move Bugzilla::Auth::get_netaddr() in Util.pm - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r/a=justdave 2006-06-03 12:23:13 +00:00
Config Bug 330487: Automatic Update Notification for Bugzilla - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=justdave 2006-06-12 17:13:35 +00:00
DB Patch for bug 341374: fix checksetup failure when database exists with non-Bugzilla table; patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org>, r=mkanat, a=justdave. 2006-06-18 16:55:20 +00:00
Search Bug 341456: Bugzilla/Search/Quicksearch.pm shouldn't use Bugzilla.pm - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=myk 2006-06-14 21:30:20 +00:00
Template/Plugin Fix ThrowCodeError calls by giving them an unique ID (tree fix). 2006-02-28 15:41:06 +00:00
User Bug 301967: Some .pm files have invalid POD syntax - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave 2005-07-26 14:09:48 +00:00
.cvsignore
Attachment.pm Bug 5179: Need to be able to put attachment on new bug - Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit a=justdave 2006-06-17 23:24:36 +00:00
Auth.pm Bug 340104: Move Bugzilla::Auth::get_netaddr() in Util.pm - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r/a=justdave 2006-06-03 12:23:13 +00:00
Bug.pm Bug 328438: Eliminate @::log_columns - Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit a=myk 2006-06-16 13:37:50 +00:00
BugMail.pm Bug 338796: Remove get_product_* from globals.pl - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wicked a=justdave 2006-06-17 23:12:36 +00:00
CGI.pm Bug 313255: Move $::ENV{foo} and $::SIG{foo} out of globals.pl - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=myk 2006-06-14 00:26:27 +00:00
Chart.pm Bug 323721: [PostgreSQL] New charts feature crashes - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=justdave 2006-01-26 22:33:33 +00:00
Classification.pm Bug 314088: Several Bugzilla::Foo->new crash when passing a string instead of a valid ID as a param - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=kiko a=justdave 2005-10-28 10:33:18 +00:00
Component.pm Fix invalid POD formatting (patch for fixing broken tree - runtests.pl, test 11). 2006-02-28 15:23:32 +00:00
Config.pm Bug 328642: Params should be in Bugzilla->params instead of being a Bugzilla::Config subroutine 2006-05-22 18:11:53 +00:00
Constants.pm Bug 302876: Database Version-Checking needs to be more modular and more generic 2006-05-29 03:02:46 +00:00
DB.pm Bug 302876: Database Version-Checking needs to be more modular and more generic 2006-05-29 03:02:46 +00:00
Error.pm Bug 204498 Add su (setuser) function 2005-10-13 23:58:26 +00:00
Field.pm 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
Flag.pm Bug 339750: Remove Bugzilla::Flag::GetBug - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r/a=myk 2006-06-18 22:46:50 +00:00
FlagType.pm Bug 340116: Flag::FormToNewFlags() uses incorrect data - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=kiko a=myk 2006-06-02 22:58:53 +00:00
Group.pm Bug 329022: Remove group_name_to_id in favor of creating Group objects - Patch by R�mi Zara <remi_zara@mac.com> r=LpSolit a=justdave 2006-03-14 22:47:24 +00:00
Hook.pm Fix ThrowCodeError calls by giving them an unique ID (tree fix). 2006-02-28 15:41:06 +00:00
Keyword.pm Bug 329377: Bugzilla::Object base class for objects 2006-06-01 00:23:17 +00:00
Mailer.pm Bug 339862: Move Bugzilla::BugMail::MessageToMTA() in a separate module - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=justdave 2006-06-02 10:50:15 +00:00
Milestone.pm Bug 309749: Remove get_x_by_y functions from the new .pm files, in favor of object methods 2005-10-06 18:45:46 +00:00
Object.pm Bug 329377: Bugzilla::Object base class for objects 2006-06-01 00:23:17 +00:00
Product.pm Bug 314088: Several Bugzilla::Foo->new crash when passing a string instead of a valid ID as a param - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=kiko a=justdave 2005-10-28 10:33:18 +00:00
Search.pm Bug 332598: Move ValidatePassword() and DBNameToIdAndCheck() from globals.pl into User.pm - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=myk 2006-05-07 20:13:49 +00:00
Series.pm Bug 341453: Bugzilla::Series looks for functions in global scope that are not global functions 2006-06-14 21:17:21 +00:00
Template.pm Bug 137751: Linkify bug numbers in dependency fields on show_activity.cgi - Patch by David D. Kilzer (ddk) <ddkilzer@kilzer.net> and timeless <timeless@bemail.org> r=wicked a=justdave 2006-05-14 19:47:35 +00:00
Token.pm Bug 339862: Move Bugzilla::BugMail::MessageToMTA() in a separate module - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=justdave 2006-06-02 10:50:15 +00:00
Update.pm Bug 330487: Automatic Update Notification for Bugzilla - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=justdave 2006-06-12 17:13:35 +00:00
User.pm Bug 312935: User Account Log should start with a creation date - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=bkor, r=wicked a=myk 2006-06-07 20:31:10 +00:00
Util.pm Bug 340226: Util.pm shouldn't depend on Bugzilla::Config - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=justdave 2006-06-04 10:25:09 +00:00
Version.pm Bug 330521: Remove @::legal_product, @::legal_components and @::legal_target_milestone - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=justdave 2006-03-15 21:51:35 +00:00