summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2012-10-25Bug 800509 - Add an X-Bugzilla-Resolution header in bugmailDave Lawrence1-0/+1
r/a=LpSolit
2012-10-25Bug 802586 - config.js.tmpl doesn't display keywords correctly anymoreDave Lawrence1-2/+9
r/a=LpSolit
2012-10-19Bug 803600: Clean up the comment generated when deleting attachmentsFrédéric Buclin2-10/+2
r=justdave a=LpSolit
2012-10-19Bug 803295: Bump the minimum requirement for DBI to 1.54Frédéric Buclin1-1/+2
r=glob a=LpSolit
2012-10-19Bug 531243: Bugzilla crashes on show_bug if it's hit while a custom field is ↵Frédéric Buclin1-1/+9
being added r=justdave a=LpSolit
2012-10-19Bug 780053: Oracle crashes when listing keywords, tags or flags in buglistsDavid Taylor1-9/+13
r/a=LpSolit
2012-10-16Bug 577329 - WebServices should filter email addresses same as the web UI as ↵Dave Lawrence9-22/+50
users are not always required to login r/a=LpSolit
2012-10-16Bug 604388 - Filenames used to store data for Old Charts should be based on ↵Marc Schumann6-71/+118
product IDs, not names (avoid dataloss when renaming products). r/a=LpSolit
2012-10-16Bug 799721: PostgreSQL 9.2 requires DBD::Pg 2.19.3Frédéric Buclin1-4/+5
r=glob a=LpSolit
2012-10-16Bug 797680: make "reset assignee/qa-contact to default" unchecked if the ↵Byron Jones2-11/+19
assignee/qa-contact has changed from defaults r=LpSolit, r=LpSolit
2012-10-15Bug 801569: Require DBD::Pg 2.7.0 to correctly work with PostgreSQL 8.3Frédéric Buclin1-1/+3
r=glob a=LpSolit
2012-10-14Bug 163890: editusers.cgi incorrectly treats "_" (underscore) as a wildcardSunil Joshi1-2/+1
r/a=LpSolit
2012-10-14Bug 363910: "Add a new query" should be renamedSunil Joshi2-17/+17
r/a=LpSolit
2012-10-14Bug 800842: Inconsistency in field names in editcomponents.cgiKoosha Khajeh Moogahi1-2/+2
r/a=LpSolit
2012-10-14Bug 781314: The behavior of tags changedFrédéric Buclin1-14/+6
r=wicked a=LpSolit
2012-10-13Fix typoFrédéric Buclin1-1/+1
2012-10-13Bug 532478: When attaching a file to a bug, display the max size allowed for ↵Sunil Joshi1-0/+3
attachments r/a=LpSolit
2012-10-13Bug 213440: quoteUrls() should permit multiple bug numbers to be linkified ↵Koosha Khajeh Moogahi1-0/+17
in comments r/a=LpSolit
2012-10-13Bug 330806: Reword the "Unknown Tab" and the "Invalid Keyword" error messagesSunil Joshi1-3/+2
r/a=LpSolit
2012-10-13Bug 335417: Minor tweaks to the description of the mybugstemplate and ↵Sunil Joshi1-3/+3
defaultquery parameters r/a=LpSolit
2012-10-13Bug 245375: Scheduled whining needs custom columnsAlbert Ting3-25/+38
r/a=LpSolit
2012-10-12Bug 791554: Make clear that 0 is a valid sortkey for flagtypesSunil Joshi2-3/+3
r/a=LpSolit
2012-10-12s/sortey/sortkey/gFrédéric Buclin1-2/+2
2012-10-12Bug 790129: Bugzilla->fields returns fields in random order (the sortkey is ↵Simon Green1-2/+3
ignored) r/a=LpSolit
2012-10-12Bug 793826: Prevent private web service methods from being calledKoosha Khajeh Moogahi1-1/+3
r=dkl a=LpSolit
2012-10-12Bug 297213: Submit button appears without having anything to submitSunil Joshi1-113/+106
r/a=LpSolit
2012-10-11Bug 798994: Fix incorrect double escaping when displaying saved queries URLsSimon Green1-1/+1
r=glob, a=LpSolit
2012-10-10Bug 448815: Support pronouns for the "changed by" field in boolean chartsFrédéric Buclin1-3/+12
r=dkl a=LpSolit
2012-10-09Bug 753635: Allow editing local see also even if you cannot edit the other bugSimon Green1-3/+7
r=glob, a=LpSolit
2012-10-08Bug 795650: Cache the HTML::Scrubber object for improved performanceFrédéric Buclin1-8/+11
r=glob a=LpSolit
2012-10-08Bug 652047: checksetup.pl fails to compile/run if the Voting extension is ↵Frédéric Buclin2-1/+19
enabled on a fresh install r=glob a=LpSolit
2012-10-05Bug 798389: Update the URL mentioned by checksetup.pl to download patchutilsFrédéric Buclin1-1/+1
r=gerv a=LpSolit
2012-10-05$_localconfig is now obsoleteFrédéric Buclin1-1/+0
2012-10-04Bug 797883: Adds a Bugzilla->process_cacheByron Jones2-9/+16
r=LpSolit, a=LpSolit
2012-10-04Bug 790909: Editing dependencies from the "Change Several Bugs at Once" page ↵Frédéric Buclin1-1/+1
does not work as expected (bug IDs are incorrectly parsed) r=dkl a=LpSolit
2012-10-04Bug 788098: Queries involving group substitution crash when ↵Frédéric Buclin2-6/+14
usevisibilitygroups is enabled r=dkl a=LpSolit
2012-10-04Bug 794389: There is no field named 'actual_time' when generating reportsFrédéric Buclin1-0/+4
r=glob a=LpSolit
2012-10-04Bug 796072: Make admin/table.html.tmpl a bit fasterFrédéric Buclin2-30/+15
r=dkl a=LpSolit
2012-10-04Bug 796386: Warn user if bugmails have been disabledMatt Tyson1-0/+9
r=glob, a=LpSolit
2012-10-04Bug 794125: Make User.get ignore duplicate groups for membership look upsKoosha Khajeh Moogahi1-3/+5
r=glob, a=LpSolit
2012-10-04Bug 349029: Renames the "Some attachment data changes" email preferenceSunil Joshi1-1/+1
r=glob,a=LpSolit
2012-10-03Bug 757935: Bugs with resolution MOVED cannot be editedFrédéric Buclin1-1/+3
r=glob a=LpSolit
2012-09-30Remove the Contributors section from POD, we don't have it anywhere elseFrédéric Buclin2-65/+4
2012-09-29Bug 793893: Tabular reports crash when no format parameter is definedFrédéric Buclin3-8/+6
r=glob a=LpSolit
2012-09-27Bug 787697 - config.cgi uri is not unique for versions and target_milestonesFrank Becker1-4/+8
r=dkl,LpSolit a=LpSolit
2012-09-25Bug 437212: Make page refreshing under Firefox update fieldsByron Jones6-0/+75
r=LpSolit, a=LpSolit
2012-09-21Bug 694755: Add Classification API to WebServices (implement ↵Koosha Khajeh Moogahi2-5/+205
Classification.get()) r/a=LpSolit
2012-09-20Fix bustageFrédéric Buclin1-1/+2
2012-09-20Bug 450546: Use visible_bugs() where appropriate instead of/in combination ↵Koosha Khajeh Moogahi6-9/+24
with can_see_bug() to improve performance r/a=LpSolit
2012-09-19Bug 308709: Misleading confirmation when entering an invalid sort key for a ↵Sunil Joshi2-4/+4
field value r/a=LpSolit