summaryrefslogtreecommitdiffstats
path: root/Bugzilla
AgeCommit message (Collapse)AuthorFilesLines
2013-12-17Bug 815026: Bugzilla::Object cache should be cleared when an object is ↵Byron Jones1-0/+2
updated or removed from the database
2013-12-10fix issue with switching to the super_user during checksetupByron Jones1-2/+2
2013-12-10Bug 942725: backport bug 793963 to bmo (add the ability to tag comments with ↵Byron Jones11-15/+424
arbitrary tags)
2013-12-10Bug 942725: add the ability to tag comments with arbitrary tagsByron Jones4-2/+73
2013-12-05Bug 943636: SQL error in quicksearch API when providing just a bug IDByron Jones1-16/+52
2013-12-05merged with bugzilla/4.2Dave Lawrence1-15/+14
2013-12-02Bug 938300: vers_cmp() incorrectly compares module versionsFrédéric Buclin1-15/+14
r=sgreen a=justdave
2013-12-02Bug 781672: checksetup.pl fails to check the version of the latest ↵Frédéric Buclin1-2/+9
Apache2::SizeLimit release (it throws "Invalid version format (non-numeric data)") r=dkl a=justdave
2013-11-22merged with bugzilla/4.2Dave Lawrence2-4/+12
2013-11-19Bug 929345: bug history/activity shouldn't collapse multi-line values to a ↵Byron Jones1-8/+0
single line
2013-11-19Bug 939844: Don't cache template filters when arguments are suppliedByron Jones1-1/+2
2013-11-18Bug 936241 - Bug.create doesn't allow tracking flags to be set, but ↵Dave Lawrence1-0/+6
Bug.update does r=glob
2013-11-18Bug 937180: creation_ts of bugs and attachments always at 0 secondsByron Jones2-17/+14
2013-11-14Bug 938161: sql_date_format() method for SQLite has an incorrect default formatFrédéric Buclin1-1/+1
r/a=glob
2013-11-14Product and Component entries in emails sent out for new bugs are positioned ↵Byron Jones1-3/+3
too far away https://bugzilla.mozilla.org/show_bug.cgi?id=938507
2013-11-13Bug 843457: PROJECT environment variable is not honored when mod_perl is enabledFrédéric Buclin1-3/+11
r/a=glob
2013-11-13Bug 932346: Simple bug-change push extensionByron Jones1-9/+16
2013-11-07Bug 935570: add ProjectHoneyPot protectionByron Jones1-0/+3
2013-11-06Bug 934573 - Date range for Bug.history WebService API method Dave Lawrence1-7/+10
2013-10-31Bug 887117: Move the compiled template cache dir to a directory in the ↵Dave Lawrence1-1/+1
document root to avoid storing on NFS
2013-10-31Bug 920026: show reminder of pending review, feedback, and needinfo requests ↵Byron Jones1-2/+2
in the header
2013-10-29Bug 927497 - "Add me to CC list" feature of bug creation screen gives token ↵Dave Lawrence1-10/+18
error
2013-10-28Bug 931192: Add support for product aliases to searchByron Jones1-1/+51
2013-10-28Bug 928410 - Bug.get should return detail about cc list members similar to ↵Dave Lawrence1-0/+6
assigned_to, creator and qa_contact
2013-10-25Bug 921523 - backport upstream bug 917669 to bmo/4.2 to throw error when ↵Dave Lawrence3-11/+18
invalid cookies/tokens are used with webservices
2013-10-25Bug 930407: background bugmail generation throws a "Can't store CODE items" ↵Byron Jones1-9/+15
error on some changes
2013-10-24disable changes from bug 910565Byron Jones1-5/+8
2013-10-23Bug 895687: add UserStory extensionByron Jones2-0/+12
2013-10-21Bug 910565: backport bug 877078 to bmo (shift bugmail generation to the ↵Byron Jones5-62/+180
jobqueue)
2013-10-21fix breakage caused by bug 922684Byron Jones1-1/+8
2013-10-21Bug 928092: Add OS detection for Windows 8.1Frédéric Buclin1-1/+2
2013-10-18Bug 924572 - Backport upstream bugs 741722, 838846 to bmo/4.2 for flag_type ↵Dave Lawrence2-1/+114
REST API support
2013-10-18Bug 922684 - backport upstream bug 919852 to bmo/4.2 to allow quicksearch ↵Dave Lawrence2-38/+55
style bug searching in the webservice API
2013-10-18Bug 925780 - backport upstream bug 916254 to bmo/4.2 to extend Bug.get to ↵Dave Lawrence1-0/+57
return user details
2013-10-18Bug 926109: fix 'too many joins' fixByron Jones1-17/+17
2013-10-18adjust version to 4.2.7+Byron Jones1-1/+1
2013-10-17Revert for now Bug 887117 - Move the compiled template cache dir to a ↵Dave Lawrence2-2/+1
directory in the document root to avoid storing on NFS
2013-10-17Bug 887117 - Move the compiled template cache dir to a directory in the ↵Dave Lawrence2-1/+2
document root to avoid storing on NFS r=glob
2013-10-17Bump version post-releaseDave Lawrence1-1/+1
2013-10-17merged with bugzilla/4.2Dave Lawrence3-9/+21
2013-10-17Bug 927741: whines are throwing sql errors on stage (Unknown column ↵Byron Jones1-10/+1
'map_product.classification_id')
2013-10-16Bump version to 4.2.7Dave Lawrence1-1/+1
2013-10-16Bug 907438 - In MySQL, login cookie checking is not case-sensitive, reducing ↵Dave Lawrence1-3/+3
total entropy and allowing easier brute force r=LpSolit,a=sgreen
2013-10-16Bug 906745 - In MySQL, tokens are not case-sensitive, reducing total entropy ↵Dave Lawrence1-5/+17
and allowing easier brute force r=LpSolit,a=glob
2013-10-16Bug 926109: Error when searching for many columns at once (MariaDB can only ↵Byron Jones1-2/+67
use 61 tables in a join)
2013-10-16Bug 927026: searching for an unset tracking flag is failing againByron Jones1-4/+0
2013-10-14Bug 926272: searching for an unset tracking flag fails since BMO upgradeByron Jones1-1/+5
2013-10-14Bug 926241: Multiple lock wait timeout exceeded errors on the bugs_activity ↵Byron Jones1-7/+5
table
2013-10-11merged with bugzilla/4.2Dave Lawrence1-0/+4
2013-09-30 Bug 922304 - backport upstream bug 340160 to bmo/4.2 for performance ↵Dave Lawrence1-5/+7
improvement in recording bug activity