aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default
Commit message (Collapse)AuthorAgeFilesLines
...
* Bug 575211: show_bug.cgi should use field-label.html.tmpl for field headersLalit Khattar2014-06-181-14/+7
| | | | r=glob,a=sgreen
* Bug 1025712 - Invalid HTML in ↵Simon Green2014-06-171-1/+1
| | | | | | template/en/default/bug/create/create-guided.html.tmpl r=gerv, a=glob
* Bug 956892: collapsed comments should display tags to indicate the reason ↵Byron Jones2014-06-161-2/+25
| | | | | | for auto-collapsing r=gerv,a=sgreen
* Bug 1012508 - Add a admin_menu hook to change who has access to admin.cgiSimon Green2014-06-141-5/+1
| | | | r=gerv, a=sgreen
* Bug 1015994 - attachment.cgi titles should include bug and/or attachment textDavid Lawrence2014-06-111-0/+1
| | | | r=gerv,a=sgreen
* Bug 442013 - Create Bugzilla::User->set_groups and set_bless_groups and have ↵Simon Green2014-06-061-30/+24
| | | | | | editusers.cgi use them r=justdave, a=glob
* Bug 883719 - Don't include release notes from previous major releases, ↵Simon Green2014-06-062-5138/+1
| | | | | | instead add links to the bugzilla.org website r=justdave, a=glob
* Bug 1019177 - Provide link in saved search preferences page to a shared ↵David Lawrence2014-06-051-0/+5
| | | | | | search that can be given to others r/a=glob
* Bug 1008764: Add a web service to create and update Flag typesSimon Green2014-05-221-1/+6
| | | | r=glob, a=justdave
* Bug 977969: concatenate and slightly minify css filesByron Jones2014-05-141-34/+6
| | | | r=gerv, a=glob
* Bug 814415: See Also should use spaces as value separators instead ofKent Rogers2014-05-071-1/+1
| | | | | commas r=glob, a=justdave
* Bug 974214 - Make email notification for cleared flag identify the flag ↵Matt Tyson2014-05-021-2/+5
| | | | requestee. r=gerv, a=glob.
* Bug 927452 - When creating a new user account, the requirements for the ↵Sunil Joshi2014-05-021-1/+11
| | | | password should be displayed. r=gerv, a=justdave.
* Fix regression due to bug 539894Frédéric Buclin2014-04-251-1/+1
|
* Fix some syntax errors left by bug 489028Frédéric Buclin2014-04-241-2/+2
|
* Bug 489028 - Record last-visited time of bugs when logged inDylan William Hardison2014-04-224-1/+15
| | | | r=glob a=justdave
* Bug 998484: Release notes for Bugzilla 4.4.4Frédéric Buclin2014-04-181-0/+7
| | | | r=dkl a=justdave
* Backout bug 984980Frédéric Buclin2014-04-182-13/+0
|
* Fix bustage due to bug 984980Frédéric Buclin2014-04-181-5/+5
|
* Bug 968576: [SECURITY] Dangerous control characters allowed in Bugzilla textManish Goregaokar2014-04-172-2/+2
| | | | r=glob a=justdave
* Bug 713926: (CVE-2014-1517) [SECURITY] Login form lacks CSRF protectionFrédéric Buclin2014-04-174-4/+18
| | | | 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-172-0/+13
| | | | preview and edit mode. Patch by <arnold@archlinux.info>, r=gerv, 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 996164: Release notes for Bugzilla 4.4.3Frédéric Buclin2014-04-151-0/+27
| | | | r=dkl 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 984505 - Link component and product to browse for other bugs in this ↵David Lawrence2014-04-041-0/+6
| | | | | | category r=glob,a=justdave
* Bug 539894: Use <optgroup/> to group products into classifications in the ↵rojanu2014-04-029-82/+135
| | | | | | product drop-down on show_bug.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
* Bug 984999: Move set_assign_to() out of bug/create/create.html.tmplAcho Arnold2014-03-231-73/+3
| | | | 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-221-28/+29
| | | | r=LpSolit a=justdave
* Bug 399087 - Remove the 'mostfreqthreshold' parameterSunil Joshi [:SunilJoshi]2014-03-211-5/+0
| | | | 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-211-15/+23
| | | | | | editbugs privs r=gerv a=justdave
* Merge branch 'master' of ssh://git.mozilla.org/bugzilla/bugzillaGervase Markham2014-03-212-16/+26
|\
| * Bug 513212 - Allow people to set "See Also" when filing/creating/entering a ↵David Lawrence2014-03-202-16/+26
| | | | | | | | | | | | 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-212-1/+2
|/ | | | 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
* Bug 566331: Move JS functions out of bug/edit.html.tmplIshitva Goel2014-03-101-17/+1
| | | | r=LpSolit a=justdave
* Bug 956190 (part 5): Merge attachment.css, dependency-tree.css, ↵Frédéric Buclin2014-03-108-12/+11
| | | | | | 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-0817-35/+28
| | | | show_multiple.css and summarize-time.css with buglist.css
* Bug 318715 - iCalendar Buglist doesn't include deadlineMatt Selsky2014-03-081-0/+3
| | | | r=dkl,a=justdave
* Bug 977137: Comment and Preview tabs need accessibility markupByron Jones2014-03-051-1/+3
| | | | r=dkl, a=justdave
* Bug 956190 (part 3): Remove IE-fixes.css (Internet Explorer 7 and older are ↵Frédéric Buclin2014-03-051-10/+0
| | | | | | no longer supported) r/a=justdave
* Bug 956190 (part 2): Merge params.css and editusers.css with admin.cssFrédéric Buclin2014-03-046-28/+32
| | | | 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 365057 - messages.html.tmpl file bareword should be tagged in <code> or ↵Matt Selsky2014-03-043-3/+3
| | | | | | something r=dkl,a=justdave