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:
bzrmirror%bugzilla.org
2014-12-03 22:39:24 +00:00
parent 23e6669fb1
commit 81d0ccc2e1
326 changed files with 4095 additions and 1250 deletions

View File

@@ -9,6 +9,8 @@ package Bugzilla::Extension::Example;
use 5.10.1;
use strict;
use warnings;
use constant NAME => 'Example';
use constant REQUIRED_MODULES => [
{

View File

@@ -9,6 +9,8 @@ package Bugzilla::Extension::Example;
use 5.10.1;
use strict;
use warnings;
use parent qw(Bugzilla::Extension);
use Bugzilla::Constants;

View File

@@ -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;

View File

@@ -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;

View File

@@ -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" })
%]