summaryrefslogtreecommitdiffstats
path: root/extensions/Ember
AgeCommit message (Collapse)AuthorFilesLines
2018-03-16Bug 1446236 - fix several occurrences of a typo (user's of)Vladimir Panteleev1-1/+1
2016-09-13Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵Dylan William Hardison2-0/+3
local symlink to data/ directory
2016-09-12Revert "Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to ↵Dylan William Hardison2-3/+0
bmo/master + local symlink to data/ directory" This reverts commit e6bf4cacb10f86077fe898349485f5c7ab9fb4b6.
2016-09-12Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵Dylan William Hardison2-0/+3
local symlink to data/ directory
2015-01-27Bug 1124437: Backport upstream bug 1090275 to bmo/4.2 to whitelist ↵Byron Jones1-0/+8
webservice api methods
2014-05-29disable unusued ember extensionByron Jones1-0/+0
2013-12-18Bug 951442 - Stop including attachments and comments in Ember.show API responseDave Lawrence1-27/+1
2013-12-18Bug 928989 - add a new method to ember which just returns current valuesDave Lawrence1-6/+167
2013-12-13Bug 946457 - Add Ember.attachments API that includes possible flag valuesDave Lawrence1-10/+61
2013-12-11Bug 946353 - Attachments should include can_edit fieldDave Lawrence1-8/+27
2013-11-16Bug 939289 - Ember.show API isn't returning field or attachment changes ↵Dave Lawrence1-0/+4
properly when last_updated field is provided https://bugzilla.mozilla.org/show_bug.cgi?id=939298
2013-11-15Bug 932034 - Ember.show API doesn't return can_edit property for dupe_of, ↵Dave Lawrence1-4/+7
blocks, and depends on fields
2013-11-14Bug 919199: Ember.show API returns unchanged fields when called with ↵Byron Jones1-51/+62
last_updated param
2013-11-12Bug 921219 - Include status and summary for bugs listed in `depends_on` and ↵Dave Lawrence1-1/+1
`blocks` fields
2013-11-01Bug 921219 - Include status and summary for bugs listed in `depends_on` and ↵Dave Lawrence1-2/+30
`blocks` fields r=glob
2013-09-26Bug 921082 - Ember.create API sometimes doesn't return field valuesDave Lawrence2-2/+4
2013-09-26Bug 920242: Ember.show's flags field isn't honouring inclusion/exclusionByron Jones1-7/+53
2013-09-25Bug 920060: Bug.search API doesn't return total resultsByron Jones1-2/+61
2013-09-17Bug 915856 - Comment field's `name` should be `comment` in Ember.show responseDave Lawrence1-1/+3
2013-09-17Bug 916955 - Ember.show API doesn't error if an invalid token is providedDave Lawrence2-0/+10
2013-09-10Bug 904988 - create an ember extension with bespoke methodsDave Lawrence4-0/+748
r=glob