aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix regression due to bug 787668: The Bugzilla::DB::Oracle::st package ↵Frédéric Buclin2012-12-061-1/+1
| | | | requires -norequire to load DBI::st
* Bug 573919 - Add "X-Bugzilla-*" headers to flagmailsHugo Seabrook2012-12-033-15/+24
| | | | r=dkl, a=LpSolit
* Bug 817634: Tests in t/ should also check themselves where appropriateFrédéric Buclin2012-12-034-26/+33
| | | | r=glob a=LpSolit
* Remove tabs from t/002goodperl.t and CRLF characters from t/013dbschema.tFrédéric Buclin2012-12-032-85/+85
| | | | (required for bug 817634)
* Bug 816333: Fix linking of bugs on the "Change Votes" pageByron Jones2012-12-041-1/+1
| | | | r=LpSolit,a=LpSolit
* Bug 567671: Require Test::Taint 1.06 to get rid of warnings thrown with Perl ↵Frédéric Buclin2012-12-031-1/+2
| | | | | | 5.10 and newer r=dkl r=wurblzap a=LpSolit
* Bug 443306: Unused fields should not show up in boolean chartsSunil Joshi2012-12-021-1/+15
| | | | r/a=LpSolit
* Bug 547311: Remove the "align" attribute from <th>Christopher Trom2012-12-0229-81/+85
| | | | r/a=LpSolit
* Bug 460372: The confirmation thrown when deleting a custom field, component, ↵Sunil Joshi2012-12-026-9/+16
| | | | | | version or product must have a red background if the deletion affects bugs r/a=LpSolit
* Bug 812054: JavaScript error on the Advanced Search page when a ↵Hugo2012-12-011-2/+13
| | | | | | classification has a product invisible to the user r/a=LpSolit
* Bug 247560: Add tests for reserved SQL words in the DB schemaSunil Joshi2012-12-011-0/+84
| | | | r/a=LpSolit
* Bug 787668: Use |use parent| instead of |use base|Matt Selsky2012-12-01117-121/+121
| | | | r/a=LpSolit
* Bug 298461: editusers.cgi does not allow you to change only the letter-case ↵Hugo2012-11-301-1/+1
| | | | | | of an email address r/a=LpSolit
* Bug 813191 - Bug.add_attachment should only return the attachment IDHugo2012-11-301-7/+7
| | | | r=dkl, a=LpSolit
* Bug 784072: Use Pod::Coverage to make sure that all subroutines are documentedFrédéric Buclin2012-11-302-1/+71
| | | | r=wurblzap a=LpSolit
* Bug 816266 - Bug alias should be present in bug's <title>Dave Lawrence2012-11-301-4/+12
| | | | r=glob, a=LpSolit
* Bug 816747 - Add dummy POD for unPODded methods.Marc Schumann2012-11-3074-0/+1759
| | | | r/a=LpSolit
* Bug 802613: Merge common code of admin/custom_fields/create.html.tmpl and ↵Frédéric Buclin2012-11-293-265/+199
| | | | | | admin/custom_fields/edit.html.tmpl into a single template r=dkl a=LpSolit
* Bug 552694 - Add the "X-Bugzilla-Version" email headerHugo2012-11-291-0/+1
| | | | r=dkl, a=LpSolit
* - Fixed a spellcheck error in Bugzilla/User.pmDave Lawrence2012-11-291-1/+1
| | | https://bugzilla.mozilla.org/show_bug.cgi?id=579189
* Bug 579189 - New methods added to Bugzilla/User.pm by bug 24896 have no PODHugo2012-11-291-0/+29
| | | | r=dkl, a=LpSolit
* Bug 777685: Use UTF-8 encoding on all email parts, to work around buggy ↵Thorsten Schöning2012-11-271-0/+2
| | | | | | email clients. r=glob,a=LpSolit
* Bug 804093: Fix autodetected charset for windows-1252 encoded contentThorsten Schöning2012-11-271-3/+3
| | | | r=glob,a=LpSolit
* Fix typoSimon Green2012-11-261-10/+10
| | | | | r/a=LpSolit https://bugzilla.mozilla.org/show_bug.cgi?id=814654
* Bug 718289: The deadline field should be visible by non-members of the ↵Frédéric Buclin2012-11-2613-34/+34
| | | | | | timetracking group r=dkl a=LpSolit
* Bug 814841: The description of custom fields is not filtered in the help pageFrédéric Buclin2012-11-261-2/+1
| | | | r=dkl a=LpSolit
* Bug 385283: bz_webservice_demo.pl --product-name fails (Product.get_product ↵Thorsten Schöning2012-11-231-9/+17
| | | | | | | no longer exists) Part 2: correctly display components, milestones and versions r/a=LpSolit
* Bug 811280: Adds a caching mechanism to Bugzilla::Object to avoid querying ↵Byron Jones2012-11-228-17/+60
| | | | | | the database repeatedly for the same information r=dkl,a=LpSolit
* Bug 780820: Allows for multiple custom search criteria to match one fieldByron Jones2012-11-228-52/+333
| | | | r=dkl,a=LpSolit
* Bug 640756 - Make the documentation clearer that attachments created with ↵Dave Miller2012-11-201-1/+3
| | | | | | | Bug.add_attachment must by of type 'base64' when non-ASCII . r=LpSolit, a=LpSolit
* Bug 491198: The error message shouldn't say "didn't match anything" when ↵Sunil Joshi2012-11-201-1/+1
| | | | | | entering a too short name (when emailsuffix is in use) r/a=LpSolit
* Bug 385283: bz_webservice_demo.pl --product-name fails (Product.get_product ↵Thorsten Schöning2012-11-201-4/+4
| | | | | | no longer exists) r/a=LpSolit
* Bug 367475: Reword "Bug XXX has been added to the database" to "Bug XXX has ↵Sunil Joshi2012-11-191-1/+1
| | | | | | been successfully created" r/a=LpSolit
* Bug 812220: bug_link() is called twice per bug in bug/process/results.html.tmplFrédéric Buclin2012-11-193-11/+7
| | | | r=glob a=LpSolit
* Bug 810954: In the "reclassify products" page, form labels are not in boldSunil Joshi2012-11-161-4/+4
| | | | r/a=LpSolit
* Bug 797636: Improve performance for buglistsFrédéric Buclin2012-11-168-84/+65
| | | | r=dkl a=LpSolit
* Bug 802873: Linkify component names in the "Edit Product" pageKoosha Khajeh Moogahi2012-11-161-1/+3
| | | | r/a=LpSolit
* Bug 556195: bugzilla-queue.rhel initscript returns wrong result code when ↵Max Kanat-Alexander2012-11-161-4/+4
| | | | | | the daemon isn't running r=justdave a=LpSolit
* Bug 578762: When moving a bug into another product, the "Verify Bug Group" ↵Sunil Joshi2012-11-161-16/+19
| | | | | | section should not appear if no groups are applicable r/a=LpSolit
* Bug 393751: "The sudo session has been ended." needs a rewriteSunil Joshi2012-11-141-2/+2
| | | | [r=reed a=LpSolit]
* Bug 790296 (CVE-2012-4189): [SECURITY] Field values are not escaped ↵Frédéric Buclin2012-11-132-2/+2
| | | | | | correctly in tabular reports r=dkl a=LpSolit
* Bug 808845 (CVE-2012-5475): [SECURITY] Security vulnerability in YUI's ↵Frédéric Buclin2012-11-131-0/+0
| | | | | | swfstore.swf in YUI 2.8.2 and 2.9.0 a=LpSolit
* Bug 781850 (CVE-2012-4198): [SECURITY] Do not leak the existence of groups ↵Frédéric Buclin2012-11-132-11/+26
| | | | | | when using User.get() r=dkl a=LpSolit
* Bug 802204 (CVE-2012-4197): [SECURITY] Marking an attachment you cannot see ↵Frédéric Buclin2012-11-131-3/+0
| | | | | | as obsolete can disclose its description r=gerv a=LpSolit
* Bug 731178 (CVE-2012-4199): [SECURITY] field-events.js.tmpl discloses ↵Frédéric Buclin2012-11-132-8/+21
| | | | | | product and component names that the user is not allowed to see r=dkl a=LpSolit
* Bug 615627: Make t/012throwables.t know about user errors defined in extensionsSimon Green2012-11-133-3/+20
| | | | r=dkl, a=LpSolit
* But 800196: Sanitise line-endings for textarea fieldsMatt Tyson2012-11-131-0/+16
| | | | | r=glob, a=LpSolit https://bugzilla.mozilla.org/show_bug.cgi?id=800196
* Bug 676844: Replace ThrowCodeError() by ThrowUserError() when the error is ↵Frédéric Buclin2012-11-1218-130/+105
| | | | | | not triggered by the code itself r=glob a=LpSolit
* Fix the indentationFrédéric Buclin2012-11-081-1/+1
|
* Bug 808300: Requesting data for your own account using User.get should also ↵Koosha Khajeh Moogahi2012-11-081-4/+13
| | | | | | returns groups you belong to r/a=LpSolit