2008-05-01 Anders Carlsson <andersca@apple.com>
[webkit/qt.git] / ChangeLog
blobdd2d5beaefbb96d12ade38100a44a0aff44a50b9
1 2008-05-01  Marc Ordinas i Llopis  <marc.ordinasillopis@collabora.co.uk>
3         Reviewed by Alp Toker.
5         https://bugs.webkit.org/show_bug.cgi?id=14750
6         Added support for NPAPI plugins on Gtk and Qt-x11 ports.
8         * GNUmakefile.am: Added Xt library.
10 2008-04-29  David Kilzer  <ddkilzer@apple.com>
12         BUILD FIX for ENABLE(DASHBOARD_SUPPORT)
14         * configure.ac: Added conditional for ENABLE_DASHBOARD_SUPPORT.
16 2008-04-22  Alp Toker  <alp@nuanti.com>
18         GTK+ debug build fix for changes in r32257.
20         * GNUmakefile.am:
22 2008-04-18  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
24         Reviewed by Alp Toker.
26         http://bugs.webkit.org/show_bug.cgi?id=16620
27         [GTK] Autotools make dist and make check support
29         Cleanups.
31         * GNUmakefile.am:
33 2008-04-11  Mark Rowe  <mrowe@apple.com>
35         Rubber-stamped by Antti Koivisto.
37         * GNUmakefile.am: Disable a warning that GCC 4.3 triggers all over the show.
39 2008-04-17  Alp Toker  <alp@atoker.com>
41         GTK+ build fix. Back out the libjpeg check part of r32008 from bug
42         #17865 (reopened).
44         * configure.ac:
46 2008-04-17  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
48         Reviewed by Alp Toker.
50         http://bugs.webkit.org/show_bug.cgi?id=17865
51         [Gtk] Improve detection of jpeglib and glib tools
53         Improve detecting jpeglib and glib tools
55         * configure.ac: Throw an error if the dependencies above are
56         currently not installed
58 2008-04-14  Xan Lopez  <xan@gnome.org>
60         Reviewed by Alp Toker.
62         http://bugs.webkit.org/show_bug.cgi?id=17917
63         Bug 17917: Cookie support for HTTP soup backend
65         Bumped the libsoup required version to 2.23 for cookie support.
67         * configure.ac:
69 2008-04-11  Mark Rowe  <mrowe@apple.com>
71         Rubber-stamped by Anders Carlsson.
73         Fix https://bugs.webkit.org/show_bug.cgi?id=18430
74         Bug 18430: SIGSEGV on amd64 when built with gcc 4.3
76         GCC 4.3 generates bad code in some instances when working with our HashTables
77         as some of the HashTable code violates the strict aliasing requirements.  Since
78         GCC 4.2 this code has generated warnings when -fstrict-aliasing is enabled. Until
79         the code can be fixed to be safe with strict aliasing enabled, we will disable
80         strict aliasing.
82         * GNUmakefile.am:
84 2008-03-12  Michael Emmel  <mike.emmel@gmail.com>
86         Reviewed by Alp Toker.
88         http://bugs.webkit.org/show_bug.cgi?id=18397
89         Fix leaving spaces before parens in functions
91         * WebKitTools/Scripts/wkstyle:
93 2008-04-07  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
95         Build fix, rubber-stamped and landed by ap.
97         * configure.ac: Add autoconf flag for HTML5 client-side session and persistent storage support.
99 2008-03-21  Rodney Dawes  <dobey@wayofthemonkey.com>
101         Reviewed by Holger.
103         Remove the JSCore include path options from global_cppflags.
104         Place JSCore include path options in javascriptcore_cppflags.
105         Add javascriptcore_cppflags to libWebCore_la_CPPFLAGS.
107         * GNUmakefile.am:
109 2008-03-20  Jasper Bryant-Greene  <jasper@unix.geek.nz>
111         Reviewed by Anders.
113         Resolves http://bugs.webkit.org/show_bug.cgi?id=16092
114         "[GTK] Middle-mouse click should allow opening a URL in a new tab"
116         Added WebKitNavigationAction object to GTK API
118         * GNUmakefile.am:
120 2008-03-12  Xan Lopez  <xan@gnome.org>
122         Reviewed by Alp Toker.
124         http://bugs.webkit.org/show_bug.cgi?id=15229
126         Add optional font backend support with freetype and pango
127         backends. Default is freetype for now.
129         Original patch by Sven Herzberg <sven@imendio.com>
131         * configure.ac:
133 2008-03-11  Xan Lopez  <xan@gnome.org>
135         Reviewed by Alp Toker.
137         http://bugs.webkit.org/show_bug.cgi?id=16476
139         Add support for multiple http backends, and add soup backend (off by default).
140         
141         * GNUmakefile.am:
142         * configure.ac:
144 2008-03-07  Simon Hausmann  <hausmann@webkit.org>
146         Reviewed by Darin.
148         Done with Lars.
150         Added plugins subdirectory to the include path.
152         * WebKit.pri:
154 2008-03-09  Alp Toker  <alp@atoker.com>
156         GTK+ build fix for r30913.
158         Use UNICODE_CFLAGS for C++ sources as well as C sources.
160         * GNUmakefile.am:
162 2008-03-09  Jürg Billeter  <j@bitron.ch>
164         Reviewed by Alp Toker.
166         Conditionalise ICU for Unicode in the GTK+ port.
168         * GNUmakefile.am:
169         * configure.ac:
171 2008-03-03  Brent Fulgham  <bfulgham@gmail.com>
173         Reviewed by Alp Toker.
175         http://bugs.webkit.org/show_bug.cgi?id=17644
176         Build GTK on Mac OS X using native ICU library
178         Use Apple native ICU libraries when building GTK
179         webkit on Mac OS.
181         * configure.ac:
183 2008-03-02  Brent Fulgham  <bfulgham@gmail.com>
185         Reviewed by Alp Toker.
187         Add ICU_CPPFLAGS earlier in include path for WebCore
188         so that we find $(icu_cppflags)/unicode/utf8.h, rather than
189         the wtf/unicode/UTF8.h on case-insensitive file systems.
191         * GNUmakefile.am:
193 2008-03-02  Alp Toker  <alp@atoker.com>
195         Reviewed by Mark Rowe.
197         Split the WebKit GTK+ build out of the WebCore build and change the
198         shared object name to match the package name.
200         * GNUmakefile.am:
202 2008-02-28  Alp Toker  <alp@atoker.com>
204         Fix a configure script typo spotted by Kalle Vahlman.
206         * configure.ac:
208 2008-02-26  Timothy Hatcher  <timothy@apple.com>
210         Reviewed by Darin Adler.
212         Add "64" and "64u" make rules to allow easy building of 64-bit versions.
214         make 64: will build Intel-only 64-bit.
215         make 64u: will build 4-way universal for PPC and Intel.
217         * Makefile:
218         * Makefile.shared:
220 2008-02-23  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
222         Rubber stamped by Darin.
224         Add separator '\' after libJavaScriptCore_la_LIBADD and cleanup
225         whitespaces introduced in the previous commit.
227         * GNUmakefile.am: 
229 2008-02-23  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
231         Rubber-stamped by Darin.
233         * GNUmakefile.am: Add both GLOBALDEPS and WEBKITDEPS instead of DEPENDENCIES.
234         * configure.ac: Break dependent modules into GLOBALDEPS and WEBKITDEPS.
236 2008-02-21  Alp Toker  <alp@atoker.com>
238         Fix a configure script typo.
240         * configure.ac:
242 2008-02-21  Alp Toker  <alp@atoker.com>
244         GTK+/autotools SVG experimental build fix
246         Don't enable SVG filters in --enable-svg-experimental.
248         This feature isn't supported at all yet. Developers can enable it
249         explicitly by passing --enable-svg-filters if needed.
251         * configure.ac:
253 2008-02-21  Mike Auty  <mike.auty@gmail.com>
255         Reviewed by Alp Toker.
257         http://bugs.webkit.org/show_bug.cgi?id=17445
258         [GTK] WebKit doesn't compile with LDFLAGS="-Wl,--as-needed"
260         The GNUmakefile.am files make use of the LDFLAGS variable to include library
261         additions such as -ljpeg etc.  Unfortunately, if these inclusions aren't made
262         in LIBADD/LDADD variables, then they are mis-ordered during the linking.
264         The as-needed flag discards libraries whose functions have not been needed by
265         earlier libraries, which therefore makes the ordering important.
267         This moves all -l library inclusion statements from LDFLAGS variables to
268         LIBADD/LDADD variables.
270         * GNUmakefile.am:
272 2008-02-15  Alp Toker  <alp@atoker.com>
274         Reviewed by Holger.
276         GTK+ configure script cleanups
278         Categorize the configuration summary printout.
279         Bump GTK+ requirement to 2.8.
280         Rename 'webkit_target' to just 'target'.
281         Don't check for pthread on Win32.
283         * configure.ac:
285 2008-02-14  Adam Roben  <aroben@apple.com>
287         Turn on cross-document messaging support by default
289         Reviewed by Darin.
291         * configure.ac:
293 2008-02-14  Adam Roben  <aroben@apple.com>
295         Conditionalize cross-document messaging support
297         The cross-document messaging parts of HTML 5 are in flux and we want
298         ports to be able to turn off the support as needed.
300         Note that the support is turned off by default right now. A subsequent
301         commit will turn it on by default.
303         Reviewed by Darin.
305         * configure.ac:
307 2008-02-12  Rodney Dawes  <dobey@wayofthemonkey.com>
309         Reviewed by Alp Toker.
311         Add a --with-hildon argument to configure.ac for adding MAEMO_CHANGES
312         to the CPPFLAGS for WebCore and WebKit
313         Add a pkgconfig check for hildon-1 when --with-hildon specified
314         Output the use of Hildon support in the summary
315         Add HILDON_CPPFLAGS to webkitgtk_cppflags
316         Add HILDON_CFLAGS to libWebKitGtk_la_CFLAGS
317         Add HILDON_LIBS to libWebKitGtk_la_LDFLAGS
319         * configure.ac:
320         * GNUmakefile.am:
322 2008-02-08  Alp Toker  <alp@atoker.com>
324         Rubber-stamped by Maciej.
326         Bump autoconf CAIRO_REQUIRED_VERSION up to 1.4.
328         * configure.ac:
330 2008-02-06  Timothy Hatcher  <timothy@apple.com>
332         Rubber-stamped by Mark Rowe.
334         Dump of bugs.webkit.org's Bugzilla instance.
336         * BugsSite: Added.
337         * BugsSite/.htaccess: Added.
338         * BugsSite/Bugzilla: Added.
339         * BugsSite/Bugzilla.pm: Added.
340         * BugsSite/Bugzilla/.cvsignore: Added.
341         * BugsSite/Bugzilla/.htaccess: Added.
342         * BugsSite/Bugzilla/Attachment.pm: Added.
343         * BugsSite/Bugzilla/Auth: Added.
344         * BugsSite/Bugzilla/Auth.pm: Added.
345         * BugsSite/Bugzilla/Auth/Login: Added.
346         * BugsSite/Bugzilla/Auth/Login/WWW: Added.
347         * BugsSite/Bugzilla/Auth/Login/WWW.pm: Added.
348         * BugsSite/Bugzilla/Auth/Login/WWW/CGI: Added.
349         * BugsSite/Bugzilla/Auth/Login/WWW/CGI.pm: Added.
350         * BugsSite/Bugzilla/Auth/Login/WWW/CGI/Cookie.pm: Added.
351         * BugsSite/Bugzilla/Auth/Login/WWW/Env.pm: Added.
352         * BugsSite/Bugzilla/Auth/README: Added.
353         * BugsSite/Bugzilla/Auth/Verify: Added.
354         * BugsSite/Bugzilla/Auth/Verify/DB.pm: Added.
355         * BugsSite/Bugzilla/Auth/Verify/LDAP.pm: Added.
356         * BugsSite/Bugzilla/Bug.pm: Added.
357         * BugsSite/Bugzilla/BugMail.pm: Added.
358         * BugsSite/Bugzilla/CGI.pm: Added.
359         * BugsSite/Bugzilla/Chart.pm: Added.
360         * BugsSite/Bugzilla/Config.pm: Added.
361         * BugsSite/Bugzilla/Constants.pm: Added.
362         * BugsSite/Bugzilla/DB: Added.
363         * BugsSite/Bugzilla/DB.pm: Added.
364         * BugsSite/Bugzilla/DB/Mysql.pm: Added.
365         * BugsSite/Bugzilla/DB/Pg.pm: Added.
366         * BugsSite/Bugzilla/DB/Schema: Added.
367         * BugsSite/Bugzilla/DB/Schema.pm: Added.
368         * BugsSite/Bugzilla/DB/Schema/Mysql.pm: Added.
369         * BugsSite/Bugzilla/DB/Schema/Pg.pm: Added.
370         * BugsSite/Bugzilla/Error.pm: Added.
371         * BugsSite/Bugzilla/Flag.pm: Added.
372         * BugsSite/Bugzilla/FlagType.pm: Added.
373         * BugsSite/Bugzilla/Group.pm: Added.
374         * BugsSite/Bugzilla/Search.pm: Added.
375         * BugsSite/Bugzilla/Series.pm: Added.
376         * BugsSite/Bugzilla/Template: Added.
377         * BugsSite/Bugzilla/Template.pm: Added.
378         * BugsSite/Bugzilla/Template/Plugin: Added.
379         * BugsSite/Bugzilla/Template/Plugin/Bugzilla.pm: Added.
380         * BugsSite/Bugzilla/Template/Plugin/Hook.pm: Added.
381         * BugsSite/Bugzilla/Template/Plugin/User.pm: Added.
382         * BugsSite/Bugzilla/Token.pm: Added.
383         * BugsSite/Bugzilla/User: Added.
384         * BugsSite/Bugzilla/User.pm: Added.
385         * BugsSite/Bugzilla/User/Setting.pm: Added.
386         * BugsSite/Bugzilla/Util.pm: Added.
387         * BugsSite/CGI.pl: Added.
388         * BugsSite/PrettyPatch: Added.
389         * BugsSite/PrettyPatch/PrettyPatch.rb: Added.
390         * BugsSite/PrettyPatch/prettify.rb: Added.
391         * BugsSite/QUICKSTART: Added.
392         * BugsSite/README: Added.
393         * BugsSite/UPGRADING: Added.
394         * BugsSite/UPGRADING-pre-2.8: Added.
395         * BugsSite/ant.jpg: Added.
396         * BugsSite/attachment-aroben.cgi: Added.
397         * BugsSite/attachment.cgi: Added.
398         * BugsSite/buglist.cgi: Added.
399         * BugsSite/bugzilla.dtd: Added.
400         * BugsSite/chart.cgi: Added.
401         * BugsSite/checksetup.pl: Added.
402         * BugsSite/colchange.cgi: Added.
403         * BugsSite/collectstats.pl: Added.
404         * BugsSite/config.cgi: Added.
405         * BugsSite/contrib: Added.
406         * BugsSite/contrib/BugzillaEmail.pm: Added.
407         * BugsSite/contrib/README: Added.
408         * BugsSite/contrib/README.Mailif: Added.
409         * BugsSite/contrib/bug_email.pl: Added.
410         * BugsSite/contrib/bugmail_help.html: Added.
411         * BugsSite/contrib/bugzilla-submit: Added.
412         * BugsSite/contrib/bugzilla-submit/README: Added.
413         * BugsSite/contrib/bugzilla-submit/bugdata.txt: Added.
414         * BugsSite/contrib/bugzilla-submit/bugzilla-submit: Added.
415         * BugsSite/contrib/bugzilla-submit/bugzilla-submit.xml: Added.
416         * BugsSite/contrib/bugzilla.procmailrc: Added.
417         * BugsSite/contrib/bugzilla_email_append.pl: Added.
418         * BugsSite/contrib/bugzilla_ldapsync.rb: Added.
419         * BugsSite/contrib/bzdbcopy.pl: Added.
420         * BugsSite/contrib/cmdline: Added.
421         * BugsSite/contrib/cmdline/bugcount: Added.
422         * BugsSite/contrib/cmdline/bugids: Added.
423         * BugsSite/contrib/cmdline/buglist: Added.
424         * BugsSite/contrib/cmdline/bugs: Added.
425         * BugsSite/contrib/cmdline/bugslink: Added.
426         * BugsSite/contrib/cmdline/makequery: Added.
427         * BugsSite/contrib/cmdline/query.conf: Added.
428         * BugsSite/contrib/cvs-update.pl: Added.
429         * BugsSite/contrib/gnats2bz.pl: Added.
430         * BugsSite/contrib/gnatsparse: Added.
431         * BugsSite/contrib/gnatsparse/README: Added.
432         * BugsSite/contrib/gnatsparse/gnatsparse.py: Added.
433         * BugsSite/contrib/gnatsparse/magic.py: Added.
434         * BugsSite/contrib/gnatsparse/specialuu.py: Added.
435         * BugsSite/contrib/jb2bz.py: Added.
436         * BugsSite/contrib/mysqld-watcher.pl: Added.
437         * BugsSite/contrib/sendbugmail.pl: Added.
438         * BugsSite/contrib/sendunsentbugmail.pl: Added.
439         * BugsSite/contrib/syncLDAP.pl: Added.
440         * BugsSite/contrib/yp_nomail.sh: Added.
441         * BugsSite/createaccount.cgi: Added.
442         * BugsSite/data: Added.
443         * BugsSite/data/.htaccess: Added.
444         * BugsSite/data/attachments: Added.
445         * BugsSite/data/attachments/.htaccess: Added.
446         * BugsSite/data/duplicates: Added.
447         * BugsSite/data/mail: Added.
448         * BugsSite/data/mimedump-tmp: Added.
449         * BugsSite/data/mining: Added.
450         * BugsSite/data/nomail: Added.
451         * BugsSite/data/params: Added.
452         * BugsSite/data/template: Added.
453         * BugsSite/data/template/template: Added.
454         * BugsSite/data/template/template/en: Added.
455         * BugsSite/data/template/template/en/custom: Added.
456         * BugsSite/data/template/template/en/custom/account: Added.
457         * BugsSite/data/template/template/en/custom/account/auth: Added.
458         * BugsSite/data/template/template/en/custom/account/auth/ldap-error.html.tmpl: Added.
459         * BugsSite/data/template/template/en/custom/account/auth/login-small.html.tmpl: Added.
460         * BugsSite/data/template/template/en/custom/account/auth/login.html.tmpl: Added.
461         * BugsSite/data/template/template/en/custom/account/cancel-token.txt.tmpl: Added.
462         * BugsSite/data/template/template/en/custom/account/create.html.tmpl: Added.
463         * BugsSite/data/template/template/en/custom/account/created.html.tmpl: Added.
464         * BugsSite/data/template/template/en/custom/account/email: Added.
465         * BugsSite/data/template/template/en/custom/account/email/change-new.txt.tmpl: Added.
466         * BugsSite/data/template/template/en/custom/account/email/change-old.txt.tmpl: Added.
467         * BugsSite/data/template/template/en/custom/account/email/confirm.html.tmpl: Added.
468         * BugsSite/data/template/template/en/custom/account/exists.html.tmpl: Added.
469         * BugsSite/data/template/template/en/custom/account/password: Added.
470         * BugsSite/data/template/template/en/custom/account/password/forgotten-password.txt.tmpl: Added.
471         * BugsSite/data/template/template/en/custom/account/password/set-forgotten-password.html.tmpl: Added.
472         * BugsSite/data/template/template/en/custom/account/prefs: Added.
473         * BugsSite/data/template/template/en/custom/account/prefs/account.html.tmpl: Added.
474         * BugsSite/data/template/template/en/custom/account/prefs/email.html.tmpl: Added.
475         * BugsSite/data/template/template/en/custom/account/prefs/footer.html.tmpl: Added.
476         * BugsSite/data/template/template/en/custom/account/prefs/permissions.html.tmpl: Added.
477         * BugsSite/data/template/template/en/custom/account/prefs/prefs.html.tmpl: Added.
478         * BugsSite/data/template/template/en/custom/account/prefs/saved-searches.html.tmpl: Added.
479         * BugsSite/data/template/template/en/custom/account/prefs/settings.html.tmpl: Added.
480         * BugsSite/data/template/template/en/custom/admin: Added.
481         * BugsSite/data/template/template/en/custom/admin/classifications: Added.
482         * BugsSite/data/template/template/en/custom/admin/classifications/add.html.tmpl: Added.
483         * BugsSite/data/template/template/en/custom/admin/classifications/del.html.tmpl: Added.
484         * BugsSite/data/template/template/en/custom/admin/classifications/delete.html.tmpl: Added.
485         * BugsSite/data/template/template/en/custom/admin/classifications/edit.html.tmpl: Added.
486         * BugsSite/data/template/template/en/custom/admin/classifications/new.html.tmpl: Added.
487         * BugsSite/data/template/template/en/custom/admin/classifications/reclassify.html.tmpl: Added.
488         * BugsSite/data/template/template/en/custom/admin/classifications/select.html.tmpl: Added.
489         * BugsSite/data/template/template/en/custom/admin/classifications/update.html.tmpl: Added.
490         * BugsSite/data/template/template/en/custom/admin/components: Added.
491         * BugsSite/data/template/template/en/custom/admin/components/confirm-delete.html.tmpl: Added.
492         * BugsSite/data/template/template/en/custom/admin/components/create.html.tmpl: Added.
493         * BugsSite/data/template/template/en/custom/admin/components/created.html.tmpl: Added.
494         * BugsSite/data/template/template/en/custom/admin/components/deleted.html.tmpl: Added.
495         * BugsSite/data/template/template/en/custom/admin/components/edit.html.tmpl: Added.
496         * BugsSite/data/template/template/en/custom/admin/components/footer.html.tmpl: Added.
497         * BugsSite/data/template/template/en/custom/admin/components/list.html.tmpl: Added.
498         * BugsSite/data/template/template/en/custom/admin/components/select-product.html.tmpl: Added.
499         * BugsSite/data/template/template/en/custom/admin/components/updated.html.tmpl: Added.
500         * BugsSite/data/template/template/en/custom/admin/fieldvalues: Added.
501         * BugsSite/data/template/template/en/custom/admin/fieldvalues/confirm-delete.html.tmpl: Added.
502         * BugsSite/data/template/template/en/custom/admin/fieldvalues/create.html.tmpl: Added.
503         * BugsSite/data/template/template/en/custom/admin/fieldvalues/created.html.tmpl: Added.
504         * BugsSite/data/template/template/en/custom/admin/fieldvalues/deleted.html.tmpl: Added.
505         * BugsSite/data/template/template/en/custom/admin/fieldvalues/edit.html.tmpl: Added.
506         * BugsSite/data/template/template/en/custom/admin/fieldvalues/footer.html.tmpl: Added.
507         * BugsSite/data/template/template/en/custom/admin/fieldvalues/list.html.tmpl: Added.
508         * BugsSite/data/template/template/en/custom/admin/fieldvalues/select-field.html.tmpl: Added.
509         * BugsSite/data/template/template/en/custom/admin/fieldvalues/updated.html.tmpl: Added.
510         * BugsSite/data/template/template/en/custom/admin/flag-type: Added.
511         * BugsSite/data/template/template/en/custom/admin/flag-type/confirm-delete.html.tmpl: Added.
512         * BugsSite/data/template/template/en/custom/admin/flag-type/edit.html.tmpl: Added.
513         * BugsSite/data/template/template/en/custom/admin/flag-type/list.html.tmpl: Added.
514         * BugsSite/data/template/template/en/custom/admin/groups: Added.
515         * BugsSite/data/template/template/en/custom/admin/groups/change.html.tmpl: Added.
516         * BugsSite/data/template/template/en/custom/admin/groups/create.html.tmpl: Added.
517         * BugsSite/data/template/template/en/custom/admin/groups/created.html.tmpl: Added.
518         * BugsSite/data/template/template/en/custom/admin/groups/delete.html.tmpl: Added.
519         * BugsSite/data/template/template/en/custom/admin/groups/deleted.html.tmpl: Added.
520         * BugsSite/data/template/template/en/custom/admin/groups/edit.html.tmpl: Added.
521         * BugsSite/data/template/template/en/custom/admin/groups/list.html.tmpl: Added.
522         * BugsSite/data/template/template/en/custom/admin/groups/remove.html.tmpl: Added.
523         * BugsSite/data/template/template/en/custom/admin/keywords: Added.
524         * BugsSite/data/template/template/en/custom/admin/keywords/confirm-delete.html.tmpl: Added.
525         * BugsSite/data/template/template/en/custom/admin/keywords/create.html.tmpl: Added.
526         * BugsSite/data/template/template/en/custom/admin/keywords/created.html.tmpl: Added.
527         * BugsSite/data/template/template/en/custom/admin/keywords/edit.html.tmpl: Added.
528         * BugsSite/data/template/template/en/custom/admin/keywords/list.html.tmpl: Added.
529         * BugsSite/data/template/template/en/custom/admin/keywords/rebuild-cache.html.tmpl: Added.
530         * BugsSite/data/template/template/en/custom/admin/milestones: Added.
531         * BugsSite/data/template/template/en/custom/admin/milestones/confirm-delete.html.tmpl: Added.
532         * BugsSite/data/template/template/en/custom/admin/milestones/create.html.tmpl: Added.
533         * BugsSite/data/template/template/en/custom/admin/milestones/created.html.tmpl: Added.
534         * BugsSite/data/template/template/en/custom/admin/milestones/deleted.html.tmpl: Added.
535         * BugsSite/data/template/template/en/custom/admin/milestones/edit.html.tmpl: Added.
536         * BugsSite/data/template/template/en/custom/admin/milestones/footer.html.tmpl: Added.
537         * BugsSite/data/template/template/en/custom/admin/milestones/list.html.tmpl: Added.
538         * BugsSite/data/template/template/en/custom/admin/milestones/select-product.html.tmpl: Added.
539         * BugsSite/data/template/template/en/custom/admin/milestones/updated.html.tmpl: Added.
540         * BugsSite/data/template/template/en/custom/admin/products: Added.
541         * BugsSite/data/template/template/en/custom/admin/products/confirm-delete.html.tmpl: Added.
542         * BugsSite/data/template/template/en/custom/admin/products/deleted.html.tmpl: Added.
543         * BugsSite/data/template/template/en/custom/admin/products/footer.html.tmpl: Added.
544         * BugsSite/data/template/template/en/custom/admin/products/groupcontrol: Added.
545         * BugsSite/data/template/template/en/custom/admin/products/groupcontrol/confirm-edit.html.tmpl: Added.
546         * BugsSite/data/template/template/en/custom/admin/products/groupcontrol/edit.html.tmpl: Added.
547         * BugsSite/data/template/template/en/custom/admin/products/list-classifications.html.tmpl: Added.
548         * BugsSite/data/template/template/en/custom/admin/products/list.html.tmpl: Added.
549         * BugsSite/data/template/template/en/custom/admin/settings: Added.
550         * BugsSite/data/template/template/en/custom/admin/settings/edit.html.tmpl: Added.
551         * BugsSite/data/template/template/en/custom/admin/settings/updated.html.tmpl: Added.
552         * BugsSite/data/template/template/en/custom/admin/table.html.tmpl: Added.
553         * BugsSite/data/template/template/en/custom/admin/users: Added.
554         * BugsSite/data/template/template/en/custom/admin/users/confirm-delete.html.tmpl: Added.
555         * BugsSite/data/template/template/en/custom/admin/users/create.html.tmpl: Added.
556         * BugsSite/data/template/template/en/custom/admin/users/edit.html.tmpl: Added.
557         * BugsSite/data/template/template/en/custom/admin/users/list.html.tmpl: Added.
558         * BugsSite/data/template/template/en/custom/admin/users/listselectvars.html.tmpl: Added.
559         * BugsSite/data/template/template/en/custom/admin/users/search.html.tmpl: Added.
560         * BugsSite/data/template/template/en/custom/admin/users/userdata.html.tmpl: Added.
561         * BugsSite/data/template/template/en/custom/admin/versions: Added.
562         * BugsSite/data/template/template/en/custom/admin/versions/confirm-delete.html.tmpl: Added.
563         * BugsSite/data/template/template/en/custom/admin/versions/create.html.tmpl: Added.
564         * BugsSite/data/template/template/en/custom/admin/versions/created.html.tmpl: Added.
565         * BugsSite/data/template/template/en/custom/admin/versions/deleted.html.tmpl: Added.
566         * BugsSite/data/template/template/en/custom/admin/versions/edit.html.tmpl: Added.
567         * BugsSite/data/template/template/en/custom/admin/versions/footer.html.tmpl: Added.
568         * BugsSite/data/template/template/en/custom/admin/versions/list.html.tmpl: Added.
569         * BugsSite/data/template/template/en/custom/admin/versions/select-product.html.tmpl: Added.
570         * BugsSite/data/template/template/en/custom/admin/versions/updated.html.tmpl: Added.
571         * BugsSite/data/template/template/en/custom/attachment: Added.
572         * BugsSite/data/template/template/en/custom/attachment/choose.html.tmpl: Added.
573         * BugsSite/data/template/template/en/custom/attachment/content-types.html.tmpl: Added.
574         * BugsSite/data/template/template/en/custom/attachment/create.html.tmpl: Added.
575         * BugsSite/data/template/template/en/custom/attachment/created.html.tmpl: Added.
576         * BugsSite/data/template/template/en/custom/attachment/diff-file.html.tmpl: Added.
577         * BugsSite/data/template/template/en/custom/attachment/diff-footer.html.tmpl: Added.
578         * BugsSite/data/template/template/en/custom/attachment/diff-header.html.tmpl: Added.
579         * BugsSite/data/template/template/en/custom/attachment/edit.html.tmpl: Added.
580         * BugsSite/data/template/template/en/custom/attachment/list.html.tmpl: Added.
581         * BugsSite/data/template/template/en/custom/attachment/show-multiple.html.tmpl: Added.
582         * BugsSite/data/template/template/en/custom/attachment/updated.html.tmpl: Added.
583         * BugsSite/data/template/template/en/custom/bug: Added.
584         * BugsSite/data/template/template/en/custom/bug/activity: Added.
585         * BugsSite/data/template/template/en/custom/bug/activity/show.html.tmpl: Added.
586         * BugsSite/data/template/template/en/custom/bug/activity/table.html.tmpl: Added.
587         * BugsSite/data/template/template/en/custom/bug/choose.html.tmpl: Added.
588         * BugsSite/data/template/template/en/custom/bug/comments.html.tmpl: Added.
589         * BugsSite/data/template/template/en/custom/bug/create: Added.
590         * BugsSite/data/template/template/en/custom/bug/create/comment-guided.txt.tmpl: Added.
591         * BugsSite/data/template/template/en/custom/bug/create/comment.txt.tmpl: Added.
592         * BugsSite/data/template/template/en/custom/bug/create/create-guided.html.tmpl: Added.
593         * BugsSite/data/template/template/en/custom/bug/create/create.html.tmpl: Added.
594         * BugsSite/data/template/template/en/custom/bug/create/created.html.tmpl: Added.
595         * BugsSite/data/template/template/en/custom/bug/create/make-template.html.tmpl: Added.
596         * BugsSite/data/template/template/en/custom/bug/create/user-message.html.tmpl: Added.
597         * BugsSite/data/template/template/en/custom/bug/dependency-graph.html.tmpl: Added.
598         * BugsSite/data/template/template/en/custom/bug/dependency-tree.html.tmpl: Added.
599         * BugsSite/data/template/template/en/custom/bug/edit.html.tmpl: Added.
600         * BugsSite/data/template/template/en/custom/bug/knob.html.tmpl: Added.
601         * BugsSite/data/template/template/en/custom/bug/navigate.html.tmpl: Added.
602         * BugsSite/data/template/template/en/custom/bug/process: Added.
603         * BugsSite/data/template/template/en/custom/bug/process/bugmail.html.tmpl: Added.
604         * BugsSite/data/template/template/en/custom/bug/process/confirm-duplicate.html.tmpl: Added.
605         * BugsSite/data/template/template/en/custom/bug/process/header.html.tmpl: Added.
606         * BugsSite/data/template/template/en/custom/bug/process/midair.html.tmpl: Added.
607         * BugsSite/data/template/template/en/custom/bug/process/next.html.tmpl: Added.
608         * BugsSite/data/template/template/en/custom/bug/process/results.html.tmpl: Added.
609         * BugsSite/data/template/template/en/custom/bug/process/verify-new-product.html.tmpl: Added.
610         * BugsSite/data/template/template/en/custom/bug/show-multiple.html.tmpl: Added.
611         * BugsSite/data/template/template/en/custom/bug/show.html.tmpl: Added.
612         * BugsSite/data/template/template/en/custom/bug/show.xml.tmpl: Added.
613         * BugsSite/data/template/template/en/custom/bug/summarize-time.html.tmpl: Added.
614         * BugsSite/data/template/template/en/custom/bug/time.html.tmpl: Added.
615         * BugsSite/data/template/template/en/custom/bug/votes: Added.
616         * BugsSite/data/template/template/en/custom/bug/votes/delete-all.html.tmpl: Added.
617         * BugsSite/data/template/template/en/custom/bug/votes/list-for-bug.html.tmpl: Added.
618         * BugsSite/data/template/template/en/custom/bug/votes/list-for-user.html.tmpl: Added.
619         * BugsSite/data/template/template/en/custom/config.js.tmpl: Added.
620         * BugsSite/data/template/template/en/custom/config.rdf.tmpl: Added.
621         * BugsSite/data/template/template/en/custom/flag: Added.
622         * BugsSite/data/template/template/en/custom/flag/list.html.tmpl: Added.
623         * BugsSite/data/template/template/en/custom/global: Added.
624         * BugsSite/data/template/template/en/custom/global/banner.html.tmpl: Added.
625         * BugsSite/data/template/template/en/custom/global/choose-classification.html.tmpl: Added.
626         * BugsSite/data/template/template/en/custom/global/choose-product.html.tmpl: Added.
627         * BugsSite/data/template/template/en/custom/global/code-error.html.tmpl: Added.
628         * BugsSite/data/template/template/en/custom/global/confirm-user-match.html.tmpl: Added.
629         * BugsSite/data/template/template/en/custom/global/field-descs.none.tmpl: Added.
630         * BugsSite/data/template/template/en/custom/global/footer.html.tmpl: Added.
631         * BugsSite/data/template/template/en/custom/global/header.html.tmpl: Added.
632         * BugsSite/data/template/template/en/custom/global/help-header.html.tmpl: Added.
633         * BugsSite/data/template/template/en/custom/global/help.html.tmpl: Added.
634         * BugsSite/data/template/template/en/custom/global/hidden-fields.html.tmpl: Added.
635         * BugsSite/data/template/template/en/custom/global/initialize.none.tmpl: Added.
636         * BugsSite/data/template/template/en/custom/global/message.html.tmpl: Added.
637         * BugsSite/data/template/template/en/custom/global/messages.html.tmpl: Added.
638         * BugsSite/data/template/template/en/custom/global/select-menu.html.tmpl: Added.
639         * BugsSite/data/template/template/en/custom/global/setting-descs.none.tmpl: Added.
640         * BugsSite/data/template/template/en/custom/global/site-navigation.html.tmpl: Added.
641         * BugsSite/data/template/template/en/custom/global/useful-links.html.tmpl: Added.
642         * BugsSite/data/template/template/en/custom/global/user-error.html.tmpl: Added.
643         * BugsSite/data/template/template/en/custom/global/userselect.html.tmpl: Added.
644         * BugsSite/data/template/template/en/custom/global/variables.none.tmpl: Added.
645         * BugsSite/data/template/template/en/custom/index.html.tmpl: Added.
646         * BugsSite/data/template/template/en/custom/list: Added.
647         * BugsSite/data/template/template/en/custom/list/change-columns.html.tmpl: Added.
648         * BugsSite/data/template/template/en/custom/list/edit-multiple.html.tmpl: Added.
649         * BugsSite/data/template/template/en/custom/list/list-simple.html.tmpl: Added.
650         * BugsSite/data/template/template/en/custom/list/list.csv.tmpl: Added.
651         * BugsSite/data/template/template/en/custom/list/list.html.tmpl: Added.
652         * BugsSite/data/template/template/en/custom/list/list.ics.tmpl: Added.
653         * BugsSite/data/template/template/en/custom/list/list.js.tmpl: Added.
654         * BugsSite/data/template/template/en/custom/list/list.rdf.tmpl: Added.
655         * BugsSite/data/template/template/en/custom/list/list.rss.tmpl: Added.
656         * BugsSite/data/template/template/en/custom/list/quips.html.tmpl: Added.
657         * BugsSite/data/template/template/en/custom/list/server-push.html.tmpl: Added.
658         * BugsSite/data/template/template/en/custom/list/table.html.tmpl: Added.
659         * BugsSite/data/template/template/en/custom/pages: Added.
660         * BugsSite/data/template/template/en/custom/pages/bug-writing.html.tmpl: Added.
661         * BugsSite/data/template/template/en/custom/pages/fields.html.tmpl: Added.
662         * BugsSite/data/template/template/en/custom/pages/linked.html.tmpl: Added.
663         * BugsSite/data/template/template/en/custom/pages/linkify.html.tmpl: Added.
664         * BugsSite/data/template/template/en/custom/pages/voting.html.tmpl: Added.
665         * BugsSite/data/template/template/en/custom/reports: Added.
666         * BugsSite/data/template/template/en/custom/reports/chart.csv.tmpl: Added.
667         * BugsSite/data/template/template/en/custom/reports/chart.html.tmpl: Added.
668         * BugsSite/data/template/template/en/custom/reports/chart.png.tmpl: Added.
669         * BugsSite/data/template/template/en/custom/reports/components.html.tmpl: Added.
670         * BugsSite/data/template/template/en/custom/reports/create-chart.html.tmpl: Added.
671         * BugsSite/data/template/template/en/custom/reports/duplicates-simple.html.tmpl: Added.
672         * BugsSite/data/template/template/en/custom/reports/duplicates-table.html.tmpl: Added.
673         * BugsSite/data/template/template/en/custom/reports/duplicates.html.tmpl: Added.
674         * BugsSite/data/template/template/en/custom/reports/duplicates.rdf.tmpl: Added.
675         * BugsSite/data/template/template/en/custom/reports/edit-series.html.tmpl: Added.
676         * BugsSite/data/template/template/en/custom/reports/keywords.html.tmpl: Added.
677         * BugsSite/data/template/template/en/custom/reports/menu.html.tmpl: Added.
678         * BugsSite/data/template/template/en/custom/reports/report-bar.png.tmpl: Added.
679         * BugsSite/data/template/template/en/custom/reports/report-line.png.tmpl: Added.
680         * BugsSite/data/template/template/en/custom/reports/report-pie.png.tmpl: Added.
681         * BugsSite/data/template/template/en/custom/reports/report-simple.html.tmpl: Added.
682         * BugsSite/data/template/template/en/custom/reports/report-table.csv.tmpl: Added.
683         * BugsSite/data/template/template/en/custom/reports/report-table.html.tmpl: Added.
684         * BugsSite/data/template/template/en/custom/reports/report.csv.tmpl: Added.
685         * BugsSite/data/template/template/en/custom/reports/report.html.tmpl: Added.
686         * BugsSite/data/template/template/en/custom/reports/series-common.html.tmpl: Added.
687         * BugsSite/data/template/template/en/custom/reports/series.html.tmpl: Added.
688         * BugsSite/data/template/template/en/custom/request: Added.
689         * BugsSite/data/template/template/en/custom/request/email.txt.tmpl: Added.
690         * BugsSite/data/template/template/en/custom/request/queue.html.tmpl: Added.
691         * BugsSite/data/template/template/en/custom/search: Added.
692         * BugsSite/data/template/template/en/custom/search/boolean-charts.html.tmpl: Added.
693         * BugsSite/data/template/template/en/custom/search/form.html.tmpl: Added.
694         * BugsSite/data/template/template/en/custom/search/knob.html.tmpl: Added.
695         * BugsSite/data/template/template/en/custom/search/search-advanced.html.tmpl: Added.
696         * BugsSite/data/template/template/en/custom/search/search-create-series.html.tmpl: Added.
697         * BugsSite/data/template/template/en/custom/search/search-help.html.tmpl: Added.
698         * BugsSite/data/template/template/en/custom/search/search-report-graph.html.tmpl: Added.
699         * BugsSite/data/template/template/en/custom/search/search-report-select.html.tmpl: Added.
700         * BugsSite/data/template/template/en/custom/search/search-report-table.html.tmpl: Added.
701         * BugsSite/data/template/template/en/custom/search/search-specific.html.tmpl: Added.
702         * BugsSite/data/template/template/en/custom/search/tabs.html.tmpl: Added.
703         * BugsSite/data/template/template/en/custom/sidebar.xul.tmpl: Added.
704         * BugsSite/data/template/template/en/custom/whine: Added.
705         * BugsSite/data/template/template/en/custom/whine/mail.html.tmpl: Added.
706         * BugsSite/data/template/template/en/custom/whine/mail.txt.tmpl: Added.
707         * BugsSite/data/template/template/en/custom/whine/multipart-mime.txt.tmpl: Added.
708         * BugsSite/data/template/template/en/custom/whine/schedule.html.tmpl: Added.
709         * BugsSite/data/template/template/en/default: Added.
710         * BugsSite/data/template/template/en/default/attachment: Added.
711         * BugsSite/data/template/template/en/default/attachment/edit-aroben.html.tmpl: Added.
712         * BugsSite/data/template/template/en/default/list: Added.
713         * BugsSite/data/template/template/en/default/list/list.atom.tmpl: Added.
714         * BugsSite/data/versioncache: Added.
715         * BugsSite/data/versioncache.13P9L: Added.
716         * BugsSite/data/versioncache.1lH1E: Added.
717         * BugsSite/data/versioncache.3AnHd: Added.
718         * BugsSite/data/versioncache.3Jmjt: Added.
719         * BugsSite/data/versioncache.3JzIL: Added.
720         * BugsSite/data/versioncache.77b4y: Added.
721         * BugsSite/data/versioncache.7VzyU: Added.
722         * BugsSite/data/versioncache.EQdAm: Added.
723         * BugsSite/data/versioncache.EouAG: Added.
724         * BugsSite/data/versioncache.LJ5n1: Added.
725         * BugsSite/data/versioncache.Lb0fW: Added.
726         * BugsSite/data/versioncache.PyAd8: Added.
727         * BugsSite/data/versioncache.SFyse: Added.
728         * BugsSite/data/versioncache.SkTTg: Added.
729         * BugsSite/data/versioncache.VVO7E: Added.
730         * BugsSite/data/versioncache.XbxgU: Added.
731         * BugsSite/data/versioncache.Yezqr: Added.
732         * BugsSite/data/versioncache.dtzIv: Added.
733         * BugsSite/data/versioncache.jzpeh: Added.
734         * BugsSite/data/versioncache.pbn6U: Added.
735         * BugsSite/data/versioncache.qyixS: Added.
736         * BugsSite/data/versioncache.sBMdb: Added.
737         * BugsSite/data/versioncache.xNi34: Added.
738         * BugsSite/data/webdot: Added.
739         * BugsSite/data/webdot/.htaccess: Added.
740         * BugsSite/data/webdot/0ZLH3QpFd8.dot: Added.
741         * BugsSite/data/webdot/3s6e7eC2Dy.dot: Added.
742         * BugsSite/data/webdot/6MW0q54cyY.dot: Added.
743         * BugsSite/data/webdot/A2RlhPdO2Q.dot: Added.
744         * BugsSite/data/webdot/DuBX4I4946.dot: Added.
745         * BugsSite/data/webdot/GudTgvrKBX.dot: Added.
746         * BugsSite/data/webdot/I1mCbLtAzQ.dot: Added.
747         * BugsSite/data/webdot/JtKgvWGVb4.dot: Added.
748         * BugsSite/data/webdot/RFk4bjAwYc.dot: Added.
749         * BugsSite/data/webdot/YQ1pWFVfqt.dot: Added.
750         * BugsSite/data/webdot/YcFUepShZI.dot: Added.
751         * BugsSite/data/webdot/a9i00KgTQk.dot: Added.
752         * BugsSite/data/webdot/c412GYaHch.dot: Added.
753         * BugsSite/data/webdot/hjYnYr3tV1.dot: Added.
754         * BugsSite/data/webdot/pq3Qw7wynI.dot: Added.
755         * BugsSite/data/webdot/tL7GjA7bqH.dot: Added.
756         * BugsSite/defparams.pl: Added.
757         * BugsSite/describecomponents.cgi: Added.
758         * BugsSite/describekeywords.cgi: Added.
759         * BugsSite/describekeywords.cgi.bak: Added.
760         * BugsSite/docs: Added.
761         * BugsSite/docs/.cvsignore: Added.
762         * BugsSite/docs/README.docs: Added.
763         * BugsSite/docs/html: Added.
764         * BugsSite/docs/html/Bugzilla-Guide.html: Added.
765         * BugsSite/docs/html/about.html: Added.
766         * BugsSite/docs/html/administration.html: Added.
767         * BugsSite/docs/html/bug_page.html: Added.
768         * BugsSite/docs/html/bugreports.html: Added.
769         * BugsSite/docs/html/cmdline-bugmail.html: Added.
770         * BugsSite/docs/html/cmdline.html: Added.
771         * BugsSite/docs/html/components.html: Added.
772         * BugsSite/docs/html/configuration.html: Added.
773         * BugsSite/docs/html/conventions.html: Added.
774         * BugsSite/docs/html/copyright.html: Added.
775         * BugsSite/docs/html/credits.html: Added.
776         * BugsSite/docs/html/cust-change-permissions.html: Added.
777         * BugsSite/docs/html/cust-hooks.html: Added.
778         * BugsSite/docs/html/cust-templates.html: Added.
779         * BugsSite/docs/html/customization.html: Added.
780         * BugsSite/docs/html/dbdoc.html: Added.
781         * BugsSite/docs/html/dbmodify.html: Added.
782         * BugsSite/docs/html/disclaimer.html: Added.
783         * BugsSite/docs/html/extraconfig.html: Added.
784         * BugsSite/docs/html/faq.html: Added.
785         * BugsSite/docs/html/flags-overview.html: Added.
786         * BugsSite/docs/html/flags.html: Added.
787         * BugsSite/docs/html/general-advice.html: Added.
788         * BugsSite/docs/html/gfdl-0.html: Added.
789         * BugsSite/docs/html/gfdl-1.html: Added.
790         * BugsSite/docs/html/gfdl-10.html: Added.
791         * BugsSite/docs/html/gfdl-2.html: Added.
792         * BugsSite/docs/html/gfdl-3.html: Added.
793         * BugsSite/docs/html/gfdl-4.html: Added.
794         * BugsSite/docs/html/gfdl-5.html: Added.
795         * BugsSite/docs/html/gfdl-6.html: Added.
796         * BugsSite/docs/html/gfdl-7.html: Added.
797         * BugsSite/docs/html/gfdl-8.html: Added.
798         * BugsSite/docs/html/gfdl-9.html: Added.
799         * BugsSite/docs/html/gfdl-howto.html: Added.
800         * BugsSite/docs/html/gfdl.html: Added.
801         * BugsSite/docs/html/glossary.html: Added.
802         * BugsSite/docs/html/groups.html: Added.
803         * BugsSite/docs/html/hintsandtips.html: Added.
804         * BugsSite/docs/html/index.html: Added.
805         * BugsSite/docs/html/install-perlmodules-manual.html: Added.
806         * BugsSite/docs/html/installation.html: Added.
807         * BugsSite/docs/html/installing-bugzilla.html: Added.
808         * BugsSite/docs/html/integration.html: Added.
809         * BugsSite/docs/html/lifecycle.html: Added.
810         * BugsSite/docs/html/list.html: Added.
811         * BugsSite/docs/html/milestones.html: Added.
812         * BugsSite/docs/html/modules-manual-download.html: Added.
813         * BugsSite/docs/html/modules-manual-instructions.html: Added.
814         * BugsSite/docs/html/modules-manual-optional.html: Added.
815         * BugsSite/docs/html/myaccount.html: Added.
816         * BugsSite/docs/html/newversions.html: Added.
817         * BugsSite/docs/html/nonroot.html: Added.
818         * BugsSite/docs/html/os-specific.html: Added.
819         * BugsSite/docs/html/parameters.html: Added.
820         * BugsSite/docs/html/paranoid-security.html: Added.
821         * BugsSite/docs/html/patches.html: Added.
822         * BugsSite/docs/html/patchviewer.html: Added.
823         * BugsSite/docs/html/products.html: Added.
824         * BugsSite/docs/html/query.html: Added.
825         * BugsSite/docs/html/quips.html: Added.
826         * BugsSite/docs/html/reporting.html: Added.
827         * BugsSite/docs/html/security-bugzilla.html: Added.
828         * BugsSite/docs/html/security-mysql.html: Added.
829         * BugsSite/docs/html/security-os.html: Added.
830         * BugsSite/docs/html/security-webserver.html: Added.
831         * BugsSite/docs/html/security.html: Added.
832         * BugsSite/docs/html/trbl-bundlebugzilla.html: Added.
833         * BugsSite/docs/html/trbl-dbdsponge.html: Added.
834         * BugsSite/docs/html/trbl-index.html: Added.
835         * BugsSite/docs/html/trbl-passwd-encryption.html: Added.
836         * BugsSite/docs/html/trbl-perlmodule.html: Added.
837         * BugsSite/docs/html/trbl-relogin-everyone.html: Added.
838         * BugsSite/docs/html/trbl-testserver.html: Added.
839         * BugsSite/docs/html/trouble-filetemp.html: Added.
840         * BugsSite/docs/html/troubleshooting.html: Added.
841         * BugsSite/docs/html/upgrading.html: Added.
842         * BugsSite/docs/html/useradmin.html: Added.
843         * BugsSite/docs/html/userpreferences.html: Added.
844         * BugsSite/docs/html/using-intro.html: Added.
845         * BugsSite/docs/html/using.html: Added.
846         * BugsSite/docs/html/versions.html: Added.
847         * BugsSite/docs/html/voting.html: Added.
848         * BugsSite/docs/html/whining.html: Added.
849         * BugsSite/docs/html/x3190.html: Added.
850         * BugsSite/docs/images: Added.
851         * BugsSite/docs/images/bzLifecycle.png: Added.
852         * BugsSite/docs/images/bzLifecycle.xml: Added.
853         * BugsSite/docs/images/callouts: Added.
854         * BugsSite/docs/images/callouts/1.gif: Added.
855         * BugsSite/docs/images/callouts/2.gif: Added.
856         * BugsSite/docs/images/callouts/3.gif: Added.
857         * BugsSite/docs/images/caution.gif: Added.
858         * BugsSite/docs/images/note.gif: Added.
859         * BugsSite/docs/images/tip.gif: Added.
860         * BugsSite/docs/images/warning.gif: Added.
861         * BugsSite/docs/makedocs.pl: Added.
862         * BugsSite/docs/pdf: Added.
863         * BugsSite/docs/pdf/Bugzilla-Guide.pdf: Added.
864         * BugsSite/docs/rel_notes.txt: Added.
865         * BugsSite/docs/txt: Added.
866         * BugsSite/docs/txt/Bugzilla-Guide.txt: Added.
867         * BugsSite/docs/xml: Added.
868         * BugsSite/docs/xml/Bugzilla-Guide.xml: Added.
869         * BugsSite/docs/xml/about.xml: Added.
870         * BugsSite/docs/xml/administration.xml: Added.
871         * BugsSite/docs/xml/conventions.xml: Added.
872         * BugsSite/docs/xml/customization.xml: Added.
873         * BugsSite/docs/xml/dbschema.mysql: Added.
874         * BugsSite/docs/xml/faq.xml: Added.
875         * BugsSite/docs/xml/filetemp.patch: Added.
876         * BugsSite/docs/xml/gfdl.xml: Added.
877         * BugsSite/docs/xml/glossary.xml: Added.
878         * BugsSite/docs/xml/index.xml: Added.
879         * BugsSite/docs/xml/installation.xml: Added.
880         * BugsSite/docs/xml/integration.xml: Added.
881         * BugsSite/docs/xml/introduction.xml: Added.
882         * BugsSite/docs/xml/modules.xml: Added.
883         * BugsSite/docs/xml/patches.xml: Added.
884         * BugsSite/docs/xml/requiredsoftware.xml: Added.
885         * BugsSite/docs/xml/security.xml: Added.
886         * BugsSite/docs/xml/troubleshooting.xml: Added.
887         * BugsSite/docs/xml/using.xml: Added.
888         * BugsSite/doeditparams.cgi: Added.
889         * BugsSite/duplicates.cgi: Added.
890         * BugsSite/duplicates.xul: Added.
891         * BugsSite/editclassifications.cgi: Added.
892         * BugsSite/editcomponents.cgi: Added.
893         * BugsSite/editflagtypes.cgi: Added.
894         * BugsSite/editgroups.cgi: Added.
895         * BugsSite/editkeywords.cgi: Added.
896         * BugsSite/editmilestones.cgi: Added.
897         * BugsSite/editparams.cgi: Added.
898         * BugsSite/editproducts.cgi: Added.
899         * BugsSite/editsettings.cgi: Added.
900         * BugsSite/editusers.cgi: Added.
901         * BugsSite/editvalues.cgi: Added.
902         * BugsSite/editversions.cgi: Added.
903         * BugsSite/editwhines.cgi: Added.
904         * BugsSite/enter_bug.cgi: Added.
905         * BugsSite/favicon.ico: Added.
906         * BugsSite/globals.pl: Added.
907         * BugsSite/graphs: Added.
908         * BugsSite/images: Added.
909         * BugsSite/images/padlock.png: Added.
910         * BugsSite/importxml.pl: Added.
911         * BugsSite/index.cgi: Added.
912         * BugsSite/js: Added.
913         * BugsSite/js/duplicates.js: Added.
914         * BugsSite/js/productform.js: Added.
915         * BugsSite/localconfig.js: Added.
916         * BugsSite/long_list.cgi: Added.
917         * BugsSite/move.pl: Added.
918         * BugsSite/page.cgi: Added.
919         * BugsSite/post_bug.cgi: Added.
920         * BugsSite/process_bug.cgi: Added.
921         * BugsSite/productmenu.js: Added.
922         * BugsSite/query.cgi: Added.
923         * BugsSite/quicksearch.html: Added.
924         * BugsSite/quicksearch.js: Added.
925         * BugsSite/quicksearchhack.html: Added.
926         * BugsSite/quips.cgi: Added.
927         * BugsSite/relogin.cgi: Added.
928         * BugsSite/report.cgi: Added.
929         * BugsSite/reports.cgi: Added.
930         * BugsSite/request.cgi: Added.
931         * BugsSite/robots.txt: Added.
932         * BugsSite/runtests.pl: Added.
933         * BugsSite/sanitycheck.cgi: Added.
934         * BugsSite/show_activity.cgi: Added.
935         * BugsSite/show_bug.cgi: Added.
936         * BugsSite/showattachment.cgi: Added.
937         * BugsSite/showdependencygraph.cgi: Added.
938         * BugsSite/showdependencytree.cgi: Added.
939         * BugsSite/sidebar.cgi: Added.
940         * BugsSite/skins: Added.
941         * BugsSite/skins/.cvsignore: Added.
942         * BugsSite/skins/custom: Added.
943         * BugsSite/skins/custom/admin.css: Added.
944         * BugsSite/skins/custom/buglist.css: Added.
945         * BugsSite/skins/custom/duplicates.css: Added.
946         * BugsSite/skins/custom/editusers.css: Added.
947         * BugsSite/skins/custom/global.css: Added.
948         * BugsSite/skins/custom/index.css: Added.
949         * BugsSite/skins/custom/opendarwin.gif: Added.
950         * BugsSite/skins/custom/panel.css: Added.
951         * BugsSite/skins/custom/show_multiple.css: Added.
952         * BugsSite/skins/custom/summarize-time.css: Added.
953         * BugsSite/skins/custom/voting.css: Added.
954         * BugsSite/skins/standard: Added.
955         * BugsSite/skins/standard/admin.css: Added.
956         * BugsSite/skins/standard/buglist.css: Added.
957         * BugsSite/skins/standard/duplicates.css: Added.
958         * BugsSite/skins/standard/editusers.css: Added.
959         * BugsSite/skins/standard/global: Added.
960         * BugsSite/skins/standard/global.css: Added.
961         * BugsSite/skins/standard/global/body-back.gif: Added.
962         * BugsSite/skins/standard/global/header.png: Added.
963         * BugsSite/skins/standard/index: Added.
964         * BugsSite/skins/standard/index.css: Added.
965         * BugsSite/skins/standard/index/front.jpg: Added.
966         * BugsSite/skins/standard/index/front.png: Added.
967         * BugsSite/skins/standard/panel.css: Added.
968         * BugsSite/skins/standard/show_multiple.css: Added.
969         * BugsSite/skins/standard/summarize-time.css: Added.
970         * BugsSite/skins/standard/voting.css: Added.
971         * BugsSite/summarize_time.cgi: Added.
972         * BugsSite/t: Added.
973         * BugsSite/t/001compile.t: Added.
974         * BugsSite/t/002goodperl.t: Added.
975         * BugsSite/t/003safesys.t: Added.
976         * BugsSite/t/004template.t: Added.
977         * BugsSite/t/005no_tabs.t: Added.
978         * BugsSite/t/006spellcheck.t: Added.
979         * BugsSite/t/007util.t: Added.
980         * BugsSite/t/008filter.t: Added.
981         * BugsSite/t/009bugwords.t: Added.
982         * BugsSite/t/011pod.t: Added.
983         * BugsSite/t/Support: Added.
984         * BugsSite/t/Support/Files.pm: Added.
985         * BugsSite/t/Support/Systemexec.pm: Added.
986         * BugsSite/t/Support/Templates.pm: Added.
987         * BugsSite/t/testchart.gif: Added.
988         * BugsSite/t/testchart.png: Added.
989         * BugsSite/t/testgd.png: Added.
990         * BugsSite/template: Added.
991         * BugsSite/template/.cvsignore: Added.
992         * BugsSite/template/.htaccess: Added.
993         * BugsSite/template/en: Added.
994         * BugsSite/template/en/.cvsignore: Added.
995         * BugsSite/template/en/custom: Added.
996         * BugsSite/template/en/custom/account: Added.
997         * BugsSite/template/en/custom/account/auth: Added.
998         * BugsSite/template/en/custom/account/auth/ldap-error.html.tmpl: Added.
999         * BugsSite/template/en/custom/account/auth/login-small.html.tmpl: Added.
1000         * BugsSite/template/en/custom/account/auth/login.html.tmpl: Added.
1001         * BugsSite/template/en/custom/account/cancel-token.txt.tmpl: Added.
1002         * BugsSite/template/en/custom/account/create.html.tmpl: Added.
1003         * BugsSite/template/en/custom/account/created.html.tmpl: Added.
1004         * BugsSite/template/en/custom/account/email: Added.
1005         * BugsSite/template/en/custom/account/email/change-new.txt.tmpl: Added.
1006         * BugsSite/template/en/custom/account/email/change-old.txt.tmpl: Added.
1007         * BugsSite/template/en/custom/account/email/confirm.html.tmpl: Added.
1008         * BugsSite/template/en/custom/account/exists.html.tmpl: Added.
1009         * BugsSite/template/en/custom/account/password: Added.
1010         * BugsSite/template/en/custom/account/password/forgotten-password.txt.tmpl: Added.
1011         * BugsSite/template/en/custom/account/password/set-forgotten-password.html.tmpl: Added.
1012         * BugsSite/template/en/custom/account/prefs: Added.
1013         * BugsSite/template/en/custom/account/prefs/account.html.tmpl: Added.
1014         * BugsSite/template/en/custom/account/prefs/email.html.tmpl: Added.
1015         * BugsSite/template/en/custom/account/prefs/footer.html.tmpl: Added.
1016         * BugsSite/template/en/custom/account/prefs/permissions.html.tmpl: Added.
1017         * BugsSite/template/en/custom/account/prefs/prefs.html.tmpl: Added.
1018         * BugsSite/template/en/custom/account/prefs/saved-searches.html.tmpl: Added.
1019         * BugsSite/template/en/custom/account/prefs/settings.html.tmpl: Added.
1020         * BugsSite/template/en/custom/admin: Added.
1021         * BugsSite/template/en/custom/admin/classifications: Added.
1022         * BugsSite/template/en/custom/admin/classifications/add.html.tmpl: Added.
1023         * BugsSite/template/en/custom/admin/classifications/del.html.tmpl: Added.
1024         * BugsSite/template/en/custom/admin/classifications/delete.html.tmpl: Added.
1025         * BugsSite/template/en/custom/admin/classifications/edit.html.tmpl: Added.
1026         * BugsSite/template/en/custom/admin/classifications/new.html.tmpl: Added.
1027         * BugsSite/template/en/custom/admin/classifications/reclassify.html.tmpl: Added.
1028         * BugsSite/template/en/custom/admin/classifications/select.html.tmpl: Added.
1029         * BugsSite/template/en/custom/admin/classifications/update.html.tmpl: Added.
1030         * BugsSite/template/en/custom/admin/components: Added.
1031         * BugsSite/template/en/custom/admin/components/confirm-delete.html.tmpl: Added.
1032         * BugsSite/template/en/custom/admin/components/create.html.tmpl: Added.
1033         * BugsSite/template/en/custom/admin/components/created.html.tmpl: Added.
1034         * BugsSite/template/en/custom/admin/components/deleted.html.tmpl: Added.
1035         * BugsSite/template/en/custom/admin/components/edit.html.tmpl: Added.
1036         * BugsSite/template/en/custom/admin/components/footer.html.tmpl: Added.
1037         * BugsSite/template/en/custom/admin/components/list.html.tmpl: Added.
1038         * BugsSite/template/en/custom/admin/components/select-product.html.tmpl: Added.
1039         * BugsSite/template/en/custom/admin/components/updated.html.tmpl: Added.
1040         * BugsSite/template/en/custom/admin/fieldvalues: Added.
1041         * BugsSite/template/en/custom/admin/fieldvalues/confirm-delete.html.tmpl: Added.
1042         * BugsSite/template/en/custom/admin/fieldvalues/create.html.tmpl: Added.
1043         * BugsSite/template/en/custom/admin/fieldvalues/created.html.tmpl: Added.
1044         * BugsSite/template/en/custom/admin/fieldvalues/deleted.html.tmpl: Added.
1045         * BugsSite/template/en/custom/admin/fieldvalues/edit.html.tmpl: Added.
1046         * BugsSite/template/en/custom/admin/fieldvalues/footer.html.tmpl: Added.
1047         * BugsSite/template/en/custom/admin/fieldvalues/list.html.tmpl: Added.
1048         * BugsSite/template/en/custom/admin/fieldvalues/select-field.html.tmpl: Added.
1049         * BugsSite/template/en/custom/admin/fieldvalues/updated.html.tmpl: Added.
1050         * BugsSite/template/en/custom/admin/flag-type: Added.
1051         * BugsSite/template/en/custom/admin/flag-type/confirm-delete.html.tmpl: Added.
1052         * BugsSite/template/en/custom/admin/flag-type/edit.html.tmpl: Added.
1053         * BugsSite/template/en/custom/admin/flag-type/list.html.tmpl: Added.
1054         * BugsSite/template/en/custom/admin/groups: Added.
1055         * BugsSite/template/en/custom/admin/groups/change.html.tmpl: Added.
1056         * BugsSite/template/en/custom/admin/groups/create.html.tmpl: Added.
1057         * BugsSite/template/en/custom/admin/groups/created.html.tmpl: Added.
1058         * BugsSite/template/en/custom/admin/groups/delete.html.tmpl: Added.
1059         * BugsSite/template/en/custom/admin/groups/deleted.html.tmpl: Added.
1060         * BugsSite/template/en/custom/admin/groups/edit.html.tmpl: Added.
1061         * BugsSite/template/en/custom/admin/groups/list.html.tmpl: Added.
1062         * BugsSite/template/en/custom/admin/groups/remove.html.tmpl: Added.
1063         * BugsSite/template/en/custom/admin/keywords: Added.
1064         * BugsSite/template/en/custom/admin/keywords/confirm-delete.html.tmpl: Added.
1065         * BugsSite/template/en/custom/admin/keywords/create.html.tmpl: Added.
1066         * BugsSite/template/en/custom/admin/keywords/created.html.tmpl: Added.
1067         * BugsSite/template/en/custom/admin/keywords/edit.html.tmpl: Added.
1068         * BugsSite/template/en/custom/admin/keywords/list.html.tmpl: Added.
1069         * BugsSite/template/en/custom/admin/keywords/rebuild-cache.html.tmpl: Added.
1070         * BugsSite/template/en/custom/admin/milestones: Added.
1071         * BugsSite/template/en/custom/admin/milestones/confirm-delete.html.tmpl: Added.
1072         * BugsSite/template/en/custom/admin/milestones/create.html.tmpl: Added.
1073         * BugsSite/template/en/custom/admin/milestones/created.html.tmpl: Added.
1074         * BugsSite/template/en/custom/admin/milestones/deleted.html.tmpl: Added.
1075         * BugsSite/template/en/custom/admin/milestones/edit.html.tmpl: Added.
1076         * BugsSite/template/en/custom/admin/milestones/footer.html.tmpl: Added.
1077         * BugsSite/template/en/custom/admin/milestones/list.html.tmpl: Added.
1078         * BugsSite/template/en/custom/admin/milestones/select-product.html.tmpl: Added.
1079         * BugsSite/template/en/custom/admin/milestones/updated.html.tmpl: Added.
1080         * BugsSite/template/en/custom/admin/products: Added.
1081         * BugsSite/template/en/custom/admin/products/confirm-delete.html.tmpl: Added.
1082         * BugsSite/template/en/custom/admin/products/deleted.html.tmpl: Added.
1083         * BugsSite/template/en/custom/admin/products/footer.html.tmpl: Added.
1084         * BugsSite/template/en/custom/admin/products/groupcontrol: Added.
1085         * BugsSite/template/en/custom/admin/products/groupcontrol/confirm-edit.html.tmpl: Added.
1086         * BugsSite/template/en/custom/admin/products/groupcontrol/edit.html.tmpl: Added.
1087         * BugsSite/template/en/custom/admin/products/list-classifications.html.tmpl: Added.
1088         * BugsSite/template/en/custom/admin/products/list.html.tmpl: Added.
1089         * BugsSite/template/en/custom/admin/settings: Added.
1090         * BugsSite/template/en/custom/admin/settings/edit.html.tmpl: Added.
1091         * BugsSite/template/en/custom/admin/settings/updated.html.tmpl: Added.
1092         * BugsSite/template/en/custom/admin/table.html.tmpl: Added.
1093         * BugsSite/template/en/custom/admin/users: Added.
1094         * BugsSite/template/en/custom/admin/users/confirm-delete.html.tmpl: Added.
1095         * BugsSite/template/en/custom/admin/users/create.html.tmpl: Added.
1096         * BugsSite/template/en/custom/admin/users/edit.html.tmpl: Added.
1097         * BugsSite/template/en/custom/admin/users/list.html.tmpl: Added.
1098         * BugsSite/template/en/custom/admin/users/listselectvars.html.tmpl: Added.
1099         * BugsSite/template/en/custom/admin/users/search.html.tmpl: Added.
1100         * BugsSite/template/en/custom/admin/users/userdata.html.tmpl: Added.
1101         * BugsSite/template/en/custom/admin/versions: Added.
1102         * BugsSite/template/en/custom/admin/versions/confirm-delete.html.tmpl: Added.
1103         * BugsSite/template/en/custom/admin/versions/create.html.tmpl: Added.
1104         * BugsSite/template/en/custom/admin/versions/created.html.tmpl: Added.
1105         * BugsSite/template/en/custom/admin/versions/deleted.html.tmpl: Added.
1106         * BugsSite/template/en/custom/admin/versions/edit.html.tmpl: Added.
1107         * BugsSite/template/en/custom/admin/versions/footer.html.tmpl: Added.
1108         * BugsSite/template/en/custom/admin/versions/list.html.tmpl: Added.
1109         * BugsSite/template/en/custom/admin/versions/select-product.html.tmpl: Added.
1110         * BugsSite/template/en/custom/admin/versions/updated.html.tmpl: Added.
1111         * BugsSite/template/en/custom/attachment: Added.
1112         * BugsSite/template/en/custom/attachment/choose.html.tmpl: Added.
1113         * BugsSite/template/en/custom/attachment/content-types.html.tmpl: Added.
1114         * BugsSite/template/en/custom/attachment/create.html.tmpl: Added.
1115         * BugsSite/template/en/custom/attachment/created.html.tmpl: Added.
1116         * BugsSite/template/en/custom/attachment/diff-file.html.tmpl: Added.
1117         * BugsSite/template/en/custom/attachment/diff-footer.html.tmpl: Added.
1118         * BugsSite/template/en/custom/attachment/diff-header.html.tmpl: Added.
1119         * BugsSite/template/en/custom/attachment/edit.html.tmpl: Added.
1120         * BugsSite/template/en/custom/attachment/list.html.tmpl: Added.
1121         * BugsSite/template/en/custom/attachment/show-multiple.html.tmpl: Added.
1122         * BugsSite/template/en/custom/attachment/updated.html.tmpl: Added.
1123         * BugsSite/template/en/custom/bug: Added.
1124         * BugsSite/template/en/custom/bug/activity: Added.
1125         * BugsSite/template/en/custom/bug/activity/show.html.tmpl: Added.
1126         * BugsSite/template/en/custom/bug/activity/table.html.tmpl: Added.
1127         * BugsSite/template/en/custom/bug/choose.html.tmpl: Added.
1128         * BugsSite/template/en/custom/bug/comments.html.tmpl: Added.
1129         * BugsSite/template/en/custom/bug/create: Added.
1130         * BugsSite/template/en/custom/bug/create/comment-guided.txt.tmpl: Added.
1131         * BugsSite/template/en/custom/bug/create/comment.txt.tmpl: Added.
1132         * BugsSite/template/en/custom/bug/create/create-guided.html.tmpl: Added.
1133         * BugsSite/template/en/custom/bug/create/create.html.tmpl: Added.
1134         * BugsSite/template/en/custom/bug/create/created.html.tmpl: Added.
1135         * BugsSite/template/en/custom/bug/create/make-template.html.tmpl: Added.
1136         * BugsSite/template/en/custom/bug/create/user-message.html.tmpl: Added.
1137         * BugsSite/template/en/custom/bug/dependency-graph.html.tmpl: Added.
1138         * BugsSite/template/en/custom/bug/dependency-tree.html.tmpl: Added.
1139         * BugsSite/template/en/custom/bug/edit.html.tmpl: Added.
1140         * BugsSite/template/en/custom/bug/knob.html.tmpl: Added.
1141         * BugsSite/template/en/custom/bug/navigate.html.tmpl: Added.
1142         * BugsSite/template/en/custom/bug/process: Added.
1143         * BugsSite/template/en/custom/bug/process/bugmail.html.tmpl: Added.
1144         * BugsSite/template/en/custom/bug/process/confirm-duplicate.html.tmpl: Added.
1145         * BugsSite/template/en/custom/bug/process/header.html.tmpl: Added.
1146         * BugsSite/template/en/custom/bug/process/midair.html.tmpl: Added.
1147         * BugsSite/template/en/custom/bug/process/next.html.tmpl: Added.
1148         * BugsSite/template/en/custom/bug/process/results.html.tmpl: Added.
1149         * BugsSite/template/en/custom/bug/process/verify-new-product.html.tmpl: Added.
1150         * BugsSite/template/en/custom/bug/show-multiple.html.tmpl: Added.
1151         * BugsSite/template/en/custom/bug/show.html.tmpl: Added.
1152         * BugsSite/template/en/custom/bug/show.xml.tmpl: Added.
1153         * BugsSite/template/en/custom/bug/summarize-time.html.tmpl: Added.
1154         * BugsSite/template/en/custom/bug/time.html.tmpl: Added.
1155         * BugsSite/template/en/custom/bug/votes: Added.
1156         * BugsSite/template/en/custom/bug/votes/delete-all.html.tmpl: Added.
1157         * BugsSite/template/en/custom/bug/votes/list-for-bug.html.tmpl: Added.
1158         * BugsSite/template/en/custom/bug/votes/list-for-user.html.tmpl: Added.
1159         * BugsSite/template/en/custom/config.js.tmpl: Added.
1160         * BugsSite/template/en/custom/config.rdf.tmpl: Added.
1161         * BugsSite/template/en/custom/filterexceptions.pl: Added.
1162         * BugsSite/template/en/custom/flag: Added.
1163         * BugsSite/template/en/custom/flag/list.html.tmpl: Added.
1164         * BugsSite/template/en/custom/global: Added.
1165         * BugsSite/template/en/custom/global/banner.html.tmpl: Added.
1166         * BugsSite/template/en/custom/global/choose-classification.html.tmpl: Added.
1167         * BugsSite/template/en/custom/global/choose-product.html.tmpl: Added.
1168         * BugsSite/template/en/custom/global/code-error.html.tmpl: Added.
1169         * BugsSite/template/en/custom/global/confirm-user-match.html.tmpl: Added.
1170         * BugsSite/template/en/custom/global/field-descs.none.tmpl: Added.
1171         * BugsSite/template/en/custom/global/footer.html.tmpl: Added.
1172         * BugsSite/template/en/custom/global/header.html.tmpl: Added.
1173         * BugsSite/template/en/custom/global/help-header.html.tmpl: Added.
1174         * BugsSite/template/en/custom/global/help.html.tmpl: Added.
1175         * BugsSite/template/en/custom/global/hidden-fields.html.tmpl: Added.
1176         * BugsSite/template/en/custom/global/initialize.none.tmpl: Added.
1177         * BugsSite/template/en/custom/global/message.html.tmpl: Added.
1178         * BugsSite/template/en/custom/global/messages.html.tmpl: Added.
1179         * BugsSite/template/en/custom/global/select-menu.html.tmpl: Added.
1180         * BugsSite/template/en/custom/global/setting-descs.none.tmpl: Added.
1181         * BugsSite/template/en/custom/global/site-navigation.html.tmpl: Added.
1182         * BugsSite/template/en/custom/global/useful-links.html.tmpl: Added.
1183         * BugsSite/template/en/custom/global/user-error.html.tmpl: Added.
1184         * BugsSite/template/en/custom/global/userselect.html.tmpl: Added.
1185         * BugsSite/template/en/custom/global/variables.none.tmpl: Added.
1186         * BugsSite/template/en/custom/index.html.tmpl: Added.
1187         * BugsSite/template/en/custom/list: Added.
1188         * BugsSite/template/en/custom/list/change-columns.html.tmpl: Added.
1189         * BugsSite/template/en/custom/list/edit-multiple.html.tmpl: Added.
1190         * BugsSite/template/en/custom/list/list-simple.html.tmpl: Added.
1191         * BugsSite/template/en/custom/list/list.csv.tmpl: Added.
1192         * BugsSite/template/en/custom/list/list.html.tmpl: Added.
1193         * BugsSite/template/en/custom/list/list.ics.tmpl: Added.
1194         * BugsSite/template/en/custom/list/list.js.tmpl: Added.
1195         * BugsSite/template/en/custom/list/list.rdf.tmpl: Added.
1196         * BugsSite/template/en/custom/list/list.rss.tmpl: Added.
1197         * BugsSite/template/en/custom/list/quips.html.tmpl: Added.
1198         * BugsSite/template/en/custom/list/server-push.html.tmpl: Added.
1199         * BugsSite/template/en/custom/list/table.html.tmpl: Added.
1200         * BugsSite/template/en/custom/pages: Added.
1201         * BugsSite/template/en/custom/pages/bug-writing.html.tmpl: Added.
1202         * BugsSite/template/en/custom/pages/fields.html.tmpl: Added.
1203         * BugsSite/template/en/custom/pages/linked.html.tmpl: Added.
1204         * BugsSite/template/en/custom/pages/linkify.html.tmpl: Added.
1205         * BugsSite/template/en/custom/pages/voting.html.tmpl: Added.
1206         * BugsSite/template/en/custom/reports: Added.
1207         * BugsSite/template/en/custom/reports/chart.csv.tmpl: Added.
1208         * BugsSite/template/en/custom/reports/chart.html.tmpl: Added.
1209         * BugsSite/template/en/custom/reports/chart.png.tmpl: Added.
1210         * BugsSite/template/en/custom/reports/components.html.tmpl: Added.
1211         * BugsSite/template/en/custom/reports/create-chart.html.tmpl: Added.
1212         * BugsSite/template/en/custom/reports/duplicates-simple.html.tmpl: Added.
1213         * BugsSite/template/en/custom/reports/duplicates-table.html.tmpl: Added.
1214         * BugsSite/template/en/custom/reports/duplicates.html.tmpl: Added.
1215         * BugsSite/template/en/custom/reports/duplicates.rdf.tmpl: Added.
1216         * BugsSite/template/en/custom/reports/edit-series.html.tmpl: Added.
1217         * BugsSite/template/en/custom/reports/keywords.html.tmpl: Added.
1218         * BugsSite/template/en/custom/reports/menu.html.tmpl: Added.
1219         * BugsSite/template/en/custom/reports/report-bar.png.tmpl: Added.
1220         * BugsSite/template/en/custom/reports/report-line.png.tmpl: Added.
1221         * BugsSite/template/en/custom/reports/report-pie.png.tmpl: Added.
1222         * BugsSite/template/en/custom/reports/report-simple.html.tmpl: Added.
1223         * BugsSite/template/en/custom/reports/report-table.csv.tmpl: Added.
1224         * BugsSite/template/en/custom/reports/report-table.html.tmpl: Added.
1225         * BugsSite/template/en/custom/reports/report.csv.tmpl: Added.
1226         * BugsSite/template/en/custom/reports/report.html.tmpl: Added.
1227         * BugsSite/template/en/custom/reports/series-common.html.tmpl: Added.
1228         * BugsSite/template/en/custom/reports/series.html.tmpl: Added.
1229         * BugsSite/template/en/custom/request: Added.
1230         * BugsSite/template/en/custom/request/email.txt.tmpl: Added.
1231         * BugsSite/template/en/custom/request/queue.html.tmpl: Added.
1232         * BugsSite/template/en/custom/search: Added.
1233         * BugsSite/template/en/custom/search/boolean-charts.html.tmpl: Added.
1234         * BugsSite/template/en/custom/search/form.html.tmpl: Added.
1235         * BugsSite/template/en/custom/search/knob.html.tmpl: Added.
1236         * BugsSite/template/en/custom/search/search-advanced.html.tmpl: Added.
1237         * BugsSite/template/en/custom/search/search-create-series.html.tmpl: Added.
1238         * BugsSite/template/en/custom/search/search-help.html.tmpl: Added.
1239         * BugsSite/template/en/custom/search/search-report-graph.html.tmpl: Added.
1240         * BugsSite/template/en/custom/search/search-report-select.html.tmpl: Added.
1241         * BugsSite/template/en/custom/search/search-report-table.html.tmpl: Added.
1242         * BugsSite/template/en/custom/search/search-specific.html.tmpl: Added.
1243         * BugsSite/template/en/custom/search/tabs.html.tmpl: Added.
1244         * BugsSite/template/en/custom/sidebar.xul.tmpl: Added.
1245         * BugsSite/template/en/custom/whine: Added.
1246         * BugsSite/template/en/custom/whine/mail.html.tmpl: Added.
1247         * BugsSite/template/en/custom/whine/mail.txt.tmpl: Added.
1248         * BugsSite/template/en/custom/whine/multipart-mime.txt.tmpl: Added.
1249         * BugsSite/template/en/custom/whine/schedule.html.tmpl: Added.
1250         * BugsSite/template/en/default: Added.
1251         * BugsSite/template/en/default/account: Added.
1252         * BugsSite/template/en/default/account/auth: Added.
1253         * BugsSite/template/en/default/account/auth/ldap-error.html.tmpl: Added.
1254         * BugsSite/template/en/default/account/auth/login-small.html.tmpl: Added.
1255         * BugsSite/template/en/default/account/auth/login.html.tmpl: Added.
1256         * BugsSite/template/en/default/account/cancel-token.txt.tmpl: Added.
1257         * BugsSite/template/en/default/account/create.html.tmpl: Added.
1258         * BugsSite/template/en/default/account/created.html.tmpl: Added.
1259         * BugsSite/template/en/default/account/email: Added.
1260         * BugsSite/template/en/default/account/email/change-new.txt.tmpl: Added.
1261         * BugsSite/template/en/default/account/email/change-old.txt.tmpl: Added.
1262         * BugsSite/template/en/default/account/email/confirm.html.tmpl: Added.
1263         * BugsSite/template/en/default/account/exists.html.tmpl: Added.
1264         * BugsSite/template/en/default/account/password: Added.
1265         * BugsSite/template/en/default/account/password/forgotten-password.txt.tmpl: Added.
1266         * BugsSite/template/en/default/account/password/set-forgotten-password.html.tmpl: Added.
1267         * BugsSite/template/en/default/account/prefs: Added.
1268         * BugsSite/template/en/default/account/prefs/account.html.tmpl: Added.
1269         * BugsSite/template/en/default/account/prefs/email.html.tmpl: Added.
1270         * BugsSite/template/en/default/account/prefs/footer.html.tmpl: Added.
1271         * BugsSite/template/en/default/account/prefs/permissions.html.tmpl: Added.
1272         * BugsSite/template/en/default/account/prefs/prefs.html.tmpl: Added.
1273         * BugsSite/template/en/default/account/prefs/saved-searches.html.tmpl: Added.
1274         * BugsSite/template/en/default/account/prefs/settings.html.tmpl: Added.
1275         * BugsSite/template/en/default/admin: Added.
1276         * BugsSite/template/en/default/admin/classifications: Added.
1277         * BugsSite/template/en/default/admin/classifications/add.html.tmpl: Added.
1278         * BugsSite/template/en/default/admin/classifications/del.html.tmpl: Added.
1279         * BugsSite/template/en/default/admin/classifications/delete.html.tmpl: Added.
1280         * BugsSite/template/en/default/admin/classifications/edit.html.tmpl: Added.
1281         * BugsSite/template/en/default/admin/classifications/new.html.tmpl: Added.
1282         * BugsSite/template/en/default/admin/classifications/reclassify.html.tmpl: Added.
1283         * BugsSite/template/en/default/admin/classifications/select.html.tmpl: Added.
1284         * BugsSite/template/en/default/admin/classifications/update.html.tmpl: Added.
1285         * BugsSite/template/en/default/admin/components: Added.
1286         * BugsSite/template/en/default/admin/components/confirm-delete.html.tmpl: Added.
1287         * BugsSite/template/en/default/admin/components/create.html.tmpl: Added.
1288         * BugsSite/template/en/default/admin/components/created.html.tmpl: Added.
1289         * BugsSite/template/en/default/admin/components/deleted.html.tmpl: Added.
1290         * BugsSite/template/en/default/admin/components/edit.html.tmpl: Added.
1291         * BugsSite/template/en/default/admin/components/footer.html.tmpl: Added.
1292         * BugsSite/template/en/default/admin/components/list.html.tmpl: Added.
1293         * BugsSite/template/en/default/admin/components/select-product.html.tmpl: Added.
1294         * BugsSite/template/en/default/admin/components/updated.html.tmpl: Added.
1295         * BugsSite/template/en/default/admin/fieldvalues: Added.
1296         * BugsSite/template/en/default/admin/fieldvalues/confirm-delete.html.tmpl: Added.
1297         * BugsSite/template/en/default/admin/fieldvalues/create.html.tmpl: Added.
1298         * BugsSite/template/en/default/admin/fieldvalues/created.html.tmpl: Added.
1299         * BugsSite/template/en/default/admin/fieldvalues/deleted.html.tmpl: Added.
1300         * BugsSite/template/en/default/admin/fieldvalues/edit.html.tmpl: Added.
1301         * BugsSite/template/en/default/admin/fieldvalues/footer.html.tmpl: Added.
1302         * BugsSite/template/en/default/admin/fieldvalues/list.html.tmpl: Added.
1303         * BugsSite/template/en/default/admin/fieldvalues/select-field.html.tmpl: Added.
1304         * BugsSite/template/en/default/admin/fieldvalues/updated.html.tmpl: Added.
1305         * BugsSite/template/en/default/admin/flag-type: Added.
1306         * BugsSite/template/en/default/admin/flag-type/confirm-delete.html.tmpl: Added.
1307         * BugsSite/template/en/default/admin/flag-type/edit.html.tmpl: Added.
1308         * BugsSite/template/en/default/admin/flag-type/list.html.tmpl: Added.
1309         * BugsSite/template/en/default/admin/groups: Added.
1310         * BugsSite/template/en/default/admin/groups/change.html.tmpl: Added.
1311         * BugsSite/template/en/default/admin/groups/create.html.tmpl: Added.
1312         * BugsSite/template/en/default/admin/groups/created.html.tmpl: Added.
1313         * BugsSite/template/en/default/admin/groups/delete.html.tmpl: Added.
1314         * BugsSite/template/en/default/admin/groups/deleted.html.tmpl: Added.
1315         * BugsSite/template/en/default/admin/groups/edit.html.tmpl: Added.
1316         * BugsSite/template/en/default/admin/groups/list.html.tmpl: Added.
1317         * BugsSite/template/en/default/admin/groups/remove.html.tmpl: Added.
1318         * BugsSite/template/en/default/admin/keywords: Added.
1319         * BugsSite/template/en/default/admin/keywords/confirm-delete.html.tmpl: Added.
1320         * BugsSite/template/en/default/admin/keywords/create.html.tmpl: Added.
1321         * BugsSite/template/en/default/admin/keywords/created.html.tmpl: Added.
1322         * BugsSite/template/en/default/admin/keywords/edit.html.tmpl: Added.
1323         * BugsSite/template/en/default/admin/keywords/list.html.tmpl: Added.
1324         * BugsSite/template/en/default/admin/keywords/rebuild-cache.html.tmpl: Added.
1325         * BugsSite/template/en/default/admin/milestones: Added.
1326         * BugsSite/template/en/default/admin/milestones/confirm-delete.html.tmpl: Added.
1327         * BugsSite/template/en/default/admin/milestones/create.html.tmpl: Added.
1328         * BugsSite/template/en/default/admin/milestones/created.html.tmpl: Added.
1329         * BugsSite/template/en/default/admin/milestones/deleted.html.tmpl: Added.
1330         * BugsSite/template/en/default/admin/milestones/edit.html.tmpl: Added.
1331         * BugsSite/template/en/default/admin/milestones/footer.html.tmpl: Added.
1332         * BugsSite/template/en/default/admin/milestones/list.html.tmpl: Added.
1333         * BugsSite/template/en/default/admin/milestones/select-product.html.tmpl: Added.
1334         * BugsSite/template/en/default/admin/milestones/updated.html.tmpl: Added.
1335         * BugsSite/template/en/default/admin/products: Added.
1336         * BugsSite/template/en/default/admin/products/confirm-delete.html.tmpl: Added.
1337         * BugsSite/template/en/default/admin/products/deleted.html.tmpl: Added.
1338         * BugsSite/template/en/default/admin/products/footer.html.tmpl: Added.
1339         * BugsSite/template/en/default/admin/products/groupcontrol: Added.
1340         * BugsSite/template/en/default/admin/products/groupcontrol/confirm-edit.html.tmpl: Added.
1341         * BugsSite/template/en/default/admin/products/groupcontrol/edit.html.tmpl: Added.
1342         * BugsSite/template/en/default/admin/products/list-classifications.html.tmpl: Added.
1343         * BugsSite/template/en/default/admin/products/list.html.tmpl: Added.
1344         * BugsSite/template/en/default/admin/settings: Added.
1345         * BugsSite/template/en/default/admin/settings/edit.html.tmpl: Added.
1346         * BugsSite/template/en/default/admin/settings/updated.html.tmpl: Added.
1347         * BugsSite/template/en/default/admin/table.html.tmpl: Added.
1348         * BugsSite/template/en/default/admin/users: Added.
1349         * BugsSite/template/en/default/admin/users/confirm-delete.html.tmpl: Added.
1350         * BugsSite/template/en/default/admin/users/create.html.tmpl: Added.
1351         * BugsSite/template/en/default/admin/users/edit.html.tmpl: Added.
1352         * BugsSite/template/en/default/admin/users/list.html.tmpl: Added.
1353         * BugsSite/template/en/default/admin/users/listselectvars.html.tmpl: Added.
1354         * BugsSite/template/en/default/admin/users/search.html.tmpl: Added.
1355         * BugsSite/template/en/default/admin/users/userdata.html.tmpl: Added.
1356         * BugsSite/template/en/default/admin/versions: Added.
1357         * BugsSite/template/en/default/admin/versions/confirm-delete.html.tmpl: Added.
1358         * BugsSite/template/en/default/admin/versions/create.html.tmpl: Added.
1359         * BugsSite/template/en/default/admin/versions/created.html.tmpl: Added.
1360         * BugsSite/template/en/default/admin/versions/deleted.html.tmpl: Added.
1361         * BugsSite/template/en/default/admin/versions/edit.html.tmpl: Added.
1362         * BugsSite/template/en/default/admin/versions/footer.html.tmpl: Added.
1363         * BugsSite/template/en/default/admin/versions/list.html.tmpl: Added.
1364         * BugsSite/template/en/default/admin/versions/select-product.html.tmpl: Added.
1365         * BugsSite/template/en/default/admin/versions/updated.html.tmpl: Added.
1366         * BugsSite/template/en/default/attachment: Added.
1367         * BugsSite/template/en/default/attachment/choose.html.tmpl: Added.
1368         * BugsSite/template/en/default/attachment/content-types.html.tmpl: Added.
1369         * BugsSite/template/en/default/attachment/create.html.tmpl: Added.
1370         * BugsSite/template/en/default/attachment/created.html.tmpl: Added.
1371         * BugsSite/template/en/default/attachment/diff-file.html.tmpl: Added.
1372         * BugsSite/template/en/default/attachment/diff-footer.html.tmpl: Added.
1373         * BugsSite/template/en/default/attachment/diff-header.html.tmpl: Added.
1374         * BugsSite/template/en/default/attachment/edit-aroben.html.tmpl: Added.
1375         * BugsSite/template/en/default/attachment/edit.html.tmpl: Added.
1376         * BugsSite/template/en/default/attachment/list.html.tmpl: Added.
1377         * BugsSite/template/en/default/attachment/show-multiple.html.tmpl: Added.
1378         * BugsSite/template/en/default/attachment/updated.html.tmpl: Added.
1379         * BugsSite/template/en/default/bug: Added.
1380         * BugsSite/template/en/default/bug/activity: Added.
1381         * BugsSite/template/en/default/bug/activity/show.html.tmpl: Added.
1382         * BugsSite/template/en/default/bug/activity/table.html.tmpl: Added.
1383         * BugsSite/template/en/default/bug/choose.html.tmpl: Added.
1384         * BugsSite/template/en/default/bug/comments.html.tmpl: Added.
1385         * BugsSite/template/en/default/bug/create: Added.
1386         * BugsSite/template/en/default/bug/create/comment-guided.txt.tmpl: Added.
1387         * BugsSite/template/en/default/bug/create/comment.txt.tmpl: Added.
1388         * BugsSite/template/en/default/bug/create/create-guided.html.tmpl: Added.
1389         * BugsSite/template/en/default/bug/create/create.html.tmpl: Added.
1390         * BugsSite/template/en/default/bug/create/created.html.tmpl: Added.
1391         * BugsSite/template/en/default/bug/create/make-template.html.tmpl: Added.
1392         * BugsSite/template/en/default/bug/create/user-message.html.tmpl: Added.
1393         * BugsSite/template/en/default/bug/dependency-graph.html.tmpl: Added.
1394         * BugsSite/template/en/default/bug/dependency-tree.html.tmpl: Added.
1395         * BugsSite/template/en/default/bug/edit.html.tmpl: Added.
1396         * BugsSite/template/en/default/bug/knob.html.tmpl: Added.
1397         * BugsSite/template/en/default/bug/navigate.html.tmpl: Added.
1398         * BugsSite/template/en/default/bug/process: Added.
1399         * BugsSite/template/en/default/bug/process/bugmail.html.tmpl: Added.
1400         * BugsSite/template/en/default/bug/process/confirm-duplicate.html.tmpl: Added.
1401         * BugsSite/template/en/default/bug/process/header.html.tmpl: Added.
1402         * BugsSite/template/en/default/bug/process/midair.html.tmpl: Added.
1403         * BugsSite/template/en/default/bug/process/next.html.tmpl: Added.
1404         * BugsSite/template/en/default/bug/process/results.html.tmpl: Added.
1405         * BugsSite/template/en/default/bug/process/verify-new-product.html.tmpl: Added.
1406         * BugsSite/template/en/default/bug/show-multiple.html.tmpl: Added.
1407         * BugsSite/template/en/default/bug/show.html.tmpl: Added.
1408         * BugsSite/template/en/default/bug/show.xml.tmpl: Added.
1409         * BugsSite/template/en/default/bug/summarize-time.html.tmpl: Added.
1410         * BugsSite/template/en/default/bug/time.html.tmpl: Added.
1411         * BugsSite/template/en/default/bug/votes: Added.
1412         * BugsSite/template/en/default/bug/votes/delete-all.html.tmpl: Added.
1413         * BugsSite/template/en/default/bug/votes/list-for-bug.html.tmpl: Added.
1414         * BugsSite/template/en/default/bug/votes/list-for-user.html.tmpl: Added.
1415         * BugsSite/template/en/default/config.js.tmpl: Added.
1416         * BugsSite/template/en/default/config.rdf.tmpl: Added.
1417         * BugsSite/template/en/default/filterexceptions.pl: Added.
1418         * BugsSite/template/en/default/flag: Added.
1419         * BugsSite/template/en/default/flag/list.html.tmpl: Added.
1420         * BugsSite/template/en/default/global: Added.
1421         * BugsSite/template/en/default/global/banner.html.tmpl: Added.
1422         * BugsSite/template/en/default/global/choose-classification.html.tmpl: Added.
1423         * BugsSite/template/en/default/global/choose-product.html.tmpl: Added.
1424         * BugsSite/template/en/default/global/code-error.html.tmpl: Added.
1425         * BugsSite/template/en/default/global/confirm-user-match.html.tmpl: Added.
1426         * BugsSite/template/en/default/global/field-descs.none.tmpl: Added.
1427         * BugsSite/template/en/default/global/footer.html.tmpl: Added.
1428         * BugsSite/template/en/default/global/header.html.tmpl: Added.
1429         * BugsSite/template/en/default/global/help-header.html.tmpl: Added.
1430         * BugsSite/template/en/default/global/help.html.tmpl: Added.
1431         * BugsSite/template/en/default/global/hidden-fields.html.tmpl: Added.
1432         * BugsSite/template/en/default/global/initialize.none.tmpl: Added.
1433         * BugsSite/template/en/default/global/message.html.tmpl: Added.
1434         * BugsSite/template/en/default/global/messages.html.tmpl: Added.
1435         * BugsSite/template/en/default/global/select-menu.html.tmpl: Added.
1436         * BugsSite/template/en/default/global/setting-descs.none.tmpl: Added.
1437         * BugsSite/template/en/default/global/site-navigation.html.tmpl: Added.
1438         * BugsSite/template/en/default/global/useful-links.html.tmpl: Added.
1439         * BugsSite/template/en/default/global/user-error.html.tmpl: Added.
1440         * BugsSite/template/en/default/global/userselect.html.tmpl: Added.
1441         * BugsSite/template/en/default/global/variables.none.tmpl: Added.
1442         * BugsSite/template/en/default/index.html.tmpl: Added.
1443         * BugsSite/template/en/default/list: Added.
1444         * BugsSite/template/en/default/list/change-columns.html.tmpl: Added.
1445         * BugsSite/template/en/default/list/edit-multiple.html.tmpl: Added.
1446         * BugsSite/template/en/default/list/list-simple.html.tmpl: Added.
1447         * BugsSite/template/en/default/list/list.atom.tmpl: Added.
1448         * BugsSite/template/en/default/list/list.csv.tmpl: Added.
1449         * BugsSite/template/en/default/list/list.html.tmpl: Added.
1450         * BugsSite/template/en/default/list/list.ics.tmpl: Added.
1451         * BugsSite/template/en/default/list/list.js.tmpl: Added.
1452         * BugsSite/template/en/default/list/list.rdf.tmpl: Added.
1453         * BugsSite/template/en/default/list/quips.html.tmpl: Added.
1454         * BugsSite/template/en/default/list/server-push.html.tmpl: Added.
1455         * BugsSite/template/en/default/list/table.html.tmpl: Added.
1456         * BugsSite/template/en/default/pages: Added.
1457         * BugsSite/template/en/default/pages/bug-writing.html.tmpl: Added.
1458         * BugsSite/template/en/default/pages/fields.html.tmpl: Added.
1459         * BugsSite/template/en/default/pages/linked.html.tmpl: Added.
1460         * BugsSite/template/en/default/pages/linkify.html.tmpl: Added.
1461         * BugsSite/template/en/default/pages/voting.html.tmpl: Added.
1462         * BugsSite/template/en/default/reports: Added.
1463         * BugsSite/template/en/default/reports/chart.csv.tmpl: Added.
1464         * BugsSite/template/en/default/reports/chart.html.tmpl: Added.
1465         * BugsSite/template/en/default/reports/chart.png.tmpl: Added.
1466         * BugsSite/template/en/default/reports/components.html.tmpl: Added.
1467         * BugsSite/template/en/default/reports/create-chart.html.tmpl: Added.
1468         * BugsSite/template/en/default/reports/duplicates-simple.html.tmpl: Added.
1469         * BugsSite/template/en/default/reports/duplicates-table.html.tmpl: Added.
1470         * BugsSite/template/en/default/reports/duplicates.html.tmpl: Added.
1471         * BugsSite/template/en/default/reports/duplicates.rdf.tmpl: Added.
1472         * BugsSite/template/en/default/reports/edit-series.html.tmpl: Added.
1473         * BugsSite/template/en/default/reports/keywords.html.tmpl: Added.
1474         * BugsSite/template/en/default/reports/menu.html.tmpl: Added.
1475         * BugsSite/template/en/default/reports/report-bar.png.tmpl: Added.
1476         * BugsSite/template/en/default/reports/report-line.png.tmpl: Added.
1477         * BugsSite/template/en/default/reports/report-pie.png.tmpl: Added.
1478         * BugsSite/template/en/default/reports/report-simple.html.tmpl: Added.
1479         * BugsSite/template/en/default/reports/report-table.csv.tmpl: Added.
1480         * BugsSite/template/en/default/reports/report-table.html.tmpl: Added.
1481         * BugsSite/template/en/default/reports/report.csv.tmpl: Added.
1482         * BugsSite/template/en/default/reports/report.html.tmpl: Added.
1483         * BugsSite/template/en/default/reports/series-common.html.tmpl: Added.
1484         * BugsSite/template/en/default/reports/series.html.tmpl: Added.
1485         * BugsSite/template/en/default/request: Added.
1486         * BugsSite/template/en/default/request/email.txt.tmpl: Added.
1487         * BugsSite/template/en/default/request/queue.html.tmpl: Added.
1488         * BugsSite/template/en/default/search: Added.
1489         * BugsSite/template/en/default/search/boolean-charts.html.tmpl: Added.
1490         * BugsSite/template/en/default/search/form.html.tmpl: Added.
1491         * BugsSite/template/en/default/search/knob.html.tmpl: Added.
1492         * BugsSite/template/en/default/search/search-advanced.html.tmpl: Added.
1493         * BugsSite/template/en/default/search/search-create-series.html.tmpl: Added.
1494         * BugsSite/template/en/default/search/search-help.html.tmpl: Added.
1495         * BugsSite/template/en/default/search/search-report-graph.html.tmpl: Added.
1496         * BugsSite/template/en/default/search/search-report-select.html.tmpl: Added.
1497         * BugsSite/template/en/default/search/search-report-table.html.tmpl: Added.
1498         * BugsSite/template/en/default/search/search-specific.html.tmpl: Added.
1499         * BugsSite/template/en/default/search/tabs.html.tmpl: Added.
1500         * BugsSite/template/en/default/sidebar.xul.tmpl: Added.
1501         * BugsSite/template/en/default/whine: Added.
1502         * BugsSite/template/en/default/whine/mail.html.tmpl: Added.
1503         * BugsSite/template/en/default/whine/mail.txt.tmpl: Added.
1504         * BugsSite/template/en/default/whine/multipart-mime.txt.tmpl: Added.
1505         * BugsSite/template/en/default/whine/schedule.html.tmpl: Added.
1506         * BugsSite/template/en/extension: Added.
1507         * BugsSite/template/en/extension/filterexceptions.pl: Added.
1508         * BugsSite/testagent.cgi: Added.
1509         * BugsSite/testserver.pl: Added.
1510         * BugsSite/token.cgi: Added.
1511         * BugsSite/userprefs.cgi: Added.
1512         * BugsSite/votes.cgi: Added.
1513         * BugsSite/whine.pl: Added.
1514         * BugsSite/whineatnews.pl: Added.
1515         * BugsSite/xml.cgi: Added.
1517 2008-02-04  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
1519         Reviewed by Alp Toker and Mark Rowe.
1521         http://bugs.webkit.org/show_bug.cgi?id=16618
1522         [GTK] build-webkit and run-webkit-tests autootools support
1524         Add support for the autotools build to the WebKit build and test
1525         scripts.
1527 2008-02-04  Rodney Dawes  <dobey@wayofthemonkey.com>
1529         Reviewed by Alp Toker and Mark Rowe.
1531         Fix http://bugs.webkit.org/show_bug.cgi?id=17175.
1532         Bug 17175: Use of C++ compiler flags in CFLAGS
1534         Add global_cxxflags definition for inclusion in CXXFLAGS variables.
1535         Only use -fno-rtti and $(SYMBOL_VISIBILITY_INLINES) with global_cxxflags as gcc complains they aren't valid for C.
1537         * GNUmakefile.am:
1539 2008-02-04  Alp Toker  <alp@atoker.com>
1541         Rubber-stamped by Mark Rowe.
1543         Remove all trailing whitespace in the GTK+ port and related
1544         components.
1546         * GNUmakefile.am:
1547         * configure.ac:
1549 2008-01-31  Alp Toker  <alp@atoker.com>
1551         Reviewed by Mark Rowe.
1553         Fix the pkg-config file to follow GTK+ package naming and versioning
1554         conventions.
1556         Remove unneeded dependency listings.
1558         * GNUmakefile.am:
1559         * configure.ac:
1561 2008-01-31  Alp Toker  <alp@atoker.com>
1563         Rubber-stamped by Adam Roben.
1565         http://bugs.webkit.org/show_bug.cgi?id=17006
1566         [GTK] Header path should be webkit/webkit.h
1568         Move the GTK+ API sources as needed and update the build systems.
1570         * GNUmakefile.am:
1571         * WebKit.pri:
1573 2008-01-27  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
1575         Reviewed by Alp Toker.
1577         http://bugs.webkit.org/show_bug.cgi?id=14811
1578         [gtk] [request] add a webkit_gtk_page_go_to_history_item function
1580         * GNUmakefile.am: Added webkitwebbackforwardlist and webkitwebhistoryitem
1582 2008-01-26  Mark Rowe  <mrowe@apple.com>
1584         Reviewed by Alp Toker.
1586         Fix http://bugs.webkit.org/show_bug.cgi?id=17007.
1587         Bug 17007: [GTK] autogen.sh attempts to use "libtoolize" on the Mac
1589         libtoolize is installed as glibtoolize on Mac OS X to avoid naming conflicts
1590         with other system commands.  Check for the presence of glibtoolize if libtoolize
1591         cannot be found.
1593         * autogen.sh:
1595 2008-01-23  Alp Toker  <alp@atoker.com>
1597         Rubber-stamped by Mark Rowe.
1599         Remove whitespace after -I in automake include lists.
1601         * GNUmakefile.am:
1603 2008-01-22  Christian Dywan  <christian@imendio.com>
1605         Reviewed by Alp Toker.
1607         [GTK] API: WebKitWebSettings is not usable
1608         http://bugs.webkit.org/show_bug.cgi?id=16219
1610         Implement WebKitWebSettings.
1612         * GNUmakefile.am:
1614 2008-01-22  Simon Hausmann  <hausmann@webkit.org>
1616         Reviewed by Lars.
1618         Don't compile the ICO plugin when building against Qt >= 4.4
1619         
1621         * WebKit.pro:
1623 2008-01-21  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
1625         Reviewed by Alp Toker.
1627         http://bugs.webkit.org/show_bug.cgi?id=16955
1628         Get errors when cross-compile webkit-gtk
1630         * GNUmakefile.am: added ICU_CPPFLAGS
1631         * configure.ac: added ICU_CPPFLAGS, removed ICU_CFLAGS
1633 2008-01-19  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
1635         Reviewed by Alp Toker.
1637         Add svg foreign object and svg experimental to the GTK+/autotools
1638         build system.
1640         * configure.ac:
1642 2008-01-15  Alp Toker  <alp@atoker.com>
1644         Rubber-stamped by Anders.
1646         Make the HTTP backend configurable in the GTK+ port. curl is currently
1647         the only option.
1649         * GNUmakefile.am:
1650         * WebKit.pri:
1651         * configure.ac:
1653 2008-01-15  Alp Toker  <alp@atoker.com>
1655         GTK+/autotools build fix for GCC < 4. Use the -fvisibility compiler
1656         flags only when they're available.
1658         Additionally, use -fvisibility-inlines-hidden in both debug and
1659         release builds when available to match the Mac build.
1661         * GNUmakefile.am:
1662         * configure.ac:
1664 2008-01-12  Alp Toker  <alp@atoker.com>
1666         Reviewed by Mark Rowe.
1668         Hide non-public symbols in GTK+/autotools release builds.
1670         * GNUmakefile.am:
1672 2008-01-11  Alp Toker  <alp@atoker.com>
1674         Reviewed by Oliver Hunt.
1676         Enable FastMalloc by default in GTK+/autotools and add a configure
1677         switch.
1679         * GNUmakefile.am:
1680         * configure.ac:
1682 2008-01-11  Luca Bruno  <lethalman88@gmail.com>
1684         Reviewed by Alp Toker.
1686         http://bugs.webkit.org/show_bug.cgi?id=16838
1687         [GTK] Bad autotools debug and video options
1689         Fix some configure options.
1691         * configure.ac:
1693 2008-01-11  Mark Rowe  <mrowe@apple.com>
1695         Attempt to fix the GTK+ and Qt builds.
1697         * WebKit.pro:
1699 2008-01-10  Alp Toker  <alp@atoker.com>
1701         SVG font build fix for GTK+/autotools.
1703         * configure.ac:
1705 2008-01-05  Alp Toker  <alp@atoker.com>
1707         Rubber-stamped by Mark Rowe.
1709         Fix configure script output with correct descriptions of the default
1710         configuration options.
1712         * configure.ac:
1714 2008-01-05  Sylvain Pasche  <sylvain.pasche@gmail.com>
1716         Reviewed by Alp Toker.
1718         http://bugs.webkit.org/show_bug.cgi?id=16736
1719         Allow autogen.sh invocation from a separate build directory.
1721         * autogen.sh:
1723 2008-01-04  Alp Toker  <alp@atoker.com>
1725         Rubber-stamped by Mark Rowe.
1727         Remove AM_MAINTAINER_MODE, as recommended by the automake manual. The
1728         "rebuild rules" will now be enabled by default.
1730         This obviates the need to pass '--enable-maintainer-mode' to
1731         configure.
1733         * configure.ac:
1735 2008-01-02  Holger Hans Peter Freyther  <zecke@selfish.org>
1737         Rubber stamped by Alp.
1739         Remove GDK_MULTIHEAD_SAFE and GTK_MULTIHEAD_SAFE because they break
1740         the build. At least people doing a debug build on Ubuntu Hardy will see
1741         the breakage. I was asked to leave the flags inside the files to ease future
1742         debugging.
1744         * GNUmakefile.am:
1745         * WebKit.pri:
1747 2008-01-01  Alp Toker  <alp@atoker.com>
1749         GTK+ autotools build fix. Track changes in r29051, r29058 and pass the
1750         correct parameter to AM_INIT_AUTOMAKE.
1752         * configure.ac:
1754 2007-12-30  Alp Toker  <alp@atoker.com>
1756         Build fix for older autoconf versions.
1758         * configure.ac:
1760 2007-12-29  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
1762         Reviewed by Alp Toker.
1764         Enable Database, XPath and XSLT features by default
1766         * configure.ac:
1768 2007-12-29  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
1770         Reviewed by Alp Toker.
1772         http://bugs.webkit.org/show_bug.cgi?id=16669
1773         autotools update and fixes
1775         Various fixes to the autotools build
1777         * GNUmakefile.am:
1778           - Remove ICU_FLAGS because it adds -g in the CFLAGS/CXXFLAGS
1779           - Fix clean rules (Rodney Dawes)
1780           - Added webcore specific variables, remove STDINT_H and
1781             PTHREAD_NP_H checks (already included in config.h)
1782         * autogen.sh:
1783           - Loosen automake and aclocal requirement
1784         * configure.ac:
1785           - Workaround AC_PROG_CXX putting -g in CXXFLAGS. Only use -g
1786             when doing a debug build (Rodney Dawes)
1787           - Fix webkit target and remove traces of XBL
1789 2007-12-27  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
1791         Reviewed by Alp Toker.
1793         http://bugs.webkit.org/show_bug.cgi?id=16353
1794         [GTK] Check for deprecated API use (G_DISABLE_DEPRECATED etc.)
1796         Added the flags mentioned in the bug only when doing 'debug'
1797         builds. -DGST_DISABLE_DEPRECATED only added when video is enabled.
1799         * GNUmakefile.am:
1800         * WebKit.pri:
1802 2007-12-26  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
1804         Reviewed by Alp Toker.
1806         http://bugs.webkit.org/show_bug.cgi?id=16390
1807         Use autotools or GNU make as the build system for the GTK port
1809         * GNUmakefile.am: Added.
1810         * autogen.sh: Added.
1811         * configure.ac: Added.
1813 2007-12-20  Alp Toker  <alp@atoker.com>
1815         Rubber-stamped by Maciej.
1817         http://bugs.webkit.org/show_bug.cgi?id=16542
1818         [GTK] Text is missing with old Pango version
1820         Back out commits r28880, r28876, r28865, r28864 which added Pango font
1821         selection support. These changes caused a regression where no text was
1822         displayed with older Pango versions.
1824         * WebKit.pri:
1826 2007-12-19  Alp Toker  <alp@atoker.com>
1828         Remove the cairo-ft pkg-config check. The GTK+ port doesn't use
1829         cairo-ft directly following changes in r28864.
1831         * WebKit.pri:
1833 2007-12-12  Alp Toker  <alp@atoker.com>
1835         Reviewed by Mark Rowe.
1837         http://bugs.webkit.org/show_bug.cgi?id=16302
1838         [GTK] Compiler flags for optimization
1840         Use the compiler flags -fno-exceptions -fno-rtti.
1842         This patch does not add all the flags discussed in the bug report,
1843         only these two.
1845         * WebKit.pri:
1847 2007-12-04  Xan Lopez  <xan@gnome.org>
1849         Reviewed by Alp Toker.
1851         http://bugs.webkit.org/show_bug.cgi?id=15561
1852         GTK port needs DumpRenderTree implementation
1854         Start work on the GTK+ DRT.
1856         * WebKit.pro:
1858 2007-11-30  Alp Toker  <alp@atoker.com>
1860         Reviewed by Adam Roben.
1862         http://bugs.webkit.org/show_bug.cgi?id=15691
1863         [GTK] Public API does not follow GTK+ conventions
1865         Refactor the WebKit/GTK+ public API. Changes:
1866           WebKitPage -> WebKitWebView
1867           WebKitFrame -> WebKitWebFrame
1869         Public API source and header names have been updated to mirror the API
1870         changes.
1872         The API is now kept in WebKit/gtk/WebView to match other ports in the
1873         same class such as Mac and Win.
1875         * WebKit.pri:
1877 2007-11-26  Rodney Dawes  <dobey@wayofthemonkey.com>
1879         Reviewed by Mark Rowe.
1881         Set CONFIG option for the window system GTK+ is using
1883         * WebKit.pri:
1885 2007-11-22  Alp Toker  <alp@atoker.com>
1887         GTK+ build fix. Pass a correct LIBDIR value.
1889         * WebKit.pri:
1891 2007-11-20  Mark Rowe  <mrowe@apple.com>
1893         Reviewed by Alp Toker.
1895         * WebKit.pri: Add in -Wno-unused-parameter to silence warnings in WebCore.
1897 2007-11-20  Alp Toker  <alp@atoker.com>
1899         Reviewed by Simon Hausmann.
1901         Clean up GTK+ port configuration.
1903         Use similar compiler warning flags to the Mac build.
1905         Add the qmake changes needed for DirectFB support.
1907         * WebKit.pri:
1909 2007-11-07  Simon Hausmann  <hausmann@kde.org>
1911         Reviewed by Mark.
1913         Add WebKit/qt/Api to the dependency path when building QtLauncher and DumpRenderTree.
1914         That means that changes to the public API of the Qt port also trigger a rebuild of the tools.
1916         * WebKit.pri:
1918 2007-10-03  Lars Knoll  <lars@trolltech.com>
1920         Signed off by olliej.
1922         move WebKitQt to WebKit/qt for consistency with the other ports.
1924         * WebKit.pri:
1925         * WebKit.pro:
1927 2007-10-03  Lars Knoll  <lars@trolltech.com>
1929         Reviewed by olliej.
1931         Move the Qt version of DRT into the correct place and put the binary into BUILDDIR/bin.
1933         * WebKit.pro:
1935 2007-09-29  Holger Hans Peter Freyther  <zecke@selfish.org>
1937         Reviewed by Mark.
1939         -Fix http://bugs.webkit.org/show_bug.cgi?id=13226.
1940         Remove Bakefiles from svn.
1942         * Bakefiles/Bakefiles.bkgen: Removed.
1943         * Bakefiles/ChangeLog: Removed.
1944         * Bakefiles/Readme.txt: Removed.
1945         * Bakefiles/presets.bkl: Removed.
1946         * Bakefiles/update-file-lists.py: Removed.
1948 2007-09-20  Holger Hans Peter Freyther  <zecke@selfish.org>
1950         Rubber stamped by Adam.
1952         Renamed files from *Gdk to *Gtk (see #14732) using the
1953         work of Juan A. Suarez Romero as a base.
1955         GDK -> GTK
1957         * WebKit.pri:
1958         * WebKit.pro:
1960 2007-07-29  Brian Mastenbrook  <brian@mastenbrook.net>
1962         Build fix for WebKit/Gtk to compile on Fedora 7 as described in
1963         http://bugs.webkit.org/show_bug.cgi?id=14557
1965         * WebKit.pri: cairo-ft is used by the WebKit/Gtk port
1967 2007-07-27  Simon Hausmann  <hausmann@kde.org>
1969         Done with and reviewed by Lars and Zack.
1971         Exclude DumpRenderTree from the Qt build on Windows for now.
1973         * WebKit.pro:
1975 2007-07-27  Simon Hausmann  <hausmann@kde.org>
1977         Done with and reviewed by Lars and Zack.
1979         Temporarily disable the ICO support for the Qt build on Windows.
1981         * WebKit.pro:
1983 2007-07-26  Simon Hausmann  <hausmann@kde.org>
1985         Reviewed by Lars.
1987         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.
1989         * WebKit.pri:
1991 2007-07-22  Holger Hans Peter Freyther  <zecke@selfish.org>
1993         Reviewed by Adam.
1995         Add WebKit/gtk/Api and WebCoreSupport API to the INCLUDEPATH to allow GdkLauncher to be
1996         build against it.
1998         * WebKit.pri:
2000 2007-07-18  Simon Hausmann  <hausmann@kde.org>
2002         Reviewed by Zack.
2004         Don't call gcc directly when building the dftables tool but use a separate .pro file for the Qt build.
2006         * WebKit.pro:
2008 2007-07-18  Timothy Hatcher  <timothy@apple.com>
2010         Add a SCRIPTS_PATH variable so Makefiles of differnet nested directories can
2011         still use this one Makefile.shared as an include.
2013         * Makefile.shared:
2015 2007-07-12  George Staikos  <staikos@kde.org>
2017         Fix build in debug mode.
2019         * WebKit.pri:
2021 2007-07-11  Holger Hans Peter Freyther  <zecke@selfish.org>
2023         Reviewed by Darin.
2025         As of http://bugs.webkit.org/show_bug.cgi?id=14527 move the
2026         WebCore/ForwardingHeader/JavaScriptCore to JavaScriptCore
2028         * WebKit.pri: Adjust INCLUDEPATH
2030 2007-06-25  Adam Roben  <aroben@apple.com>
2032         Really remove LayoutTestResults.
2034         * LayoutTestResults: Removed.
2036 2007-06-25  Adam Roben  <aroben@apple.com>
2038         Fix Bug 14405: LayoutTestResults/qt should be in LayoutTests/qt
2039         http://bugs.webkit.org/show_bug.cgi?id=14405
2041         Reviewed by Anders.
2043         * LayoutTestResults: Removed.
2045 2007-06-25  Alp Toker  <alp.toker@collabora.co.uk>
2047         Reviewed by Mark.
2049         http://bugs.webkit.org/show_bug.cgi?id=13975
2050         Use system-provided libjpeg and libpng
2052         * WebKit.pri: Link against external libjpeg and libpng.
2054 2007-06-20  Adam Roben  <aroben@apple.com>
2056         Reviewed by Simon Hausmann.
2058         More Gdk build fixing.
2060         * WebKit.pro:
2062 2007-06-15  Adam Treat  <adam@staikos.net>
2064         Reviewed by George Staikos.
2066         Add ICO support to the Qt build.
2068         * WebKit.pro:
2070 2007-06-13  George Staikos  <staikos@kde.org>
2072         Reviewed by Lars.
2074         Compile without self-linking.
2076         * WebKit.pri:
2078 2007-06-13  Simon Hausmann  <hausmann@kde.org>
2080         Reviewed by Lars.
2082         * WebKit.pri: WebKitQt is now called QtWebKit.
2084 2007-05-31  Alp Toker  <alp.toker@collabora.co.uk>
2086         Reviewed by Eric Seidel.
2088         http://bugs.webkit.org/show_bug.cgi?id=13941
2089         Rename WebCore/platform/network/gdk to WebCore/platform/network/curl
2091         * WebKit.pri:
2093 2007-05-18  Holger Hans Peter Freyther  <zecke@selfish.org>
2095         Reviewed by Mark Rowe.
2097         * WebKit.pro: Build testkjs for Gdk and Qt
2099 2007-05-11  Holger Freyther <freyther@kde.org>
2101         Reviewed by Mark Rowe.
2103         Move libcurl configuration into WebKit.pri so it will be used by GdkLauncher,
2104         and add ICU configuration to QMAKE_CXXFLAGS.
2106         * WebKit.pri:
2108 2007-05-06  Erik Bunce  <kde@bunce.us>
2110         Reviewed by Mark Rowe.
2112         * WebKit.pri:
2113         Removed unnecessary dependency on MacPorts (/opt/local)
2115 2007-05-03  Holger Freyther <freyther@kde.org>
2117         Reviewed by Zack, landed by Simon.
2118         This is bugzilla bug 13499.
2120         * WebKit.pri: Place Qt into a scope, start sharing qmake with the Gdk
2121         port
2122         * WebKit.pro: Place Qt into a scope, start sharing qmake with the Gdk
2123         port
2125 2007-04-27  Holger Freyther <freyther@kde.org>
2127         Reviewed by Maciej.
2129         Remove unmaintained CMake build system.
2131         * CMakeLists.txt: Removed.
2133 2007-01-30  Simon Hausmann  <hausmann@kde.org>
2135         Reviewed by Zack.
2137         * WebKit.pri: libJavaScriptCore is gone with the Qt build
2138         * WebKit.pro:
2140 2007-01-26  George Staikos  <staikos@kde.org>
2142         Remove headers - not needed now.
2144         * WebKit.pri:
2146 2007-01-23  George Staikos <staikos@kde.org>
2148         Put everything back since we can't build everything without it yet.
2150         * WebKit.pri:
2152 2007-01-16  Lars Knoll <lars@trolltech.com>
2154         Reviewed by Zack
2156         Remove everything but the new public API from
2157         the include path.
2159         * WebKit.pri:
2161 2007-01-11  George Staikos  <staikos@kde.org>
2163         Fix the Qt build
2165         * WebKit.pri:
2167 2007-01-03  Lars Knoll <lars@trolltech.com>
2169         Fix the Qt build
2171         * WebKit.pri:
2173 2006-12-17  Simon Hausmann  <hausmann@kde.org>
2175         Reviewed by Rob Buis.
2177         * WebKit.pro: Build testkjs.
2179 2006-12-14  Timothy Hatcher  <timothy@apple.com>
2181         Reviewed by Brady.
2183         * Makefile.shared: use $PIPESTATUS[0] and a sub-shell to exit with xcodebuild's exit status
2185 2006-12-13  Maciej Stachowiak  <mjs@apple.com>
2187         Reviewed by Brady and Anders.
2189         * Makefile.shared: Stop spewing the environment all the time, at least for command-line builds.
2191 2006-12-10  Zack Rusin  <zack@kde.org>
2193         Client classes have been moved to WebKitQt/WebCoreSupport so
2194         adjusting the pri file.
2196         * WebKit.pri:
2198 2006-12-10  George Staikos  <staikos@kde.org>
2200         Reviewed by Zack.
2202         Add WebKitBuild/Release back to the output dir for external build cases.
2204         * WebKit.pri:
2206 2006-12-10  Zack Rusin  <zack@kde.org>
2208         Fix the link directory location.
2210         * WebKit.pri:
2212 2006-12-10  Lars Knoll <lars@trolltech.com>
2214         Reviewed by Zack
2216         Include DumpRenderTree in the Qt build
2218         * WebKit.pro:
2220 2006-12-09  George Staikos  <staikos@kde.org>
2222         Reviewed by Zack.
2224         Correct the path to the libraries for QMake.
2226         * WebKit.pri:
2228 2006-12-09  Lars Knoll <lars@trolltech.com>
2230         Reviewed by Zack
2232         Make it possible to build WebKit with qmake.
2234         * WebKit.pri: Added.
2235         * WebKit.pro: Added.
2237 2006-11-19  Simon Hausmann  <hausmann@kde.org>
2239         Reviewed by Zack.
2241         http://bugs.webkit.org/show_bug.cgi?id=11649
2243         * CMakeLists.txt: Fix Qt-only build without KDE cmake files
2245 2006-10-30  Timothy Hatcher  <timothy@apple.com>
2247         Reviewed by Brady.
2249         Make the universal build return non-zero when module make fails.
2251         * Makefile:
2253 2006-10-30  Stephanie Lewis  <slewis@apple.com>
2255         Reviewed by Darin.
2257         Change Makefiles to return non-zero when module make fails.
2259         * Makefile:
2261 2006-10-27  Brady Eidson  <beidson@apple.com>
2263         Rubber stamped by Tim Hatcher
2265         Added "make universal" to build universal binaries
2267         * Makefile:
2268         * Makefile.shared:
2270 2006-10-01  Nikolas Zimmermann  <zimmermann@kde.org>
2272         Reviewed by eseidel.
2274         * CMakeLists.txt: add option to disable colored output when building on the buildbot