Merge branch 'master' of ssh://git.mozilla.org/bugzilla/bugzilla into docs-relicensing
(except some changes not merged; will do them later) Conflicts: docs/en/rst/administration.rst docs/en/rst/installation.rst docs/en/rst/using.rst git-svn-id: svn://10.0.0.236/trunk@265740 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -9,6 +9,8 @@ package Bugzilla::Extension::Example;
|
||||
|
||||
use 5.10.1;
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
use constant NAME => 'Example';
|
||||
use constant REQUIRED_MODULES => [
|
||||
{
|
||||
|
||||
@@ -9,6 +9,8 @@ package Bugzilla::Extension::Example;
|
||||
|
||||
use 5.10.1;
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
use parent qw(Bugzilla::Extension);
|
||||
|
||||
use Bugzilla::Constants;
|
||||
|
||||
@@ -9,6 +9,8 @@ package Bugzilla::Extension::Example::Auth::Login;
|
||||
|
||||
use 5.10.1;
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
use parent qw(Bugzilla::Auth::Login);
|
||||
use constant user_can_create_account => 0;
|
||||
use Bugzilla::Constants;
|
||||
|
||||
@@ -9,6 +9,8 @@ package Bugzilla::Extension::Example::Auth::Verify;
|
||||
|
||||
use 5.10.1;
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
use parent qw(Bugzilla::Auth::Verify);
|
||||
use Bugzilla::Constants;
|
||||
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
# defined by the Mozilla Public License, v. 2.0.
|
||||
#%]
|
||||
|
||||
[%
|
||||
tabs.push ({ name => 'newsearch', label => "New Search",
|
||||
link => "query.cgi?format=newsearch" })
|
||||
[%
|
||||
tabs.push({ name => 'newsearch', label => "New Search",
|
||||
link => "query.cgi?format=newsearch" })
|
||||
%]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user