summaryrefslogtreecommitdiffstats
path: root/Bugzilla
AgeCommit message (Collapse)AuthorFilesLines
2012-08-31Merge from bugzilla/4.2Reed Loden10-44/+181
2012-08-30Bumped version post-releaseDave Lawrence1-1/+1
2012-08-30Bump version to 4.2.3Dave Lawrence1-1/+1
2012-08-30Bug 785470: (CVE-2012-3981) [SECURITY] Missing escaping of the username can ↵Reed Loden1-0/+2
lead to LDAP injection r/a=LpSolit
2012-08-30Add x-generated-by header to bugmailByron Jones2-0/+12
2012-08-30Bug 731156: [Oracle] Adding or removing a DB column does not handle SERIAL ↵Frédéric Buclin2-29/+97
correctly r=dkl a=LpSolit
2012-08-29Bug 772620: Ignore empty strings in the CC listFrédéric Buclin1-0/+2
r=dkl a=LpSolit
2012-08-29Fix more bustage caused by Bug 772953Byron Jones1-4/+6
2012-08-29Fix bustage caused by Bug 772953Byron Jones1-1/+4
2012-08-28Bug 772953: Remove the token from buglist urlsByron Jones1-0/+5
r=dkl, a=LpSolit
2012-08-28Bug 786167: fix various "use of uninitialized value" warningsByron Jones1-1/+3
2012-08-26Bug 559539: [Oracle] whine.pl sets run_next incorrectly due to CURRENT_DATEDavid Taylor1-3/+5
r/a=LpSolit
2012-08-23Fix Use of uninitialized value in pattern match (m//) at ↵Dave Lawrence1-1/+1
/data/www/bugzilla.mozilla.org/Bugzilla/UserAgent.pm line 179 error from Arecibo
2012-08-23Bug 785063 - content of x-bugzilla-changed-fields in bugmail has changed ↵Dave Lawrence1-3/+8
from field descriptions to field names r=glob
2012-08-21Bug 783786: PostgreSQL databases can be created with the wrong encodingFrédéric Buclin1-0/+10
r=dkl a=LpSolit
2012-08-20Bug 698068: The "There is no saved search named ..." page has a "forget" linkFrédéric Buclin1-1/+1
r=glob a=LpSolit
2012-08-16fix interdiff breakageByron Jones1-1/+1
2012-08-16Bug 779862: shift PatchReader into bugzilla namespace and fix long standing ↵Dave Lawrence12-20/+1144
issues
2012-08-15Bug 779088 - Allow extensions to whitelist PATH_INFODave Lawrence2-1/+28
2012-08-15Bug 771100: Unable to attach a file to a bug with perl 5.16Frédéric Buclin1-1/+1
r=dkl a=LpSolit
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-07Bug 779709: Don't allow searching on changes to private attachments or commentsSImon Green1-3/+36
r=glob, a=LpSolit
2012-08-03Bug 682317 - Bug.create is incorrectly documented as ignoring invalid ↵Koosha Khajeh Moogahi1-2/+3
fields; it should say it produces an error r=dkl, a=LpSolit
2012-08-03Bug 780028: Oracle crashes if a column listed in ORDER BY appears twice in ↵Frédéric Buclin1-4/+13
SELECT r=glob a=LpSolit
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