summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2015-04-05Bug 1128194: Remove 'umask 0' from post_bug.cgiFrédéric Buclin1-2/+0
r=dkl a=sgreen
2015-04-05Bug 123278 - CSV and RDF buglists should not use relative datesSimon Green1-2/+2
r=gerv, a=glob
2015-04-03Fix bustage due to bug 1007605 (checksetup.pl crashes when installing Bugzilla)Frédéric Buclin1-2/+7
2015-04-02Bug 1143005: Add parameter to checksetup.pl that generates a cpanfile usable ↵David Lawrence5-118/+72
by utilities such as cpanm for installing Perl dependencies r=dylan,a=glob
2015-04-02Bug 1061226: markdown isn't linkifying urlsAlbert Ting1-1/+17
r=dkl,a=glob
2015-04-01Bug 1093868: Markdown text rendering in comments is broken after commit from ↵Albert Ting1-0/+2
bug 1059684 r=dkl,a=glob
2015-03-31Bug 1121788: Buttons in buglist don't work in IEByron Jones2-14/+22
r=lpsolit,a=sgreen
2015-03-30Bug 1007605 - Make FIXED non-fixed, by changing noresolveonopenblockers to ↵Gervase Markham10-22/+50
define what the fixed resolution is. r,a=glob
2015-03-24Bug 1142365: Don't use <pre> for markdown comments in emailAlbert Ting2-2/+4
r=glob,a=glob
2015-03-23Bug 1145438: DB Crash under postgres when using alias column in buglist.cgiMatt Tyson1-1/+1
(fix ordering)
2015-03-20Bug 1145459: SQL error under postgres when using 'blocks' column in buglist.cgiMatt Tyson1-1/+1
r=glob,a=glob
2015-03-20Bug 1145438: DB Crash under postgres when using alias column in buglist.cgiMatt Tyson1-0/+1
r=glob,a=glob
2015-03-19Bug 1136745: Kill the makeproductgroups parameterGervase Markham8-67/+7
r=LpSolit a=glob
2015-03-19Bug 342113: Allow custom fields to appear as a discrete field in the search formAlbert Ting2-0/+22
r=glob,a=glob
2015-03-19Bug 1139150: Support wrapping quoted comments in MarkDownAlbert Ting2-1/+12
r=glob,a=glob
2015-03-19Bug 1105568: Add support for HTML flagmailEd Morley7-69/+187
r=glob,a=glob
2015-03-17Bug 1142399: invalid xmlrpc requests warns: Use of uninitialized value $file ↵Byron Jones1-0/+3
in substitution (s///) (Bugzilla/WebService/Server/XMLRPC.pm:114) r=dkl,a=glob
2015-03-16Bug 1137669: 003safesys.t doesn't test any file due to a missing -T argument ↵Frédéric Buclin1-4/+5
(and broken syntax in Support::Systemexec) r=dylan a=glob
2015-03-16Bug 1137674: Merge t/003safesys.t with t/001compile.tFrédéric Buclin2-56/+3
r=dylan a=glob
2015-03-15Bug 902395: Enforce utf8 = true for all installations and remove the utf8 ↵Frédéric Buclin29-185/+84
parameter r=dkl a=sgreen
2015-03-13Bug 1062718 - add the ability to disable sending of mail when updating bugsPami Ketolainen16-24/+151
r=dylan,a=sgreen
2015-03-12Bug 1139872: The URL in bugmail microdata has the '#' URI encoded, causing ↵Ed Morley1-3/+4
the links to break r=glob,a=glob
2015-03-11Require Text::MultiMarkdown 1.0.34 instead of 1.0.35, see bug 1130691Frédéric Buclin1-1/+2
2015-03-11Bug 880282: Replace |FILTER no_break| by |class="nowrap"| to prevent dashes ↵Frédéric Buclin8-19/+12
(U+002D) from being replaced by non-breaking hyphens/dashes (U+2011) r=dkl a=justdave
2015-03-11Bug 1141440: OPTION response for CORS requests to REST doesn't allow ↵David Lawrence1-1/+1
X-Bugzilla headers - Fixed a new hash constant error that did not fail locally due to Perl version difference
2015-03-11Bug 1138463: mod_perl does not support Apache 2.4 directivesFrédéric Buclin2-10/+56
r=dkl a=glob
2015-03-11Bug 1141440: OPTION response for CORS requests to REST doesn't allow ↵David Lawrence1-2/+7
X-Bugzilla headers - Fixed t/001compile.t error due to tr///r only for 5.14+
2015-03-11Bug 325315: The page to reset a forgotten password should be distinct from ↵Frédéric Buclin5-59/+119
the login page r=dkl a=glob
2015-03-11Bug 1141440: OPTION response for CORS requests to REST doesn't allow ↵David Lawrence3-11/+19
X-Bugzilla headers r=glob,a=glob
2015-03-09Bug 1136125 - Reduce memory usage of Bugzilla::CGI->send_cookie()Dylan William Hardison1-19/+3
r=dkl, a=glob
2015-03-09Bug 1130691: Support markdown tablesAlbert Ting4-5/+142
r=dkl,a=glob
2015-03-09Bug 1139755: Fix 'Use of uninitialized value' warningByron Jones1-1/+1
2015-03-09Bug 1139755: Allow API authentication with X-HeadersByron Jones3-3/+21
r=dkl,a=glob
2015-03-09Bug 1139257: allow cookie+api-token GET REST requestsByron Jones2-31/+18
r=dkl,a=glob
2015-03-07Bug.update_attachment returns 'attachments', not 'attachment'Frédéric Buclin1-1/+1
2015-03-07Fix POD: is_markdown exists since Bugzilla 6.0, not 5.0Frédéric Buclin1-3/+3
2015-03-05Bug 1107310 - Mention max_allowed_packet in mysqldump section. r=LpSolit, a=globGervase Markham1-2/+4
2015-03-05Bug 1128853: Bugzilla shouldn't try to write API tokens into the shadow DBByron Jones14-1/+30
r=dkl,a=glob
2015-03-04Bug 1138754: span.quote styling makes the scroll bar difficult to accessAlbert Ting1-1/+0
r=glob,a=glob
2015-03-03(TaskCluster) Allow retrieval of the selenium.log for Selenium testsDavid Lawrence1-0/+10
2015-02-26Bug 1118930: validateEnterBug() doesn't work when attachments are disabledAlbert Ting1-1/+1
r=LpSolit a=glob
2015-02-26Bug 1061271: Add a hook into ↵Frédéric Buclin3-1/+43
Bugzilla::User::check_and_send_account_creation_confirmation() r=gerv a=glob
2015-02-26Bug 919218: Rename "Email Preferences" tab in userprefs to "Email Notifications"Sunil Joshi1-1/+1
r=LpSolit a=glob
2015-02-25Bug 1133245: Add ID HTML parameters to <tr> table rows on show_bug.cgiAndre Klapper1-24/+24
r=dylan,a=glob
2015-02-24Bug 1134743: javascript filter should escape uncode line and paragraph ↵Byron Jones1-0/+2
separators (causes "Unterminated string literal" javascript error) r=dylan,a=glob
2015-02-23Bug 1130721: Allow pronouns to be used for the attachment creator in Custom ↵Andre Klapper1-0/+1
Search r=LpSolit a=glob
2015-02-22Bug 1102364: Add microdata to HTML bugmail so GMail can display a "View bug" ↵Ed Morley1-0/+9
button r=dkl,a=sgreen
2015-02-22Fix colspan (bug 554964)Frédéric Buclin1-1/+1
2015-02-21Change a label in relnotesFrédéric Buclin1-3/+3
2015-02-20Fixed typo in taskgraph.jsonDavid Lawrence1-6/+6