summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-08-17Bug 678970: Use $user and $cgi instead of Bugzilla->user and Bugzilla->cgiFrédéric Buclin17-51/+49
r=timello a=LpSolit
2011-08-17Bug 675603: Remove obsolete code from Bugzilla/DB/Oracle.pmFrédéric Buclin1-11/+1
r=mkanat a=LpSolit
2011-08-17Bug 672947: Add 'require Bugzilla::BugMail' in Bugzilla::Bug->_send_bugmailTiago Mello2-2/+2
and remove unnecessary module imports in process_bug.cgi. r/a=LpSolit
2011-08-16Bug 679449: Add a link to duplicates.cgi from report.cgiFrédéric Buclin1-0/+4
r=dkl a=LpSolit
2011-08-16Fix complains from 012throwables.t due to bug 677901Frédéric Buclin1-8/+9
2011-08-16Bug 678844: When trying to edit a non-existent classification, the error ↵Frédéric Buclin1-2/+4
message has missing words r=glob a=LpSolit
2011-08-16Bug 675366: Use Bugzilla::Object::remove_from_db() when deleting a componentEdmund Yan1-8/+1
r/a=LpSolit
2011-08-16Bug 678772: version.pm 0.92 and newer forbids negative values, making ↵Frédéric Buclin1-2/+3
checksetup.pl to fail r/a=mkanat
2011-08-16Bug 654496: Duplicate bug detection doesn't work when using OracleFrédéric Buclin2-3/+3
r/a=mkanat
2011-08-16Bug 677901: Bugzilla crashes when no token is passed to token.cgi but the ↵Frédéric Buclin2-167/+105
script expects one, because tokens are incorrectly validated r/a=mkanat
2011-08-16Bug 582209: Bugzilla::DB::Oracle::adjust_statement() LIMIT code corrupts ↵Frédéric Buclin1-14/+11
sub-selects r/a=mkanat
2011-08-16Bug 466419: Add SSL support for SMTPFrédéric Buclin6-1/+25
r/a=mkanat
2011-08-16Bug 460074: Make post_bug.cgi use should_set for array fields, so theyMax Kanat-Alexander2-3/+7
are undef in Bugzilla::Bug->create if not passed to post_bug. This fixes a bug with the guided bug form creating bugs without any groups. r=LpSolit, a=mkanat
2011-08-15Bug 537759: The "Description" field for attachments should be highlighted as ↵Kent Rogers1-2/+3
being mandatory r/a=LpSolit
2011-08-15Bug 678959: Make GenerateUniqueToken work for all tablesByron Jones1-1/+1
r=LpSolit, a=LpSolit
2011-08-10Bug 677187: If the attachment filename contains a newline, an error is ↵Frédéric Buclin2-5/+10
thrown when trying to download the attachment r/a=mkanat
2011-08-10Fix bustage from fixing "Severity" to field_descs.bug_severity.Max Kanat-Alexander4-10/+3
2011-08-10Fix docs bustage resulting from removing Email::MIME::Attachment::Stripper as anMax Kanat-Alexander1-7/+0
optional pre-req.
2011-08-10Bug 675517: Add "count" to the return value of Bug.comments in the WebServiceFrank Becker1-0/+8
r=mkanat, a=mkanat
2011-08-10Bug 451801: Make all pages use field_descs.bug_severity instead of a hard-codedMatt Selsky4-10/+13
"Severity" r=mkanat, a=mkanat
2011-08-10Add a missing FILTER from the value-controller checkin.Max Kanat-Alexander1-1/+1
https://bugzilla.mozilla.org/show_bug.cgi?id=636416
2011-08-09Bug 647980: Implement a Product.update WebService method.Julien Heyman2-2/+236
r=mkanat, a=mkanat
2011-08-10Bug 585440 - Allow disabled accounts to turn off all bugmailDavid Lawrence4-1/+24
r/a=mkanat
2011-08-09Bug 636416: Use the standard value-controller javascript to control theMax Kanat-Alexander9-175/+310
drop-down fields on the Advanced Search page. r=glob, a=mkanat
2011-08-09Change a "4.2" to "5.0" since we're on trunk now, in the WebService History.Max Kanat-Alexander1-1/+1
https://bugzilla.mozilla.org/show_bug.cgi?id=622203
2011-08-09Bug 622203 - Allow filing closed bugs via the WebServiceMax Kanat-Alexander5-37/+91
r=dkl, a=mkanat
2011-08-09Bug 660691: Allow Bugzilla to parse HTML-only inbound email via email_in.plMax Kanat-Alexander3-10/+43
r=glob, a=mkanat
2011-08-09Bug 437076: Allow email_in to accept multipart/alternative HTML email withMax Kanat-Alexander3-43/+83
attachments r=glob, a=mkanat
2011-08-08Bug 677081: Private comments should remain visible by their authorFrédéric Buclin1-1/+1
r=glob a=LpSolit
2011-08-08Bug 307688: Moves OS and platform detection out of enter_bug.cgiByron Jones2-191/+250
r=mkanat, a=LpSolit
2011-08-08Bug 341809 - bugzilla.dtd does not include any custom fields (automate DTD ↵David Lawrence4-117/+191
creation)) r=mkanat, a=LpSolit
2011-08-07Bug 666313: Remove the obsolete [% FLUSH %] directiveFrédéric Buclin2-2/+1
r=glob a=LpSolit
2011-08-07Bug 288049: "internal error" from ThrowCodeError is confusing. Reword itFrédéric Buclin1-5/+7
r=justdave a=LpSolit
2011-08-07Bug 55436: Implement list of duplicate bug numbers on show_bug.cgiFrédéric Buclin2-4/+50
r=mkanat a=LpSolit
2011-08-06Bump the version number post-release to 4.3.Max Kanat-Alexander2-3/+3
2011-08-05Bug 676430: When editing a bug, a user not in the timetracking group ↵Frédéric Buclin1-1/+1
generates "Use of uninitialized value in abs at Bugzilla/Bug.pm line 2682" in the web server error log r/a=mkanat
2011-08-05Bump version for 4.1.3.Max Kanat-Alexander2-3/+3
https://bugzilla.mozilla.org/show_bug.cgi?id=660531
2011-08-05Bug 658407: Make Bugzilla not use Math::Random::Secure anymore, due to theMax Kanat-Alexander6-37/+259
difficulty of installing its dependencies. Instead move the code directly into Bugzilla itself. r=LpSolit, r=glob, a=mkanat
2011-08-04Bug 674497: (CVE-2011-2979) [SECURITY] Custom searches let you determine if ↵Frédéric Buclin1-2/+2
a group exists or not r=glob a=LpSolit
2011-08-04Bug 670868: (CVE-2011-2978) [SECURITY] Account preferences page trusts ↵Byron Jones1-1/+1
user-modifiable field for obtaining current e-mail address r/a=LpSolit
2011-08-04Bug 637981: (CVE-2011-2379) [SECURITY] "Raw Unified" patch diffs can cause ↵Byron Jones3-30/+106
XSS on this domain in IE 6-8 and Safari r/a=LpSolit
2011-08-04Bug 660502: (CVE-2011-2977) [SECURITY] Temporary files for uploaded ↵Frédéric Buclin1-1/+4
attachments are not deleted on Windows r=glob a=LpSolit
2011-08-04Bug 653477: (CVE-2011-2380) [SECURITY] Group names can be guessed when ↵Frédéric Buclin6-68/+133
creating or editing a bug r=mkanat a=LpSolit
2011-08-04Bug 657158 - (CVE-2011-2381) [SECURITY] Request email headers for attachment ↵Reed Loden2-1/+4
containing newline are corrupt [r=LpSolit a=LpSolit]
2011-08-04Fix bustage due to bug 660382Frédéric Buclin1-4/+0
2011-08-04Bug 676237: The traceback in code-error.html.tmpl is displayed on a single lineFrédéric Buclin1-1/+1
r=glob a=LpSolit
2011-08-04Bug 674554 - Add new template hook in request/email.txt.tmpl called ↵David Lawrence1-0/+3
'after_summary' r/a=mkanat
2011-08-04Bug 676200: We shouldn't manually delete obsolete parameters in ↵Frédéric Buclin1-17/+13
Bugzilla::Config::update_params(), else they are not saved in old-params.txt r/a=mkanat
2011-08-03Bug 660382: Hide the complex features of custom search by defaultMax Kanat-Alexander2-15/+43
r=dkl, a=mkanat
2011-08-03Fix a warning thrown when running 011pod.tFrédéric Buclin1-1/+1