aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default
Commit message (Collapse)AuthorAgeFilesLines
...
* Bug 796072: Make admin/table.html.tmpl a bit fasterFrédéric Buclin2012-10-042-30/+15
| | | | r=dkl a=LpSolit
* Bug 796386: Warn user if bugmails have been disabledMatt Tyson2012-10-041-0/+9
| | | | r=glob, a=LpSolit
* Bug 349029: Renames the "Some attachment data changes" email preferenceSunil Joshi2012-10-041-1/+1
| | | | r=glob,a=LpSolit
* Bug 793893: Tabular reports crash when no format parameter is definedFrédéric Buclin2012-09-292-3/+2
| | | | r=glob a=LpSolit
* Bug 787697 - config.cgi uri is not unique for versions and target_milestonesFrank Becker2012-09-271-4/+8
| | | | r=dkl,LpSolit a=LpSolit
* Bug 437212: Make page refreshing under Firefox update fieldsByron Jones2012-09-264-0/+6
| | | | r=LpSolit, a=LpSolit
* Bug 450546: Use visible_bugs() where appropriate instead of/in combination ↵Koosha Khajeh Moogahi2012-09-201-3/+2
| | | | | | with can_see_bug() to improve performance r/a=LpSolit
* Bug 308709: Misleading confirmation when entering an invalid sort key for a ↵Sunil Joshi2012-09-191-3/+3
| | | | | | field value r/a=LpSolit
* Bug 345244: Bug template creation window has silly titleSunil Joshi2012-09-191-1/+1
| | | | r/a=LpSolit
* Bug 436647: The "Bugzilla is pondering your search" page lacks a background ↵Koosha Khajeh Moogahi2012-09-191-1/+3
| | | | | | colour attribute r/a=LpSolit
* Bug 445861: $component->default_qa_contact should not return the default ↵Koosha Khajeh Moogahi2012-09-192-2/+4
| | | | | | user object when no default QA contact is defined r/a=LpSolit
* Bug 791564: If no flagtype is multiplicable for a given bug, then unset ↵Frédéric Buclin2012-09-161-4/+4
| | | | | | flags are displayed by default instead of being hidden a=LpSolit
* Bug 345878 - "Access Denied" should be "Bug Access Denied"Sunil Joshi2012-09-151-2/+2
| | | | [r=LpSolit a=LpSolit]
* Bug 790215 - Flag names are not properly escaped when displayed on confirm ↵Reed Loden2012-09-112-2/+1
| | | | | | user match page [r=LpSolit a=LpSolit]
* Bug 675171 - standardize font weight for field labelsDave Lawrence2012-09-041-44/+44
| | | | r=glob, a=LpSolit
* Bug 786889: Add missing 'Summary (first 60 chars)' header to CSV outputMatt Tyson2012-09-031-0/+1
| | | | r=glob, a=LpSolit
* Bug 785728 - config.cg?ctype=rdf should have is_active for versions, ↵Frank Becker2012-08-311-0/+3
| | | | | | components and milestones r/a=LpSolit
* Bug 655477: Bugzilla now requires Perl 5.10.1Frédéric Buclin2012-08-312-10/+1
| | | | r=mkanat a=LpSolit
* Bug 786691 - Do not display the (more flags) link to logged out users as ↵Dave Lawrence2012-08-301-1/+1
| | | | | | they cannot set any flag r/a=LpSolit
* Bug 786351: Release notes for Bugzilla 4.2.3Frédéric Buclin2012-08-301-0/+41
| | | | r=dkl a=LpSolit
* Bug 772953: Remove the token from buglist urlsByron Jones2012-08-282-1/+14
| | | | r=dkl, a=LpSolit
* Bug 785917: Custom field descriptions are not properly escaped when ↵Frédéric Buclin2012-08-272-2/+1
| | | | | | displayed as bug list column headers r=glob a=LpSolit
* Bug 698068: The "There is no saved search named ..." page has a "forget" linkFrédéric Buclin2012-08-201-1/+1
| | | | r=glob a=LpSolit
* Bug 187753: Specify a maximum length for quips (512 characters)Koosha Khajeh Moogahi2012-08-182-1/+7
| | | | r/a=LpSolit
* Fix bustageFrédéric Buclin2012-08-121-1/+0
|
* Bug 746947: Determine the size of the images dynamically for graphical reportsFrédéric Buclin2012-08-121-56/+22
| | | | r=dkl a=LpSolit
* Bug 557183: In config.cgi, specify if fields controlled by a parameter are ↵Frank Becker2012-08-091-0/+3
| | | | | | enabled or disabled r/a=LpSolit
* Bug 756550: Do not link a bug alias with its bug ID for bugs you cannot seeFrédéric Buclin2012-08-092-3/+8
| | | | r=glob a=LpSolit
* Bug 319598: Add support for saved tabular and graphical reportsJulien Heyman2012-08-074-13/+58
| | | | r/a=LpSolit
* HTML pages no longer passed HTML4 validation due to a duplicated ID, see bug ↵Frédéric Buclin2012-08-071-2/+2
| | | | 730670
* Bug 706271: CSRF vulnerability in token.cgi allows possible unauthorized ↵Frédéric Buclin2012-08-062-3/+5
| | | | | | password reset e-mail request r=reed a=LpSolit
* Bug 759413 - Use "cannot" instead of "can not".Matt Selsky2012-08-033-7/+7
| | | | r=Wurblzap, a=LpSolit
* Bug 779600: Hide flag types you cannot request nor set instead of leaving ↵Frédéric Buclin2012-08-011-3/+1
| | | | | | them as disabled r=dkl a=LpSolit
* Bug 581538 - Hide (instead of showing as disabled) flags that aren't ↵Dave Lawrence2012-08-011-2/+2
| | | | | | available for a specific component on enter_bug.cgi Forgot to add periods at the end of the comments.
* Bug 581538 - Hide (instead of showing as disabled) flags that aren't ↵Dave Lawrence2012-08-011-23/+24
| | | | | | available for a specific component on enter_bug.cgi r/a=LpSolit
* Bug 779061: Fix inconsistency between create group documentation and UISImon Green2012-08-011-4/+11
| | | | r=glob, a=LpSolit
* Bug 684171 - add a "(take)" link to the QA Contact fieldDave Lawrence2012-07-311-18/+23
| | | | r/a=LpSolit
* Bug 765189: No longer use an absolute URL in the login formKoosha Khajeh Moogahi2012-07-311-2/+0
| | | | r/a=LpSolit
* Bug 768573: bug/field.html.tmpl overrides the 'hidden' variable, causing ↵Frédéric Buclin2012-07-311-7/+7
| | | | | | some field labels to be hidden by accident r=glob a=LpSolit
* Backout bug 768573Frédéric Buclin2012-07-294-6/+6
|
* Bug 777398: (CVE-2012-1968) [SECURITY] HTML bugmail exposes information ↵Frédéric Buclin2012-07-261-10/+11
| | | | | | about restricted bugs r=glob a=LpSolit
* Bug 777555: Release notes for Bugzilla 4.2.2Frédéric Buclin2012-07-261-0/+42
| | | | r=dkl a=LpSolit
* Bug 412054: Say "deny login" instead of "disable" in User Accounts admin UIMatt Selsky2012-07-242-6/+6
| | | | r=gerv a=LpSolit
* Bug 771107 - List of attachments in attachment details screen does not ↵Dave Lawrence2012-07-232-4/+10
| | | | | | distinguish obsolete attachments r=glob, a=LpSolit
* Bug 767308 - Bug id should be last field in URL query string (after list_id) Dave Lawrence2012-07-231-5/+12
| | | | r=glob, a=LpSolit
* Bug 339369: During logout, reword "Your login has been forgotten"Koosha Khajeh Moogahi2012-07-041-1/+1
| | | | r/a=LpSolit
* Bug 760562: Integrate TypeSniffer into core codebase (auto-detect attachment ↵Matt Selsky2012-07-041-0/+1
| | | | | | MIME type) r/a=LpSolit
* Bug 553553 - We shouldn't be using terms.Bugzilla in the "please contribute" ↵Matt Selsky2012-07-021-4/+6
| | | | | | message. (Quick fix because of borked checkin a minute ago.) r=Wurblzap, a=LpSolit
* Bug 553553 - We shouldn't be using terms.Bugzilla in the "please contribute" ↵Matt Selsky2012-07-021-3/+2
| | | | | | message. r=Wurblzap, a=LpSolit
* Bug 467859: Add X-Bugzilla-Flags to mail headersMatt Selsky2012-07-011-0/+1
| | | | r/a=LpSolit