aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
* Bug 977030 - Remove the useless buglist_joined variable in buglist.cgiMatt Selsky2014-03-042-4/+3
| | | | r=dkl,a=justdave
* Bug 979140: Remove remaining <tt> elementsFrédéric Buclin2014-03-042-11/+5
| | | | r/a=glob
* Bug 956190 (part 1): Merge index.css and page.css with global.cssFrédéric Buclin2014-03-0211-255/+219
| | | | r/a=justdave
* Bug 863093: The usermatchmode parameter no longer exists. The POD for ↵Frédéric Buclin2014-02-281-3/+0
| | | | | | User.get must be fixed accordingly r=dkl a=justdave
* Bug 536171: Large Text Box should have maxlength and wrap => 1 in buglistsLalit Khattar2014-02-281-3/+7
| | | | r=LpSolit a=justdave
* Bug 975112 - Add the "Preview" mode for "Optional Comment" in the Create New ↵Dave Lawrence2014-02-282-14/+11
| | | | | | Attachement page r=glob,a=justdave
* Bug 947823: Replace gender-specific pronouns with gender-neutral pronounsCharlie Somerville2014-02-2735-82/+82
| | | | r=gerv a=justdave
* Bug 893595: The pink colour of private comment will turn to white after ↵Dave Miller2014-02-273-1/+14
| | | | | | refreshing the page r/a=justdave
* Bug 466178 - Add an INTEGER custom field typeSimon Green2014-02-276-3/+39
| | | r=glob, a=justdave
* Bug 976796 - Spelling mistakes in Bugzilla/WebService/Bug.pmMatt Tyson2014-02-261-7/+7
| | | | r=dkl,a=glob
* Remove "Unicode non-character 0xfdd0 is illegal for interchange" warnings ↵Frédéric Buclin2014-02-263-10/+20
| | | | | | thrown by Perl 5.10.1 and 5.12, see bug 405011 r=gerv
* Bug 972881 - Add hooks to Bugzilla/WebService/Server/REST.pm to allow for ↵Dave Lawrence2014-02-254-3/+150
| | | | | | extensions to extend and alter REST data r=glob,a=justdave
* Bug 962060 - User.get ignores the "maxusermatches" parameter and allows ↵Dave Lawrence2014-02-251-6/+22
| | | | | | listing all email addresses r=LpSolit,a=justdave
* Bug 405011: Text is cut off when containing Unicode supplementary characters ↵Frédéric Buclin2014-02-253-3/+36
| | | | | | (outside BMP) with MySQL as backend r=gerv a=justdave
* Bug 967883: modify_keywords() shouldn't throw an error when an unprivileged ↵Frédéric Buclin2014-02-252-20/+18
| | | | | | user doesn't alter the keywords list r=gerv a=justdave
* Bug 975204: Comment Preview tabs broken in New bug pageByron Jones2014-02-252-5/+8
| | | | r=gerv, a=justdave
* Bug 963120 - allow extensions to document themselves, and build result into ↵Gervase Markham2014-02-257-3/+81
| | | | docs. r=LpSolit, a=justdave.
* Bug 975896: Bugzilla crashes when editing a flag type which is not ↵Frédéric Buclin2014-02-243-17/+21
| | | | | | specifically requestable r/a=glob
* Bug 944543 - Create after_comment_commit_button hook in upstreamAndre Klapper2014-02-191-0/+2
| | | | r=dkl,a=justdave
* Bug 972465 - Update all REST documentation to prepend /rest/ to the examples ↵Dave Lawrence2014-02-186-40/+40
| | | | | | to match mod_rewrite example r/a=glob
* Fix bad or_groups SQL for determining if a user can see a product. ↵Gervase Markham2014-02-171-20/+18
| | | | | r=LpSolit, a=justdave. https://bugzilla.mozilla.org/show_bug.cgi?id=970228
* Bug 966676: The 'sudo' cookie should not be accessible from JavaScriptFrédéric Buclin2014-02-151-3/+10
| | | | r=dkl a=justdave
* Bug 972451: The "Confirm Changes" button in the "Suspicious Action" page ↵Frédéric Buclin2014-02-151-1/+1
| | | | | | appears on the right of the error message with wide screens r=gerv a=justdave
* Bug 970283: Bump URI version to 1.55 to correctly escape single quotes in URLsFrédéric Buclin2014-02-153-11/+3
| | | | r=dkl a=justdave
* Bug 40896: Bugzilla needs a "preview" mode for commentsByron Jones2014-02-136-6/+214
| | | | r=gerv, a=justdave
* Update .bzrignore to remove docs/en/latex directory and add docs/en/pdf/ ↵Gervase Markham2014-02-121-2/+1
| | | | | directory. r=LpSolit; a=justdave. https://bugzilla.mozilla.org/show_bug.cgi?id=968788
* Bug 969881: All "Help" links in the header and footer of pages point to ↵Frédéric Buclin2014-02-1247-58/+61
| | | | | | inexistent files r=gerv a=justdave
* Bug 970184: "possible duplicates" shouldn't truncate words at the first ↵Byron Jones2014-02-111-2/+4
| | | | | | non-word character r=dkl, a=glob
* Bug 926085: Forbird single quotes to delimit URLs (no <a href='...'>)Frédéric Buclin2014-02-101-1/+15
| | | | r=dkl a=glob
* makedocs.pl should remove docs/en/doctrees after reST build is complete. ↵Gervase Markham2014-02-101-0/+2
| | | | | r=LpSolit, a=justdave. https://bugzilla.mozilla.org/show_bug.cgi?id=964540
* Fix problem of variables not being replaced in RTD documentation by removing ↵Gervase Markham2014-02-106-213/+39
| | | | | references to them. r=LpSolit, a=justdave. https://bugzilla.mozilla.org/show_bug.cgi?id=964849
* Rename random stuff.css to bugzilla.css and start using it for HTML output. ↵Gervase Markham2014-02-102-0/+2
| | | | | r=LpSolit, a=justdave. https://bugzilla.mozilla.org/show_bug.cgi?id=968790
* Bug 961789: large dependency trees with lots of resolved bugs are very slow ↵Byron Jones2014-02-102-14/+19
| | | | | | to load r=LpSolit, a=justdave
* Clarify "delete groups" warning for groups on products. r=LpSolit, a=justdave.Gervase Markham2014-02-071-1/+2
| | | https://bugzilla.mozilla.org/show_bug.cgi?id=951699