diff options
author | Max Kanat-Alexander <mkanat@bugzilla.org> | 2011-01-31 15:16:32 -0800 |
---|---|---|
committer | Max Kanat-Alexander <mkanat@bugzilla.org> | 2011-01-31 15:16:32 -0800 |
commit | bfe1550b1ebc29ff73046945ac52d5eb868eaec9 (patch) | |
tree | ea973b2b44a4b194d60e1a3091d35a0405905c00 /template/en/default/setup | |
parent | 8d21fa4ec6683868fd5051f88c05947feecb6d4a (diff) | |
download | bugs-bfe1550b1ebc29ff73046945ac52d5eb868eaec9.tar bugs-bfe1550b1ebc29ff73046945ac52d5eb868eaec9.tar.gz bugs-bfe1550b1ebc29ff73046945ac52d5eb868eaec9.tar.bz2 bugs-bfe1550b1ebc29ff73046945ac52d5eb868eaec9.tar.xz bugs-bfe1550b1ebc29ff73046945ac52d5eb868eaec9.zip |
Redesign the Install::DB code for migrating queries to tags, including adding
a transaction and indicate_progress.
https://bugzilla.mozilla.org/show_bug.cgi?id=616185
Diffstat (limited to 'template/en/default/setup')
-rw-r--r-- | template/en/default/setup/strings.txt.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/en/default/setup/strings.txt.pl b/template/en/default/setup/strings.txt.pl index b7c907346..fe4f65e4e 100644 --- a/template/en/default/setup/strings.txt.pl +++ b/template/en/default/setup/strings.txt.pl @@ -424,6 +424,7 @@ the database, and that file has been renamed to ##data##/comments.bak You may delete the renamed file once you have confirmed that all your quips were moved successfully. END + update_queries_to_tags => "Populating the new tags table:", webdot_bad_htaccess => <<END, WARNING: Dependency graph images are not accessible. Delete ##dir##/.htaccess and re-run checksetup.pl. |