Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
f5e0b805
Commit
f5e0b805
authored
Mar 25, 2013
by
Frédéric Buclin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 854074: Remove all references to the uwinnipeg.ca PPM repository as it is no longer available
r=glob a=LpSolit
parent
5b4d5ef4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
38 deletions
+2
-38
Requirements.pm
Bugzilla/Install/Requirements.pm
+0
-10
installation.xml
docs/en/xml/installation.xml
+0
-15
modules.xml
docs/en/xml/modules.xml
+2
-4
strings.txt.pl
template/en/default/setup/strings.txt.pl
+0
-9
No files found.
Bugzilla/Install/Requirements.pm
View file @
f5e0b805
...
@@ -569,16 +569,6 @@ sub print_module_instructions {
...
@@ -569,16 +569,6 @@ sub print_module_instructions {
(
(
!
$output
and
@
{
$check_results
->
{
missing
}})
(
(
!
$output
and
@
{
$check_results
->
{
missing
}})
or
(
$output
and
$check_results
->
{
any_missing
})
)
?
1
:
0
;
or
(
$output
and
$check_results
->
{
any_missing
})
)
?
1
:
0
;
# We only print the PPM repository note if we have to.
my
$perl_ver
=
sprintf
(
'%vd'
,
$
^
V
);
if
(
$need_module_instructions
&&
ON_ACTIVESTATE
&&
vers_cmp
(
$perl_ver
,
'5.12'
)
<
0
)
{
my
$url_to_theory58S
=
'http://cpan.uwinnipeg.ca/PPMPackages/10xx/'
;
print
colored
(
install_string
(
'ppm_repo_add'
,
{
theory_url
=>
$url_to_theory58S
}),
COLOR_ERROR
);
}
if
(
$need_module_instructions
or
@
{
$check_results
->
{
apache
}
})
{
if
(
$need_module_instructions
or
@
{
$check_results
->
{
apache
}
})
{
# If any output was required, we want to close the "table"
# If any output was required, we want to close the "table"
print
"*"
x
TABLE_WIDTH
.
"\n"
;
print
"*"
x
TABLE_WIDTH
.
"\n"
;
...
...
docs/en/xml/installation.xml
View file @
f5e0b805
...
@@ -1588,21 +1588,6 @@ AddType application/rdf+xml .rdf</screen>
...
@@ -1588,21 +1588,6 @@ AddType application/rdf+xml .rdf</screen>
C:\perl
>
<command>
ppm install
<
module name
>
</command>
C:\perl
>
<command>
ppm install
<
module name
>
</command>
</programlisting>
</programlisting>
<para>
If you are using Perl 5.10.1, the best source for the Windows PPM modules
needed for Bugzilla is probably the theory58S website, which you can add
to your list of repositories as follows:
</para>
<programlisting>
<command>
ppm repo add theory58S http://cpan.uwinnipeg.ca/PPMPackages/10xx/
</command>
</programlisting>
<para>
If you are using Perl 5.12 or newer, you no longer need to add
this repository. All modules you need are already available from
the ActiveState repository.
</para>
<note>
<note>
<para>
<para>
The PPM repository stores modules in 'packages' that may have
The PPM repository stores modules in 'packages' that may have
...
...
docs/en/xml/modules.xml
View file @
f5e0b805
...
@@ -54,10 +54,8 @@
...
@@ -54,10 +54,8 @@
<note>
<note>
<para>
<para>
Running Bugzilla on Windows requires the use of ActiveState
Running Bugzilla on Windows requires the use of ActiveState
Perl
&min-perl-ver;
or higher. Many modules already exist in the core
Perl
&min-perl-ver;
or higher. Most modules already exist in the core
distribution of ActiveState Perl. Additional modules can be downloaded
distribution of ActiveState Perl.
from
<ulink
url=
"http://cpan.uwinnipeg.ca/PPMPackages/10xx/"
/>
if you use Perl 5.10.1.
</para>
</para>
</note>
</note>
...
...
template/en/default/setup/strings.txt.pl
View file @
f5e0b805
...
@@ -373,15 +373,6 @@ as well), you should install patchutils from:
...
@@ -373,15 +373,6 @@ as well), you should install patchutils from:
http://cyberelk.net/tim/software/patchutils/
http://cyberelk.net/tim/software/patchutils/
END
END
ppm_repo_add => <<EOT,
***********************************************************************
* Note For Windows Users *
***********************************************************************
* In order to install the modules listed below, you first have to run *
* the following command as an Administrator: *
* *
* ppm repo add theory58S ##theory_url##
EOT
template_precompile => "Precompiling templates...",
template_precompile => "Precompiling templates...",
template_removal_failed => <<END,
template_removal_failed => <<END,
WARNING: The directory '
##template_cache##' could not be removed.
WARNING: The directory '
##template_cache##' could not be removed.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment