summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2014-07-08Bug 990980: create an extension for server-side filtering of bugmailByron Jones2-0/+97
(schema only)
2014-07-07Bug 1033445: Certain webservice methods such as Bug.get and Bug.attachments ↵David Lawrence1-2/+2
should not use shadow db if user is logged in
2014-07-07Bug 1034678: Use of uninitialized value $_[0] in pattern match (m//) at ↵Byron Jones1-4/+10
Bugzilla/Util.pm line 74. The new value for request reminding interval is invalid: must be numeric.
2014-07-07Bug 1033955: backport bug 1028795 to bmo (pre-load all related bugs during ↵Byron Jones3-8/+136
show_bug initialisation)
2014-07-03Bug 1003244 - Creation of csv file attachement on new Mozilla Reps Swag RequestDylan William Hardison1-14/+93
2014-07-02Bug 1033258 - bzexport fails to leave a comment when attaching a file using ↵David Lawrence1-1/+8
the BzAPI compatibility layer
2014-07-01Bug 1031428: Move the "Mentors" field under "QA Contact" fieldByron Jones2-1/+6
2014-06-30Bug 1028027 - cloning a bug pre-fills mentors with "---" instead of an empty ↵David Lawrence2-0/+7
value
2014-06-30Bug 1030747: Recent changes to secure bugmail subject lines break GMail ↵Byron Jones1-0/+2
threading
2014-06-30Bug 1030617: editing a product's groups clears the suggested reviewer listByron Jones1-21/+30
2014-06-30Bug 1030747: Recent changes to secure bugmail subject lines break GMail ↵Byron Jones1-1/+1
threading
2014-06-30remove tabsByron Jones1-1/+1
2014-06-26Bug 669535 - User pref for "Possible Duplicates"David Lawrence3-2/+6
- Discussed with glob and decided to straight backport to BMO
2014-06-26Bug 1023865 - New product (Tree Management) & components for TreeherderDavid Lawrence1-0/+1
2014-06-26Bug 1029991: "bug_comments" hook should run after comment tags are pre-loadedByron Jones1-1/+3
2014-06-25dummy commit to test deployment script changesByron Jones1-0/+1
2014-06-23Bug 943146 - Needinfo dropdown should include mentorDavid Lawrence1-0/+9
r=glob
2014-06-23Bug 1027718 - Bugzilla::Sentry fails with error if mod_perl is not installed ↵David Lawrence1-2/+1
on the system
2014-06-23Bug 1027638: Use product/component in subject of secure bugs rather than ↵Ed Morley [:edmorley UTC+0]1-1/+3
duplicating the bug number
2014-06-20Bug 1028377 - Add Swag Requests wiki link to the Reps swag formDavid Lawrence1-0/+3
2014-06-19Bug 1012782 - Expose cf_last_resolved in the RPC APIDavid Lawrence2-4/+17
r=glob
2014-06-19Bug 1027060 - bug.id is a string if the response includes commentsDavid Lawrence1-4/+4
r=glob
2014-06-19Bug 1027037: history.changer is not a full email addressDavid Lawrence1-1/+1
r=glob
2014-06-18Bug 1027195 - The new BzAPI extension has broken the ability to call ↵David Lawrence2-2/+4
/rest/login to get a login token for the REST API
2014-06-18Bug 1026886 - hide the mentor input field by defaultDavid Lawrence1-1/+1
2014-06-18Bug 1026863: buglist.cgi enters in an infinite loop if called without ↵Frédéric Buclin1-0/+4
arguments and the user is logged in
2014-06-18Bug 1026400: id, attachment.id, attachment.bug_id are returned as strings, ↵Byron Jones1-4/+4
not integers
2014-06-18Bug 1026862: updating a bug via an api or bulk bug update clears the mentor ↵Byron Jones1-2/+2
field
2014-06-17Bug 1026415 - Some empty fields are present as "" rather than being absentDavid Lawrence1-1/+4
2014-06-17Bug 1026421 - "No QA contact" represented by "" instead of nullDavid Lawrence1-2/+9
2014-06-17Bug 1017648: migrate mentors from the whiteboard to the mentor fieldByron Jones1-13/+79
2014-06-17Bug 1021218: merge-users.pl fails if both users have bug_user_last_visit ↵David Lawrence1-0/+13
entries for the same bug
2014-06-17Bug 1017648: Create a migration script that moves the current mentor values ↵Byron Jones1-0/+163
from the whiteboard to the new mentors custom field created by 649691
2014-06-17Bug 649691: Add a "mentor" and "mentored bug type" field to b.m.oDavid Lawrence [:dkl]10-75/+287
2014-06-17Bug 649691: Add a "mentor" and "mentored bug type" field to b.m.oDavid Lawrence [:dkl]1-0/+37
(schema only)
2014-06-16Bug 880669 - Extend current BzAPI BMO extension to contain compatibility ↵David Lawrence15-153/+2014
changes on top of native rest r=glob
2014-06-16Bug 956892: collapsed comments should display tags to indicate the reason ↵Byron Jones3-7/+45
for auto-collapsing
2014-06-13Bug 1022923 - Add index to bug_user_last_visit.last_visit_tsDylan William Hardison2-1/+7
2014-06-12Bug 1023633: Add a webservice_before_call HookSimon Green2-0/+17
2014-06-11Bug 960830 - Update Brand Engagement Initiation FormDavid Lawrence1-9/+0
- Remove cruft leftover during development
2014-06-11Bug 1015994: attachment.cgi titles should include bug and/or attachment textDavid Lawrence1-0/+1
2014-06-11Bug 978146: activity entry when setting flags isn't split across multiple rowsByron Jones3-20/+15
2014-06-11Bug 962424: jobqueue's worker process should process messages in batchesByron Jones2-1/+15
2014-06-11bug 849102 - mydashboard should lazy-load the 'last change' informationDylan William Hardison3-101/+171
r=glob
2014-06-10Bug 720832: Add the ability to watch component starting with a stringByron Jones2-72/+133
2014-06-10Bug 1022500: cloning a firefox tracking flags throws "The component named ↵Byron Jones7-120/+232
'Template::Document=HASH(0x7f7ffacdb4c8)' does not exist. "
2014-06-09Bug 720832: Add the ability to watch component starting with a stringByron Jones1-3/+29
(schema only)
2014-06-06Bug 1020023: update a user's last-visited timestamp for a bug when they ↵Byron Jones1-0/+5
perform any actions on it
2014-06-05Bug 1016273: Bugzilla whine emails missing change to From header made by bug ↵David Lawrence18-21/+18
1010751
2014-06-05Bug 1020708 - Copyright header missing from Bugzilla::BugUserLastVisitDylan William Hardison1-0/+7