aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla
Commit message (Expand)AuthorAgeFilesLines
* Bug 686786: Decreasing votestoconfirm in editproducts.cgi crashes BugzillaFrédéric Buclin2011-09-292-2/+4
* Bug 512648 - Make Bugzilla::Bug centrally control available statuses inRobert Webb2011-09-281-13/+71
* Bug 655652: Remove "internals" field from Product.getFrédéric Buclin2011-09-271-9/+35
* Bug 686967: Fix incoherent code in Bugzilla::BugUrl::Bugzilla::Local->should_...Tiago Mello2011-09-191-4/+11
* Bug 686904: Removing an invalid URL from the See Also field crashes BugzillaFrédéric Buclin2011-09-191-2/+3
* Bug 687247: Bugzilla crashes when creating a new flagtype on PostgreSQLFrédéric Buclin2011-09-181-0/+2
* Fix typo in commentsFrédéric Buclin2011-09-181-2/+2
* Bug 686227: Users with editcomponents privs must be able to add products they...Frédéric Buclin2011-09-171-2/+18
* Fix typo in PODFrédéric Buclin2011-09-161-2/+2
* Bug 686133: Bugzilla crashes when deleting a bugFrédéric Buclin2011-09-121-58/+3
* Bug 683025 - Add a check_for_edit to Bugzilla::Bug to return the bug objectRobert Webb2011-09-013-26/+15
* Bug 682203 - migrate.pl fails at requirements check.Marc Schumann2011-08-311-0/+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-297-16/+44
* 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-171-4/+4
* Bug 662070: Use say() instead of print() where appropriateFrédéric Buclin2011-08-176-33/+39
* Bug 661476: sanitycheck.pl should check if all products have components defined.Frédéric Buclin2011-08-172-0/+14
* Bug 655472: Print out localconfig as UTF-8 so we don't mangle UTF-8 comments.Max Kanat-Alexander2011-08-161-2/+3
* Bug 678970: Use $user and $cgi instead of Bugzilla->user and Bugzilla->cgiFrédéric Buclin2011-08-171-8/+8
* 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-161-0/+2
* 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-161-6/+4
* 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-164-1/+22
* 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-101-3/+7
* Bug 675517: Add "count" to the return value of Bug.comments in the WebServiceFrank Becker2011-08-091-0/+8
* Bug 647980: Implement a Product.update WebService method.Julien Heyman2011-08-092-2/+236
* 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-092-31/+80
* Bug 660691: Allow Bugzilla to parse HTML-only inbound email via email_in.plMax Kanat-Alexander2011-08-091-0/+7
* Bug 437076: Allow email_in to accept multipart/alternative HTML email withMax Kanat-Alexander2011-08-091-6/+0
* Bug 307688: Moves OS and platform detection out of enter_bug.cgiByron Jones2011-08-081-0/+247
* Bug 341809 - bugzilla.dtd does not include any custom fields (automate DTD cr...David Lawrence2011-08-081-9/+10
* Bug 55436: Implement list of duplicate bug numbers on show_bug.cgiFrédéric Buclin2011-08-071-1/+22
* Bump the version number post-release to 4.3.Max Kanat-Alexander2011-08-051-1/+1
* Bug 676430: When editing a bug, a user not in the timetracking group generate...Frédéric Buclin2011-08-051-1/+1
* Bump version for 4.1.3.Max Kanat-Alexander2011-08-041-1/+1
* Bug 658407: Make Bugzilla not use Math::Random::Secure anymore, due to theMax Kanat-Alexander2011-08-045-32/+254
* Bug 674497: (CVE-2011-2979) [SECURITY] Custom searches let you determine if a...Frédéric Buclin2011-08-041-2/+2
* Bug 637981: (CVE-2011-2379) [SECURITY] "Raw Unified" patch diffs can cause XS...Byron Jones2011-08-041-0/+2
* Bug 660502: (CVE-2011-2977) [SECURITY] Temporary files for uploaded attachmen...Frédéric Buclin2011-08-041-1/+4
* Bug 653477: (CVE-2011-2380) [SECURITY] Group names can be guessed when creati...Frédéric Buclin2011-08-044-48/+115
* Bug 657158 - (CVE-2011-2381) [SECURITY] Request email headers for attachment ...Reed Loden2011-08-041-0/+3
* Bug 676200: We shouldn't manually delete obsolete parameters in Bugzilla::Con...Frédéric Buclin2011-08-041-17/+13
* Fix a warning thrown when running 011pod.tFrédéric Buclin2011-08-031-1/+1