summaryrefslogtreecommitdiffstats
path: root/Bugzilla
AgeCommit message (Collapse)AuthorFilesLines
2015-05-12Bug 1146770: implement comment previewByron Jones1-1/+6
2015-05-11Bug 1161716: backport bug 1140575 to allow adding comment tags via ↵David Lawrence2-19/+52
webservice API when creating/updating
2015-05-11Bug 1163333: Per-product default platform is set to (undefined) ↵Dylan William Hardison1-1/+1
default_product method instead of default_platform
2015-05-08Bug 1149055: flag requestees are unable to set an attachment flag via a the ↵Byron Jones1-6/+27
update_attachment webservice if they do not have editbugs
2015-05-07Bug 1161567: always show the intermediate confirmation page when not using ↵Byron Jones1-2/+7
the modal view
2015-05-05Bug 1161568: unable to move non-public bugs between products when groups ↵Byron Jones1-3/+4
need updating (hitting save on intermediate page shows the intermediate page again)
2015-05-04Bug 1157124: don't report sql search errors to sentyByron Jones1-1/+1
2015-04-30Bug 1151745: add ui to minimise steps required to move bugs between productsByron Jones1-22/+50
2015-04-24Bug 1157395: CSRF in log in formDavid Lawrence4-7/+64
2015-04-22Bug 1157124: don't report sql search errors to sentyByron Jones1-0/+8
2015-04-21Bug 579089: Change default Hardware / OS values to be "Unspecified/Unspecified"Byron Jones3-6/+14
2015-04-20Bug 880227: Install of Bugzilla DBI module fails due to mirror.hiwaay.net ↵Simon Green1-7/+1
not being available
2015-04-14Bug 1031035: fix broken XMLRPCByron Jones1-1/+2
2015-04-13Bug 1152360: backport upstream bug 1143005 that adds a parameter to ↵David Lawrence1-0/+44
checksetup.pl for generating cpanfile for dependency resolution
2015-04-13Bug 1031035: xmlrpc can be DoS'd with billion laughs attackByron Jones1-0/+8
2015-04-13Bug 1152818: changing an assignee to nobody@mozilla.org or any .bugs address ↵Byron Jones1-1/+5
should automatically reset the status to NEW
2015-04-08Bug 1152368 - BUGZILLA_VERSION in Bugzill::Constants causes error when ↵David Lawrence1-2/+3
installing Perl deps for new BMO installation r=dylan
2015-04-07Bug 1146960: replace the version number on bmo with a build numberByron Jones2-1/+12
2015-03-26Bug 1147550: Minimum password length handler not trusted by password changeByron Jones4-15/+49
2015-03-24Bug 1096798: prototype modal show_bug viewByron Jones2-0/+8
2015-03-16Bug 1142399: invalid xmlrpc requests warns: Use of uninitialized value $file ↵Byron Jones1-0/+3
in substitution (s///) (Bugzilla/WebService/Server/XMLRPC.pm:114)
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 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 1141440 - OPTION response for CORS requests to REST doesn't allow ↵David Lawrence3-20/+18
X-Bugzilla headers
2015-03-10Bug 1141440: OPTION response for CORS requests to REST doesn't allow ↵David Lawrence1-1/+11
X-Bugzilla headers
2015-03-10Bug 1139749: backport bug 1128853 to bmo (Bugzilla shouldn't try to write ↵Byron Jones2-2/+5
API tokens into the shadow DB)
2015-03-09Bug 1139755: Fix 'Use of uninitialized value' warningByron Jones1-1/+1
2015-03-09Bug 1140458: backport upstream bug 1139755 to bmo/master to allow API ↵David Lawrence3-3/+21
authentication with X-Headers
2015-03-09Bug 1140966: backport bug 1139257 to bmo (allow cookie+api-token GET REST ↵Byron Jones2-31/+18
requests)
2015-03-03Bug 1137368: Allow the bug's assignee to edit attachment fields, even if ↵Byron Jones1-3/+12
they do not have editbugs
2015-03-03don't log illegal collation errors in sentryByron Jones1-0/+1
2015-02-24Bug 1134743: javascript filter should escape uncode line and paragraph ↵Byron Jones1-0/+2
separators (causes "Unterminated string literal" javascript error)
2015-02-23Bug 1130721: Implement support for the attachment author for pronoun ↵Andre Klapper1-0/+1
substitution in Custom Search
2015-02-20Bug 1088086: Possible duplicate search doesn't return any results if you ↵Byron Jones1-11/+14
input "a->b" (for any a/b)
2015-02-13Bug 1124810: Searching for '---' in Simple Search causes a SQL errorByron Jones1-0/+4
2015-02-03Bug 1128832: don't create api_tokens when pointing to the shadow_dbByron Jones1-0/+2
2015-02-03Bug 1128832: file error - recursion into 'global/header.html.tmpl'Byron Jones1-0/+5
2015-02-03Bug 1128832: file error - recursion into 'global/header.html.tmpl'Byron Jones1-9/+9
2015-02-02Bug 1123769: add a "rank" field to bugzilla to track priorityByron Jones3-0/+29
2015-01-29Bug 1045145: backport upstream bug 726696 to bmo/4.2 to allow use of api ↵David Lawrence12-19/+358
keys for authentication
2015-01-29Bug 1127282: The bug_mentor quicksearch field is impossible to guessByron Jones1-0/+1
2015-01-27Bug 1124432: Backport upstream bug 1079065 to bmo/4.2 to fix improper use of ↵David Lawrence8-10/+10
open() calls
2015-01-27Bug 1124437: Backport upstream bug 1090275 to bmo/4.2 to whitelist ↵Byron Jones10-0/+81
webservice api methods
2015-01-21Bug 1122269: no longer have access to ↵Byron Jones1-6/+7
https://bugzilla.mozilla.org/cvs-update.log
2015-01-08Bug 1089475: Use "ThrowCodeError" when a database error occurs instead of ↵Jeff Fearn1-1/+14
dumping a stack trace
2015-01-07Bug 1077510: fix docker files permissionsByron Jones1-0/+2
2014-12-22Bug 1098291: OPTION response for CORS requests to REST doesn't allow ↵David Lawrence1-1/+1
X-Requested-With r=glob,a=glob
2014-12-05Bug 829358: Changing the name of a private attachment in an unhidden bug ↵David Lawrence1-1/+4
results in the name change being sent unencrypted
2014-11-27Bug 1092578: Decide if an email needs to be encrypted at the time it is ↵Byron Jones1-0/+8
generated, not at the time it is sent
2014-11-18Bug 1100368: css concatenation breaks data: urlsByron Jones1-1/+3