summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2013-09-19Bug 897236 - Request for Web bounty bugzilla formDave Lawrence2-0/+143
2013-09-19add form.user.engagement to .htaccessByron Jones1-3/+4
2013-09-18Bug 910728 - User Engagement Project initiation form that generates a bug by ↵Dave Lawrence3-0/+255
default
2013-09-18Bug 916979 - Bug.search ignores the "limit" parameterDave Lawrence2-10/+6
2013-09-18Bug 804990: very long data urls break inline historyByron Jones2-2/+15
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-18Bug 917203: tracking flags with flag_type of "status" is unclearByron Jones2-14/+11
2013-09-18Bug 917683: comment text still too small in gmailByron Jones1-2/+2
2013-09-18Bug 917577: needinfo? to reporter or assignee should show from whom it's ↵Byron Jones1-1/+13
going to needinfo?
2013-09-17Bug 915856 - Comment field's `name` should be `comment` in Ember.show responseDave Lawrence1-1/+3
2013-09-17Bug 917427 - Please allow release tracking flags to be set on bugs in the ↵Dave Lawrence1-0/+1
www.mozilla.org product
2013-09-17Bug 916955 - Ember.show API doesn't error if an invalid token is providedDave Lawrence2-0/+10
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 902457: Remove 'Include Closed' from MyDashboard (show all requests ↵Byron Jones4-21/+3
regardless of a bug's status)
2013-09-17Bug 901122: Create custom entry form for dev-events requestsByron Jones4-3/+622
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-16Bug 916703: password fields need to be styled like all other text fieldsByron Jones1-1/+1
2013-09-16Bug 916702: tracking flags 'copy' doesn't copy, it editsByron Jones2-2/+3
2013-09-16Bug 907167: The moz_login dropdown collapses when I move over its entriesByron Jones1-1/+1
2013-09-16Bug 916656: release tracking flag refresh (27)Byron Jones1-0/+12
2013-09-13Revert Bug 915830 - Tracking flags don't contain values for ↵Dave Lawrence1-19/+0
extensions/TrackingFlags/Extension.pm
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-13Bug 915830 - Tracking flags don't contain valuesDave Lawrence2-1/+20
2013-09-12Bug 915823 - Custom fields being returned in Ember.show response that don't ↵Dave Lawrence1-1/+2
display in normal Bugzilla interface
2013-09-11Revert Bug 915255 - Add TCL to Beta Program FormDave Lawrence1-2/+1
2013-09-11Bug 915255 - Add TCL to Beta Program FormDave Lawrence1-0/+1
2013-09-11Bug 912460: Header covers content on large font size or narrow browser windowByron Jones1-5/+2
2013-09-11Fix uninit warning in user profile ext when clearing QA contactByron Jones1-1/+1
2013-09-11Bug 912564: tbpl gets deadlocks setting last_activity_tsByron Jones2-8/+114
2013-09-11Bug 909843: trackingflags do not support "Can be set on bug creation"Byron Jones4-2/+23
2013-09-10Bug 904988 - create an ember extension with bespoke methodsDave Lawrence6-2/+751
r=glob
2013-09-09merged with bugzilla/4.2Dave Lawrence1-1/+1
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-09Bug 912540: the push extension alters the flag_end_of_update hook's args for ↵Byron Jones2-9/+19
all extensions not just itself
2013-09-09Bug 912564: tbpl gets deadlocks setting last_activity_ts (schema only)Byron Jones1-0/+19
2013-09-09Bug 912546: page title is no longer displayed in the headerByron Jones1-0/+8
2013-09-06Bug 913208 - Allow deleting of tracking flags that do not have bug values ↵Dave Lawrence4-15/+14
set but have activity entries in bugs_activity r=glob
2013-09-05Bug 912479: merge-users.pl causes foreign key constraint errors in the ↵Byron Jones2-0/+26
user-profile tables
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 912529 - bug id field for tagging bugs not auto-filled with bug id after ↵Dave Lawrence1-0/+1
changing a bug
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-09-03Bug 912232 - Show tracking flag bug counts in tracking flag list as well as ↵Dave Lawrence4-11/+29
on the edit page
2013-09-03Bug 912036: all <input> text elements should be styled the sameByron Jones1-5/+10
2013-09-03Bug 848063: [Oracle] importxml.pl fails with ORA-01830: comment timestamps ↵Mateusz Kuśmierczyk1-1/+1
are not correctly formatted r=LpSolit a=sgreen
2013-09-02remove accidental commitsByron Jones4-18/+2
https://bugzilla.mozilla.org/show_bug.cgi?id=909843
2013-09-02Bug 909843: trackingflags do not support "Can be set on bug creation"Byron Jones6-279/+338
2013-09-02Bug 911545: Fetching a non-public bug via XML fails due to TrackingFlags ↵Byron Jones1-1/+1
extension
2013-08-29Bug 909360 - backport upstream bug 898830 to bmo/4.2 for performance ↵Dave Lawrence3-42/+45
improvement in show_bug.cgi