1 2008-03-03 Brent Fulgham <bfulgham@gmail.com>
5 http://bugs.webkit.org/show_bug.cgi?id=17644
6 Build GTK on Mac OS X using native ICU library
8 Use Apple native ICU libraries when building GTK
13 2008-03-02 Brent Fulgham <bfulgham@gmail.com>
15 Reviewed by Alp Toker.
17 Add ICU_CPPFLAGS earlier in include path for WebCore
18 so that we find $(icu_cppflags)/unicode/utf8.h, rather than
19 the wtf/unicode/UTF8.h on case-insensitive file systems.
23 2008-03-02 Alp Toker <alp@atoker.com>
25 Reviewed by Mark Rowe.
27 Split the WebKit GTK+ build out of the WebCore build and change the
28 shared object name to match the package name.
32 2008-02-28 Alp Toker <alp@atoker.com>
34 Fix a configure script typo spotted by Kalle Vahlman.
38 2008-02-26 Timothy Hatcher <timothy@apple.com>
40 Reviewed by Darin Adler.
42 Add "64" and "64u" make rules to allow easy building of 64-bit versions.
44 make 64: will build Intel-only 64-bit.
45 make 64u: will build 4-way universal for PPC and Intel.
50 2008-02-23 Jan Michael Alonzo <jmalonzo@unpluggable.com>
52 Rubber stamped by Darin.
54 Add separator '\' after libJavaScriptCore_la_LIBADD and cleanup
55 whitespaces introduced in the previous commit.
59 2008-02-23 Jan Michael Alonzo <jmalonzo@unpluggable.com>
61 Rubber-stamped by Darin.
63 * GNUmakefile.am: Add both GLOBALDEPS and WEBKITDEPS instead of DEPENDENCIES.
64 * configure.ac: Break dependent modules into GLOBALDEPS and WEBKITDEPS.
66 2008-02-21 Alp Toker <alp@atoker.com>
68 Fix a configure script typo.
72 2008-02-21 Alp Toker <alp@atoker.com>
74 GTK+/autotools SVG experimental build fix
76 Don't enable SVG filters in --enable-svg-experimental.
78 This feature isn't supported at all yet. Developers can enable it
79 explicitly by passing --enable-svg-filters if needed.
83 2008-02-21 Mike Auty <mike.auty@gmail.com>
85 Reviewed by Alp Toker.
87 http://bugs.webkit.org/show_bug.cgi?id=17445
88 [GTK] WebKit doesn't compile with LDFLAGS="-Wl,--as-needed"
90 The GNUmakefile.am files make use of the LDFLAGS variable to include library
91 additions such as -ljpeg etc. Unfortunately, if these inclusions aren't made
92 in LIBADD/LDADD variables, then they are mis-ordered during the linking.
94 The as-needed flag discards libraries whose functions have not been needed by
95 earlier libraries, which therefore makes the ordering important.
97 This moves all -l library inclusion statements from LDFLAGS variables to
98 LIBADD/LDADD variables.
102 2008-02-15 Alp Toker <alp@atoker.com>
106 GTK+ configure script cleanups
108 Categorize the configuration summary printout.
109 Bump GTK+ requirement to 2.8.
110 Rename 'webkit_target' to just 'target'.
111 Don't check for pthread on Win32.
115 2008-02-14 Adam Roben <aroben@apple.com>
117 Turn on cross-document messaging support by default
123 2008-02-14 Adam Roben <aroben@apple.com>
125 Conditionalize cross-document messaging support
127 The cross-document messaging parts of HTML 5 are in flux and we want
128 ports to be able to turn off the support as needed.
130 Note that the support is turned off by default right now. A subsequent
131 commit will turn it on by default.
137 2008-02-12 Rodney Dawes <dobey@wayofthemonkey.com>
139 Reviewed by Alp Toker.
141 Add a --with-hildon argument to configure.ac for adding MAEMO_CHANGES
142 to the CPPFLAGS for WebCore and WebKit
143 Add a pkgconfig check for hildon-1 when --with-hildon specified
144 Output the use of Hildon support in the summary
145 Add HILDON_CPPFLAGS to webkitgtk_cppflags
146 Add HILDON_CFLAGS to libWebKitGtk_la_CFLAGS
147 Add HILDON_LIBS to libWebKitGtk_la_LDFLAGS
152 2008-02-08 Alp Toker <alp@atoker.com>
154 Rubber-stamped by Maciej.
156 Bump autoconf CAIRO_REQUIRED_VERSION up to 1.4.
160 2008-02-06 Timothy Hatcher <timothy@apple.com>
162 Rubber-stamped by Mark Rowe.
164 Dump of bugs.webkit.org's Bugzilla instance.
167 * BugsSite/.htaccess: Added.
168 * BugsSite/Bugzilla: Added.
169 * BugsSite/Bugzilla.pm: Added.
170 * BugsSite/Bugzilla/.cvsignore: Added.
171 * BugsSite/Bugzilla/.htaccess: Added.
172 * BugsSite/Bugzilla/Attachment.pm: Added.
173 * BugsSite/Bugzilla/Auth: Added.
174 * BugsSite/Bugzilla/Auth.pm: Added.
175 * BugsSite/Bugzilla/Auth/Login: Added.
176 * BugsSite/Bugzilla/Auth/Login/WWW: Added.
177 * BugsSite/Bugzilla/Auth/Login/WWW.pm: Added.
178 * BugsSite/Bugzilla/Auth/Login/WWW/CGI: Added.
179 * BugsSite/Bugzilla/Auth/Login/WWW/CGI.pm: Added.
180 * BugsSite/Bugzilla/Auth/Login/WWW/CGI/Cookie.pm: Added.
181 * BugsSite/Bugzilla/Auth/Login/WWW/Env.pm: Added.
182 * BugsSite/Bugzilla/Auth/README: Added.
183 * BugsSite/Bugzilla/Auth/Verify: Added.
184 * BugsSite/Bugzilla/Auth/Verify/DB.pm: Added.
185 * BugsSite/Bugzilla/Auth/Verify/LDAP.pm: Added.
186 * BugsSite/Bugzilla/Bug.pm: Added.
187 * BugsSite/Bugzilla/BugMail.pm: Added.
188 * BugsSite/Bugzilla/CGI.pm: Added.
189 * BugsSite/Bugzilla/Chart.pm: Added.
190 * BugsSite/Bugzilla/Config.pm: Added.
191 * BugsSite/Bugzilla/Constants.pm: Added.
192 * BugsSite/Bugzilla/DB: Added.
193 * BugsSite/Bugzilla/DB.pm: Added.
194 * BugsSite/Bugzilla/DB/Mysql.pm: Added.
195 * BugsSite/Bugzilla/DB/Pg.pm: Added.
196 * BugsSite/Bugzilla/DB/Schema: Added.
197 * BugsSite/Bugzilla/DB/Schema.pm: Added.
198 * BugsSite/Bugzilla/DB/Schema/Mysql.pm: Added.
199 * BugsSite/Bugzilla/DB/Schema/Pg.pm: Added.
200 * BugsSite/Bugzilla/Error.pm: Added.
201 * BugsSite/Bugzilla/Flag.pm: Added.
202 * BugsSite/Bugzilla/FlagType.pm: Added.
203 * BugsSite/Bugzilla/Group.pm: Added.
204 * BugsSite/Bugzilla/Search.pm: Added.
205 * BugsSite/Bugzilla/Series.pm: Added.
206 * BugsSite/Bugzilla/Template: Added.
207 * BugsSite/Bugzilla/Template.pm: Added.
208 * BugsSite/Bugzilla/Template/Plugin: Added.
209 * BugsSite/Bugzilla/Template/Plugin/Bugzilla.pm: Added.
210 * BugsSite/Bugzilla/Template/Plugin/Hook.pm: Added.
211 * BugsSite/Bugzilla/Template/Plugin/User.pm: Added.
212 * BugsSite/Bugzilla/Token.pm: Added.
213 * BugsSite/Bugzilla/User: Added.
214 * BugsSite/Bugzilla/User.pm: Added.
215 * BugsSite/Bugzilla/User/Setting.pm: Added.
216 * BugsSite/Bugzilla/Util.pm: Added.
217 * BugsSite/CGI.pl: Added.
218 * BugsSite/PrettyPatch: Added.
219 * BugsSite/PrettyPatch/PrettyPatch.rb: Added.
220 * BugsSite/PrettyPatch/prettify.rb: Added.
221 * BugsSite/QUICKSTART: Added.
222 * BugsSite/README: Added.
223 * BugsSite/UPGRADING: Added.
224 * BugsSite/UPGRADING-pre-2.8: Added.
225 * BugsSite/ant.jpg: Added.
226 * BugsSite/attachment-aroben.cgi: Added.
227 * BugsSite/attachment.cgi: Added.
228 * BugsSite/buglist.cgi: Added.
229 * BugsSite/bugzilla.dtd: Added.
230 * BugsSite/chart.cgi: Added.
231 * BugsSite/checksetup.pl: Added.
232 * BugsSite/colchange.cgi: Added.
233 * BugsSite/collectstats.pl: Added.
234 * BugsSite/config.cgi: Added.
235 * BugsSite/contrib: Added.
236 * BugsSite/contrib/BugzillaEmail.pm: Added.
237 * BugsSite/contrib/README: Added.
238 * BugsSite/contrib/README.Mailif: Added.
239 * BugsSite/contrib/bug_email.pl: Added.
240 * BugsSite/contrib/bugmail_help.html: Added.
241 * BugsSite/contrib/bugzilla-submit: Added.
242 * BugsSite/contrib/bugzilla-submit/README: Added.
243 * BugsSite/contrib/bugzilla-submit/bugdata.txt: Added.
244 * BugsSite/contrib/bugzilla-submit/bugzilla-submit: Added.
245 * BugsSite/contrib/bugzilla-submit/bugzilla-submit.xml: Added.
246 * BugsSite/contrib/bugzilla.procmailrc: Added.
247 * BugsSite/contrib/bugzilla_email_append.pl: Added.
248 * BugsSite/contrib/bugzilla_ldapsync.rb: Added.
249 * BugsSite/contrib/bzdbcopy.pl: Added.
250 * BugsSite/contrib/cmdline: Added.
251 * BugsSite/contrib/cmdline/bugcount: Added.
252 * BugsSite/contrib/cmdline/bugids: Added.
253 * BugsSite/contrib/cmdline/buglist: Added.
254 * BugsSite/contrib/cmdline/bugs: Added.
255 * BugsSite/contrib/cmdline/bugslink: Added.
256 * BugsSite/contrib/cmdline/makequery: Added.
257 * BugsSite/contrib/cmdline/query.conf: Added.
258 * BugsSite/contrib/cvs-update.pl: Added.
259 * BugsSite/contrib/gnats2bz.pl: Added.
260 * BugsSite/contrib/gnatsparse: Added.
261 * BugsSite/contrib/gnatsparse/README: Added.
262 * BugsSite/contrib/gnatsparse/gnatsparse.py: Added.
263 * BugsSite/contrib/gnatsparse/magic.py: Added.
264 * BugsSite/contrib/gnatsparse/specialuu.py: Added.
265 * BugsSite/contrib/jb2bz.py: Added.
266 * BugsSite/contrib/mysqld-watcher.pl: Added.
267 * BugsSite/contrib/sendbugmail.pl: Added.
268 * BugsSite/contrib/sendunsentbugmail.pl: Added.
269 * BugsSite/contrib/syncLDAP.pl: Added.
270 * BugsSite/contrib/yp_nomail.sh: Added.
271 * BugsSite/createaccount.cgi: Added.
272 * BugsSite/data: Added.
273 * BugsSite/data/.htaccess: Added.
274 * BugsSite/data/attachments: Added.
275 * BugsSite/data/attachments/.htaccess: Added.
276 * BugsSite/data/duplicates: Added.
277 * BugsSite/data/mail: Added.
278 * BugsSite/data/mimedump-tmp: Added.
279 * BugsSite/data/mining: Added.
280 * BugsSite/data/nomail: Added.
281 * BugsSite/data/params: Added.
282 * BugsSite/data/template: Added.
283 * BugsSite/data/template/template: Added.
284 * BugsSite/data/template/template/en: Added.
285 * BugsSite/data/template/template/en/custom: Added.
286 * BugsSite/data/template/template/en/custom/account: Added.
287 * BugsSite/data/template/template/en/custom/account/auth: Added.
288 * BugsSite/data/template/template/en/custom/account/auth/ldap-error.html.tmpl: Added.
289 * BugsSite/data/template/template/en/custom/account/auth/login-small.html.tmpl: Added.
290 * BugsSite/data/template/template/en/custom/account/auth/login.html.tmpl: Added.
291 * BugsSite/data/template/template/en/custom/account/cancel-token.txt.tmpl: Added.
292 * BugsSite/data/template/template/en/custom/account/create.html.tmpl: Added.
293 * BugsSite/data/template/template/en/custom/account/created.html.tmpl: Added.
294 * BugsSite/data/template/template/en/custom/account/email: Added.
295 * BugsSite/data/template/template/en/custom/account/email/change-new.txt.tmpl: Added.
296 * BugsSite/data/template/template/en/custom/account/email/change-old.txt.tmpl: Added.
297 * BugsSite/data/template/template/en/custom/account/email/confirm.html.tmpl: Added.
298 * BugsSite/data/template/template/en/custom/account/exists.html.tmpl: Added.
299 * BugsSite/data/template/template/en/custom/account/password: Added.
300 * BugsSite/data/template/template/en/custom/account/password/forgotten-password.txt.tmpl: Added.
301 * BugsSite/data/template/template/en/custom/account/password/set-forgotten-password.html.tmpl: Added.
302 * BugsSite/data/template/template/en/custom/account/prefs: Added.
303 * BugsSite/data/template/template/en/custom/account/prefs/account.html.tmpl: Added.
304 * BugsSite/data/template/template/en/custom/account/prefs/email.html.tmpl: Added.
305 * BugsSite/data/template/template/en/custom/account/prefs/footer.html.tmpl: Added.
306 * BugsSite/data/template/template/en/custom/account/prefs/permissions.html.tmpl: Added.
307 * BugsSite/data/template/template/en/custom/account/prefs/prefs.html.tmpl: Added.
308 * BugsSite/data/template/template/en/custom/account/prefs/saved-searches.html.tmpl: Added.
309 * BugsSite/data/template/template/en/custom/account/prefs/settings.html.tmpl: Added.
310 * BugsSite/data/template/template/en/custom/admin: Added.
311 * BugsSite/data/template/template/en/custom/admin/classifications: Added.
312 * BugsSite/data/template/template/en/custom/admin/classifications/add.html.tmpl: Added.
313 * BugsSite/data/template/template/en/custom/admin/classifications/del.html.tmpl: Added.
314 * BugsSite/data/template/template/en/custom/admin/classifications/delete.html.tmpl: Added.
315 * BugsSite/data/template/template/en/custom/admin/classifications/edit.html.tmpl: Added.
316 * BugsSite/data/template/template/en/custom/admin/classifications/new.html.tmpl: Added.
317 * BugsSite/data/template/template/en/custom/admin/classifications/reclassify.html.tmpl: Added.
318 * BugsSite/data/template/template/en/custom/admin/classifications/select.html.tmpl: Added.
319 * BugsSite/data/template/template/en/custom/admin/classifications/update.html.tmpl: Added.
320 * BugsSite/data/template/template/en/custom/admin/components: Added.
321 * BugsSite/data/template/template/en/custom/admin/components/confirm-delete.html.tmpl: Added.
322 * BugsSite/data/template/template/en/custom/admin/components/create.html.tmpl: Added.
323 * BugsSite/data/template/template/en/custom/admin/components/created.html.tmpl: Added.
324 * BugsSite/data/template/template/en/custom/admin/components/deleted.html.tmpl: Added.
325 * BugsSite/data/template/template/en/custom/admin/components/edit.html.tmpl: Added.
326 * BugsSite/data/template/template/en/custom/admin/components/footer.html.tmpl: Added.
327 * BugsSite/data/template/template/en/custom/admin/components/list.html.tmpl: Added.
328 * BugsSite/data/template/template/en/custom/admin/components/select-product.html.tmpl: Added.
329 * BugsSite/data/template/template/en/custom/admin/components/updated.html.tmpl: Added.
330 * BugsSite/data/template/template/en/custom/admin/fieldvalues: Added.
331 * BugsSite/data/template/template/en/custom/admin/fieldvalues/confirm-delete.html.tmpl: Added.
332 * BugsSite/data/template/template/en/custom/admin/fieldvalues/create.html.tmpl: Added.
333 * BugsSite/data/template/template/en/custom/admin/fieldvalues/created.html.tmpl: Added.
334 * BugsSite/data/template/template/en/custom/admin/fieldvalues/deleted.html.tmpl: Added.
335 * BugsSite/data/template/template/en/custom/admin/fieldvalues/edit.html.tmpl: Added.
336 * BugsSite/data/template/template/en/custom/admin/fieldvalues/footer.html.tmpl: Added.
337 * BugsSite/data/template/template/en/custom/admin/fieldvalues/list.html.tmpl: Added.
338 * BugsSite/data/template/template/en/custom/admin/fieldvalues/select-field.html.tmpl: Added.
339 * BugsSite/data/template/template/en/custom/admin/fieldvalues/updated.html.tmpl: Added.
340 * BugsSite/data/template/template/en/custom/admin/flag-type: Added.
341 * BugsSite/data/template/template/en/custom/admin/flag-type/confirm-delete.html.tmpl: Added.
342 * BugsSite/data/template/template/en/custom/admin/flag-type/edit.html.tmpl: Added.
343 * BugsSite/data/template/template/en/custom/admin/flag-type/list.html.tmpl: Added.
344 * BugsSite/data/template/template/en/custom/admin/groups: Added.
345 * BugsSite/data/template/template/en/custom/admin/groups/change.html.tmpl: Added.
346 * BugsSite/data/template/template/en/custom/admin/groups/create.html.tmpl: Added.
347 * BugsSite/data/template/template/en/custom/admin/groups/created.html.tmpl: Added.
348 * BugsSite/data/template/template/en/custom/admin/groups/delete.html.tmpl: Added.
349 * BugsSite/data/template/template/en/custom/admin/groups/deleted.html.tmpl: Added.
350 * BugsSite/data/template/template/en/custom/admin/groups/edit.html.tmpl: Added.
351 * BugsSite/data/template/template/en/custom/admin/groups/list.html.tmpl: Added.
352 * BugsSite/data/template/template/en/custom/admin/groups/remove.html.tmpl: Added.
353 * BugsSite/data/template/template/en/custom/admin/keywords: Added.
354 * BugsSite/data/template/template/en/custom/admin/keywords/confirm-delete.html.tmpl: Added.
355 * BugsSite/data/template/template/en/custom/admin/keywords/create.html.tmpl: Added.
356 * BugsSite/data/template/template/en/custom/admin/keywords/created.html.tmpl: Added.
357 * BugsSite/data/template/template/en/custom/admin/keywords/edit.html.tmpl: Added.
358 * BugsSite/data/template/template/en/custom/admin/keywords/list.html.tmpl: Added.
359 * BugsSite/data/template/template/en/custom/admin/keywords/rebuild-cache.html.tmpl: Added.
360 * BugsSite/data/template/template/en/custom/admin/milestones: Added.
361 * BugsSite/data/template/template/en/custom/admin/milestones/confirm-delete.html.tmpl: Added.
362 * BugsSite/data/template/template/en/custom/admin/milestones/create.html.tmpl: Added.
363 * BugsSite/data/template/template/en/custom/admin/milestones/created.html.tmpl: Added.
364 * BugsSite/data/template/template/en/custom/admin/milestones/deleted.html.tmpl: Added.
365 * BugsSite/data/template/template/en/custom/admin/milestones/edit.html.tmpl: Added.
366 * BugsSite/data/template/template/en/custom/admin/milestones/footer.html.tmpl: Added.
367 * BugsSite/data/template/template/en/custom/admin/milestones/list.html.tmpl: Added.
368 * BugsSite/data/template/template/en/custom/admin/milestones/select-product.html.tmpl: Added.
369 * BugsSite/data/template/template/en/custom/admin/milestones/updated.html.tmpl: Added.
370 * BugsSite/data/template/template/en/custom/admin/products: Added.
371 * BugsSite/data/template/template/en/custom/admin/products/confirm-delete.html.tmpl: Added.
372 * BugsSite/data/template/template/en/custom/admin/products/deleted.html.tmpl: Added.
373 * BugsSite/data/template/template/en/custom/admin/products/footer.html.tmpl: Added.
374 * BugsSite/data/template/template/en/custom/admin/products/groupcontrol: Added.
375 * BugsSite/data/template/template/en/custom/admin/products/groupcontrol/confirm-edit.html.tmpl: Added.
376 * BugsSite/data/template/template/en/custom/admin/products/groupcontrol/edit.html.tmpl: Added.
377 * BugsSite/data/template/template/en/custom/admin/products/list-classifications.html.tmpl: Added.
378 * BugsSite/data/template/template/en/custom/admin/products/list.html.tmpl: Added.
379 * BugsSite/data/template/template/en/custom/admin/settings: Added.
380 * BugsSite/data/template/template/en/custom/admin/settings/edit.html.tmpl: Added.
381 * BugsSite/data/template/template/en/custom/admin/settings/updated.html.tmpl: Added.
382 * BugsSite/data/template/template/en/custom/admin/table.html.tmpl: Added.
383 * BugsSite/data/template/template/en/custom/admin/users: Added.
384 * BugsSite/data/template/template/en/custom/admin/users/confirm-delete.html.tmpl: Added.
385 * BugsSite/data/template/template/en/custom/admin/users/create.html.tmpl: Added.
386 * BugsSite/data/template/template/en/custom/admin/users/edit.html.tmpl: Added.
387 * BugsSite/data/template/template/en/custom/admin/users/list.html.tmpl: Added.
388 * BugsSite/data/template/template/en/custom/admin/users/listselectvars.html.tmpl: Added.
389 * BugsSite/data/template/template/en/custom/admin/users/search.html.tmpl: Added.
390 * BugsSite/data/template/template/en/custom/admin/users/userdata.html.tmpl: Added.
391 * BugsSite/data/template/template/en/custom/admin/versions: Added.
392 * BugsSite/data/template/template/en/custom/admin/versions/confirm-delete.html.tmpl: Added.
393 * BugsSite/data/template/template/en/custom/admin/versions/create.html.tmpl: Added.
394 * BugsSite/data/template/template/en/custom/admin/versions/created.html.tmpl: Added.
395 * BugsSite/data/template/template/en/custom/admin/versions/deleted.html.tmpl: Added.
396 * BugsSite/data/template/template/en/custom/admin/versions/edit.html.tmpl: Added.
397 * BugsSite/data/template/template/en/custom/admin/versions/footer.html.tmpl: Added.
398 * BugsSite/data/template/template/en/custom/admin/versions/list.html.tmpl: Added.
399 * BugsSite/data/template/template/en/custom/admin/versions/select-product.html.tmpl: Added.
400 * BugsSite/data/template/template/en/custom/admin/versions/updated.html.tmpl: Added.
401 * BugsSite/data/template/template/en/custom/attachment: Added.
402 * BugsSite/data/template/template/en/custom/attachment/choose.html.tmpl: Added.
403 * BugsSite/data/template/template/en/custom/attachment/content-types.html.tmpl: Added.
404 * BugsSite/data/template/template/en/custom/attachment/create.html.tmpl: Added.
405 * BugsSite/data/template/template/en/custom/attachment/created.html.tmpl: Added.
406 * BugsSite/data/template/template/en/custom/attachment/diff-file.html.tmpl: Added.
407 * BugsSite/data/template/template/en/custom/attachment/diff-footer.html.tmpl: Added.
408 * BugsSite/data/template/template/en/custom/attachment/diff-header.html.tmpl: Added.
409 * BugsSite/data/template/template/en/custom/attachment/edit.html.tmpl: Added.
410 * BugsSite/data/template/template/en/custom/attachment/list.html.tmpl: Added.
411 * BugsSite/data/template/template/en/custom/attachment/show-multiple.html.tmpl: Added.
412 * BugsSite/data/template/template/en/custom/attachment/updated.html.tmpl: Added.
413 * BugsSite/data/template/template/en/custom/bug: Added.
414 * BugsSite/data/template/template/en/custom/bug/activity: Added.
415 * BugsSite/data/template/template/en/custom/bug/activity/show.html.tmpl: Added.
416 * BugsSite/data/template/template/en/custom/bug/activity/table.html.tmpl: Added.
417 * BugsSite/data/template/template/en/custom/bug/choose.html.tmpl: Added.
418 * BugsSite/data/template/template/en/custom/bug/comments.html.tmpl: Added.
419 * BugsSite/data/template/template/en/custom/bug/create: Added.
420 * BugsSite/data/template/template/en/custom/bug/create/comment-guided.txt.tmpl: Added.
421 * BugsSite/data/template/template/en/custom/bug/create/comment.txt.tmpl: Added.
422 * BugsSite/data/template/template/en/custom/bug/create/create-guided.html.tmpl: Added.
423 * BugsSite/data/template/template/en/custom/bug/create/create.html.tmpl: Added.
424 * BugsSite/data/template/template/en/custom/bug/create/created.html.tmpl: Added.
425 * BugsSite/data/template/template/en/custom/bug/create/make-template.html.tmpl: Added.
426 * BugsSite/data/template/template/en/custom/bug/create/user-message.html.tmpl: Added.
427 * BugsSite/data/template/template/en/custom/bug/dependency-graph.html.tmpl: Added.
428 * BugsSite/data/template/template/en/custom/bug/dependency-tree.html.tmpl: Added.
429 * BugsSite/data/template/template/en/custom/bug/edit.html.tmpl: Added.
430 * BugsSite/data/template/template/en/custom/bug/knob.html.tmpl: Added.
431 * BugsSite/data/template/template/en/custom/bug/navigate.html.tmpl: Added.
432 * BugsSite/data/template/template/en/custom/bug/process: Added.
433 * BugsSite/data/template/template/en/custom/bug/process/bugmail.html.tmpl: Added.
434 * BugsSite/data/template/template/en/custom/bug/process/confirm-duplicate.html.tmpl: Added.
435 * BugsSite/data/template/template/en/custom/bug/process/header.html.tmpl: Added.
436 * BugsSite/data/template/template/en/custom/bug/process/midair.html.tmpl: Added.
437 * BugsSite/data/template/template/en/custom/bug/process/next.html.tmpl: Added.
438 * BugsSite/data/template/template/en/custom/bug/process/results.html.tmpl: Added.
439 * BugsSite/data/template/template/en/custom/bug/process/verify-new-product.html.tmpl: Added.
440 * BugsSite/data/template/template/en/custom/bug/show-multiple.html.tmpl: Added.
441 * BugsSite/data/template/template/en/custom/bug/show.html.tmpl: Added.
442 * BugsSite/data/template/template/en/custom/bug/show.xml.tmpl: Added.
443 * BugsSite/data/template/template/en/custom/bug/summarize-time.html.tmpl: Added.
444 * BugsSite/data/template/template/en/custom/bug/time.html.tmpl: Added.
445 * BugsSite/data/template/template/en/custom/bug/votes: Added.
446 * BugsSite/data/template/template/en/custom/bug/votes/delete-all.html.tmpl: Added.
447 * BugsSite/data/template/template/en/custom/bug/votes/list-for-bug.html.tmpl: Added.
448 * BugsSite/data/template/template/en/custom/bug/votes/list-for-user.html.tmpl: Added.
449 * BugsSite/data/template/template/en/custom/config.js.tmpl: Added.
450 * BugsSite/data/template/template/en/custom/config.rdf.tmpl: Added.
451 * BugsSite/data/template/template/en/custom/flag: Added.
452 * BugsSite/data/template/template/en/custom/flag/list.html.tmpl: Added.
453 * BugsSite/data/template/template/en/custom/global: Added.
454 * BugsSite/data/template/template/en/custom/global/banner.html.tmpl: Added.
455 * BugsSite/data/template/template/en/custom/global/choose-classification.html.tmpl: Added.
456 * BugsSite/data/template/template/en/custom/global/choose-product.html.tmpl: Added.
457 * BugsSite/data/template/template/en/custom/global/code-error.html.tmpl: Added.
458 * BugsSite/data/template/template/en/custom/global/confirm-user-match.html.tmpl: Added.
459 * BugsSite/data/template/template/en/custom/global/field-descs.none.tmpl: Added.
460 * BugsSite/data/template/template/en/custom/global/footer.html.tmpl: Added.
461 * BugsSite/data/template/template/en/custom/global/header.html.tmpl: Added.
462 * BugsSite/data/template/template/en/custom/global/help-header.html.tmpl: Added.
463 * BugsSite/data/template/template/en/custom/global/help.html.tmpl: Added.
464 * BugsSite/data/template/template/en/custom/global/hidden-fields.html.tmpl: Added.
465 * BugsSite/data/template/template/en/custom/global/initialize.none.tmpl: Added.
466 * BugsSite/data/template/template/en/custom/global/message.html.tmpl: Added.
467 * BugsSite/data/template/template/en/custom/global/messages.html.tmpl: Added.
468 * BugsSite/data/template/template/en/custom/global/select-menu.html.tmpl: Added.
469 * BugsSite/data/template/template/en/custom/global/setting-descs.none.tmpl: Added.
470 * BugsSite/data/template/template/en/custom/global/site-navigation.html.tmpl: Added.
471 * BugsSite/data/template/template/en/custom/global/useful-links.html.tmpl: Added.
472 * BugsSite/data/template/template/en/custom/global/user-error.html.tmpl: Added.
473 * BugsSite/data/template/template/en/custom/global/userselect.html.tmpl: Added.
474 * BugsSite/data/template/template/en/custom/global/variables.none.tmpl: Added.
475 * BugsSite/data/template/template/en/custom/index.html.tmpl: Added.
476 * BugsSite/data/template/template/en/custom/list: Added.
477 * BugsSite/data/template/template/en/custom/list/change-columns.html.tmpl: Added.
478 * BugsSite/data/template/template/en/custom/list/edit-multiple.html.tmpl: Added.
479 * BugsSite/data/template/template/en/custom/list/list-simple.html.tmpl: Added.
480 * BugsSite/data/template/template/en/custom/list/list.csv.tmpl: Added.
481 * BugsSite/data/template/template/en/custom/list/list.html.tmpl: Added.
482 * BugsSite/data/template/template/en/custom/list/list.ics.tmpl: Added.
483 * BugsSite/data/template/template/en/custom/list/list.js.tmpl: Added.
484 * BugsSite/data/template/template/en/custom/list/list.rdf.tmpl: Added.
485 * BugsSite/data/template/template/en/custom/list/list.rss.tmpl: Added.
486 * BugsSite/data/template/template/en/custom/list/quips.html.tmpl: Added.
487 * BugsSite/data/template/template/en/custom/list/server-push.html.tmpl: Added.
488 * BugsSite/data/template/template/en/custom/list/table.html.tmpl: Added.
489 * BugsSite/data/template/template/en/custom/pages: Added.
490 * BugsSite/data/template/template/en/custom/pages/bug-writing.html.tmpl: Added.
491 * BugsSite/data/template/template/en/custom/pages/fields.html.tmpl: Added.
492 * BugsSite/data/template/template/en/custom/pages/linked.html.tmpl: Added.
493 * BugsSite/data/template/template/en/custom/pages/linkify.html.tmpl: Added.
494 * BugsSite/data/template/template/en/custom/pages/voting.html.tmpl: Added.
495 * BugsSite/data/template/template/en/custom/reports: Added.
496 * BugsSite/data/template/template/en/custom/reports/chart.csv.tmpl: Added.
497 * BugsSite/data/template/template/en/custom/reports/chart.html.tmpl: Added.
498 * BugsSite/data/template/template/en/custom/reports/chart.png.tmpl: Added.
499 * BugsSite/data/template/template/en/custom/reports/components.html.tmpl: Added.
500 * BugsSite/data/template/template/en/custom/reports/create-chart.html.tmpl: Added.
501 * BugsSite/data/template/template/en/custom/reports/duplicates-simple.html.tmpl: Added.
502 * BugsSite/data/template/template/en/custom/reports/duplicates-table.html.tmpl: Added.
503 * BugsSite/data/template/template/en/custom/reports/duplicates.html.tmpl: Added.
504 * BugsSite/data/template/template/en/custom/reports/duplicates.rdf.tmpl: Added.
505 * BugsSite/data/template/template/en/custom/reports/edit-series.html.tmpl: Added.
506 * BugsSite/data/template/template/en/custom/reports/keywords.html.tmpl: Added.
507 * BugsSite/data/template/template/en/custom/reports/menu.html.tmpl: Added.
508 * BugsSite/data/template/template/en/custom/reports/report-bar.png.tmpl: Added.
509 * BugsSite/data/template/template/en/custom/reports/report-line.png.tmpl: Added.
510 * BugsSite/data/template/template/en/custom/reports/report-pie.png.tmpl: Added.
511 * BugsSite/data/template/template/en/custom/reports/report-simple.html.tmpl: Added.
512 * BugsSite/data/template/template/en/custom/reports/report-table.csv.tmpl: Added.
513 * BugsSite/data/template/template/en/custom/reports/report-table.html.tmpl: Added.
514 * BugsSite/data/template/template/en/custom/reports/report.csv.tmpl: Added.
515 * BugsSite/data/template/template/en/custom/reports/report.html.tmpl: Added.
516 * BugsSite/data/template/template/en/custom/reports/series-common.html.tmpl: Added.
517 * BugsSite/data/template/template/en/custom/reports/series.html.tmpl: Added.
518 * BugsSite/data/template/template/en/custom/request: Added.
519 * BugsSite/data/template/template/en/custom/request/email.txt.tmpl: Added.
520 * BugsSite/data/template/template/en/custom/request/queue.html.tmpl: Added.
521 * BugsSite/data/template/template/en/custom/search: Added.
522 * BugsSite/data/template/template/en/custom/search/boolean-charts.html.tmpl: Added.
523 * BugsSite/data/template/template/en/custom/search/form.html.tmpl: Added.
524 * BugsSite/data/template/template/en/custom/search/knob.html.tmpl: Added.
525 * BugsSite/data/template/template/en/custom/search/search-advanced.html.tmpl: Added.
526 * BugsSite/data/template/template/en/custom/search/search-create-series.html.tmpl: Added.
527 * BugsSite/data/template/template/en/custom/search/search-help.html.tmpl: Added.
528 * BugsSite/data/template/template/en/custom/search/search-report-graph.html.tmpl: Added.
529 * BugsSite/data/template/template/en/custom/search/search-report-select.html.tmpl: Added.
530 * BugsSite/data/template/template/en/custom/search/search-report-table.html.tmpl: Added.
531 * BugsSite/data/template/template/en/custom/search/search-specific.html.tmpl: Added.
532 * BugsSite/data/template/template/en/custom/search/tabs.html.tmpl: Added.
533 * BugsSite/data/template/template/en/custom/sidebar.xul.tmpl: Added.
534 * BugsSite/data/template/template/en/custom/whine: Added.
535 * BugsSite/data/template/template/en/custom/whine/mail.html.tmpl: Added.
536 * BugsSite/data/template/template/en/custom/whine/mail.txt.tmpl: Added.
537 * BugsSite/data/template/template/en/custom/whine/multipart-mime.txt.tmpl: Added.
538 * BugsSite/data/template/template/en/custom/whine/schedule.html.tmpl: Added.
539 * BugsSite/data/template/template/en/default: Added.
540 * BugsSite/data/template/template/en/default/attachment: Added.
541 * BugsSite/data/template/template/en/default/attachment/edit-aroben.html.tmpl: Added.
542 * BugsSite/data/template/template/en/default/list: Added.
543 * BugsSite/data/template/template/en/default/list/list.atom.tmpl: Added.
544 * BugsSite/data/versioncache: Added.
545 * BugsSite/data/versioncache.13P9L: Added.
546 * BugsSite/data/versioncache.1lH1E: Added.
547 * BugsSite/data/versioncache.3AnHd: Added.
548 * BugsSite/data/versioncache.3Jmjt: Added.
549 * BugsSite/data/versioncache.3JzIL: Added.
550 * BugsSite/data/versioncache.77b4y: Added.
551 * BugsSite/data/versioncache.7VzyU: Added.
552 * BugsSite/data/versioncache.EQdAm: Added.
553 * BugsSite/data/versioncache.EouAG: Added.
554 * BugsSite/data/versioncache.LJ5n1: Added.
555 * BugsSite/data/versioncache.Lb0fW: Added.
556 * BugsSite/data/versioncache.PyAd8: Added.
557 * BugsSite/data/versioncache.SFyse: Added.
558 * BugsSite/data/versioncache.SkTTg: Added.
559 * BugsSite/data/versioncache.VVO7E: Added.
560 * BugsSite/data/versioncache.XbxgU: Added.
561 * BugsSite/data/versioncache.Yezqr: Added.
562 * BugsSite/data/versioncache.dtzIv: Added.
563 * BugsSite/data/versioncache.jzpeh: Added.
564 * BugsSite/data/versioncache.pbn6U: Added.
565 * BugsSite/data/versioncache.qyixS: Added.
566 * BugsSite/data/versioncache.sBMdb: Added.
567 * BugsSite/data/versioncache.xNi34: Added.
568 * BugsSite/data/webdot: Added.
569 * BugsSite/data/webdot/.htaccess: Added.
570 * BugsSite/data/webdot/0ZLH3QpFd8.dot: Added.
571 * BugsSite/data/webdot/3s6e7eC2Dy.dot: Added.
572 * BugsSite/data/webdot/6MW0q54cyY.dot: Added.
573 * BugsSite/data/webdot/A2RlhPdO2Q.dot: Added.
574 * BugsSite/data/webdot/DuBX4I4946.dot: Added.
575 * BugsSite/data/webdot/GudTgvrKBX.dot: Added.
576 * BugsSite/data/webdot/I1mCbLtAzQ.dot: Added.
577 * BugsSite/data/webdot/JtKgvWGVb4.dot: Added.
578 * BugsSite/data/webdot/RFk4bjAwYc.dot: Added.
579 * BugsSite/data/webdot/YQ1pWFVfqt.dot: Added.
580 * BugsSite/data/webdot/YcFUepShZI.dot: Added.
581 * BugsSite/data/webdot/a9i00KgTQk.dot: Added.
582 * BugsSite/data/webdot/c412GYaHch.dot: Added.
583 * BugsSite/data/webdot/hjYnYr3tV1.dot: Added.
584 * BugsSite/data/webdot/pq3Qw7wynI.dot: Added.
585 * BugsSite/data/webdot/tL7GjA7bqH.dot: Added.
586 * BugsSite/defparams.pl: Added.
587 * BugsSite/describecomponents.cgi: Added.
588 * BugsSite/describekeywords.cgi: Added.
589 * BugsSite/describekeywords.cgi.bak: Added.
590 * BugsSite/docs: Added.
591 * BugsSite/docs/.cvsignore: Added.
592 * BugsSite/docs/README.docs: Added.
593 * BugsSite/docs/html: Added.
594 * BugsSite/docs/html/Bugzilla-Guide.html: Added.
595 * BugsSite/docs/html/about.html: Added.
596 * BugsSite/docs/html/administration.html: Added.
597 * BugsSite/docs/html/bug_page.html: Added.
598 * BugsSite/docs/html/bugreports.html: Added.
599 * BugsSite/docs/html/cmdline-bugmail.html: Added.
600 * BugsSite/docs/html/cmdline.html: Added.
601 * BugsSite/docs/html/components.html: Added.
602 * BugsSite/docs/html/configuration.html: Added.
603 * BugsSite/docs/html/conventions.html: Added.
604 * BugsSite/docs/html/copyright.html: Added.
605 * BugsSite/docs/html/credits.html: Added.
606 * BugsSite/docs/html/cust-change-permissions.html: Added.
607 * BugsSite/docs/html/cust-hooks.html: Added.
608 * BugsSite/docs/html/cust-templates.html: Added.
609 * BugsSite/docs/html/customization.html: Added.
610 * BugsSite/docs/html/dbdoc.html: Added.
611 * BugsSite/docs/html/dbmodify.html: Added.
612 * BugsSite/docs/html/disclaimer.html: Added.
613 * BugsSite/docs/html/extraconfig.html: Added.
614 * BugsSite/docs/html/faq.html: Added.
615 * BugsSite/docs/html/flags-overview.html: Added.
616 * BugsSite/docs/html/flags.html: Added.
617 * BugsSite/docs/html/general-advice.html: Added.
618 * BugsSite/docs/html/gfdl-0.html: Added.
619 * BugsSite/docs/html/gfdl-1.html: Added.
620 * BugsSite/docs/html/gfdl-10.html: Added.
621 * BugsSite/docs/html/gfdl-2.html: Added.
622 * BugsSite/docs/html/gfdl-3.html: Added.
623 * BugsSite/docs/html/gfdl-4.html: Added.
624 * BugsSite/docs/html/gfdl-5.html: Added.
625 * BugsSite/docs/html/gfdl-6.html: Added.
626 * BugsSite/docs/html/gfdl-7.html: Added.
627 * BugsSite/docs/html/gfdl-8.html: Added.
628 * BugsSite/docs/html/gfdl-9.html: Added.
629 * BugsSite/docs/html/gfdl-howto.html: Added.
630 * BugsSite/docs/html/gfdl.html: Added.
631 * BugsSite/docs/html/glossary.html: Added.
632 * BugsSite/docs/html/groups.html: Added.
633 * BugsSite/docs/html/hintsandtips.html: Added.
634 * BugsSite/docs/html/index.html: Added.
635 * BugsSite/docs/html/install-perlmodules-manual.html: Added.
636 * BugsSite/docs/html/installation.html: Added.
637 * BugsSite/docs/html/installing-bugzilla.html: Added.
638 * BugsSite/docs/html/integration.html: Added.
639 * BugsSite/docs/html/lifecycle.html: Added.
640 * BugsSite/docs/html/list.html: Added.
641 * BugsSite/docs/html/milestones.html: Added.
642 * BugsSite/docs/html/modules-manual-download.html: Added.
643 * BugsSite/docs/html/modules-manual-instructions.html: Added.
644 * BugsSite/docs/html/modules-manual-optional.html: Added.
645 * BugsSite/docs/html/myaccount.html: Added.
646 * BugsSite/docs/html/newversions.html: Added.
647 * BugsSite/docs/html/nonroot.html: Added.
648 * BugsSite/docs/html/os-specific.html: Added.
649 * BugsSite/docs/html/parameters.html: Added.
650 * BugsSite/docs/html/paranoid-security.html: Added.
651 * BugsSite/docs/html/patches.html: Added.
652 * BugsSite/docs/html/patchviewer.html: Added.
653 * BugsSite/docs/html/products.html: Added.
654 * BugsSite/docs/html/query.html: Added.
655 * BugsSite/docs/html/quips.html: Added.
656 * BugsSite/docs/html/reporting.html: Added.
657 * BugsSite/docs/html/security-bugzilla.html: Added.
658 * BugsSite/docs/html/security-mysql.html: Added.
659 * BugsSite/docs/html/security-os.html: Added.
660 * BugsSite/docs/html/security-webserver.html: Added.
661 * BugsSite/docs/html/security.html: Added.
662 * BugsSite/docs/html/trbl-bundlebugzilla.html: Added.
663 * BugsSite/docs/html/trbl-dbdsponge.html: Added.
664 * BugsSite/docs/html/trbl-index.html: Added.
665 * BugsSite/docs/html/trbl-passwd-encryption.html: Added.
666 * BugsSite/docs/html/trbl-perlmodule.html: Added.
667 * BugsSite/docs/html/trbl-relogin-everyone.html: Added.
668 * BugsSite/docs/html/trbl-testserver.html: Added.
669 * BugsSite/docs/html/trouble-filetemp.html: Added.
670 * BugsSite/docs/html/troubleshooting.html: Added.
671 * BugsSite/docs/html/upgrading.html: Added.
672 * BugsSite/docs/html/useradmin.html: Added.
673 * BugsSite/docs/html/userpreferences.html: Added.
674 * BugsSite/docs/html/using-intro.html: Added.
675 * BugsSite/docs/html/using.html: Added.
676 * BugsSite/docs/html/versions.html: Added.
677 * BugsSite/docs/html/voting.html: Added.
678 * BugsSite/docs/html/whining.html: Added.
679 * BugsSite/docs/html/x3190.html: Added.
680 * BugsSite/docs/images: Added.
681 * BugsSite/docs/images/bzLifecycle.png: Added.
682 * BugsSite/docs/images/bzLifecycle.xml: Added.
683 * BugsSite/docs/images/callouts: Added.
684 * BugsSite/docs/images/callouts/1.gif: Added.
685 * BugsSite/docs/images/callouts/2.gif: Added.
686 * BugsSite/docs/images/callouts/3.gif: Added.
687 * BugsSite/docs/images/caution.gif: Added.
688 * BugsSite/docs/images/note.gif: Added.
689 * BugsSite/docs/images/tip.gif: Added.
690 * BugsSite/docs/images/warning.gif: Added.
691 * BugsSite/docs/makedocs.pl: Added.
692 * BugsSite/docs/pdf: Added.
693 * BugsSite/docs/pdf/Bugzilla-Guide.pdf: Added.
694 * BugsSite/docs/rel_notes.txt: Added.
695 * BugsSite/docs/txt: Added.
696 * BugsSite/docs/txt/Bugzilla-Guide.txt: Added.
697 * BugsSite/docs/xml: Added.
698 * BugsSite/docs/xml/Bugzilla-Guide.xml: Added.
699 * BugsSite/docs/xml/about.xml: Added.
700 * BugsSite/docs/xml/administration.xml: Added.
701 * BugsSite/docs/xml/conventions.xml: Added.
702 * BugsSite/docs/xml/customization.xml: Added.
703 * BugsSite/docs/xml/dbschema.mysql: Added.
704 * BugsSite/docs/xml/faq.xml: Added.
705 * BugsSite/docs/xml/filetemp.patch: Added.
706 * BugsSite/docs/xml/gfdl.xml: Added.
707 * BugsSite/docs/xml/glossary.xml: Added.
708 * BugsSite/docs/xml/index.xml: Added.
709 * BugsSite/docs/xml/installation.xml: Added.
710 * BugsSite/docs/xml/integration.xml: Added.
711 * BugsSite/docs/xml/introduction.xml: Added.
712 * BugsSite/docs/xml/modules.xml: Added.
713 * BugsSite/docs/xml/patches.xml: Added.
714 * BugsSite/docs/xml/requiredsoftware.xml: Added.
715 * BugsSite/docs/xml/security.xml: Added.
716 * BugsSite/docs/xml/troubleshooting.xml: Added.
717 * BugsSite/docs/xml/using.xml: Added.
718 * BugsSite/doeditparams.cgi: Added.
719 * BugsSite/duplicates.cgi: Added.
720 * BugsSite/duplicates.xul: Added.
721 * BugsSite/editclassifications.cgi: Added.
722 * BugsSite/editcomponents.cgi: Added.
723 * BugsSite/editflagtypes.cgi: Added.
724 * BugsSite/editgroups.cgi: Added.
725 * BugsSite/editkeywords.cgi: Added.
726 * BugsSite/editmilestones.cgi: Added.
727 * BugsSite/editparams.cgi: Added.
728 * BugsSite/editproducts.cgi: Added.
729 * BugsSite/editsettings.cgi: Added.
730 * BugsSite/editusers.cgi: Added.
731 * BugsSite/editvalues.cgi: Added.
732 * BugsSite/editversions.cgi: Added.
733 * BugsSite/editwhines.cgi: Added.
734 * BugsSite/enter_bug.cgi: Added.
735 * BugsSite/favicon.ico: Added.
736 * BugsSite/globals.pl: Added.
737 * BugsSite/graphs: Added.
738 * BugsSite/images: Added.
739 * BugsSite/images/padlock.png: Added.
740 * BugsSite/importxml.pl: Added.
741 * BugsSite/index.cgi: Added.
742 * BugsSite/js: Added.
743 * BugsSite/js/duplicates.js: Added.
744 * BugsSite/js/productform.js: Added.
745 * BugsSite/localconfig.js: Added.
746 * BugsSite/long_list.cgi: Added.
747 * BugsSite/move.pl: Added.
748 * BugsSite/page.cgi: Added.
749 * BugsSite/post_bug.cgi: Added.
750 * BugsSite/process_bug.cgi: Added.
751 * BugsSite/productmenu.js: Added.
752 * BugsSite/query.cgi: Added.
753 * BugsSite/quicksearch.html: Added.
754 * BugsSite/quicksearch.js: Added.
755 * BugsSite/quicksearchhack.html: Added.
756 * BugsSite/quips.cgi: Added.
757 * BugsSite/relogin.cgi: Added.
758 * BugsSite/report.cgi: Added.
759 * BugsSite/reports.cgi: Added.
760 * BugsSite/request.cgi: Added.
761 * BugsSite/robots.txt: Added.
762 * BugsSite/runtests.pl: Added.
763 * BugsSite/sanitycheck.cgi: Added.
764 * BugsSite/show_activity.cgi: Added.
765 * BugsSite/show_bug.cgi: Added.
766 * BugsSite/showattachment.cgi: Added.
767 * BugsSite/showdependencygraph.cgi: Added.
768 * BugsSite/showdependencytree.cgi: Added.
769 * BugsSite/sidebar.cgi: Added.
770 * BugsSite/skins: Added.
771 * BugsSite/skins/.cvsignore: Added.
772 * BugsSite/skins/custom: Added.
773 * BugsSite/skins/custom/admin.css: Added.
774 * BugsSite/skins/custom/buglist.css: Added.
775 * BugsSite/skins/custom/duplicates.css: Added.
776 * BugsSite/skins/custom/editusers.css: Added.
777 * BugsSite/skins/custom/global.css: Added.
778 * BugsSite/skins/custom/index.css: Added.
779 * BugsSite/skins/custom/opendarwin.gif: Added.
780 * BugsSite/skins/custom/panel.css: Added.
781 * BugsSite/skins/custom/show_multiple.css: Added.
782 * BugsSite/skins/custom/summarize-time.css: Added.
783 * BugsSite/skins/custom/voting.css: Added.
784 * BugsSite/skins/standard: Added.
785 * BugsSite/skins/standard/admin.css: Added.
786 * BugsSite/skins/standard/buglist.css: Added.
787 * BugsSite/skins/standard/duplicates.css: Added.
788 * BugsSite/skins/standard/editusers.css: Added.
789 * BugsSite/skins/standard/global: Added.
790 * BugsSite/skins/standard/global.css: Added.
791 * BugsSite/skins/standard/global/body-back.gif: Added.
792 * BugsSite/skins/standard/global/header.png: Added.
793 * BugsSite/skins/standard/index: Added.
794 * BugsSite/skins/standard/index.css: Added.
795 * BugsSite/skins/standard/index/front.jpg: Added.
796 * BugsSite/skins/standard/index/front.png: Added.
797 * BugsSite/skins/standard/panel.css: Added.
798 * BugsSite/skins/standard/show_multiple.css: Added.
799 * BugsSite/skins/standard/summarize-time.css: Added.
800 * BugsSite/skins/standard/voting.css: Added.
801 * BugsSite/summarize_time.cgi: Added.
803 * BugsSite/t/001compile.t: Added.
804 * BugsSite/t/002goodperl.t: Added.
805 * BugsSite/t/003safesys.t: Added.
806 * BugsSite/t/004template.t: Added.
807 * BugsSite/t/005no_tabs.t: Added.
808 * BugsSite/t/006spellcheck.t: Added.
809 * BugsSite/t/007util.t: Added.
810 * BugsSite/t/008filter.t: Added.
811 * BugsSite/t/009bugwords.t: Added.
812 * BugsSite/t/011pod.t: Added.
813 * BugsSite/t/Support: Added.
814 * BugsSite/t/Support/Files.pm: Added.
815 * BugsSite/t/Support/Systemexec.pm: Added.
816 * BugsSite/t/Support/Templates.pm: Added.
817 * BugsSite/t/testchart.gif: Added.
818 * BugsSite/t/testchart.png: Added.
819 * BugsSite/t/testgd.png: Added.
820 * BugsSite/template: Added.
821 * BugsSite/template/.cvsignore: Added.
822 * BugsSite/template/.htaccess: Added.
823 * BugsSite/template/en: Added.
824 * BugsSite/template/en/.cvsignore: Added.
825 * BugsSite/template/en/custom: Added.
826 * BugsSite/template/en/custom/account: Added.
827 * BugsSite/template/en/custom/account/auth: Added.
828 * BugsSite/template/en/custom/account/auth/ldap-error.html.tmpl: Added.
829 * BugsSite/template/en/custom/account/auth/login-small.html.tmpl: Added.
830 * BugsSite/template/en/custom/account/auth/login.html.tmpl: Added.
831 * BugsSite/template/en/custom/account/cancel-token.txt.tmpl: Added.
832 * BugsSite/template/en/custom/account/create.html.tmpl: Added.
833 * BugsSite/template/en/custom/account/created.html.tmpl: Added.
834 * BugsSite/template/en/custom/account/email: Added.
835 * BugsSite/template/en/custom/account/email/change-new.txt.tmpl: Added.
836 * BugsSite/template/en/custom/account/email/change-old.txt.tmpl: Added.
837 * BugsSite/template/en/custom/account/email/confirm.html.tmpl: Added.
838 * BugsSite/template/en/custom/account/exists.html.tmpl: Added.
839 * BugsSite/template/en/custom/account/password: Added.
840 * BugsSite/template/en/custom/account/password/forgotten-password.txt.tmpl: Added.
841 * BugsSite/template/en/custom/account/password/set-forgotten-password.html.tmpl: Added.
842 * BugsSite/template/en/custom/account/prefs: Added.
843 * BugsSite/template/en/custom/account/prefs/account.html.tmpl: Added.
844 * BugsSite/template/en/custom/account/prefs/email.html.tmpl: Added.
845 * BugsSite/template/en/custom/account/prefs/footer.html.tmpl: Added.
846 * BugsSite/template/en/custom/account/prefs/permissions.html.tmpl: Added.
847 * BugsSite/template/en/custom/account/prefs/prefs.html.tmpl: Added.
848 * BugsSite/template/en/custom/account/prefs/saved-searches.html.tmpl: Added.
849 * BugsSite/template/en/custom/account/prefs/settings.html.tmpl: Added.
850 * BugsSite/template/en/custom/admin: Added.
851 * BugsSite/template/en/custom/admin/classifications: Added.
852 * BugsSite/template/en/custom/admin/classifications/add.html.tmpl: Added.
853 * BugsSite/template/en/custom/admin/classifications/del.html.tmpl: Added.
854 * BugsSite/template/en/custom/admin/classifications/delete.html.tmpl: Added.
855 * BugsSite/template/en/custom/admin/classifications/edit.html.tmpl: Added.
856 * BugsSite/template/en/custom/admin/classifications/new.html.tmpl: Added.
857 * BugsSite/template/en/custom/admin/classifications/reclassify.html.tmpl: Added.
858 * BugsSite/template/en/custom/admin/classifications/select.html.tmpl: Added.
859 * BugsSite/template/en/custom/admin/classifications/update.html.tmpl: Added.
860 * BugsSite/template/en/custom/admin/components: Added.
861 * BugsSite/template/en/custom/admin/components/confirm-delete.html.tmpl: Added.
862 * BugsSite/template/en/custom/admin/components/create.html.tmpl: Added.
863 * BugsSite/template/en/custom/admin/components/created.html.tmpl: Added.
864 * BugsSite/template/en/custom/admin/components/deleted.html.tmpl: Added.
865 * BugsSite/template/en/custom/admin/components/edit.html.tmpl: Added.
866 * BugsSite/template/en/custom/admin/components/footer.html.tmpl: Added.
867 * BugsSite/template/en/custom/admin/components/list.html.tmpl: Added.
868 * BugsSite/template/en/custom/admin/components/select-product.html.tmpl: Added.
869 * BugsSite/template/en/custom/admin/components/updated.html.tmpl: Added.
870 * BugsSite/template/en/custom/admin/fieldvalues: Added.
871 * BugsSite/template/en/custom/admin/fieldvalues/confirm-delete.html.tmpl: Added.
872 * BugsSite/template/en/custom/admin/fieldvalues/create.html.tmpl: Added.
873 * BugsSite/template/en/custom/admin/fieldvalues/created.html.tmpl: Added.
874 * BugsSite/template/en/custom/admin/fieldvalues/deleted.html.tmpl: Added.
875 * BugsSite/template/en/custom/admin/fieldvalues/edit.html.tmpl: Added.
876 * BugsSite/template/en/custom/admin/fieldvalues/footer.html.tmpl: Added.
877 * BugsSite/template/en/custom/admin/fieldvalues/list.html.tmpl: Added.
878 * BugsSite/template/en/custom/admin/fieldvalues/select-field.html.tmpl: Added.
879 * BugsSite/template/en/custom/admin/fieldvalues/updated.html.tmpl: Added.
880 * BugsSite/template/en/custom/admin/flag-type: Added.
881 * BugsSite/template/en/custom/admin/flag-type/confirm-delete.html.tmpl: Added.
882 * BugsSite/template/en/custom/admin/flag-type/edit.html.tmpl: Added.
883 * BugsSite/template/en/custom/admin/flag-type/list.html.tmpl: Added.
884 * BugsSite/template/en/custom/admin/groups: Added.
885 * BugsSite/template/en/custom/admin/groups/change.html.tmpl: Added.
886 * BugsSite/template/en/custom/admin/groups/create.html.tmpl: Added.
887 * BugsSite/template/en/custom/admin/groups/created.html.tmpl: Added.
888 * BugsSite/template/en/custom/admin/groups/delete.html.tmpl: Added.
889 * BugsSite/template/en/custom/admin/groups/deleted.html.tmpl: Added.
890 * BugsSite/template/en/custom/admin/groups/edit.html.tmpl: Added.
891 * BugsSite/template/en/custom/admin/groups/list.html.tmpl: Added.
892 * BugsSite/template/en/custom/admin/groups/remove.html.tmpl: Added.
893 * BugsSite/template/en/custom/admin/keywords: Added.
894 * BugsSite/template/en/custom/admin/keywords/confirm-delete.html.tmpl: Added.
895 * BugsSite/template/en/custom/admin/keywords/create.html.tmpl: Added.
896 * BugsSite/template/en/custom/admin/keywords/created.html.tmpl: Added.
897 * BugsSite/template/en/custom/admin/keywords/edit.html.tmpl: Added.
898 * BugsSite/template/en/custom/admin/keywords/list.html.tmpl: Added.
899 * BugsSite/template/en/custom/admin/keywords/rebuild-cache.html.tmpl: Added.
900 * BugsSite/template/en/custom/admin/milestones: Added.
901 * BugsSite/template/en/custom/admin/milestones/confirm-delete.html.tmpl: Added.
902 * BugsSite/template/en/custom/admin/milestones/create.html.tmpl: Added.
903 * BugsSite/template/en/custom/admin/milestones/created.html.tmpl: Added.
904 * BugsSite/template/en/custom/admin/milestones/deleted.html.tmpl: Added.
905 * BugsSite/template/en/custom/admin/milestones/edit.html.tmpl: Added.
906 * BugsSite/template/en/custom/admin/milestones/footer.html.tmpl: Added.
907 * BugsSite/template/en/custom/admin/milestones/list.html.tmpl: Added.
908 * BugsSite/template/en/custom/admin/milestones/select-product.html.tmpl: Added.
909 * BugsSite/template/en/custom/admin/milestones/updated.html.tmpl: Added.
910 * BugsSite/template/en/custom/admin/products: Added.
911 * BugsSite/template/en/custom/admin/products/confirm-delete.html.tmpl: Added.
912 * BugsSite/template/en/custom/admin/products/deleted.html.tmpl: Added.
913 * BugsSite/template/en/custom/admin/products/footer.html.tmpl: Added.
914 * BugsSite/template/en/custom/admin/products/groupcontrol: Added.
915 * BugsSite/template/en/custom/admin/products/groupcontrol/confirm-edit.html.tmpl: Added.
916 * BugsSite/template/en/custom/admin/products/groupcontrol/edit.html.tmpl: Added.
917 * BugsSite/template/en/custom/admin/products/list-classifications.html.tmpl: Added.
918 * BugsSite/template/en/custom/admin/products/list.html.tmpl: Added.
919 * BugsSite/template/en/custom/admin/settings: Added.
920 * BugsSite/template/en/custom/admin/settings/edit.html.tmpl: Added.
921 * BugsSite/template/en/custom/admin/settings/updated.html.tmpl: Added.
922 * BugsSite/template/en/custom/admin/table.html.tmpl: Added.
923 * BugsSite/template/en/custom/admin/users: Added.
924 * BugsSite/template/en/custom/admin/users/confirm-delete.html.tmpl: Added.
925 * BugsSite/template/en/custom/admin/users/create.html.tmpl: Added.
926 * BugsSite/template/en/custom/admin/users/edit.html.tmpl: Added.
927 * BugsSite/template/en/custom/admin/users/list.html.tmpl: Added.
928 * BugsSite/template/en/custom/admin/users/listselectvars.html.tmpl: Added.
929 * BugsSite/template/en/custom/admin/users/search.html.tmpl: Added.
930 * BugsSite/template/en/custom/admin/users/userdata.html.tmpl: Added.
931 * BugsSite/template/en/custom/admin/versions: Added.
932 * BugsSite/template/en/custom/admin/versions/confirm-delete.html.tmpl: Added.
933 * BugsSite/template/en/custom/admin/versions/create.html.tmpl: Added.
934 * BugsSite/template/en/custom/admin/versions/created.html.tmpl: Added.
935 * BugsSite/template/en/custom/admin/versions/deleted.html.tmpl: Added.
936 * BugsSite/template/en/custom/admin/versions/edit.html.tmpl: Added.
937 * BugsSite/template/en/custom/admin/versions/footer.html.tmpl: Added.
938 * BugsSite/template/en/custom/admin/versions/list.html.tmpl: Added.
939 * BugsSite/template/en/custom/admin/versions/select-product.html.tmpl: Added.
940 * BugsSite/template/en/custom/admin/versions/updated.html.tmpl: Added.
941 * BugsSite/template/en/custom/attachment: Added.
942 * BugsSite/template/en/custom/attachment/choose.html.tmpl: Added.
943 * BugsSite/template/en/custom/attachment/content-types.html.tmpl: Added.
944 * BugsSite/template/en/custom/attachment/create.html.tmpl: Added.
945 * BugsSite/template/en/custom/attachment/created.html.tmpl: Added.
946 * BugsSite/template/en/custom/attachment/diff-file.html.tmpl: Added.
947 * BugsSite/template/en/custom/attachment/diff-footer.html.tmpl: Added.
948 * BugsSite/template/en/custom/attachment/diff-header.html.tmpl: Added.
949 * BugsSite/template/en/custom/attachment/edit.html.tmpl: Added.
950 * BugsSite/template/en/custom/attachment/list.html.tmpl: Added.
951 * BugsSite/template/en/custom/attachment/show-multiple.html.tmpl: Added.
952 * BugsSite/template/en/custom/attachment/updated.html.tmpl: Added.
953 * BugsSite/template/en/custom/bug: Added.
954 * BugsSite/template/en/custom/bug/activity: Added.
955 * BugsSite/template/en/custom/bug/activity/show.html.tmpl: Added.
956 * BugsSite/template/en/custom/bug/activity/table.html.tmpl: Added.
957 * BugsSite/template/en/custom/bug/choose.html.tmpl: Added.
958 * BugsSite/template/en/custom/bug/comments.html.tmpl: Added.
959 * BugsSite/template/en/custom/bug/create: Added.
960 * BugsSite/template/en/custom/bug/create/comment-guided.txt.tmpl: Added.
961 * BugsSite/template/en/custom/bug/create/comment.txt.tmpl: Added.
962 * BugsSite/template/en/custom/bug/create/create-guided.html.tmpl: Added.
963 * BugsSite/template/en/custom/bug/create/create.html.tmpl: Added.
964 * BugsSite/template/en/custom/bug/create/created.html.tmpl: Added.
965 * BugsSite/template/en/custom/bug/create/make-template.html.tmpl: Added.
966 * BugsSite/template/en/custom/bug/create/user-message.html.tmpl: Added.
967 * BugsSite/template/en/custom/bug/dependency-graph.html.tmpl: Added.
968 * BugsSite/template/en/custom/bug/dependency-tree.html.tmpl: Added.
969 * BugsSite/template/en/custom/bug/edit.html.tmpl: Added.
970 * BugsSite/template/en/custom/bug/knob.html.tmpl: Added.
971 * BugsSite/template/en/custom/bug/navigate.html.tmpl: Added.
972 * BugsSite/template/en/custom/bug/process: Added.
973 * BugsSite/template/en/custom/bug/process/bugmail.html.tmpl: Added.
974 * BugsSite/template/en/custom/bug/process/confirm-duplicate.html.tmpl: Added.
975 * BugsSite/template/en/custom/bug/process/header.html.tmpl: Added.
976 * BugsSite/template/en/custom/bug/process/midair.html.tmpl: Added.
977 * BugsSite/template/en/custom/bug/process/next.html.tmpl: Added.
978 * BugsSite/template/en/custom/bug/process/results.html.tmpl: Added.
979 * BugsSite/template/en/custom/bug/process/verify-new-product.html.tmpl: Added.
980 * BugsSite/template/en/custom/bug/show-multiple.html.tmpl: Added.
981 * BugsSite/template/en/custom/bug/show.html.tmpl: Added.
982 * BugsSite/template/en/custom/bug/show.xml.tmpl: Added.
983 * BugsSite/template/en/custom/bug/summarize-time.html.tmpl: Added.
984 * BugsSite/template/en/custom/bug/time.html.tmpl: Added.
985 * BugsSite/template/en/custom/bug/votes: Added.
986 * BugsSite/template/en/custom/bug/votes/delete-all.html.tmpl: Added.
987 * BugsSite/template/en/custom/bug/votes/list-for-bug.html.tmpl: Added.
988 * BugsSite/template/en/custom/bug/votes/list-for-user.html.tmpl: Added.
989 * BugsSite/template/en/custom/config.js.tmpl: Added.
990 * BugsSite/template/en/custom/config.rdf.tmpl: Added.
991 * BugsSite/template/en/custom/filterexceptions.pl: Added.
992 * BugsSite/template/en/custom/flag: Added.
993 * BugsSite/template/en/custom/flag/list.html.tmpl: Added.
994 * BugsSite/template/en/custom/global: Added.
995 * BugsSite/template/en/custom/global/banner.html.tmpl: Added.
996 * BugsSite/template/en/custom/global/choose-classification.html.tmpl: Added.
997 * BugsSite/template/en/custom/global/choose-product.html.tmpl: Added.
998 * BugsSite/template/en/custom/global/code-error.html.tmpl: Added.
999 * BugsSite/template/en/custom/global/confirm-user-match.html.tmpl: Added.
1000 * BugsSite/template/en/custom/global/field-descs.none.tmpl: Added.
1001 * BugsSite/template/en/custom/global/footer.html.tmpl: Added.
1002 * BugsSite/template/en/custom/global/header.html.tmpl: Added.
1003 * BugsSite/template/en/custom/global/help-header.html.tmpl: Added.
1004 * BugsSite/template/en/custom/global/help.html.tmpl: Added.
1005 * BugsSite/template/en/custom/global/hidden-fields.html.tmpl: Added.
1006 * BugsSite/template/en/custom/global/initialize.none.tmpl: Added.
1007 * BugsSite/template/en/custom/global/message.html.tmpl: Added.
1008 * BugsSite/template/en/custom/global/messages.html.tmpl: Added.
1009 * BugsSite/template/en/custom/global/select-menu.html.tmpl: Added.
1010 * BugsSite/template/en/custom/global/setting-descs.none.tmpl: Added.
1011 * BugsSite/template/en/custom/global/site-navigation.html.tmpl: Added.
1012 * BugsSite/template/en/custom/global/useful-links.html.tmpl: Added.
1013 * BugsSite/template/en/custom/global/user-error.html.tmpl: Added.
1014 * BugsSite/template/en/custom/global/userselect.html.tmpl: Added.
1015 * BugsSite/template/en/custom/global/variables.none.tmpl: Added.
1016 * BugsSite/template/en/custom/index.html.tmpl: Added.
1017 * BugsSite/template/en/custom/list: Added.
1018 * BugsSite/template/en/custom/list/change-columns.html.tmpl: Added.
1019 * BugsSite/template/en/custom/list/edit-multiple.html.tmpl: Added.
1020 * BugsSite/template/en/custom/list/list-simple.html.tmpl: Added.
1021 * BugsSite/template/en/custom/list/list.csv.tmpl: Added.
1022 * BugsSite/template/en/custom/list/list.html.tmpl: Added.
1023 * BugsSite/template/en/custom/list/list.ics.tmpl: Added.
1024 * BugsSite/template/en/custom/list/list.js.tmpl: Added.
1025 * BugsSite/template/en/custom/list/list.rdf.tmpl: Added.
1026 * BugsSite/template/en/custom/list/list.rss.tmpl: Added.
1027 * BugsSite/template/en/custom/list/quips.html.tmpl: Added.
1028 * BugsSite/template/en/custom/list/server-push.html.tmpl: Added.
1029 * BugsSite/template/en/custom/list/table.html.tmpl: Added.
1030 * BugsSite/template/en/custom/pages: Added.
1031 * BugsSite/template/en/custom/pages/bug-writing.html.tmpl: Added.
1032 * BugsSite/template/en/custom/pages/fields.html.tmpl: Added.
1033 * BugsSite/template/en/custom/pages/linked.html.tmpl: Added.
1034 * BugsSite/template/en/custom/pages/linkify.html.tmpl: Added.
1035 * BugsSite/template/en/custom/pages/voting.html.tmpl: Added.
1036 * BugsSite/template/en/custom/reports: Added.
1037 * BugsSite/template/en/custom/reports/chart.csv.tmpl: Added.
1038 * BugsSite/template/en/custom/reports/chart.html.tmpl: Added.
1039 * BugsSite/template/en/custom/reports/chart.png.tmpl: Added.
1040 * BugsSite/template/en/custom/reports/components.html.tmpl: Added.
1041 * BugsSite/template/en/custom/reports/create-chart.html.tmpl: Added.
1042 * BugsSite/template/en/custom/reports/duplicates-simple.html.tmpl: Added.
1043 * BugsSite/template/en/custom/reports/duplicates-table.html.tmpl: Added.
1044 * BugsSite/template/en/custom/reports/duplicates.html.tmpl: Added.
1045 * BugsSite/template/en/custom/reports/duplicates.rdf.tmpl: Added.
1046 * BugsSite/template/en/custom/reports/edit-series.html.tmpl: Added.
1047 * BugsSite/template/en/custom/reports/keywords.html.tmpl: Added.
1048 * BugsSite/template/en/custom/reports/menu.html.tmpl: Added.
1049 * BugsSite/template/en/custom/reports/report-bar.png.tmpl: Added.
1050 * BugsSite/template/en/custom/reports/report-line.png.tmpl: Added.
1051 * BugsSite/template/en/custom/reports/report-pie.png.tmpl: Added.
1052 * BugsSite/template/en/custom/reports/report-simple.html.tmpl: Added.
1053 * BugsSite/template/en/custom/reports/report-table.csv.tmpl: Added.
1054 * BugsSite/template/en/custom/reports/report-table.html.tmpl: Added.
1055 * BugsSite/template/en/custom/reports/report.csv.tmpl: Added.
1056 * BugsSite/template/en/custom/reports/report.html.tmpl: Added.
1057 * BugsSite/template/en/custom/reports/series-common.html.tmpl: Added.
1058 * BugsSite/template/en/custom/reports/series.html.tmpl: Added.
1059 * BugsSite/template/en/custom/request: Added.
1060 * BugsSite/template/en/custom/request/email.txt.tmpl: Added.
1061 * BugsSite/template/en/custom/request/queue.html.tmpl: Added.
1062 * BugsSite/template/en/custom/search: Added.
1063 * BugsSite/template/en/custom/search/boolean-charts.html.tmpl: Added.
1064 * BugsSite/template/en/custom/search/form.html.tmpl: Added.
1065 * BugsSite/template/en/custom/search/knob.html.tmpl: Added.
1066 * BugsSite/template/en/custom/search/search-advanced.html.tmpl: Added.
1067 * BugsSite/template/en/custom/search/search-create-series.html.tmpl: Added.
1068 * BugsSite/template/en/custom/search/search-help.html.tmpl: Added.
1069 * BugsSite/template/en/custom/search/search-report-graph.html.tmpl: Added.
1070 * BugsSite/template/en/custom/search/search-report-select.html.tmpl: Added.
1071 * BugsSite/template/en/custom/search/search-report-table.html.tmpl: Added.
1072 * BugsSite/template/en/custom/search/search-specific.html.tmpl: Added.
1073 * BugsSite/template/en/custom/search/tabs.html.tmpl: Added.
1074 * BugsSite/template/en/custom/sidebar.xul.tmpl: Added.
1075 * BugsSite/template/en/custom/whine: Added.
1076 * BugsSite/template/en/custom/whine/mail.html.tmpl: Added.
1077 * BugsSite/template/en/custom/whine/mail.txt.tmpl: Added.
1078 * BugsSite/template/en/custom/whine/multipart-mime.txt.tmpl: Added.
1079 * BugsSite/template/en/custom/whine/schedule.html.tmpl: Added.
1080 * BugsSite/template/en/default: Added.
1081 * BugsSite/template/en/default/account: Added.
1082 * BugsSite/template/en/default/account/auth: Added.
1083 * BugsSite/template/en/default/account/auth/ldap-error.html.tmpl: Added.
1084 * BugsSite/template/en/default/account/auth/login-small.html.tmpl: Added.
1085 * BugsSite/template/en/default/account/auth/login.html.tmpl: Added.
1086 * BugsSite/template/en/default/account/cancel-token.txt.tmpl: Added.
1087 * BugsSite/template/en/default/account/create.html.tmpl: Added.
1088 * BugsSite/template/en/default/account/created.html.tmpl: Added.
1089 * BugsSite/template/en/default/account/email: Added.
1090 * BugsSite/template/en/default/account/email/change-new.txt.tmpl: Added.
1091 * BugsSite/template/en/default/account/email/change-old.txt.tmpl: Added.
1092 * BugsSite/template/en/default/account/email/confirm.html.tmpl: Added.
1093 * BugsSite/template/en/default/account/exists.html.tmpl: Added.
1094 * BugsSite/template/en/default/account/password: Added.
1095 * BugsSite/template/en/default/account/password/forgotten-password.txt.tmpl: Added.
1096 * BugsSite/template/en/default/account/password/set-forgotten-password.html.tmpl: Added.
1097 * BugsSite/template/en/default/account/prefs: Added.
1098 * BugsSite/template/en/default/account/prefs/account.html.tmpl: Added.
1099 * BugsSite/template/en/default/account/prefs/email.html.tmpl: Added.
1100 * BugsSite/template/en/default/account/prefs/footer.html.tmpl: Added.
1101 * BugsSite/template/en/default/account/prefs/permissions.html.tmpl: Added.
1102 * BugsSite/template/en/default/account/prefs/prefs.html.tmpl: Added.
1103 * BugsSite/template/en/default/account/prefs/saved-searches.html.tmpl: Added.
1104 * BugsSite/template/en/default/account/prefs/settings.html.tmpl: Added.
1105 * BugsSite/template/en/default/admin: Added.
1106 * BugsSite/template/en/default/admin/classifications: Added.
1107 * BugsSite/template/en/default/admin/classifications/add.html.tmpl: Added.
1108 * BugsSite/template/en/default/admin/classifications/del.html.tmpl: Added.
1109 * BugsSite/template/en/default/admin/classifications/delete.html.tmpl: Added.
1110 * BugsSite/template/en/default/admin/classifications/edit.html.tmpl: Added.
1111 * BugsSite/template/en/default/admin/classifications/new.html.tmpl: Added.
1112 * BugsSite/template/en/default/admin/classifications/reclassify.html.tmpl: Added.
1113 * BugsSite/template/en/default/admin/classifications/select.html.tmpl: Added.
1114 * BugsSite/template/en/default/admin/classifications/update.html.tmpl: Added.
1115 * BugsSite/template/en/default/admin/components: Added.
1116 * BugsSite/template/en/default/admin/components/confirm-delete.html.tmpl: Added.
1117 * BugsSite/template/en/default/admin/components/create.html.tmpl: Added.
1118 * BugsSite/template/en/default/admin/components/created.html.tmpl: Added.
1119 * BugsSite/template/en/default/admin/components/deleted.html.tmpl: Added.
1120 * BugsSite/template/en/default/admin/components/edit.html.tmpl: Added.
1121 * BugsSite/template/en/default/admin/components/footer.html.tmpl: Added.
1122 * BugsSite/template/en/default/admin/components/list.html.tmpl: Added.
1123 * BugsSite/template/en/default/admin/components/select-product.html.tmpl: Added.
1124 * BugsSite/template/en/default/admin/components/updated.html.tmpl: Added.
1125 * BugsSite/template/en/default/admin/fieldvalues: Added.
1126 * BugsSite/template/en/default/admin/fieldvalues/confirm-delete.html.tmpl: Added.
1127 * BugsSite/template/en/default/admin/fieldvalues/create.html.tmpl: Added.
1128 * BugsSite/template/en/default/admin/fieldvalues/created.html.tmpl: Added.
1129 * BugsSite/template/en/default/admin/fieldvalues/deleted.html.tmpl: Added.
1130 * BugsSite/template/en/default/admin/fieldvalues/edit.html.tmpl: Added.
1131 * BugsSite/template/en/default/admin/fieldvalues/footer.html.tmpl: Added.
1132 * BugsSite/template/en/default/admin/fieldvalues/list.html.tmpl: Added.
1133 * BugsSite/template/en/default/admin/fieldvalues/select-field.html.tmpl: Added.
1134 * BugsSite/template/en/default/admin/fieldvalues/updated.html.tmpl: Added.
1135 * BugsSite/template/en/default/admin/flag-type: Added.
1136 * BugsSite/template/en/default/admin/flag-type/confirm-delete.html.tmpl: Added.
1137 * BugsSite/template/en/default/admin/flag-type/edit.html.tmpl: Added.
1138 * BugsSite/template/en/default/admin/flag-type/list.html.tmpl: Added.
1139 * BugsSite/template/en/default/admin/groups: Added.
1140 * BugsSite/template/en/default/admin/groups/change.html.tmpl: Added.
1141 * BugsSite/template/en/default/admin/groups/create.html.tmpl: Added.
1142 * BugsSite/template/en/default/admin/groups/created.html.tmpl: Added.
1143 * BugsSite/template/en/default/admin/groups/delete.html.tmpl: Added.
1144 * BugsSite/template/en/default/admin/groups/deleted.html.tmpl: Added.
1145 * BugsSite/template/en/default/admin/groups/edit.html.tmpl: Added.
1146 * BugsSite/template/en/default/admin/groups/list.html.tmpl: Added.
1147 * BugsSite/template/en/default/admin/groups/remove.html.tmpl: Added.
1148 * BugsSite/template/en/default/admin/keywords: Added.
1149 * BugsSite/template/en/default/admin/keywords/confirm-delete.html.tmpl: Added.
1150 * BugsSite/template/en/default/admin/keywords/create.html.tmpl: Added.
1151 * BugsSite/template/en/default/admin/keywords/created.html.tmpl: Added.
1152 * BugsSite/template/en/default/admin/keywords/edit.html.tmpl: Added.
1153 * BugsSite/template/en/default/admin/keywords/list.html.tmpl: Added.
1154 * BugsSite/template/en/default/admin/keywords/rebuild-cache.html.tmpl: Added.
1155 * BugsSite/template/en/default/admin/milestones: Added.
1156 * BugsSite/template/en/default/admin/milestones/confirm-delete.html.tmpl: Added.
1157 * BugsSite/template/en/default/admin/milestones/create.html.tmpl: Added.
1158 * BugsSite/template/en/default/admin/milestones/created.html.tmpl: Added.
1159 * BugsSite/template/en/default/admin/milestones/deleted.html.tmpl: Added.
1160 * BugsSite/template/en/default/admin/milestones/edit.html.tmpl: Added.
1161 * BugsSite/template/en/default/admin/milestones/footer.html.tmpl: Added.
1162 * BugsSite/template/en/default/admin/milestones/list.html.tmpl: Added.
1163 * BugsSite/template/en/default/admin/milestones/select-product.html.tmpl: Added.
1164 * BugsSite/template/en/default/admin/milestones/updated.html.tmpl: Added.
1165 * BugsSite/template/en/default/admin/products: Added.
1166 * BugsSite/template/en/default/admin/products/confirm-delete.html.tmpl: Added.
1167 * BugsSite/template/en/default/admin/products/deleted.html.tmpl: Added.
1168 * BugsSite/template/en/default/admin/products/footer.html.tmpl: Added.
1169 * BugsSite/template/en/default/admin/products/groupcontrol: Added.
1170 * BugsSite/template/en/default/admin/products/groupcontrol/confirm-edit.html.tmpl: Added.
1171 * BugsSite/template/en/default/admin/products/groupcontrol/edit.html.tmpl: Added.
1172 * BugsSite/template/en/default/admin/products/list-classifications.html.tmpl: Added.
1173 * BugsSite/template/en/default/admin/products/list.html.tmpl: Added.
1174 * BugsSite/template/en/default/admin/settings: Added.
1175 * BugsSite/template/en/default/admin/settings/edit.html.tmpl: Added.
1176 * BugsSite/template/en/default/admin/settings/updated.html.tmpl: Added.
1177 * BugsSite/template/en/default/admin/table.html.tmpl: Added.
1178 * BugsSite/template/en/default/admin/users: Added.
1179 * BugsSite/template/en/default/admin/users/confirm-delete.html.tmpl: Added.
1180 * BugsSite/template/en/default/admin/users/create.html.tmpl: Added.
1181 * BugsSite/template/en/default/admin/users/edit.html.tmpl: Added.
1182 * BugsSite/template/en/default/admin/users/list.html.tmpl: Added.
1183 * BugsSite/template/en/default/admin/users/listselectvars.html.tmpl: Added.
1184 * BugsSite/template/en/default/admin/users/search.html.tmpl: Added.
1185 * BugsSite/template/en/default/admin/users/userdata.html.tmpl: Added.
1186 * BugsSite/template/en/default/admin/versions: Added.
1187 * BugsSite/template/en/default/admin/versions/confirm-delete.html.tmpl: Added.
1188 * BugsSite/template/en/default/admin/versions/create.html.tmpl: Added.
1189 * BugsSite/template/en/default/admin/versions/created.html.tmpl: Added.
1190 * BugsSite/template/en/default/admin/versions/deleted.html.tmpl: Added.
1191 * BugsSite/template/en/default/admin/versions/edit.html.tmpl: Added.
1192 * BugsSite/template/en/default/admin/versions/footer.html.tmpl: Added.
1193 * BugsSite/template/en/default/admin/versions/list.html.tmpl: Added.
1194 * BugsSite/template/en/default/admin/versions/select-product.html.tmpl: Added.
1195 * BugsSite/template/en/default/admin/versions/updated.html.tmpl: Added.
1196 * BugsSite/template/en/default/attachment: Added.
1197 * BugsSite/template/en/default/attachment/choose.html.tmpl: Added.
1198 * BugsSite/template/en/default/attachment/content-types.html.tmpl: Added.
1199 * BugsSite/template/en/default/attachment/create.html.tmpl: Added.
1200 * BugsSite/template/en/default/attachment/created.html.tmpl: Added.
1201 * BugsSite/template/en/default/attachment/diff-file.html.tmpl: Added.
1202 * BugsSite/template/en/default/attachment/diff-footer.html.tmpl: Added.
1203 * BugsSite/template/en/default/attachment/diff-header.html.tmpl: Added.
1204 * BugsSite/template/en/default/attachment/edit-aroben.html.tmpl: Added.
1205 * BugsSite/template/en/default/attachment/edit.html.tmpl: Added.
1206 * BugsSite/template/en/default/attachment/list.html.tmpl: Added.
1207 * BugsSite/template/en/default/attachment/show-multiple.html.tmpl: Added.
1208 * BugsSite/template/en/default/attachment/updated.html.tmpl: Added.
1209 * BugsSite/template/en/default/bug: Added.
1210 * BugsSite/template/en/default/bug/activity: Added.
1211 * BugsSite/template/en/default/bug/activity/show.html.tmpl: Added.
1212 * BugsSite/template/en/default/bug/activity/table.html.tmpl: Added.
1213 * BugsSite/template/en/default/bug/choose.html.tmpl: Added.
1214 * BugsSite/template/en/default/bug/comments.html.tmpl: Added.
1215 * BugsSite/template/en/default/bug/create: Added.
1216 * BugsSite/template/en/default/bug/create/comment-guided.txt.tmpl: Added.
1217 * BugsSite/template/en/default/bug/create/comment.txt.tmpl: Added.
1218 * BugsSite/template/en/default/bug/create/create-guided.html.tmpl: Added.
1219 * BugsSite/template/en/default/bug/create/create.html.tmpl: Added.
1220 * BugsSite/template/en/default/bug/create/created.html.tmpl: Added.
1221 * BugsSite/template/en/default/bug/create/make-template.html.tmpl: Added.
1222 * BugsSite/template/en/default/bug/create/user-message.html.tmpl: Added.
1223 * BugsSite/template/en/default/bug/dependency-graph.html.tmpl: Added.
1224 * BugsSite/template/en/default/bug/dependency-tree.html.tmpl: Added.
1225 * BugsSite/template/en/default/bug/edit.html.tmpl: Added.
1226 * BugsSite/template/en/default/bug/knob.html.tmpl: Added.
1227 * BugsSite/template/en/default/bug/navigate.html.tmpl: Added.
1228 * BugsSite/template/en/default/bug/process: Added.
1229 * BugsSite/template/en/default/bug/process/bugmail.html.tmpl: Added.
1230 * BugsSite/template/en/default/bug/process/confirm-duplicate.html.tmpl: Added.
1231 * BugsSite/template/en/default/bug/process/header.html.tmpl: Added.
1232 * BugsSite/template/en/default/bug/process/midair.html.tmpl: Added.
1233 * BugsSite/template/en/default/bug/process/next.html.tmpl: Added.
1234 * BugsSite/template/en/default/bug/process/results.html.tmpl: Added.
1235 * BugsSite/template/en/default/bug/process/verify-new-product.html.tmpl: Added.
1236 * BugsSite/template/en/default/bug/show-multiple.html.tmpl: Added.
1237 * BugsSite/template/en/default/bug/show.html.tmpl: Added.
1238 * BugsSite/template/en/default/bug/show.xml.tmpl: Added.
1239 * BugsSite/template/en/default/bug/summarize-time.html.tmpl: Added.
1240 * BugsSite/template/en/default/bug/time.html.tmpl: Added.
1241 * BugsSite/template/en/default/bug/votes: Added.
1242 * BugsSite/template/en/default/bug/votes/delete-all.html.tmpl: Added.
1243 * BugsSite/template/en/default/bug/votes/list-for-bug.html.tmpl: Added.
1244 * BugsSite/template/en/default/bug/votes/list-for-user.html.tmpl: Added.
1245 * BugsSite/template/en/default/config.js.tmpl: Added.
1246 * BugsSite/template/en/default/config.rdf.tmpl: Added.
1247 * BugsSite/template/en/default/filterexceptions.pl: Added.
1248 * BugsSite/template/en/default/flag: Added.
1249 * BugsSite/template/en/default/flag/list.html.tmpl: Added.
1250 * BugsSite/template/en/default/global: Added.
1251 * BugsSite/template/en/default/global/banner.html.tmpl: Added.
1252 * BugsSite/template/en/default/global/choose-classification.html.tmpl: Added.
1253 * BugsSite/template/en/default/global/choose-product.html.tmpl: Added.
1254 * BugsSite/template/en/default/global/code-error.html.tmpl: Added.
1255 * BugsSite/template/en/default/global/confirm-user-match.html.tmpl: Added.
1256 * BugsSite/template/en/default/global/field-descs.none.tmpl: Added.
1257 * BugsSite/template/en/default/global/footer.html.tmpl: Added.
1258 * BugsSite/template/en/default/global/header.html.tmpl: Added.
1259 * BugsSite/template/en/default/global/help-header.html.tmpl: Added.
1260 * BugsSite/template/en/default/global/help.html.tmpl: Added.
1261 * BugsSite/template/en/default/global/hidden-fields.html.tmpl: Added.
1262 * BugsSite/template/en/default/global/initialize.none.tmpl: Added.
1263 * BugsSite/template/en/default/global/message.html.tmpl: Added.
1264 * BugsSite/template/en/default/global/messages.html.tmpl: Added.
1265 * BugsSite/template/en/default/global/select-menu.html.tmpl: Added.
1266 * BugsSite/template/en/default/global/setting-descs.none.tmpl: Added.
1267 * BugsSite/template/en/default/global/site-navigation.html.tmpl: Added.
1268 * BugsSite/template/en/default/global/useful-links.html.tmpl: Added.
1269 * BugsSite/template/en/default/global/user-error.html.tmpl: Added.
1270 * BugsSite/template/en/default/global/userselect.html.tmpl: Added.
1271 * BugsSite/template/en/default/global/variables.none.tmpl: Added.
1272 * BugsSite/template/en/default/index.html.tmpl: Added.
1273 * BugsSite/template/en/default/list: Added.
1274 * BugsSite/template/en/default/list/change-columns.html.tmpl: Added.
1275 * BugsSite/template/en/default/list/edit-multiple.html.tmpl: Added.
1276 * BugsSite/template/en/default/list/list-simple.html.tmpl: Added.
1277 * BugsSite/template/en/default/list/list.atom.tmpl: Added.
1278 * BugsSite/template/en/default/list/list.csv.tmpl: Added.
1279 * BugsSite/template/en/default/list/list.html.tmpl: Added.
1280 * BugsSite/template/en/default/list/list.ics.tmpl: Added.
1281 * BugsSite/template/en/default/list/list.js.tmpl: Added.
1282 * BugsSite/template/en/default/list/list.rdf.tmpl: Added.
1283 * BugsSite/template/en/default/list/quips.html.tmpl: Added.
1284 * BugsSite/template/en/default/list/server-push.html.tmpl: Added.
1285 * BugsSite/template/en/default/list/table.html.tmpl: Added.
1286 * BugsSite/template/en/default/pages: Added.
1287 * BugsSite/template/en/default/pages/bug-writing.html.tmpl: Added.
1288 * BugsSite/template/en/default/pages/fields.html.tmpl: Added.
1289 * BugsSite/template/en/default/pages/linked.html.tmpl: Added.
1290 * BugsSite/template/en/default/pages/linkify.html.tmpl: Added.
1291 * BugsSite/template/en/default/pages/voting.html.tmpl: Added.
1292 * BugsSite/template/en/default/reports: Added.
1293 * BugsSite/template/en/default/reports/chart.csv.tmpl: Added.
1294 * BugsSite/template/en/default/reports/chart.html.tmpl: Added.
1295 * BugsSite/template/en/default/reports/chart.png.tmpl: Added.
1296 * BugsSite/template/en/default/reports/components.html.tmpl: Added.
1297 * BugsSite/template/en/default/reports/create-chart.html.tmpl: Added.
1298 * BugsSite/template/en/default/reports/duplicates-simple.html.tmpl: Added.
1299 * BugsSite/template/en/default/reports/duplicates-table.html.tmpl: Added.
1300 * BugsSite/template/en/default/reports/duplicates.html.tmpl: Added.
1301 * BugsSite/template/en/default/reports/duplicates.rdf.tmpl: Added.
1302 * BugsSite/template/en/default/reports/edit-series.html.tmpl: Added.
1303 * BugsSite/template/en/default/reports/keywords.html.tmpl: Added.
1304 * BugsSite/template/en/default/reports/menu.html.tmpl: Added.
1305 * BugsSite/template/en/default/reports/report-bar.png.tmpl: Added.
1306 * BugsSite/template/en/default/reports/report-line.png.tmpl: Added.
1307 * BugsSite/template/en/default/reports/report-pie.png.tmpl: Added.
1308 * BugsSite/template/en/default/reports/report-simple.html.tmpl: Added.
1309 * BugsSite/template/en/default/reports/report-table.csv.tmpl: Added.
1310 * BugsSite/template/en/default/reports/report-table.html.tmpl: Added.
1311 * BugsSite/template/en/default/reports/report.csv.tmpl: Added.
1312 * BugsSite/template/en/default/reports/report.html.tmpl: Added.
1313 * BugsSite/template/en/default/reports/series-common.html.tmpl: Added.
1314 * BugsSite/template/en/default/reports/series.html.tmpl: Added.
1315 * BugsSite/template/en/default/request: Added.
1316 * BugsSite/template/en/default/request/email.txt.tmpl: Added.
1317 * BugsSite/template/en/default/request/queue.html.tmpl: Added.
1318 * BugsSite/template/en/default/search: Added.
1319 * BugsSite/template/en/default/search/boolean-charts.html.tmpl: Added.
1320 * BugsSite/template/en/default/search/form.html.tmpl: Added.
1321 * BugsSite/template/en/default/search/knob.html.tmpl: Added.
1322 * BugsSite/template/en/default/search/search-advanced.html.tmpl: Added.
1323 * BugsSite/template/en/default/search/search-create-series.html.tmpl: Added.
1324 * BugsSite/template/en/default/search/search-help.html.tmpl: Added.
1325 * BugsSite/template/en/default/search/search-report-graph.html.tmpl: Added.
1326 * BugsSite/template/en/default/search/search-report-select.html.tmpl: Added.
1327 * BugsSite/template/en/default/search/search-report-table.html.tmpl: Added.
1328 * BugsSite/template/en/default/search/search-specific.html.tmpl: Added.
1329 * BugsSite/template/en/default/search/tabs.html.tmpl: Added.
1330 * BugsSite/template/en/default/sidebar.xul.tmpl: Added.
1331 * BugsSite/template/en/default/whine: Added.
1332 * BugsSite/template/en/default/whine/mail.html.tmpl: Added.
1333 * BugsSite/template/en/default/whine/mail.txt.tmpl: Added.
1334 * BugsSite/template/en/default/whine/multipart-mime.txt.tmpl: Added.
1335 * BugsSite/template/en/default/whine/schedule.html.tmpl: Added.
1336 * BugsSite/template/en/extension: Added.
1337 * BugsSite/template/en/extension/filterexceptions.pl: Added.
1338 * BugsSite/testagent.cgi: Added.
1339 * BugsSite/testserver.pl: Added.
1340 * BugsSite/token.cgi: Added.
1341 * BugsSite/userprefs.cgi: Added.
1342 * BugsSite/votes.cgi: Added.
1343 * BugsSite/whine.pl: Added.
1344 * BugsSite/whineatnews.pl: Added.
1345 * BugsSite/xml.cgi: Added.
1347 2008-02-04 Jan Michael Alonzo <jmalonzo@unpluggable.com>
1349 Reviewed by Alp Toker and Mark Rowe.
1351 http://bugs.webkit.org/show_bug.cgi?id=16618
1352 [GTK] build-webkit and run-webkit-tests autootools support
1354 Add support for the autotools build to the WebKit build and test
1357 2008-02-04 Rodney Dawes <dobey@wayofthemonkey.com>
1359 Reviewed by Alp Toker and Mark Rowe.
1361 Fix http://bugs.webkit.org/show_bug.cgi?id=17175.
1362 Bug 17175: Use of C++ compiler flags in CFLAGS
1364 Add global_cxxflags definition for inclusion in CXXFLAGS variables.
1365 Only use -fno-rtti and $(SYMBOL_VISIBILITY_INLINES) with global_cxxflags as gcc complains they aren't valid for C.
1369 2008-02-04 Alp Toker <alp@atoker.com>
1371 Rubber-stamped by Mark Rowe.
1373 Remove all trailing whitespace in the GTK+ port and related
1379 2008-01-31 Alp Toker <alp@atoker.com>
1381 Reviewed by Mark Rowe.
1383 Fix the pkg-config file to follow GTK+ package naming and versioning
1386 Remove unneeded dependency listings.
1391 2008-01-31 Alp Toker <alp@atoker.com>
1393 Rubber-stamped by Adam Roben.
1395 http://bugs.webkit.org/show_bug.cgi?id=17006
1396 [GTK] Header path should be webkit/webkit.h
1398 Move the GTK+ API sources as needed and update the build systems.
1403 2008-01-27 Jan Michael Alonzo <jmalonzo@unpluggable.com>
1405 Reviewed by Alp Toker.
1407 http://bugs.webkit.org/show_bug.cgi?id=14811
1408 [gtk] [request] add a webkit_gtk_page_go_to_history_item function
1410 * GNUmakefile.am: Added webkitwebbackforwardlist and webkitwebhistoryitem
1412 2008-01-26 Mark Rowe <mrowe@apple.com>
1414 Reviewed by Alp Toker.
1416 Fix http://bugs.webkit.org/show_bug.cgi?id=17007.
1417 Bug 17007: [GTK] autogen.sh attempts to use "libtoolize" on the Mac
1419 libtoolize is installed as glibtoolize on Mac OS X to avoid naming conflicts
1420 with other system commands. Check for the presence of glibtoolize if libtoolize
1425 2008-01-23 Alp Toker <alp@atoker.com>
1427 Rubber-stamped by Mark Rowe.
1429 Remove whitespace after -I in automake include lists.
1433 2008-01-22 Christian Dywan <christian@imendio.com>
1435 Reviewed by Alp Toker.
1437 [GTK] API: WebKitWebSettings is not usable
1438 http://bugs.webkit.org/show_bug.cgi?id=16219
1440 Implement WebKitWebSettings.
1444 2008-01-22 Simon Hausmann <hausmann@webkit.org>
1448 Don't compile the ICO plugin when building against Qt >= 4.4
1453 2008-01-21 Jan Michael Alonzo <jmalonzo@unpluggable.com>
1455 Reviewed by Alp Toker.
1457 http://bugs.webkit.org/show_bug.cgi?id=16955
1458 Get errors when cross-compile webkit-gtk
1460 * GNUmakefile.am: added ICU_CPPFLAGS
1461 * configure.ac: added ICU_CPPFLAGS, removed ICU_CFLAGS
1463 2008-01-19 Jan Michael Alonzo <jmalonzo@unpluggable.com>
1465 Reviewed by Alp Toker.
1467 Add svg foreign object and svg experimental to the GTK+/autotools
1472 2008-01-15 Alp Toker <alp@atoker.com>
1474 Rubber-stamped by Anders.
1476 Make the HTTP backend configurable in the GTK+ port. curl is currently
1483 2008-01-15 Alp Toker <alp@atoker.com>
1485 GTK+/autotools build fix for GCC < 4. Use the -fvisibility compiler
1486 flags only when they're available.
1488 Additionally, use -fvisibility-inlines-hidden in both debug and
1489 release builds when available to match the Mac build.
1494 2008-01-12 Alp Toker <alp@atoker.com>
1496 Reviewed by Mark Rowe.
1498 Hide non-public symbols in GTK+/autotools release builds.
1502 2008-01-11 Alp Toker <alp@atoker.com>
1504 Reviewed by Oliver Hunt.
1506 Enable FastMalloc by default in GTK+/autotools and add a configure
1512 2008-01-11 Luca Bruno <lethalman88@gmail.com>
1514 Reviewed by Alp Toker.
1516 http://bugs.webkit.org/show_bug.cgi?id=16838
1517 [GTK] Bad autotools debug and video options
1519 Fix some configure options.
1523 2008-01-11 Mark Rowe <mrowe@apple.com>
1525 Attempt to fix the GTK+ and Qt builds.
1529 2008-01-10 Alp Toker <alp@atoker.com>
1531 SVG font build fix for GTK+/autotools.
1535 2008-01-05 Alp Toker <alp@atoker.com>
1537 Rubber-stamped by Mark Rowe.
1539 Fix configure script output with correct descriptions of the default
1540 configuration options.
1544 2008-01-05 Sylvain Pasche <sylvain.pasche@gmail.com>
1546 Reviewed by Alp Toker.
1548 http://bugs.webkit.org/show_bug.cgi?id=16736
1549 Allow autogen.sh invocation from a separate build directory.
1553 2008-01-04 Alp Toker <alp@atoker.com>
1555 Rubber-stamped by Mark Rowe.
1557 Remove AM_MAINTAINER_MODE, as recommended by the automake manual. The
1558 "rebuild rules" will now be enabled by default.
1560 This obviates the need to pass '--enable-maintainer-mode' to
1565 2008-01-02 Holger Hans Peter Freyther <zecke@selfish.org>
1567 Rubber stamped by Alp.
1569 Remove GDK_MULTIHEAD_SAFE and GTK_MULTIHEAD_SAFE because they break
1570 the build. At least people doing a debug build on Ubuntu Hardy will see
1571 the breakage. I was asked to leave the flags inside the files to ease future
1577 2008-01-01 Alp Toker <alp@atoker.com>
1579 GTK+ autotools build fix. Track changes in r29051, r29058 and pass the
1580 correct parameter to AM_INIT_AUTOMAKE.
1584 2007-12-30 Alp Toker <alp@atoker.com>
1586 Build fix for older autoconf versions.
1590 2007-12-29 Jan Michael Alonzo <jmalonzo@unpluggable.com>
1592 Reviewed by Alp Toker.
1594 Enable Database, XPath and XSLT features by default
1598 2007-12-29 Jan Michael Alonzo <jmalonzo@unpluggable.com>
1600 Reviewed by Alp Toker.
1602 http://bugs.webkit.org/show_bug.cgi?id=16669
1603 autotools update and fixes
1605 Various fixes to the autotools build
1608 - Remove ICU_FLAGS because it adds -g in the CFLAGS/CXXFLAGS
1609 - Fix clean rules (Rodney Dawes)
1610 - Added webcore specific variables, remove STDINT_H and
1611 PTHREAD_NP_H checks (already included in config.h)
1613 - Loosen automake and aclocal requirement
1615 - Workaround AC_PROG_CXX putting -g in CXXFLAGS. Only use -g
1616 when doing a debug build (Rodney Dawes)
1617 - Fix webkit target and remove traces of XBL
1619 2007-12-27 Jan Michael Alonzo <jmalonzo@unpluggable.com>
1621 Reviewed by Alp Toker.
1623 http://bugs.webkit.org/show_bug.cgi?id=16353
1624 [GTK] Check for deprecated API use (G_DISABLE_DEPRECATED etc.)
1626 Added the flags mentioned in the bug only when doing 'debug'
1627 builds. -DGST_DISABLE_DEPRECATED only added when video is enabled.
1632 2007-12-26 Jan Michael Alonzo <jmalonzo@unpluggable.com>
1634 Reviewed by Alp Toker.
1636 http://bugs.webkit.org/show_bug.cgi?id=16390
1637 Use autotools or GNU make as the build system for the GTK port
1639 * GNUmakefile.am: Added.
1640 * autogen.sh: Added.
1641 * configure.ac: Added.
1643 2007-12-20 Alp Toker <alp@atoker.com>
1645 Rubber-stamped by Maciej.
1647 http://bugs.webkit.org/show_bug.cgi?id=16542
1648 [GTK] Text is missing with old Pango version
1650 Back out commits r28880, r28876, r28865, r28864 which added Pango font
1651 selection support. These changes caused a regression where no text was
1652 displayed with older Pango versions.
1656 2007-12-19 Alp Toker <alp@atoker.com>
1658 Remove the cairo-ft pkg-config check. The GTK+ port doesn't use
1659 cairo-ft directly following changes in r28864.
1663 2007-12-12 Alp Toker <alp@atoker.com>
1665 Reviewed by Mark Rowe.
1667 http://bugs.webkit.org/show_bug.cgi?id=16302
1668 [GTK] Compiler flags for optimization
1670 Use the compiler flags -fno-exceptions -fno-rtti.
1672 This patch does not add all the flags discussed in the bug report,
1677 2007-12-04 Xan Lopez <xan@gnome.org>
1679 Reviewed by Alp Toker.
1681 http://bugs.webkit.org/show_bug.cgi?id=15561
1682 GTK port needs DumpRenderTree implementation
1684 Start work on the GTK+ DRT.
1688 2007-11-30 Alp Toker <alp@atoker.com>
1690 Reviewed by Adam Roben.
1692 http://bugs.webkit.org/show_bug.cgi?id=15691
1693 [GTK] Public API does not follow GTK+ conventions
1695 Refactor the WebKit/GTK+ public API. Changes:
1696 WebKitPage -> WebKitWebView
1697 WebKitFrame -> WebKitWebFrame
1699 Public API source and header names have been updated to mirror the API
1702 The API is now kept in WebKit/gtk/WebView to match other ports in the
1703 same class such as Mac and Win.
1707 2007-11-26 Rodney Dawes <dobey@wayofthemonkey.com>
1709 Reviewed by Mark Rowe.
1711 Set CONFIG option for the window system GTK+ is using
1715 2007-11-22 Alp Toker <alp@atoker.com>
1717 GTK+ build fix. Pass a correct LIBDIR value.
1721 2007-11-20 Mark Rowe <mrowe@apple.com>
1723 Reviewed by Alp Toker.
1725 * WebKit.pri: Add in -Wno-unused-parameter to silence warnings in WebCore.
1727 2007-11-20 Alp Toker <alp@atoker.com>
1729 Reviewed by Simon Hausmann.
1731 Clean up GTK+ port configuration.
1733 Use similar compiler warning flags to the Mac build.
1735 Add the qmake changes needed for DirectFB support.
1739 2007-11-07 Simon Hausmann <hausmann@kde.org>
1743 Add WebKit/qt/Api to the dependency path when building QtLauncher and DumpRenderTree.
1744 That means that changes to the public API of the Qt port also trigger a rebuild of the tools.
1748 2007-10-03 Lars Knoll <lars@trolltech.com>
1750 Signed off by olliej.
1752 move WebKitQt to WebKit/qt for consistency with the other ports.
1757 2007-10-03 Lars Knoll <lars@trolltech.com>
1761 Move the Qt version of DRT into the correct place and put the binary into BUILDDIR/bin.
1765 2007-09-29 Holger Hans Peter Freyther <zecke@selfish.org>
1769 -Fix http://bugs.webkit.org/show_bug.cgi?id=13226.
1770 Remove Bakefiles from svn.
1772 * Bakefiles/Bakefiles.bkgen: Removed.
1773 * Bakefiles/ChangeLog: Removed.
1774 * Bakefiles/Readme.txt: Removed.
1775 * Bakefiles/presets.bkl: Removed.
1776 * Bakefiles/update-file-lists.py: Removed.
1778 2007-09-20 Holger Hans Peter Freyther <zecke@selfish.org>
1780 Rubber stamped by Adam.
1782 Renamed files from *Gdk to *Gtk (see #14732) using the
1783 work of Juan A. Suarez Romero as a base.
1790 2007-07-29 Brian Mastenbrook <brian@mastenbrook.net>
1792 Build fix for WebKit/Gtk to compile on Fedora 7 as described in
1793 http://bugs.webkit.org/show_bug.cgi?id=14557
1795 * WebKit.pri: cairo-ft is used by the WebKit/Gtk port
1797 2007-07-27 Simon Hausmann <hausmann@kde.org>
1799 Done with and reviewed by Lars and Zack.
1801 Exclude DumpRenderTree from the Qt build on Windows for now.
1805 2007-07-27 Simon Hausmann <hausmann@kde.org>
1807 Done with and reviewed by Lars and Zack.
1809 Temporarily disable the ICO support for the Qt build on Windows.
1813 2007-07-26 Simon Hausmann <hausmann@kde.org>
1817 Use QMAKE_LIBDIR instead of QMAKE_LFLAGS to specify the library search path for QtWebKit, as the former is portable and correctly transformed to /LIBPATH: with msvc for example.
1821 2007-07-22 Holger Hans Peter Freyther <zecke@selfish.org>
1825 Add WebKit/gtk/Api and WebCoreSupport API to the INCLUDEPATH to allow GdkLauncher to be
1830 2007-07-18 Simon Hausmann <hausmann@kde.org>
1834 Don't call gcc directly when building the dftables tool but use a separate .pro file for the Qt build.
1838 2007-07-18 Timothy Hatcher <timothy@apple.com>
1840 Add a SCRIPTS_PATH variable so Makefiles of differnet nested directories can
1841 still use this one Makefile.shared as an include.
1845 2007-07-12 George Staikos <staikos@kde.org>
1847 Fix build in debug mode.
1851 2007-07-11 Holger Hans Peter Freyther <zecke@selfish.org>
1855 As of http://bugs.webkit.org/show_bug.cgi?id=14527 move the
1856 WebCore/ForwardingHeader/JavaScriptCore to JavaScriptCore
1858 * WebKit.pri: Adjust INCLUDEPATH
1860 2007-06-25 Adam Roben <aroben@apple.com>
1862 Really remove LayoutTestResults.
1864 * LayoutTestResults: Removed.
1866 2007-06-25 Adam Roben <aroben@apple.com>
1868 Fix Bug 14405: LayoutTestResults/qt should be in LayoutTests/qt
1869 http://bugs.webkit.org/show_bug.cgi?id=14405
1873 * LayoutTestResults: Removed.
1875 2007-06-25 Alp Toker <alp.toker@collabora.co.uk>
1879 http://bugs.webkit.org/show_bug.cgi?id=13975
1880 Use system-provided libjpeg and libpng
1882 * WebKit.pri: Link against external libjpeg and libpng.
1884 2007-06-20 Adam Roben <aroben@apple.com>
1886 Reviewed by Simon Hausmann.
1888 More Gdk build fixing.
1892 2007-06-15 Adam Treat <adam@staikos.net>
1894 Reviewed by George Staikos.
1896 Add ICO support to the Qt build.
1900 2007-06-13 George Staikos <staikos@kde.org>
1904 Compile without self-linking.
1908 2007-06-13 Simon Hausmann <hausmann@kde.org>
1912 * WebKit.pri: WebKitQt is now called QtWebKit.
1914 2007-05-31 Alp Toker <alp.toker@collabora.co.uk>
1916 Reviewed by Eric Seidel.
1918 http://bugs.webkit.org/show_bug.cgi?id=13941
1919 Rename WebCore/platform/network/gdk to WebCore/platform/network/curl
1923 2007-05-18 Holger Hans Peter Freyther <zecke@selfish.org>
1925 Reviewed by Mark Rowe.
1927 * WebKit.pro: Build testkjs for Gdk and Qt
1929 2007-05-11 Holger Freyther <freyther@kde.org>
1931 Reviewed by Mark Rowe.
1933 Move libcurl configuration into WebKit.pri so it will be used by GdkLauncher,
1934 and add ICU configuration to QMAKE_CXXFLAGS.
1938 2007-05-06 Erik Bunce <kde@bunce.us>
1940 Reviewed by Mark Rowe.
1943 Removed unnecessary dependency on MacPorts (/opt/local)
1945 2007-05-03 Holger Freyther <freyther@kde.org>
1947 Reviewed by Zack, landed by Simon.
1948 This is bugzilla bug 13499.
1950 * WebKit.pri: Place Qt into a scope, start sharing qmake with the Gdk
1952 * WebKit.pro: Place Qt into a scope, start sharing qmake with the Gdk
1955 2007-04-27 Holger Freyther <freyther@kde.org>
1959 Remove unmaintained CMake build system.
1961 * CMakeLists.txt: Removed.
1963 2007-01-30 Simon Hausmann <hausmann@kde.org>
1967 * WebKit.pri: libJavaScriptCore is gone with the Qt build
1970 2007-01-26 George Staikos <staikos@kde.org>
1972 Remove headers - not needed now.
1976 2007-01-23 George Staikos <staikos@kde.org>
1978 Put everything back since we can't build everything without it yet.
1982 2007-01-16 Lars Knoll <lars@trolltech.com>
1986 Remove everything but the new public API from
1991 2007-01-11 George Staikos <staikos@kde.org>
1997 2007-01-03 Lars Knoll <lars@trolltech.com>
2003 2006-12-17 Simon Hausmann <hausmann@kde.org>
2005 Reviewed by Rob Buis.
2007 * WebKit.pro: Build testkjs.
2009 2006-12-14 Timothy Hatcher <timothy@apple.com>
2013 * Makefile.shared: use $PIPESTATUS[0] and a sub-shell to exit with xcodebuild's exit status
2015 2006-12-13 Maciej Stachowiak <mjs@apple.com>
2017 Reviewed by Brady and Anders.
2019 * Makefile.shared: Stop spewing the environment all the time, at least for command-line builds.
2021 2006-12-10 Zack Rusin <zack@kde.org>
2023 Client classes have been moved to WebKitQt/WebCoreSupport so
2024 adjusting the pri file.
2028 2006-12-10 George Staikos <staikos@kde.org>
2032 Add WebKitBuild/Release back to the output dir for external build cases.
2036 2006-12-10 Zack Rusin <zack@kde.org>
2038 Fix the link directory location.
2042 2006-12-10 Lars Knoll <lars@trolltech.com>
2046 Include DumpRenderTree in the Qt build
2050 2006-12-09 George Staikos <staikos@kde.org>
2054 Correct the path to the libraries for QMake.
2058 2006-12-09 Lars Knoll <lars@trolltech.com>
2062 Make it possible to build WebKit with qmake.
2064 * WebKit.pri: Added.
2065 * WebKit.pro: Added.
2067 2006-11-19 Simon Hausmann <hausmann@kde.org>
2071 http://bugs.webkit.org/show_bug.cgi?id=11649
2073 * CMakeLists.txt: Fix Qt-only build without KDE cmake files
2075 2006-10-30 Timothy Hatcher <timothy@apple.com>
2079 Make the universal build return non-zero when module make fails.
2083 2006-10-30 Stephanie Lewis <slewis@apple.com>
2087 Change Makefiles to return non-zero when module make fails.
2091 2006-10-27 Brady Eidson <beidson@apple.com>
2093 Rubber stamped by Tim Hatcher
2095 Added "make universal" to build universal binaries
2100 2006-10-01 Nikolas Zimmermann <zimmermann@kde.org>
2102 Reviewed by eseidel.
2104 * CMakeLists.txt: add option to disable colored output when building on the buildbot