summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/messages.html.tmpl
diff options
context:
space:
mode:
authorMax Kanat-Alexander <mkanat@bugzilla.org>2010-07-14 20:52:46 +0200
committerMax Kanat-Alexander <mkanat@bugzilla.org>2010-07-14 20:52:46 +0200
commit1c2902ecbdaab493cb0a4a2fe3e46a2739c0d0fc (patch)
tree86e2f93ae38723e3eafca40e37b23b8a70af720d /template/en/default/global/messages.html.tmpl
parent32b3964d567599b82019f9563fa732eced860223 (diff)
downloadbugzilla-1c2902ecbdaab493cb0a4a2fe3e46a2739c0d0fc.tar.gz
bugzilla-1c2902ecbdaab493cb0a4a2fe3e46a2739c0d0fc.tar.xz
Bug 578587: Make checksetup be way quieter when creating a new install
r=mkanat, a=mkanat (module owner)
Diffstat (limited to 'template/en/default/global/messages.html.tmpl')
-rw-r--r--template/en/default/global/messages.html.tmpl9
1 files changed, 9 insertions, 0 deletions
diff --git a/template/en/default/global/messages.html.tmpl b/template/en/default/global/messages.html.tmpl
index 96225e128..fa0adbdf7 100644
--- a/template/en/default/global/messages.html.tmpl
+++ b/template/en/default/global/messages.html.tmpl
@@ -666,12 +666,21 @@
that have been [% IF action == 'delete' %]deleted[% ELSE %]set to NULL[% END %]:
[%+ values.join(', ') FILTER html %]
+ [% ELSIF message_tag == "install_fk_setup" %]
+ Setting up foreign keys...
+
[% ELSIF message_tag == "install_group_create" %]
Creating group [% name FILTER html %]...
+ [% ELSIF message_tag == "install_groups_setup" %]
+ Creating default groups...
+
[% ELSIF message_tag == "install_setting_new" %]
Adding a new user setting called '[% name FILTER html %]'
+ [% ELSIF message_tag == "install_setting_setup" %]
+ Setting up user preferences...
+
[% ELSIF message_tag == "install_table_drop" %]
Dropping the '[% name FILTER html %]' table...