summaryrefslogtreecommitdiffstats
path: root/Bugzilla
AgeCommit message (Collapse)AuthorFilesLines
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-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
2013-09-30Bug 922246 - backport upstream bug 851267 to bmo/4.2 for performance ↵Dave Lawrence1-4/+4
improvement with large number of votes
2013-09-30Bug 864625 - Setting a non-privileged user as a requestee on a secure bug ↵Dave Lawrence1-6/+14
while ccing the same user to give access at the same time fails
2013-09-27Revert Bug 917669 - invalid or expired authentication tokens and cookies ↵Dave Lawrence4-36/+14
should throw errors, not be silently ignored
2013-09-27Bug 915685 - backport upstream bug 914986 and bug 917483 to bmo/4.2 for ↵Dave Lawrence4-5/+267
allowing attachment metadata editing in webservice API
2013-09-26Bug 917669 - invalid or expired authentication tokens and cookies should ↵Dave Lawrence4-14/+36
throw errors, not be silently ignored
2013-09-25Bug 920060: Bug.search API doesn't return total resultsByron Jones2-1/+15
2013-09-23Bug 919475: [Oracle] Crash when non-mandatory free text custom fields are ↵Jiří Netolický1-0/+4
left empty on bug creation r=LpSolit a=justdave
2013-09-23Bug 918647: "Use of uninitialized value" warnings when using quicksearchByron Jones1-2/+4
2013-09-23Bug 919416: set STAT_TTL in template provider to > 1 secondByron Jones1-0/+4
2013-09-20Bug 918362 - The "order" parameter passed to Bug.search is ignoredDave Lawrence1-4/+4
2013-09-20revert accidental commitByron Jones1-1/+0
2013-09-20Bug 918644: ignore "Use of uninitialized value $compiled in concatenation ↵Byron Jones2-2/+16
(.) or string at /usr/lib64/perl5/Template/Provider.pm line 572." warnings
2013-09-18Bug 916979 - Bug.search ignores the "limit" parameterDave Lawrence2-10/+6
2013-09-18fix typo in commentByron Jones1-1/+1
2013-09-18Bug 877545: quicksearch shouldn't treat apostrophes as quote charactersByron Jones1-6/+27
2013-09-17Bug 916935 - Add Access-Control-Allow-Headers to REST API to indicate which ↵Dave Lawrence1-0/+1
HTTP headers can be used when making the request
2013-09-17Bug 916889: Bug.attachment webservice calls should return the size of the ↵Byron Jones1-0/+8
attachment
2013-09-17Bug 917157: the "creation_time" parameter to Bug.search incorrectly uses the ↵Byron Jones1-2/+2
"equals" operator
2013-09-13Bug 909442 - backport upstream bug 908338 to bmo/4.2 to add User.valid_login ↵Dave Lawrence2-0/+60
webservice method
2013-09-10Bug 904988 - create an ember extension with bespoke methodsDave Lawrence1-1/+2
r=glob
2013-09-09Bug 914196 - Documentation for User.login should state cookies not used for ↵Dave Lawrence1-1/+3
JSONRPC and REST when making future connections
2013-09-04Bug 909430 - backport upstream bug 477601 to bmo/4.2 to improve bug ↵Dave Lawrence1-41/+76
searching in the webservices
2013-09-04Bug 898830 - Improve loading of show_bug.cgiDave Lawrence1-2/+2
- Oracle doesn't like 'size' as column alias. It's a reserved word.