~ubuntu-branches/ubuntu/edgy/bugzilla/edgy

« back to all changes in this revision

Viewing changes to docs/html/dbmodify.html

  • Committer: Bazaar Package Importer
  • Author(s): Alexis Sukrieh
  • Date: 2005-10-03 16:51:01 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051003165101-38n0y5qofd68vole
Tags: 2.18.4-1
* New upstream minor release
  + Fixed a security issue: It was possible to bypass the "user
    visibility groups" restrictions if user-matching was turned on
    in "substring" mode.
  + Fixed a security issue: config.cgi exposed information to users who
    weren't logged in, even when "requirelogin" was turned on in Bugzilla.
  (closes: #331206)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
 
2
<HTML
 
3
><HEAD
 
4
><TITLE
 
5
>Modifying Your Running System</TITLE
 
6
><META
 
7
NAME="GENERATOR"
 
8
CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
 
9
REL="HOME"
 
10
TITLE="The Bugzilla Guide - 2.18.4 Release"
 
11
HREF="index.html"><LINK
 
12
REL="UP"
 
13
TITLE="Customising Bugzilla"
 
14
HREF="customization.html"><LINK
 
15
REL="PREVIOUS"
 
16
TITLE="Customizing Who Can Change What"
 
17
HREF="cust-change-permissions.html"><LINK
 
18
REL="NEXT"
 
19
TITLE="MySQL Bugzilla Database Introduction"
 
20
HREF="dbdoc.html"></HEAD
 
21
><BODY
 
22
CLASS="section"
 
23
BGCOLOR="#FFFFFF"
 
24
TEXT="#000000"
 
25
LINK="#0000FF"
 
26
VLINK="#840084"
 
27
ALINK="#0000FF"
 
28
><DIV
 
29
CLASS="NAVHEADER"
 
30
><TABLE
 
31
SUMMARY="Header navigation table"
 
32
WIDTH="100%"
 
33
BORDER="0"
 
34
CELLPADDING="0"
 
35
CELLSPACING="0"
 
36
><TR
 
37
><TH
 
38
COLSPAN="3"
 
39
ALIGN="center"
 
40
>The Bugzilla Guide - 2.18.4 Release</TH
 
41
></TR
 
42
><TR
 
43
><TD
 
44
WIDTH="10%"
 
45
ALIGN="left"
 
46
VALIGN="bottom"
 
47
><A
 
48
HREF="cust-change-permissions.html"
 
49
ACCESSKEY="P"
 
50
>Prev</A
 
51
></TD
 
52
><TD
 
53
WIDTH="80%"
 
54
ALIGN="center"
 
55
VALIGN="bottom"
 
56
>Chapter 5. Customising Bugzilla</TD
 
57
><TD
 
58
WIDTH="10%"
 
59
ALIGN="right"
 
60
VALIGN="bottom"
 
61
><A
 
62
HREF="dbdoc.html"
 
63
ACCESSKEY="N"
 
64
>Next</A
 
65
></TD
 
66
></TR
 
67
></TABLE
 
68
><HR
 
69
ALIGN="LEFT"
 
70
WIDTH="100%"></DIV
 
71
><DIV
 
72
CLASS="section"
 
73
><H1
 
74
CLASS="section"
 
75
><A
 
76
NAME="dbmodify"
 
77
>5.4. Modifying Your Running System</A
 
78
></H1
 
79
><P
 
80
>&#13;        Bugzilla optimizes database lookups by storing all relatively
 
81
        static information in the <TT
 
82
CLASS="filename"
 
83
>versioncache</TT
 
84
>
 
85
        file, located in the <TT
 
86
CLASS="filename"
 
87
>data/</TT
 
88
>
 
89
        subdirectory under your installation directory.
 
90
      </P
 
91
><P
 
92
>&#13;        If you make a change to the structural data in your database (the
 
93
        versions table for example), or to the <SPAN
 
94
CLASS="QUOTE"
 
95
>"constants"</SPAN
 
96
>
 
97
        encoded in <TT
 
98
CLASS="filename"
 
99
>defparams.pl</TT
 
100
>, you will need to remove 
 
101
        the cached content from the data directory (by doing a 
 
102
        <B
 
103
CLASS="command"
 
104
>rm data/versioncache</B
 
105
>), or your changes won't show up.
 
106
      </P
 
107
><P
 
108
>&#13;        <TT
 
109
CLASS="filename"
 
110
>versioncache</TT
 
111
> gets regenerated automatically
 
112
        whenever it's more than an hour old, so Bugzilla will eventually
 
113
        notice your changes by itself, but generally you want it to notice
 
114
        right away, so that you can test things.
 
115
      </P
 
116
></DIV
 
117
><DIV
 
118
CLASS="NAVFOOTER"
 
119
><HR
 
120
ALIGN="LEFT"
 
121
WIDTH="100%"><TABLE
 
122
SUMMARY="Footer navigation table"
 
123
WIDTH="100%"
 
124
BORDER="0"
 
125
CELLPADDING="0"
 
126
CELLSPACING="0"
 
127
><TR
 
128
><TD
 
129
WIDTH="33%"
 
130
ALIGN="left"
 
131
VALIGN="top"
 
132
><A
 
133
HREF="cust-change-permissions.html"
 
134
ACCESSKEY="P"
 
135
>Prev</A
 
136
></TD
 
137
><TD
 
138
WIDTH="34%"
 
139
ALIGN="center"
 
140
VALIGN="top"
 
141
><A
 
142
HREF="index.html"
 
143
ACCESSKEY="H"
 
144
>Home</A
 
145
></TD
 
146
><TD
 
147
WIDTH="33%"
 
148
ALIGN="right"
 
149
VALIGN="top"
 
150
><A
 
151
HREF="dbdoc.html"
 
152
ACCESSKEY="N"
 
153
>Next</A
 
154
></TD
 
155
></TR
 
156
><TR
 
157
><TD
 
158
WIDTH="33%"
 
159
ALIGN="left"
 
160
VALIGN="top"
 
161
>Customizing Who Can Change What</TD
 
162
><TD
 
163
WIDTH="34%"
 
164
ALIGN="center"
 
165
VALIGN="top"
 
166
><A
 
167
HREF="customization.html"
 
168
ACCESSKEY="U"
 
169
>Up</A
 
170
></TD
 
171
><TD
 
172
WIDTH="33%"
 
173
ALIGN="right"
 
174
VALIGN="top"
 
175
>MySQL Bugzilla Database Introduction</TD
 
176
></TR
 
177
></TABLE
 
178
></DIV
 
179
></BODY
 
180
></HTML
 
181
>
 
 
b'\\ No newline at end of file'