aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla
Commit message (Expand)AuthorAgeFilesLines
* Bug 680771 - Send X-XSS-Protection header for XSS prevention/blockingReed Loden2011-11-211-0/+4
* Bug 703928: Bugzilla::Util should depend on Bugzilla::Error, not the oppositeFrédéric Buclin2011-11-212-19/+15
* cancelled -> canceledFrédéric Buclin2011-11-191-1/+1
* Bug 703788: Improve performance of diff_arrays() with large arraysFrédéric Buclin2011-11-191-26/+29
* Bug 696537: Load DateTime only when datetime_from() is calledFrédéric Buclin2011-11-181-2/+3
* Make Login/Stack.pm refuse to continue down the stack if an Auth method retur...Gervase Markham2011-11-181-2/+8
* Bug 702208: TheSchwartz should not open a new db connection for each emailByron Jones2011-11-151-0/+6
* Revert unintended change in Bugzilla/Mailer.pmDavid Lawrence2011-10-241-2/+0
* Bug 685552 - Email auto-completion causes server to thrashDavid Lawrence2011-10-242-0/+8
* Bug 690173: Cannot delete user accounts due to FK on audit_logmiketosh2011-10-233-1/+26
* Bug 696541: Only load some external modules when needed, to improve the load ...Frédéric Buclin2011-10-233-8/+10
* Bug 696256: global/variables.none.tmpl should be PRE_PROCESS'edFrédéric Buclin2011-10-231-1/+1
* Bug 696244: Remove the unused Bugzilla/Template/Plugin/User.pm fileFrédéric Buclin2011-10-211-65/+0
* Bug 652149: Rename request/email.txt.tmpl into email/flagmail.txt.tmplFrédéric Buclin2011-10-191-1/+1
* Bug 686963: Setting the work time using the Bug.update WebService methodTiago Mello2011-10-191-7/+9
* Bug 689862: Fix Product.get to only return the Classification name,Tiago Mello2011-10-151-17/+2
* Bug 691243: Fix typoMatt Selsky2011-10-151-1/+1
* Bug 658485: Implement Group.update to update groups from the WebServicesCarole Pryfer2011-10-151-1/+151
* $user->is_mover no longer exists, see bug 556422Frédéric Buclin2011-10-041-6/+0
* Bug 582529: Ambiguous error message "You did not specify a file to attach" wh...Frédéric Buclin2011-10-011-1/+8
* 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