aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bug 713926: (CVE-2014-1517) [SECURITY] Login form lacks CSRF protectionFrédéric Buclin2014-04-1712-62/+130
| | | | r=dkl a=justdave
* Remove tabsFrédéric Buclin2014-04-171-4/+4
|
* Bug 984980 - add framework for keyboard shortcuts, and key to switch between ↵Acho Arnold2014-04-173-0/+43
| | | | preview and edit mode. Patch by <arnold@archlinux.info>, r=gerv, a=justdave.
* Bug 997281: New QuickSearch operators can short-circuit each other depending ↵Frédéric Buclin2014-04-161-1/+5
| | | | | | on which ones are tested first r/a=justdave
* Bug 995988: can_edit_product() can throw warnings if SUM() returns NULLGervase Markham2014-04-161-1/+1
| | | | r=LpSolit a=justdave
* Bug 993894 - the database query in bless_groups is slowByron Jones2014-04-161-22/+30
| | | | r=dkl,a=justdave
* Bug 994619 - show_bug product list is sometimes missing the actual product a ↵David Lawrence2014-04-162-10/+21
| | | | | | bug is in r=gerv,a=justdave
* Bug 996946: Kill contrib/cvs-update.plFrédéric Buclin2014-04-162-39/+0
| | | | a=justdave
* Bug 996164: Release notes for Bugzilla 4.4.3Frédéric Buclin2014-04-151-0/+27
| | | | r=dkl a=justdave
* Bug 995238 - Incomplete implementation of bug 540818 causes ↵David Lawrence2014-04-151-9/+0
| | | | | | include_fields=_all to not work as expected r/a=justdave
* Bug 925181: contrib/jb2bz.py was out of dateQuanah Gibson-Mount2014-04-151-61/+91
| | | | r=justdave/a=justdave
* Bug 995873 - Don't use replaceState if it would result in an invalid URLSimon Green2014-04-151-5/+7
| | | | r=justdave, a=justdave
* Bug 987205: Bugzilla crashes because it tries to import a non-exported ↵Frédéric Buclin2014-04-143-4/+3
| | | | | | login_token() subroutine from Bugzilla::Auth::Login::Cookie r=dkl a=justdave
* Bug 540818 - Improve include_fields and exclude_fields to accept _default, ↵David Lawrence2014-04-116-77/+143
| | | | | | _all and _custom keywords r=glob,a=justdave
* Bug 974411: js/comments.js::toggle_all_comments() shouldn't try to matchByron Jones2014-04-091-4/+7
| | | | | non-comment elements r=gerv, a=glob
* Bug 987032: allow memcached to cache bugzilla configuration informationByron Jones2014-04-0713-45/+216
| | | | r=dkl, a=glob
* Bug 984505 - Link component and product to browse for other bugs in this ↵David Lawrence2014-04-041-0/+6
| | | | | | category r=glob,a=justdave
* Bug 990252 - Using the webservices API, passing in certain keys as ↵David Lawrence2014-04-021-2/+3
| | | | | | parameters containing . and - characters are silently dropped r=glob,a=justdave
* Bug 539894: Use <optgroup/> to group products into classifications in the ↵rojanu2014-04-0210-88/+135
| | | | | | product drop-down on show_bug.cgi r=glob, a=justdave
* Bug 990328: Document that bug tags can be searched by RPC.Matt Tyson2014-04-011-0/+8
|
* Bug 989633 - Unable to change content type using Bug.update_attachment if ↵David Lawrence2014-03-311-1/+2
| | | | | | attachment previously set to is_patch = 1 r=glob,a=justdave
* Bug 989647 - Bug.update_attachment should allow for adding a comment when ↵David Lawrence2014-03-311-1/+14
| | | | | | updating attachment details similar to attachment.cgi r=glob,a=justdave
* Bug 456043 - Make enter_bug consistent with show_bug for Severity and PrioritySimon Green2014-03-271-13/+18
| | | | r=glob, a=justdave
* Fix bustageFrédéric Buclin2014-03-261-0/+1
|
* Bug 978070: Do not use document.write() to insert HTML codeFrédéric Buclin2014-03-265-56/+58
| | | | r/a=justdave
* remove tabs added by bug 984999Byron Jones2014-03-261-2/+2
|
* Bug 984999: Move set_assign_to() out of bug/create/create.html.tmplAcho Arnold2014-03-232-73/+74
| | | | r=LpSolit a=justdave
* Bug 962812: Use the "required" attribute where appropriateSunil Joshi2014-03-2326-39/+48
| | | | r=LpSolit a=justdave
* Bug 276560: Use webbadge icons for alternate format links on buglistFrédéric Buclin2014-03-228-29/+59
| | | | r=LpSolit a=justdave
* Bug 399087 - Remove the 'mostfreqthreshold' parameterSunil Joshi [:SunilJoshi]2014-03-214-15/+8
| | | | r=dkl,a=justdave
* Bug 986141 - As part of bug 513212, the see_also field still displays in ↵David Lawrence2014-03-211-8/+10
| | | | | | enter_bug,cgi even if use_see_also param is disabled r/a=glob
* Bug 294021: Allow requestees to set attachment flags even if they don't have ↵Frédéric Buclin2014-03-215-26/+55
| | | | | | editbugs privs r=gerv a=justdave
* Merge branch 'master' of ssh://git.mozilla.org/bugzilla/bugzillaGervase Markham2014-03-217-19/+62
|\
| * Bug 513212 - Allow people to set "See Also" when filing/creating/entering a ↵David Lawrence2014-03-207-19/+62
| | | | | | | | | | | | bug on enter_bug.cgi or the Bug.create webservice r/a=glob
* | Bug 980918 - Rename "Tags" to "Personal Tags". Patch by acho; r=gerv, ↵Gervase Markham2014-03-213-2/+3
|/ | | | a=justdave.
* Bug 728892: The attachment "Details" page is still vulnerable to ↵Frédéric Buclin2014-03-122-2/+2
| | | | | | Clickjacking with SVG or XHTML attachments r/a=justdave
* Renamed .bzrignore to .gitignoreDavid Lawrence2014-03-111-0/+14
|
* Bug 566331: Move JS functions out of bug/edit.html.tmplIshitva Goel2014-03-102-17/+14
| | | | r=LpSolit a=justdave
* Bug 956190 (part 5): Merge attachment.css, dependency-tree.css, ↵Frédéric Buclin2014-03-1014-626/+609
| | | | | | enter_bug.css and show_bug.css into bug.css r/a=justdave
* Bug 956190 (part 4): Merge duplicates.css, reports.css, search_form.css, ↵Frédéric Buclin2014-03-0824-547/+451
| | | | show_multiple.css and summarize-time.css with buglist.css
* Bug 318715 - iCalendar Buglist doesn't include deadlineMatt Selsky2014-03-082-0/+6
| | | | r=dkl,a=justdave
* Bug 980392 - Storable error generating when create etags for Bug.get under ↵Dave Lawrence2014-03-061-1/+1
| | | | certain circumstances
* Bug 977523: Comment textarea has padding:0Byron Jones2014-03-051-2/+1
| | | | r=lpsolit, a=justdave
* Bug 977137: Comment and Preview tabs need accessibility markupByron Jones2014-03-052-5/+18
| | | | r=dkl, a=justdave
* Bug 956190 (part 3): Remove IE-fixes.css (Internet Explorer 7 and older are ↵Frédéric Buclin2014-03-053-74/+4
| | | | | | no longer supported) r/a=justdave
* Bug 387593: Remove debug code from attachment.jsIshitva Goel2014-03-041-5/+0
| | | | r=LpSolit a=justdave
* Bug 956190 (part 2): Merge params.css and editusers.css with admin.cssFrédéric Buclin2014-03-049-169/+122
| | | | r/a=justdave
* Bug 365050 - removal notice doesn't use English correctly (lists: =and)Matt Selsky2014-03-041-4/+2
| | | | r=dkl,a=justdave
* Bug 978619 - Typo in Bugzilla/Template.pmMatt Selsky2014-03-041-1/+1
| | | | r=dkl,a=justdave
* Bug 365057 - messages.html.tmpl file bareword should be tagged in <code> or ↵Matt Selsky2014-03-043-3/+3
| | | | | | something r=dkl,a=justdave