summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/user-error.html.tmpl
AgeCommit message (Collapse)AuthorFilesLines
2012-08-09Bug 756550: Do not link a bug alias with its bug ID for bugs you cannot seeFrédéric Buclin1-2/+6
r=glob a=LpSolit
2012-08-07Bug 319598: Add support for saved tabular and graphical reportsJulien Heyman1-0/+8
r/a=LpSolit
2012-08-03Bug 759413 - Use "cannot" instead of "can not".Matt Selsky1-5/+5
r=Wurblzap, a=LpSolit
2012-05-28Fix bustage: email_confirmation_failed is no longer usedFrédéric Buclin1-4/+0
https://bugzilla.mozilla.org/show_bug.cgi?id=355596
2012-05-28Bug 355596: Your password should be requested to confirm your email address ↵Koosha Khajeh Moogahi1-2/+2
change r/a=LpSolit
2012-05-17Bug 728138: Custom fields should have a "Long Description" attribute to ↵rojanu1-0/+5
better understand what they are used for r/a=LpSolit
2012-05-07Bug 571740: Add support for getsatisfaction for the See Also fieldMatt Selsky1-3/+3
r=timello, a=LpSolit
2012-04-18Bug 704999: Add support for GitHub for the 'See Also' fieldMatt Selsky1-0/+1
r=timello a=LpSolit
2012-04-13Fix bustage (missing filter)Frédéric Buclin1-1/+2
2012-04-13Bug 349337: The time between two successive token requests should be a constantKoosha Khajeh Moogahi1-1/+2
r/a=LpSolit
2012-03-29Bug 554819: Quicksearch should be using Text::ParseWords instead of custom ↵Frédéric Buclin1-0/+21
code in splitString Also fixes QS with accented characters (bug 730207) r=dkl a=LpSolit
2012-02-22Fix bustageFrédéric Buclin1-1/+1
2012-02-22Bug 725663 - (CVE-2012-0453) [SECURITY] CSRF vulnerability in the XML-RPC ↵Dave Lawrence1-0/+5
API when using mod_perl r/a=LpSolit
2012-02-19Bug 722580: Move 'ReviewBoard' and 'Rietveld' BugUrl sub-classesTiago Mello1-2/+1
to a new 'MoreBugUrl' extension. r/a=LpSolit
2012-01-31Bug 718319: (CVE-2012-0440) [SECURITY] JSON-RPC permits to bypass token ↵Frédéric Buclin1-0/+5
checks and can lead to CSRF (no victim's action required) r=mkanat a=LpSolit
2012-01-25Bug 617802: Add see also support for Rietveld installations on appspot.comMatt Selsky1-0/+1
r=timello, a=LpSolit
2012-01-23Bug 319953: Missing real email syntax checkFrédéric Buclin1-3/+2
r=glob a=LpSolit
2012-01-11Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin1-19/+5
add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
2012-01-06Bug 661533: The See Also field should support Review Board URLsMatt Selsky1-0/+1
r=timello a=LpSolit
2012-01-06Bug 714664: The content of the "emailregexpdesc" parameter is not escaped ↵Frédéric Buclin1-1/+1
when displayed to the user r=dkl a=LpSolit
2011-12-26Bug 399080: Remove the 'usebugaliases' parameter (turned on permanently)Matt Selsky1-3/+1
r/a=LpSolit
2011-11-01Fix missing-space bugs in error messages. a=LpSolit.Gervase Markham1-1/+1
https://bugzilla.mozilla.org/show_bug.cgi?id=698737
2011-10-23Bug 696256: global/variables.none.tmpl should be PRE_PROCESS'edFrédéric Buclin1-2/+0
r/a=mkanat
2011-10-01Bug 582529: Ambiguous error message "You did not specify a file to attach" ↵Frédéric Buclin1-0/+4
when deleting an existing attachment filename a=LpSolit
2011-08-17Bug 661476: sanitycheck.pl should check if all products have components defined.Frédéric Buclin1-0/+10
Also, creating a new product from the web UI asks you to create a component too. r=glob a=LpSolit
2011-08-16Bug 678844: When trying to edit a non-existent classification, the error ↵Frédéric Buclin1-2/+4
message has missing words r=glob a=LpSolit
2011-08-10Bug 677187: If the attachment filename contains a newline, an error is ↵Frédéric Buclin1-2/+3
thrown when trying to download the attachment r/a=mkanat
2011-08-09Bug 622203 - Allow filing closed bugs via the WebServiceMax Kanat-Alexander1-4/+9
r=dkl, a=mkanat
2011-08-09Bug 660691: Allow Bugzilla to parse HTML-only inbound email via email_in.plMax Kanat-Alexander1-3/+2
r=glob, a=mkanat
2011-08-09Bug 437076: Allow email_in to accept multipart/alternative HTML email withMax Kanat-Alexander1-2/+2
attachments r=glob, a=mkanat
2011-08-04Bug 637981: (CVE-2011-2379) [SECURITY] "Raw Unified" patch diffs can cause ↵Byron Jones1-0/+5
XSS on this domain in IE 6-8 and Safari r/a=LpSolit
2011-08-04Bug 653477: (CVE-2011-2380) [SECURITY] Group names can be guessed when ↵Frédéric Buclin1-20/+8
creating or editing a bug r=mkanat a=LpSolit
2011-08-01Bug 674574: When all components or versions are disabled, you cannot enter ↵Frédéric Buclin1-2/+2
bugs into the product but it's listed in enter_bug.cgi anyway r=dkl a=LpSolit
2011-07-26Bug 674089: Add a new hook 'end_object_name' in user-error.html.tmpl templateTiago Mello1-0/+1
r/a=mkanat
2011-07-26Bug 674117: Add a new hook 'auth_failure_object' in user-error.html.tmpl ↵Tiago Mello1-0/+2
template r/a=mkanat
2011-05-10Bug 28849: Block users from CCing other users if they do not have editbugs privsByron Jones1-0/+4
r=LpSolit, a=LpSolit
2011-05-06Bug 653341: Bug.create() fails to error out if an invalid group is passedFrédéric Buclin1-0/+7
r/a=mkanat
2011-04-29Bug 653406: fix escaping of url vars in error messagesByron Jones1-8/+8
r=LpSolit, a=LpSolit
2011-04-28Bug 423612 - Allow editing extern_id for users from the admin interfaceJochen Wiedmann1-0/+8
r=mkanat, a=mkanat
2011-03-03Bug 638489 - Make all boolean charts work with longdescs.isprivateMax Kanat-Alexander1-0/+4
r=mkanat, a=mkanat (module owner)
2011-02-16Bug 624522: Add support for SourceForge URLs in "see also"Tiago Mello1-0/+1
r/a=mkanat
2011-02-14Bug 621122: Add support for MantisBT URLs in "see also".Reed Loden1-0/+1
[r=timello a=mkanat]
2011-02-14Bug 543667: Add support for Trac URLs in "see also".Matt Selsky1-0/+1
2011-02-14Bug 558784: Add support for JIRA URLs in "see also".Matt Selsky1-0/+1
2011-01-30Bug 616185: Move tags (aka lists of bugs) to their own DB tablesFrédéric Buclin1-26/+7
r/a=mkanat
2011-01-07Bug 558803: Add a parameter to specify the password complexity for new passwordsrojanu1-0/+17
r/a=LpSolit
2010-12-13Bug 617477: Fix numerous consistency and behavior issues surroudning Bug.updateMax Kanat-Alexander1-4/+4
and Bugzilla::Bug. See https://bugzilla.mozilla.org/show_bug.cgi?id=617477#c2 for details. r=LpSolit, a=LpSolit
2010-12-04Bug 529974: Let users with local editcomponents privs manage flags for ↵Frédéric Buclin1-0/+25
products they can administer a=LpSolit (module owner)
2010-11-03Bug 419014: (CVE-2010-3764) [SECURITY] Old charts are not project specific, ↵Frédéric Buclin1-1/+1
and product names are viewable in graphs/ r=wurblzap a=LpSolit
2010-10-22Remove unused error tagFrédéric Buclin1-5/+0
https://bugzilla.mozilla.org/show_bug.cgi?id=523205