aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla
Commit message (Collapse)AuthorAgeFilesLines
* Bug 687725: Adding a local bug ID in the See Also field isn't logged in the ↵Tiago Mello2011-11-282-67/+35
| | | | | | bug history of that bug r/a=LpSolit
* Bug 705393: Improve the error message thrown by Update.pm when ↵Frédéric Buclin2011-11-282-13/+20
| | | | | | updates.bugzilla.org is unavailable r=glob a=LpSolit
* Bug 428490 - Display group icons for indirect memberships, too.Marc Schumann2011-11-281-23/+0
| | | | r/a=LpSolit
* Bug 368250: collectstats.pl creates files with wrong ownershipFrédéric Buclin2011-11-261-0/+27
| | | | r/a=mkanat
* Bug 255606: Do not let buglist.cgi return all bugs by defaultFrédéric Buclin2011-11-263-1/+11
| | | | r/a=mkanat
* Bug 680771 - Send X-XSS-Protection header for XSS prevention/blockingReed Loden2011-11-211-0/+4
| | | | [r=mkanat a=LpSolit]
* Bug 703928: Bugzilla::Util should depend on Bugzilla::Error, not the oppositeFrédéric Buclin2011-11-212-19/+15
| | | | r=dkl a=LpSolit
* cancelled -> canceledFrédéric Buclin2011-11-191-1/+1
| | | https://bugzilla.mozilla.org/show_bug.cgi?id=703788
* Bug 703788: Improve performance of diff_arrays() with large arraysFrédéric Buclin2011-11-191-26/+29
| | | | r/a=mkanat
* Bug 696537: Load DateTime only when datetime_from() is calledFrédéric Buclin2011-11-181-2/+3
| | | | r/a=mkanat
* Make Login/Stack.pm refuse to continue down the stack if an Auth method ↵Gervase Markham2011-11-181-2/+8
| | | | | returns an explicit failure. r=dkl, a=mkanat. https://bugzilla.mozilla.org/show_bug.cgi?id=698423
* Bug 702208: TheSchwartz should not open a new db connection for each emailByron Jones2011-11-151-0/+6
| | | | r=mkanat, a=mkanat
* 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
| | | | r/a=mkanat
* Bug 690173: Cannot delete user accounts due to FK on audit_logmiketosh2011-10-233-1/+26
| | | | r/a=mkanat
* Bug 696541: Only load some external modules when needed, to improve the load ↵Frédéric Buclin2011-10-233-8/+10
| | | | | | time of pages r/a=mkanat
* Bug 696256: global/variables.none.tmpl should be PRE_PROCESS'edFrédéric Buclin2011-10-231-1/+1
| | | | r/a=mkanat
* Bug 696244: Remove the unused Bugzilla/Template/Plugin/User.pm fileFrédéric Buclin2011-10-211-65/+0
| | | | r/a=mkanat
* Bug 652149: Rename request/email.txt.tmpl into email/flagmail.txt.tmplFrédéric Buclin2011-10-191-1/+1
| | | | r=glob a=LpSolit
* Bug 686963: Setting the work time using the Bug.update WebService methodTiago Mello2011-10-191-7/+9
| | | | | requires a comment. r/a=LpSolit
* Bug 689862: Fix Product.get to only return the Classification name,Tiago Mello2011-10-151-17/+2
| | | | | instead of all the classification info. r/a=LpSolit
* Bug 691243: Fix typoMatt Selsky2011-10-151-1/+1
| | | | r/a=LpSolit
* Bug 658485: Implement Group.update to update groups from the WebServicesCarole Pryfer2011-10-151-1/+151
| | | | r/a=mkanat
* $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" ↵Frédéric Buclin2011-10-011-1/+8
| | | | | | when deleting an existing attachment filename a=LpSolit
* Bug 686786: Decreasing votestoconfirm in editproducts.cgi crashes BugzillaFrédéric Buclin2011-09-292-2/+4
| | | | r/a=mkanat
* Bug 512648 - Make Bugzilla::Bug centrally control available statuses inRobert Webb2011-09-281-13/+71
| | | | | enter_bug.cgi r=mkanat, a=mkanat
* Bug 655652: Remove "internals" field from Product.getFrédéric Buclin2011-09-271-9/+35
| | | | r=glob a=LpSolit
* Bug 686967: Fix incoherent code in ↵Tiago Mello2011-09-191-4/+11
| | | | | | Bugzilla::BugUrl::Bugzilla::Local->should_handle() r/a=LpSolit
* Bug 686904: Removing an invalid URL from the See Also field crashes BugzillaFrédéric Buclin2011-09-191-2/+3
| | | | r=timello a=LpSolit
* Bug 687247: Bugzilla crashes when creating a new flagtype on PostgreSQLFrédéric Buclin2011-09-181-0/+2
| | | | a=LpSolit
* Fix typo in commentsFrédéric Buclin2011-09-181-2/+2
|
* Bug 686227: Users with editcomponents privs must be able to add products ↵Frédéric Buclin2011-09-171-2/+18
| | | | | | they cannot see to the inclusion and exclusion lists when creating or editing a flagtype r=dkl a=LpSolit
* 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
| | | | r=timello a=LpSolit
* Bug 683025 - Add a check_for_edit to Bugzilla::Bug to return the bug objectRobert Webb2011-09-013-26/+15
| | | | | if the user can edit the bug r=mkanat, a=mkanat
* Bug 682203 - migrate.pl fails at requirements check.Marc Schumann2011-08-311-0/+1
| | | | r/a=mkanat
* Bug 629529: Make SQLite installs able to use jobqueue.plMax Kanat-Alexander2011-08-292-0/+58
| | | | r=glob, a=mkanat
* Bug 637648 - Rename the "tags" table to "tag"Stephanie Daugherty2011-08-297-16/+44
| | | | r=LpSolit, a=LpSolit
* Bug 679516: Call Bugzilla::Object->remove_from_db when deleting an objectEdmund Yan2011-08-214-10/+3
| | | | r/a=LpSolit
* Bug 677522: IssueEmailChangeToken() should get the old login name from the ↵Frédéric Buclin2011-08-171-4/+4
| | | | | | user object r=timello a=LpSolit
* Bug 662070: Use say() instead of print() where appropriateFrédéric Buclin2011-08-176-33/+39
| | | | r=glob a=LpSolit
* Bug 661476: sanitycheck.pl should check if all products have components defined.Frédéric Buclin2011-08-172-0/+14
| | | | | Also, creating a new product from the web UI asks you to create a component too. r=glob a=LpSolit
* Bug 655472: Print out localconfig as UTF-8 so we don't mangle UTF-8 comments.Max Kanat-Alexander2011-08-161-2/+3
| | | | r=LpSolit, a=LpSolit
* Bug 678970: Use $user and $cgi instead of Bugzilla->user and Bugzilla->cgiFrédéric Buclin2011-08-171-8/+8
| | | | r=timello a=LpSolit
* Bug 675603: Remove obsolete code from Bugzilla/DB/Oracle.pmFrédéric Buclin2011-08-171-11/+1
| | | | r=mkanat a=LpSolit
* Bug 672947: Add 'require Bugzilla::BugMail' in Bugzilla::Bug->_send_bugmailTiago Mello2011-08-161-0/+2
| | | | | and remove unnecessary module imports in process_bug.cgi. r/a=LpSolit
* Bug 675366: Use Bugzilla::Object::remove_from_db() when deleting a componentEdmund Yan2011-08-161-8/+1
| | | | r/a=LpSolit
* Bug 678772: version.pm 0.92 and newer forbids negative values, making ↵Frédéric Buclin2011-08-161-2/+3
| | | | | | checksetup.pl to fail r/a=mkanat
* Bug 654496: Duplicate bug detection doesn't work when using OracleFrédéric Buclin2011-08-162-3/+3
| | | | r/a=mkanat