summaryrefslogtreecommitdiffstats
path: root/Bugzilla
AgeCommit message (Collapse)AuthorFilesLines
2012-08-15Bug 779088 - Allow extensions to whitelist PATH_INFODave Lawrence2-1/+28
2012-08-07Revert commit 8283Dave Lawrence1-10/+0
2012-08-07Bug 778631: use a persistent Template::Provider to avoid recompiling ↵Byron Jones1-0/+10
templates between page loads
2012-08-03Bug 756953 - Dependencies table should have unique index so that duplicate ↵Dave Lawrence2-1/+30
entries are blocked r/a=LpSolit
2012-08-01merged with bugzilla/4.2Dave Lawrence4-16/+26
2012-07-31Bug 776982 - Increase longdescs primary key size to INTSERIAL for future growthDave Lawrence1-12/+10
r/a=LpSolit
2012-07-31Bug 775056 - Add prefix to filter() and filter_wants()Frank Becker1-7/+17
2012-07-27Bumped version post releaseDave Lawrence1-1/+1
2012-07-26Bump version to 4.2.2Dave Lawrence1-1/+1
2012-07-26Bug 777398: (CVE-2012-1968) [SECURITY] HTML bugmail exposes information ↵Frédéric Buclin2-14/+24
about restricted bugs r=glob a=LpSolit
2012-07-26Bug 774625 - describecomponents.cgi - product category listing is not sortedMarkus Kolb1-1/+1
r=dkl, a=LpSolit
2012-07-26merged with bugzilla/4.2Dave Lawrence2-6/+16
2012-07-25Bug 776103 - Syntax error in Bugzilla::User::Setting API docKoosha Khajeh Moogahi1-2/+2
r/a=LpSolit
2012-07-25Bug 776972 - Increase bugs_activity primary key size to INTSERIAL for future ↵Dave Lawrence2-6/+26
growth r/a=LpSolit
2012-07-24Bug 697224 - Add methods to get a user's saved searches to the WebService ↵Koosha Khajeh Moogahi1-0/+43
(new "User.saved_searches" or add to User.get) r=dkl, a=LpSolit
2012-07-24Bug 520434 - Inconsistent naming of time fields (creation_time vs time)Koosha Khajeh Moogahi1-0/+10
r=dkl, a=LpSolit
2012-07-24Bug 753688: Classification doesn't work as z-axis on reportsFrédéric Buclin1-4/+14
r=glob a=LpSolit
2012-07-23Bug 764466 - Add a primary key to the profiles_activity tableDave Lawrence2-0/+6
r=glob, a=LpSolit
2012-07-23Bug 764457 - Add a primary key to the bugs_activity tableDave Lawrence2-0/+6
r=glob, a=LpSolit
2012-07-16backport bug 169752 (join split bugs_activity entries)Byron Jones1-5/+46
https://bugzilla.mozilla.org/show_bug.cgi?id=770417
2012-07-02Bug 770104: "Use of uninitialized value in pattern match" with missing ↵Byron Jones1-1/+1
user-agent
2012-06-29Fix SQL error caused if a bugmail_recipients hook deletes all recipientsByron Jones1-14/+16
2012-06-27Bug 764430: improvements to 4.2 bugmailByron Jones1-2/+16
2012-06-26Bug 762288 - Change bugs_activity.removed to match data type of ↵Dave Lawrence2-1/+7
bugs_activity.added r/a=LpSolit
2012-06-19Bug 752400: port "referenced bugs" to bmo/4.2Byron Jones1-12/+56
2012-06-13Fix arecibo handler doubling error messagesByron Jones1-19/+14
2012-06-12merge from bugzilla/4.2Byron Jones2-3/+9
2012-06-09Bug 577014: [SINGLE|MULTIPLE]_SELECT custom fields with no new values, ↵Koosha Khajeh Moogahi1-0/+6
containing only the default value '---' and marked as mandatory, blocks the user to update/create a bug r/a=LpSolit
2012-06-08Bug 760075: Fix error thrown when an allwords search starts with or ends ↵Simon Green1-3/+3
with a space r=glob, a=LpSolit
2012-06-05merged with bugzilla/4.2Dave Lawrence1-0/+1
2012-05-30Bug 759093: don't report most webservice errors to areciboByron Jones1-1/+15
2012-05-24Bug 744691: Throw an error early when calling a method from a non-existent classByron Jones1-0/+1
r=dkl, a=LpSolit
2012-05-22merged with bugzilla/4.2Dave Lawrence4-6/+16
2012-05-22Bug 753288: adds support for detecting android operating systemByron Jones1-0/+1
2012-05-22Bug 756005: fix arecibo breaking xmlrpc errorsByron Jones2-6/+13
2012-05-21Bug 754090: Bugzilla::FlagType::match() crashes when the group parameter is ↵Frédéric Buclin1-2/+12
not a number a=LpSolit
2012-05-17Bug 752751: Perl modules that start with a protocol (eg HTTP::Header) are ↵Simon Green1-1/+1
not escaped correctly in SAFE_URL_REGEXP r/a=LpSolit
2012-05-08Bug 729001: reverse resolve the ip address in account lockout notificationsByron Jones1-0/+9
2012-05-01Fixed earlier declaration error in Bugzilla/Search.pmDave Lawrence1-1/+0
2012-05-01merged with bugzilla/4.2Dave Lawrence9-121/+320
2012-04-30Bug 749074: Throw an error message instead of syntax error on invalid search ↵Byron Jones1-1/+3
type operators r=LpSolit,a=LpSolit
2012-04-26bug 749069: more "use of uninitialized" warning fixesByron Jones1-0/+3
2012-04-19Bug 747016: fix uninit warning in report.cgi, and nice the forked arecibo ↵Byron Jones1-2/+3
process
2012-04-19Bumping the version post-releaseDave Lawrence1-1/+1
2012-04-18Bump version to 4.2.1Dave Lawrence1-1/+1
2012-04-18Bug 728639: (CVE-2012-0465) [SECURITY] User lockout policy can be bypassed ↵Frédéric Buclin3-5/+117
by altering the X-FORWARDED-FOR header r=glob a=LpSolit
2012-04-18Bug 746547: SMALLSERIAL is of type INT2, not INT1Frédéric Buclin1-1/+1
r=timello a=LpSolit
2012-04-17Bug 745197: Add a hook in Bugzilla::Error::_throw_error() so that extensions ↵Frédéric Buclin2-44/+80
can control the way to throw errors r=dkl a=LpSolit
2012-04-17Bug 745320: Shared queries do not work when tags are part of the queryFrédéric Buclin1-3/+3
r=dkl a=LpSolit
2012-04-17Bug 746027: dont push cvs checkout errors to areciboByron Jones1-0/+1