From e4a5c4996044c0de0f889aa3687ddfc89fa00be7 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Thu, 28 Mar 2013 14:10:24 +0800 Subject: Bug 850639: the dependency graph should have an upper limit on the number of nodes it attempts to graph --- template/en/default/global/user-error.html.tmpl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'template/en') diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 6c1caf81d..d53708409 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -1760,6 +1760,11 @@ Sorry, but you are not allowed to (un)mark comments or attachments as private. + [% ELSIF error == "webdot_too_large" %] + [% title = "Dependency Graph Too Large" %] + The dependency graph contains too many [% terms.bugs %] to display (more + than [% constants.MAX_WEBDOT_BUGS FILTER html %] [%+ terms.bugs %]). + [% ELSIF error == "wrong_token_for_cancelling_email_change" %] [% title = "Wrong Token" %] That token cannot be used to cancel an email address change. -- cgit v1.2.3-24-g4f1b