summaryrefslogtreecommitdiffstats
path: root/Bugzilla
diff options
context:
space:
mode:
authorkarl%kornel.name <>2006-07-14 15:04:21 +0200
committerkarl%kornel.name <>2006-07-14 15:04:21 +0200
commit05d2151a4e0c6fb54925b5f4e786101aa22927e2 (patch)
tree7bc09cb53b7f95f7423a3a071bf6c3b9281b9f60 /Bugzilla
parent7f9a841d4ceeb5b6bb1648c702c2c753b1d75a51 (diff)
downloadbugzilla-05d2151a4e0c6fb54925b5f4e786101aa22927e2.tar.gz
bugzilla-05d2151a4e0c6fb54925b5f4e786101aa22927e2.tar.xz
Bug 344074: Parameter to show announcements at the top of all pages
Patch by A. Karl Kornel <karl@kornel.name> r=myk a=myk
Diffstat (limited to 'Bugzilla')
-rw-r--r--Bugzilla/Config/Core.pm6
1 files changed, 6 insertions, 0 deletions
diff --git a/Bugzilla/Config/Core.pm b/Bugzilla/Config/Core.pm
index 3e1c66623..d359d86aa 100644
--- a/Bugzilla/Config/Core.pm
+++ b/Bugzilla/Config/Core.pm
@@ -106,6 +106,12 @@ sub get_param_list {
},
{
+ name => 'announcehtml',
+ type => 'l',
+ default => ''
+ },
+
+ {
name => 'upgrade_notification',
type => 's',
choices => ['development_snapshot', 'latest_stable_release',