summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2012-04-13Move doc of the admin_editusers_action hook at its right placeFrédéric Buclin1-24/+24
2012-04-13Bug 737850 - Bug.history and Bug.get use different field namesDave Lawrence1-3/+10
2012-04-12Bug 741078: Release notes for Bugzilla 4.2.1Frédéric Buclin1-2/+47
r=dkl
2012-04-12Bug 737436: Relative dates do not work correctly with the deadline fieldFrédéric Buclin1-5/+11
r=dkl a=LpSolit
2012-04-12Bug 744823 - Deadline throws error when selected in change history field ↵Dave Lawrence1-0/+1
list in query.cgi when not in time tracking group r/a=LpSolit
2012-04-12Fix typoFrédéric Buclin1-1/+1
2012-04-12Bug 744490: fix "uninitialized value" warning in GuidedBugEntryByron Jones1-4/+6
2012-04-11If you're not allowed to change status or resolution, their values are being ↵Marc Schumann1-15/+24
displayed unlocalized. r/a=LpSolit https://bugzilla.mozilla.org/show_bug.cgi?id=740879
2012-04-11Bug 743643: add browserID button to createaccount pageByron Jones5-5/+41
2012-04-11Bug 663377: Quicksearch using "status:" field doesn't work--it is defeated ↵Frédéric Buclin1-42/+30
by the default status selection r=dkl a=LpSolit
2012-04-11Bug 734997: The 'take' link for the assignee field doesn't work when ↵Frédéric Buclin1-7/+22
usemenuforusers is turned on r=glob a=LpSolit
2012-04-11Bug 744305: fix "uninitialized value" warning in user activity reportByron Jones1-1/+2
2012-04-11Bug 744022: minor arecibo report tweaksByron Jones1-1/+9
2012-04-11Bug 738152: backport product/component email event filterByron Jones4-7/+16
2012-04-11Bug 744018: fix "use of uninitialized value" warningByron Jones1-1/+1
2012-04-10merged with bmo/4.2Dave Lawrence5-104/+197
2012-04-10Bug 743991: Need a new hook to update Bugzilla::Search::COLUMN_JOINSrojanu3-1/+67
r/a=LpSolit
2012-04-10Bug 743735 - use POST instead of GET to pass assertion to bugzilla for ↵Dave Lawrence2-6/+58
verification r=glob
2012-04-10Bug 739153: fix infinite recursion in error handlerByron Jones2-27/+69
2012-04-09Remove duplicate hookByron Jones1-2/+0
2012-04-09Add missing files from BrowserID extensionByron Jones2-0/+9
2012-04-09Bug 738329: allow preseleting products and components in component-watch prefsByron Jones2-5/+17
2012-04-07Bug 738104 - Need a Project "flag" in bugzillaDave Lawrence6-23/+108
r=gerv
2012-04-06Bug 742786: "Or, you could login using BrowserID" should s/login/log inDave Lawrence1-1/+1
r=gerv
2012-04-05Bug 741996 - approval-mozilla-esr10 flag request mails show real subject for ↵Dave Lawrence1-3/+6
security bugs r=gerv
2012-04-05Bug 741171 - When clicking on a user name in show_bug.cgi, user activity ↵Dave Lawrence1-2/+2
doesn't work when email contains plus (+) - email address needs to be encoded r=glob
2012-04-04Backport of Bug 705474 - CSRF vulnerability in createaccount.cgi allows ↵Dave Lawrence1-0/+1
possible unauthorized account creation e-mail request
2012-04-04Bug 58179: End date not included in the Search By Change History sectionFrédéric Buclin1-0/+5
r=dkl a=LpSolit
2012-04-04merged with bugzilla/extensions/browseridDave Lawrence4-29/+27
2012-04-04Bug 672841 - Make BMO support BrowserIDGervase Markham9-345/+284
r=dkl
2012-03-31Search for start-of-time-interval in date fields is (partially?) broken.Marc Schumann1-1/+1
r/a=LpSolit https://bugzilla.mozilla.org/show_bug.cgi?id=715270
2012-03-30Bug 738732: fix mangling of summary by securemailByron Jones1-1/+4
2012-03-30Bug 643681: add 'actual_time' to bug fields if user is timetracker; now with ↵frase1-0/+11
history
2012-03-30Bug 690879 - Webservice Bug.fields should include include keyword name and ↵Frank Becker1-3/+18
description as legal values
2012-03-30Fix bustage: Perl 5.8.x doesn't understand \g1 in regexp (must use \1 instead)Frédéric Buclin1-1/+1
2012-03-29Bug 740177 - Update the TryAutoLand WebService to allow removal of autoland ↵Dave Lawrence6-29/+69
patches r=glob
2012-03-29Bug 737883 - Bug 731044 breaks gmail threading of bugsDave Lawrence1-1/+1
2012-03-29Bug 554819: Quicksearch should be using Text::ParseWords instead of custom ↵Frédéric Buclin4-103/+191
code in splitString Also fixes QS with accented characters (bug 730207) r=dkl a=LpSolit
2012-03-28Bug 733586: add LastResolved extensionDave Lawrence3-0/+143
2012-03-28Bug 726193: add TryAutoLand extensionDave Lawrence14-0/+907
2012-03-28Bug 721206: add ContributorEngagement extensionDave Lawrence4-0/+235
2012-03-28Bug 684701: add "watch user" to component watchingDave Lawrence14-197/+613
2012-03-28Bug 678146: Tell-Us-More extensionDave Lawrence13-0/+1151
2012-03-28merged with bugzilla/4.0Dave Lawrence6-9/+17
2012-03-28Bug 735821: Fix broken HTML code in bugmail.html.tmpl.Tiago Mello1-1/+1
r/a=LpSolit
2012-03-28Bug 730984: A single whitespace in the Status Whiteboard field generates an ↵Frédéric Buclin1-1/+5
invalid SQL query r=dkl a=LpSolit
2012-03-26Bug 734471 - Need new hook edituser search templateFrancisco Donalisio1-0/+3
r=timello, a=LpSolit
2012-03-26Add hooks for alternative login methods. r,a=LpSolit.Gervase Markham2-0/+5
https://bugzilla.mozilla.org/show_bug.cgi?id=698418
2012-03-22Bug 733458: The "creator" argument is listed twice for the Bug.search ↵Matt Selsky1-7/+3
WebService method r/a=LpSolit
2012-03-22Bug 732440: add sql timings to buglist.cgi's debug outputByron Jones3-5/+11