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
156e1853
Commit
156e1853
authored
May 06, 2003
by
jake%bugzilla.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Pick up recent docs changes for the compiled versions
parent
260a7325
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
55 additions
and
17 deletions
+55
-17
Bugzilla-Guide.html
docs/html/Bugzilla-Guide.html
+24
-7
extraconfig.html
docs/html/extraconfig.html
+4
-4
glossary.html
docs/html/glossary.html
+18
-1
index.html
docs/html/index.html
+1
-1
stepbystep.html
docs/html/stepbystep.html
+1
-1
Bugzilla-Guide.txt
docs/txt/Bugzilla-Guide.txt
+7
-3
No files found.
docs/html/Bugzilla-Guide.html
View file @
156e1853
...
...
@@ -85,7 +85,7 @@ NAME="AEN14"
HREF=
"http://bugzilla.mozilla.org/enter_bug.cgi?product=Bugzilla&component=Documentation"
TARGET=
"_top"
>
Bugzilla Documentation
</A
>
compon
t
ent.
>
component.
</P
><P
>
This is a development version of this guide. Information in it
...
...
@@ -3180,7 +3180,7 @@ CLASS="prompt"
<B
CLASS=
"command"
>
UPDATE user SET Password=PASSWORD('
<
new_password
'
>
)
>
UPDATE user SET Password=PASSWORD('
<
new_password
>
'
)
WHERE user='root';
</B
>
</TT
...
...
@@ -4034,10 +4034,10 @@ CLASS="filename"
which can limit connections by ip-address. You may download this module
at
<A
HREF=
"http://www.snert.com/Software/
T
hrottle/"
HREF=
"http://www.snert.com/Software/
mod_t
hrottle/"
TARGET=
"_top"
>
http://www.snert.com/Software/T
hrottle/
</A
>
.
>
http://www.snert.com/Software/mod_t
hrottle/
</A
>
Follow the instructions to install into your Apache install.
<EM
>
This module only functions with the Apache web
...
...
@@ -4051,7 +4051,7 @@ CLASS="command"
command provided by this module to accomplish this goal. See the
<A
HREF=
"http://www.snert.com/Software/
T
hrottle/"
HREF=
"http://www.snert.com/Software/
mod_t
hrottle/"
TARGET=
"_top"
>
Module
Instructions
</A
...
...
@@ -13330,6 +13330,23 @@ NAME="gloss-rdbms"
that stores information in tables that are related to each other.
</P
></DD
><DT
><A
NAME=
"gloss-regexp"
></A
><B
>
Regular Expression
</B
></DT
>
(regexp)
<DD
><P
>
A regular expression is an expression used for pattern matching.
<A
HREF=
"http://perldoc.com/perl5.6/pod/perlre.html#Regular-Expressions"
TARGET=
"_top"
>
Documentation
</A
>
</P
></DD
></DL
></DIV
><DIV
...
...
@@ -13482,7 +13499,7 @@ NAME="gloss-zarro"
Terry had the following to say:
</P
><A
NAME=
"AEN25
15
"
NAME=
"AEN25
21
"
></A
><TABLE
BORDER=
"0"
...
...
docs/html/extraconfig.html
View file @
156e1853
...
...
@@ -607,10 +607,10 @@ CLASS="filename"
which can limit connections by ip-address. You may download this module
at
<A
HREF=
"http://www.snert.com/Software/
T
hrottle/"
HREF=
"http://www.snert.com/Software/
mod_t
hrottle/"
TARGET=
"_top"
>
http://www.snert.com/Software/T
hrottle/
</A
>
.
>
http://www.snert.com/Software/mod_t
hrottle/
</A
>
Follow the instructions to install into your Apache install.
<EM
>
This module only functions with the Apache web
...
...
@@ -624,7 +624,7 @@ CLASS="command"
command provided by this module to accomplish this goal. See the
<A
HREF=
"http://www.snert.com/Software/
T
hrottle/"
HREF=
"http://www.snert.com/Software/
mod_t
hrottle/"
TARGET=
"_top"
>
Module
Instructions
</A
...
...
docs/html/glossary.html
View file @
156e1853
...
...
@@ -697,6 +697,23 @@ NAME="gloss-rdbms"
that stores information in tables that are related to each other.
</P
></DD
><DT
><A
NAME=
"gloss-regexp"
></A
><B
>
Regular Expression
</B
></DT
>
(regexp)
<DD
><P
>
A regular expression is an expression used for pattern matching.
<A
HREF=
"http://perldoc.com/perl5.6/pod/perlre.html#Regular-Expressions"
TARGET=
"_top"
>
Documentation
</A
>
</P
></DD
></DL
></DIV
><DIV
...
...
@@ -849,7 +866,7 @@ NAME="gloss-zarro"
Terry had the following to say:
</P
><A
NAME=
"AEN25
15
"
NAME=
"AEN25
21
"
></A
><TABLE
BORDER=
"0"
...
...
docs/html/index.html
View file @
156e1853
...
...
@@ -88,7 +88,7 @@ NAME="AEN14"
HREF=
"http://bugzilla.mozilla.org/enter_bug.cgi?product=Bugzilla&component=Documentation"
TARGET=
"_top"
>
Bugzilla Documentation
</A
>
compon
t
ent.
>
component.
</P
><P
>
This is a development version of this guide. Information in it
...
...
docs/html/stepbystep.html
View file @
156e1853
...
...
@@ -1078,7 +1078,7 @@ CLASS="prompt"
<B
CLASS=
"command"
>
UPDATE user SET Password=PASSWORD('
<
new_password
'
>
)
>
UPDATE user SET Password=PASSWORD('
<
new_password
>
'
)
WHERE user='root';
</B
>
</TT
...
...
docs/txt/Bugzilla-Guide.txt
View file @
156e1853
...
...
@@ -16,7 +16,7 @@ The Bugzilla Team
This documentation is maintained in DocBook 4.1.2 XML format. Changes
are best submitted as plain text or XML diffs, attached to a bug filed
in the Bugzilla Documentation compon
t
ent.
in the Bugzilla Documentation component.
This is a development version of this guide. Information in it is
subject to change before the 2.18 release of this guide (which will
...
...
@@ -944,7 +944,7 @@ Chapter 4. Installation
limited to 16 characters.
bash# mysql -u root mysql
mysql> UPDATE user SET Password=PASSWORD('<new_password
'>
) WHERE
mysql> UPDATE user SET Password=PASSWORD('<new_password
>'
) WHERE
user='root';
mysql> FLUSH PRIVILEGES;
...
...
@@ -1191,7 +1191,7 @@ set=ISO-8859-1/i" *.cgi *.pl
speeds for other users. If your Bugzilla installation is experiencing
this problem , you may install the Apache module mod_throttle which
can limit connections by ip-address. You may download this module at
http://www.snert.com/Software/
Throttle/.
Follow the instructions to
http://www.snert.com/Software/
mod_throttle/
Follow the instructions to
install into your Apache install. This module only functions with the
Apache web server! You may use the ThrottleClientIP command provided
by this module to accomplish this goal. See the Module Instructions
...
...
@@ -4448,6 +4448,10 @@ R
that stores information in tables that are related to each
other.
Regular Expression (regexp)
A regular expression is an expression used for pattern
matching. Documentation
S
SGML
...
...
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