summaryrefslogtreecommitdiffstats
path: root/Bugzilla
AgeCommit message (Collapse)AuthorFilesLines
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.
2013-08-29Bug 909360 - backport upstream bug 898830 to bmo/4.2 for performance ↵Dave Lawrence3-42/+45
improvement in show_bug.cgi
2013-08-29Bug 909634 - backport upstream bug 893195 to bmo/4.2 for token auth support ↵Dave Lawrence9-47/+178
in webservices
2013-08-28Bug 909278: deadlocks setting last_activity_tsByron Jones1-0/+7
2013-08-23Bug 903387 - Backport bug 240437 (last_seen_date column) to BMO 4.2Dave Lawrence3-10/+37
2013-08-21Bug 907245 - Allow for URL params to also be passed with POST/PUT REST API ↵Dave Lawrence1-0/+11
requests
2013-08-16Bug 905925: add attachment.ispatch indexByron Jones2-0/+4
2013-08-14Bug 834290 - Add support for iPads and iPhones in useragent stringsDave Lawrence1-0/+7
2013-08-12merged with bugzilla/4.2Dave Lawrence2-1/+54
2013-08-12Bug 894878 - CSV output template for request queues has gone awayDave Lawrence1-0/+25
r=glob
2013-08-12Bug 899537 - backport upstream bug 897029 to bmo/4.2 for performance improvementDave Lawrence2-0/+14
r=glob
2013-08-09Bug 903514 - Backport upstream bug 569177 for etag support to bmo/4.2Dave Lawrence6-14/+155
2013-08-09Bug 897264 - letters_numbers_specialchars password restriction is incorrectSimon Green1-1/+1
r=LpSolit, a=sgreen
2013-08-01Bug 781672: checksetup.pl fails to check the version of the latest ↵Frédéric Buclin1-2/+9
Apache2::SizeLimit release
2013-07-31Bug 896330: patchreader should not set the "expires" headerByron Jones1-2/+1
2013-07-30Bug 899627 - backport upstream bug 856736 to bmo/4.2 for filtering on ↵Dave Lawrence1-1/+8
dependency bugmail
2013-07-26Bug 898259 - Backport bug 880093 to BMO (Cache filter_wants)Dave Lawrence1-7/+17
2013-07-25Remove debugging lineDave Lawrence1-1/+0
2013-07-25Bug 750742: Create new BMO extension called TrackingFlags to move current ↵David Lawrence4-15/+35
tracking flags away from custom fields
2013-07-24Bug 895309 - comments returned via the REST endpoint shouldn't be wrappedDave Lawrence1-1/+3
https://bugzilla.mozilla.org/show_bug.cgi?id=859309
2013-07-24Bug 880653 - Add POD for Bug.possible_duplicates webserviceDave Lawrence1-0/+53
r=LpSolit,a=sgreen
2013-07-24Bug 345194: Update search 'is empty/is not empty' to match upstreamByron Jones1-4/+130