aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bug 682822: Hide 'obsolete attachments' section when there are none to displayByron Jones2011-09-022-45/+52
* Bug 683025 - Add a check_for_edit to Bugzilla::Bug to return the bug objectRobert Webb2011-09-014-37/+17
* Bug 653634 - Change the comment reply header to include the name of the perso...David Lawrence2011-09-013-68/+63
* Fix an error in the patch from bug 636416, see comment 15Frédéric Buclin2011-09-011-1/+1
* Bug 680729 - Testing suite (runtests.pl) incorrectly plans to do its existenc...Marc Schumann2011-08-312-31/+26
* Bug 682203 - migrate.pl fails at requirements check.Marc Schumann2011-08-311-0/+1
* Bug 628806: user selection field in editusers should strip leading and traili...timeless2011-08-301-1/+1
* Bug 680780: Advanced Search: help for field Comment is missing a spaceFrédéric Buclin2011-08-301-1/+1
* Bug 682747: Wrong check in editusers.cgiFrédéric Buclin2011-08-301-1/+1
* Bug 629529: Make SQLite installs able to use jobqueue.plMax Kanat-Alexander2011-08-292-0/+58
* Bug 637648 - Rename the "tags" table to "tag"Stephanie Daugherty2011-08-298-17/+45
* Bug 680594: Remove contrib/yp_nomail.shFrédéric Buclin2011-08-272-94/+1
* Bug 679516: Call Bugzilla::Object->remove_from_db when deleting an objectEdmund Yan2011-08-214-10/+3
* Bug 677522: IssueEmailChangeToken() should get the old login name from the us...Frédéric Buclin2011-08-172-9/+6
* Bug 662070: Use say() instead of print() where appropriateFrédéric Buclin2011-08-1710-70/+77
* Bug 661476: sanitycheck.pl should check if all products have components defined.Frédéric Buclin2011-08-1710-33/+120
* Bug 298268: editparams.cgi should accept urlbase, sslbase, etc.. with or with...Frédéric Buclin2011-08-171-0/+5
* Bug 655472: Print out localconfig as UTF-8 so we don't mangle UTF-8 comments.Max Kanat-Alexander2011-08-161-2/+3
* Bug 678357: Fix 'limit' parameter in the saved searches resultsTiago Mello2011-08-161-1/+1
* Forgot to split a long line (fix on checkin)Frédéric Buclin2011-08-171-1/+3
* Bug 678970: Use $user and $cgi instead of Bugzilla->user and Bugzilla->cgiFrédéric Buclin2011-08-1717-51/+49
* Bug 675603: Remove obsolete code from Bugzilla/DB/Oracle.pmFrédéric Buclin2011-08-171-11/+1
* Bug 672947: Add 'require Bugzilla::BugMail' in Bugzilla::Bug->_send_bugmailTiago Mello2011-08-162-2/+2
* Bug 679449: Add a link to duplicates.cgi from report.cgiFrédéric Buclin2011-08-161-0/+4
* Fix complains from 012throwables.t due to bug 677901Frédéric Buclin2011-08-161-8/+9
* Bug 678844: When trying to edit a non-existent classification, the error mess...Frédéric Buclin2011-08-161-2/+4
* Bug 675366: Use Bugzilla::Object::remove_from_db() when deleting a componentEdmund Yan2011-08-161-8/+1
* Bug 678772: version.pm 0.92 and newer forbids negative values, making checkse...Frédéric Buclin2011-08-161-2/+3
* Bug 654496: Duplicate bug detection doesn't work when using OracleFrédéric Buclin2011-08-162-3/+3
* Bug 677901: Bugzilla crashes when no token is passed to token.cgi but the scr...Frédéric Buclin2011-08-162-167/+105
* Bug 582209: Bugzilla::DB::Oracle::adjust_statement() LIMIT code corrupts sub-...Frédéric Buclin2011-08-161-14/+11
* Bug 466419: Add SSL support for SMTPFrédéric Buclin2011-08-166-1/+25
* Bug 460074: Make post_bug.cgi use should_set for array fields, so theyMax Kanat-Alexander2011-08-152-3/+7
* Bug 537759: The "Description" field for attachments should be highlighted as ...Kent Rogers2011-08-151-2/+3
* Bug 678959: Make GenerateUniqueToken work for all tablesByron Jones2011-08-151-1/+1
* Bug 677187: If the attachment filename contains a newline, an error is thrown...Frédéric Buclin2011-08-102-5/+10
* Fix bustage from fixing "Severity" to field_descs.bug_severity.Max Kanat-Alexander2011-08-094-10/+3
* Fix docs bustage resulting from removing Email::MIME::Attachment::Stripper as anMax Kanat-Alexander2011-08-091-7/+0
* Bug 675517: Add "count" to the return value of Bug.comments in the WebServiceFrank Becker2011-08-091-0/+8
* Bug 451801: Make all pages use field_descs.bug_severity instead of a hard-codedMatt Selsky2011-08-094-10/+13
* Add a missing FILTER from the value-controller checkin.Max Kanat-Alexander2011-08-091-1/+1
* Bug 647980: Implement a Product.update WebService method.Julien Heyman2011-08-092-2/+236
* Bug 585440 - Allow disabled accounts to turn off all bugmailDavid Lawrence2011-08-094-1/+24
* Bug 636416: Use the standard value-controller javascript to control theMax Kanat-Alexander2011-08-099-175/+310
* Change a "4.2" to "5.0" since we're on trunk now, in the WebService History.Max Kanat-Alexander2011-08-091-1/+1
* Bug 622203 - Allow filing closed bugs via the WebServiceMax Kanat-Alexander2011-08-095-37/+91
* Bug 660691: Allow Bugzilla to parse HTML-only inbound email via email_in.plMax Kanat-Alexander2011-08-093-10/+43
* Bug 437076: Allow email_in to accept multipart/alternative HTML email withMax Kanat-Alexander2011-08-093-43/+83
* Bug 677081: Private comments should remain visible by their authorFrédéric Buclin2011-08-081-1/+1
* Bug 307688: Moves OS and platform detection out of enter_bug.cgiByron Jones2011-08-082-191/+250