2008-08-22 Anders Carlsson <andersca@apple.com>
[webkit/qt.git] / ChangeLog
blobd20dcb7f07b6bf1a6cc5da4f3c1d0e6fc690dc45
1 2008-08-10  Jan Michael Alonzo  <jmalonzo@webkit.org>
3         Reviewed (and updated) by Alp Toker.
5         https://bugs.webkit.org/show_bug.cgi?id=16620
6         [GTK] Autotools make dist and make check support
8         Get make dist working.
10         Note that not all possible configurations have been tested yet.
12         * GNUmakefile.am:
14 2008-08-09  Marco Barisione  <marco.barisione@collabora.co.uk>
16         Reviewed by Alp Toker.
18         http://bugs.webkit.org/show_bug.cgi?id=19045
19         [gtk] ./configure doesn't check for x toolkit availability
21         Some old versions of Xt do not provide xt.pc, in this case use
22         AC_CHECK_LIB to check if the library is installed and then fall back
23         to using just -lXt.
25         * configure.ac:
27 2008-08-09  Alp Toker  <alp@nuanti.com>
29         GTK+ build fixes.
31         Back out r20338 libxslt check (conditional check already exists and
32         this broke the build).
34         Make the flex version check a warning rather than fatal to fix the
35         build bot.
37         * configure.ac:
39 2008-08-08  Jan Michael Alonzo  <jmalonzo@webkit.org>
41         Reviewed by Mark Rowe.
43         http://bugs.webkit.org/show_bug.cgi?id=20338
44         [Gtk] Autotools should check for libxslt
46         Autotools check for libxslt
48         * configure.ac:
50 2008-08-07  Kalle Vahlman  <zuh@iki.fi>
52         Reviewed by David Kilzer.
54         Check for correct flex version to avoid faulty builds
56         A correct Webkit build requires flex 2.5.33 but autotools build doesn't check for it
57         https://bugs.webkit.org/show_bug.cgi?id=20253
59         acinclude.m4: Import AX_COMPARE_VERSION macro
60         configure.ac: Check for flex version
62         * acinclude.m4:
63         * configure.ac:
65 2008-08-07  Simon Hausmann  <hausmann@webkit.org>
67         Rubber-stamped by Lars.
69         Added API tests for QWebPage/QWebFrame based on QTestLib.
71         * WebKit.pro: Add WebKit/qt/tests to the build.
73 2008-08-06  Marco Barisione  <marco.barisione@collabora.co.uk>
75         Reviewed by Eric Seidel.
77         http://bugs.webkit.org/show_bug.cgi?id=20276
78         [GTK] Makefile rules for the enum GTypes files depend on Makefile
79         instead of GNUmakefile
81         The patch committed in revision 34649 added the code needed to
82         generate GTypes for enums but the makefile rules for
83         stamp-webkitenumtypes.h and webkitenumtypes.cpp were depending on
84         Makefile (used by other ports) instead of GNUmakefile.
86         * GNUmakefile.am: Depend on GNUmakefile instead of Makefile.
88 2008-08-05  Marco Barisione  <marco.barisione@collabora.co.uk>
90         Reviewed by Alp Toker.
92         http://bugs.webkit.org/show_bug.cgi?id=19045
93         [gtk] ./configure doesn't check for x toolkit availability
95         Check for the .pc file for Xt instead of hard coding -lXt in the
96         GNUmakefile.am.
98         Thanks to Dominik Röttsches for the initial patch.
100         * GNUmakefile.am:
101         * configure.ac:
103 2008-07-30  Marco Barisione  <marco.barisione@collabora.co.uk>
105         Reviewed by Holger.
107         http://bugs.webkit.org/show_bug.cgi?id=19742
108         [GTK] Auto generate webkitmarshal.list
110         Auto generate webkitmarshal.list from source files to reduce the
111         number of conflicts when merging git branches or when applying
112         patches.
113         Also rename webkit-marshal.* to webkitmarshal.* for consistency.
115         * GNUmakefile.am:
117 2008-07-25  Jan Michael Alonzo  <jmalonzo@webkit.org>
119         Reviewed by Mark Rowe.
121         Copy the way Gtk detects jpeglib. Hinted by Wouter Bolsterlee.
123         [Gtk] Improve detection jpeglib
124         https://bugs.webkit.org/show_bug.cgi?id=17865
126         * GNUmakefile.am:
127         * configure.ac:
129 2008-07-25  Simon Hausmann  <hausmann@webkit.org>
131         Discussed with and rubber-stamped by Lars.
133         Fix the build system for the Qt port.
135         Recent JavaScriptCore changes require the addition of JavaScriptCore/API to the
136         include search path. With a build process that combines JavaScriptCore and
137         WebCore in one build process/Makefile the existance of
138         JavaScriptCore/API/Node.h and WebCore/dom/Node.h causes include conflicts.
140         This commit solves this by introducing a separate build of JavaScriptCore into
141         a static library.
143         As a result of the split-up a race-condition due to broken dependencies of
144         regular source files to header files of generated sources showed up very
145         frequently when doing parallel builds (which the buildbot does). This commit at
146         the same time tries to address the dependency problem by making the
147         addExtraCompiler() function also generate a pseudo extra compiler that
148         represents the header file output, so that qmake is aware of the creation of
149         the header file for dependency calculation.
151         At the same time I removed a lot of cruft from the pro files to ease maintenance.
153         * WebKit.pri:
154         * WebKit.pro:
156 2008-06-18  Marco Barisione  <marco.barisione@collabora.co.uk>
158         Reviewed by Alp Toker.
160         https://bugs.webkit.org/show_bug.cgi?id=19171
161         [GTK] GTypes for enumerations
163         Generate GTypes for public enumerations so they can be used as
164         properties.
166         * GNUmakefile.am: Generate webkit-enum-types.cpp and
167         webkit-enum-types.h.
169 2008-06-16  Simon Hausmann  <hausmann@webkit.org>
171         Fix the Qt build. testkjs.pro is now called jsc.pro.
173         * WebKit.pro:
175 2008-06-15  Alp Toker  <alp@nuanti.com>
177         Rubber-stamped by Maciej.
179         Install 'jsc' application by default.
181         * GNUmakefile.am:
183 2008-06-08  Alp Toker  <alp@nuanti.com>
185         autotools/GTK+ build system cleanup. Don't include WebKit API in the
186         WebCore build as it's no longer needed since r34426.
188         * GNUmakefile.am:
190 2008-06-08  Alp Toker  <alp@nuanti.com>
192         Rubber-stamped by Mark Rowe.
194         Bring back -fstrict-aliasing for JavaScriptCore which was removed in
195         r31821, since aliasing issues have now been fixed.
197         Use -O3, not -O2 for the JavaScriptCore build.
199         * GNUmakefile.am:
200         * configure.ac:
202 2008-06-05  Christian Dywan  <christian@twotoasts.de>
204         Reviewed by Alp Toker.
206         https://bugs.webkit.org/show_bug.cgi?id=14141
207         Please add a version to the Gtk port
209         * GNUmakefile.am:
211 2008-06-02  Alp Toker  <alp@nuanti.com>
213         GTK+/autotools Windows build system fixes.
215         * GNUmakefile.am:
216         * configure.ac:
218 2008-06-02  Jan Michael Alonzo  <jmalonzo@webkit.org>
220         Reviewed by Alp Toker.
222         Build WebCore GTK+ sources as part of WebCore, not WebKit.
223         Split common and GTK+-specific sources into separate file lists.
225         * GNUmakefile.am:
227 2008-06-01  Josh Triplett  <josh@freedesktop.org>
229         Reviewed by Alp Toker.
231         http://bugs.webkit.org/show_bug.cgi?id=16891
232         [GTK] autotools build is slow
234         Add dolt revision 5e9eef10 to the autotools build system. Speeds up
235         the build, often by a factor of two or more on supported platforms,
236         otherwise falls back to libtool.
238         See http://dolt.freedesktop.org for details.
240         * acinclude.m4: Added.
241         * configure.ac:
243 2008-05-25  Jan Michael Alonzo  <jmalonzo@webkit.org>
245         Reviewed by Alp Toker.
247         http://bugs.webkit.org/show_bug.cgi?id=19142
248         [Gtk] Remove build options --svg-experimental and --cross-document-messaging
250         * configure.ac:
252 2008-05-24  Alp Toker  <alp@nuanti.com>
254         GTK+/Win32 build fixes. Link against Windows ICU without using
255         icu-config since it's not available on that platform.
257         Link against Ws2_32 when the curl http backend is chosen since we
258         use select() directly.
260         * configure.ac:
262 2008-05-23  Alp Toker  <alp@nuanti.com>
264         GTK+ fixes for building without database support.
266         * configure.ac:
268 2008-05-20  Jan Michael Alonzo  <jmalonzo@webkit.org>
270         Reviewed by Alp Toker.
272         Fix for previous autotools change.
274         * configure.ac:
276 2008-05-20  Jan Michael Alonzo  <jmalonzo@webkit.org>
278         Reviewed by Alp.
280         http://bugs.webkit.org/show_bug.cgi?id=18483
281         [Gtk] Autotools should match build-webkit default flags
283         * configure.ac:
285 2008-05-19  Alp Toker  <alp@nuanti.com>
287         GTK+ build fix for Mac/Win. Don't check for FreeType/FontConfig when
288         the Pango font backend is selected.
290         * GNUmakefile.am:
291         * configure.ac:
293 2008-05-16  Julien Chaffraix  <jchaffraix@webkit.org>
295         Reviewed by Eric.
297         Preparatory work for bug 9191: JS*ElementWrapperFactory should be autogenerated
299         * configure.ac: Add HTML_FLAGS and set it when video is enabled.
301 2008-05-15  Ariya Hidayat  <ariya.hidayat@trolltech.com>
303         Reviewed by Simon.
305         Since WebKitGtk is fully using autotools now, clean-up the .pro/.pri files
306         from gtk-port.
308         * WebKit.pri:
309         * WebKit.pro:
311 2008-05-09  Anders Carlsson  <andersca@apple.com>
313         Reviewed by Mark.
315         Add x86_64 rule.
316         
317         * Makefile:
319 2008-05-09  Simon Hausmann  <hausmann@webkit.org>
321         Reviewed by Holger.
323         Removed explicit linkage against libxml and libxslt on Qt/Mac builds.
324         
325         This dependency is completely unnecessary here and creates only problems by
326         propagating through WebCore.pro over libQtWebKit.prl right now customer
327         applications.
328         
330         * WebKit.pri:
332 2008-05-02  Anders Carlsson  <andersca@apple.com>
334         Reviewed by Mark.
336         Add an "x86_64" make rule.
337         
338         * Makefile.shared:
340 2008-05-02  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
342         Reviewed by Eric.
344         https://bugs.webkit.org/show_bug.cgi?id=18811
345         Enable dashboard and offline web apps in autotools
347         * configure.ac:
349 2008-05-01  Marc Ordinas i Llopis  <marc.ordinasillopis@collabora.co.uk>
351         Reviewed by Alp Toker.
353         https://bugs.webkit.org/show_bug.cgi?id=14750
354         Added support for NPAPI plugins on Gtk and Qt-x11 ports.
356         * GNUmakefile.am: Added Xt library.
358 2008-04-29  David Kilzer  <ddkilzer@apple.com>
360         BUILD FIX for ENABLE(DASHBOARD_SUPPORT)
362         * configure.ac: Added conditional for ENABLE_DASHBOARD_SUPPORT.
364 2008-04-22  Alp Toker  <alp@nuanti.com>
366         GTK+ debug build fix for changes in r32257.
368         * GNUmakefile.am:
370 2008-04-18  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
372         Reviewed by Alp Toker.
374         http://bugs.webkit.org/show_bug.cgi?id=16620
375         [GTK] Autotools make dist and make check support
377         Cleanups.
379         * GNUmakefile.am:
381 2008-04-11  Mark Rowe  <mrowe@apple.com>
383         Rubber-stamped by Antti Koivisto.
385         * GNUmakefile.am: Disable a warning that GCC 4.3 triggers all over the show.
387 2008-04-17  Alp Toker  <alp@atoker.com>
389         GTK+ build fix. Back out the libjpeg check part of r32008 from bug
390         #17865 (reopened).
392         * configure.ac:
394 2008-04-17  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
396         Reviewed by Alp Toker.
398         http://bugs.webkit.org/show_bug.cgi?id=17865
399         [Gtk] Improve detection of jpeglib and glib tools
401         Improve detecting jpeglib and glib tools
403         * configure.ac: Throw an error if the dependencies above are
404         currently not installed
406 2008-04-14  Xan Lopez  <xan@gnome.org>
408         Reviewed by Alp Toker.
410         http://bugs.webkit.org/show_bug.cgi?id=17917
411         Bug 17917: Cookie support for HTTP soup backend
413         Bumped the libsoup required version to 2.23 for cookie support.
415         * configure.ac:
417 2008-04-11  Mark Rowe  <mrowe@apple.com>
419         Rubber-stamped by Anders Carlsson.
421         Fix https://bugs.webkit.org/show_bug.cgi?id=18430
422         Bug 18430: SIGSEGV on amd64 when built with gcc 4.3
424         GCC 4.3 generates bad code in some instances when working with our HashTables
425         as some of the HashTable code violates the strict aliasing requirements.  Since
426         GCC 4.2 this code has generated warnings when -fstrict-aliasing is enabled. Until
427         the code can be fixed to be safe with strict aliasing enabled, we will disable
428         strict aliasing.
430         * GNUmakefile.am:
432 2008-03-12  Michael Emmel  <mike.emmel@gmail.com>
434         Reviewed by Alp Toker.
436         http://bugs.webkit.org/show_bug.cgi?id=18397
437         Fix leaving spaces before parens in functions
439         * WebKitTools/Scripts/wkstyle:
441 2008-04-07  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
443         Build fix, rubber-stamped and landed by ap.
445         * configure.ac: Add autoconf flag for HTML5 client-side session and persistent storage support.
447 2008-03-21  Rodney Dawes  <dobey@wayofthemonkey.com>
449         Reviewed by Holger.
451         Remove the JSCore include path options from global_cppflags.
452         Place JSCore include path options in javascriptcore_cppflags.
453         Add javascriptcore_cppflags to libWebCore_la_CPPFLAGS.
455         * GNUmakefile.am:
457 2008-03-20  Jasper Bryant-Greene  <jasper@unix.geek.nz>
459         Reviewed by Anders.
461         Resolves http://bugs.webkit.org/show_bug.cgi?id=16092
462         "[GTK] Middle-mouse click should allow opening a URL in a new tab"
464         Added WebKitNavigationAction object to GTK API
466         * GNUmakefile.am:
468 2008-03-12  Xan Lopez  <xan@gnome.org>
470         Reviewed by Alp Toker.
472         http://bugs.webkit.org/show_bug.cgi?id=15229
474         Add optional font backend support with freetype and pango
475         backends. Default is freetype for now.
477         Original patch by Sven Herzberg <sven@imendio.com>
479         * configure.ac:
481 2008-03-11  Xan Lopez  <xan@gnome.org>
483         Reviewed by Alp Toker.
485         http://bugs.webkit.org/show_bug.cgi?id=16476
487         Add support for multiple http backends, and add soup backend (off by default).
488         
489         * GNUmakefile.am:
490         * configure.ac:
492 2008-03-07  Simon Hausmann  <hausmann@webkit.org>
494         Reviewed by Darin.
496         Done with Lars.
498         Added plugins subdirectory to the include path.
500         * WebKit.pri:
502 2008-03-09  Alp Toker  <alp@atoker.com>
504         GTK+ build fix for r30913.
506         Use UNICODE_CFLAGS for C++ sources as well as C sources.
508         * GNUmakefile.am:
510 2008-03-09  Jürg Billeter  <j@bitron.ch>
512         Reviewed by Alp Toker.
514         Conditionalise ICU for Unicode in the GTK+ port.
516         * GNUmakefile.am:
517         * configure.ac:
519 2008-03-03  Brent Fulgham  <bfulgham@gmail.com>
521         Reviewed by Alp Toker.
523         http://bugs.webkit.org/show_bug.cgi?id=17644
524         Build GTK on Mac OS X using native ICU library
526         Use Apple native ICU libraries when building GTK
527         webkit on Mac OS.
529         * configure.ac:
531 2008-03-02  Brent Fulgham  <bfulgham@gmail.com>
533         Reviewed by Alp Toker.
535         Add ICU_CPPFLAGS earlier in include path for WebCore
536         so that we find $(icu_cppflags)/unicode/utf8.h, rather than
537         the wtf/unicode/UTF8.h on case-insensitive file systems.
539         * GNUmakefile.am:
541 2008-03-02  Alp Toker  <alp@atoker.com>
543         Reviewed by Mark Rowe.
545         Split the WebKit GTK+ build out of the WebCore build and change the
546         shared object name to match the package name.
548         * GNUmakefile.am:
550 2008-02-28  Alp Toker  <alp@atoker.com>
552         Fix a configure script typo spotted by Kalle Vahlman.
554         * configure.ac:
556 2008-02-26  Timothy Hatcher  <timothy@apple.com>
558         Reviewed by Darin Adler.
560         Add "64" and "64u" make rules to allow easy building of 64-bit versions.
562         make 64: will build Intel-only 64-bit.
563         make 64u: will build 4-way universal for PPC and Intel.
565         * Makefile:
566         * Makefile.shared:
568 2008-02-23  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
570         Rubber stamped by Darin.
572         Add separator '\' after libJavaScriptCore_la_LIBADD and cleanup
573         whitespaces introduced in the previous commit.
575         * GNUmakefile.am: 
577 2008-02-23  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
579         Rubber-stamped by Darin.
581         * GNUmakefile.am: Add both GLOBALDEPS and WEBKITDEPS instead of DEPENDENCIES.
582         * configure.ac: Break dependent modules into GLOBALDEPS and WEBKITDEPS.
584 2008-02-21  Alp Toker  <alp@atoker.com>
586         Fix a configure script typo.
588         * configure.ac:
590 2008-02-21  Alp Toker  <alp@atoker.com>
592         GTK+/autotools SVG experimental build fix
594         Don't enable SVG filters in --enable-svg-experimental.
596         This feature isn't supported at all yet. Developers can enable it
597         explicitly by passing --enable-svg-filters if needed.
599         * configure.ac:
601 2008-02-21  Mike Auty  <mike.auty@gmail.com>
603         Reviewed by Alp Toker.
605         http://bugs.webkit.org/show_bug.cgi?id=17445
606         [GTK] WebKit doesn't compile with LDFLAGS="-Wl,--as-needed"
608         The GNUmakefile.am files make use of the LDFLAGS variable to include library
609         additions such as -ljpeg etc.  Unfortunately, if these inclusions aren't made
610         in LIBADD/LDADD variables, then they are mis-ordered during the linking.
612         The as-needed flag discards libraries whose functions have not been needed by
613         earlier libraries, which therefore makes the ordering important.
615         This moves all -l library inclusion statements from LDFLAGS variables to
616         LIBADD/LDADD variables.
618         * GNUmakefile.am:
620 2008-02-15  Alp Toker  <alp@atoker.com>
622         Reviewed by Holger.
624         GTK+ configure script cleanups
626         Categorize the configuration summary printout.
627         Bump GTK+ requirement to 2.8.
628         Rename 'webkit_target' to just 'target'.
629         Don't check for pthread on Win32.
631         * configure.ac:
633 2008-02-14  Adam Roben  <aroben@apple.com>
635         Turn on cross-document messaging support by default
637         Reviewed by Darin.
639         * configure.ac:
641 2008-02-14  Adam Roben  <aroben@apple.com>
643         Conditionalize cross-document messaging support
645         The cross-document messaging parts of HTML 5 are in flux and we want
646         ports to be able to turn off the support as needed.
648         Note that the support is turned off by default right now. A subsequent
649         commit will turn it on by default.
651         Reviewed by Darin.
653         * configure.ac:
655 2008-02-12  Rodney Dawes  <dobey@wayofthemonkey.com>
657         Reviewed by Alp Toker.
659         Add a --with-hildon argument to configure.ac for adding MAEMO_CHANGES
660         to the CPPFLAGS for WebCore and WebKit
661         Add a pkgconfig check for hildon-1 when --with-hildon specified
662         Output the use of Hildon support in the summary
663         Add HILDON_CPPFLAGS to webkitgtk_cppflags
664         Add HILDON_CFLAGS to libWebKitGtk_la_CFLAGS
665         Add HILDON_LIBS to libWebKitGtk_la_LDFLAGS
667         * configure.ac:
668         * GNUmakefile.am:
670 2008-02-08  Alp Toker  <alp@atoker.com>
672         Rubber-stamped by Maciej.
674         Bump autoconf CAIRO_REQUIRED_VERSION up to 1.4.
676         * configure.ac:
678 2008-02-06  Timothy Hatcher  <timothy@apple.com>
680         Rubber-stamped by Mark Rowe.
682         Dump of bugs.webkit.org's Bugzilla instance.
684         * BugsSite: Added.
685         * BugsSite/.htaccess: Added.
686         * BugsSite/Bugzilla: Added.
687         * BugsSite/Bugzilla.pm: Added.
688         * BugsSite/Bugzilla/.cvsignore: Added.
689         * BugsSite/Bugzilla/.htaccess: Added.
690         * BugsSite/Bugzilla/Attachment.pm: Added.
691         * BugsSite/Bugzilla/Auth: Added.
692         * BugsSite/Bugzilla/Auth.pm: Added.
693         * BugsSite/Bugzilla/Auth/Login: Added.
694         * BugsSite/Bugzilla/Auth/Login/WWW: Added.
695         * BugsSite/Bugzilla/Auth/Login/WWW.pm: Added.
696         * BugsSite/Bugzilla/Auth/Login/WWW/CGI: Added.
697         * BugsSite/Bugzilla/Auth/Login/WWW/CGI.pm: Added.
698         * BugsSite/Bugzilla/Auth/Login/WWW/CGI/Cookie.pm: Added.
699         * BugsSite/Bugzilla/Auth/Login/WWW/Env.pm: Added.
700         * BugsSite/Bugzilla/Auth/README: Added.
701         * BugsSite/Bugzilla/Auth/Verify: Added.
702         * BugsSite/Bugzilla/Auth/Verify/DB.pm: Added.
703         * BugsSite/Bugzilla/Auth/Verify/LDAP.pm: Added.
704         * BugsSite/Bugzilla/Bug.pm: Added.
705         * BugsSite/Bugzilla/BugMail.pm: Added.
706         * BugsSite/Bugzilla/CGI.pm: Added.
707         * BugsSite/Bugzilla/Chart.pm: Added.
708         * BugsSite/Bugzilla/Config.pm: Added.
709         * BugsSite/Bugzilla/Constants.pm: Added.
710         * BugsSite/Bugzilla/DB: Added.
711         * BugsSite/Bugzilla/DB.pm: Added.
712         * BugsSite/Bugzilla/DB/Mysql.pm: Added.
713         * BugsSite/Bugzilla/DB/Pg.pm: Added.
714         * BugsSite/Bugzilla/DB/Schema: Added.
715         * BugsSite/Bugzilla/DB/Schema.pm: Added.
716         * BugsSite/Bugzilla/DB/Schema/Mysql.pm: Added.
717         * BugsSite/Bugzilla/DB/Schema/Pg.pm: Added.
718         * BugsSite/Bugzilla/Error.pm: Added.
719         * BugsSite/Bugzilla/Flag.pm: Added.
720         * BugsSite/Bugzilla/FlagType.pm: Added.
721         * BugsSite/Bugzilla/Group.pm: Added.
722         * BugsSite/Bugzilla/Search.pm: Added.
723         * BugsSite/Bugzilla/Series.pm: Added.
724         * BugsSite/Bugzilla/Template: Added.
725         * BugsSite/Bugzilla/Template.pm: Added.
726         * BugsSite/Bugzilla/Template/Plugin: Added.
727         * BugsSite/Bugzilla/Template/Plugin/Bugzilla.pm: Added.
728         * BugsSite/Bugzilla/Template/Plugin/Hook.pm: Added.
729         * BugsSite/Bugzilla/Template/Plugin/User.pm: Added.
730         * BugsSite/Bugzilla/Token.pm: Added.
731         * BugsSite/Bugzilla/User: Added.
732         * BugsSite/Bugzilla/User.pm: Added.
733         * BugsSite/Bugzilla/User/Setting.pm: Added.
734         * BugsSite/Bugzilla/Util.pm: Added.
735         * BugsSite/CGI.pl: Added.
736         * BugsSite/PrettyPatch: Added.
737         * BugsSite/PrettyPatch/PrettyPatch.rb: Added.
738         * BugsSite/PrettyPatch/prettify.rb: Added.
739         * BugsSite/QUICKSTART: Added.
740         * BugsSite/README: Added.
741         * BugsSite/UPGRADING: Added.
742         * BugsSite/UPGRADING-pre-2.8: Added.
743         * BugsSite/ant.jpg: Added.
744         * BugsSite/attachment-aroben.cgi: Added.
745         * BugsSite/attachment.cgi: Added.
746         * BugsSite/buglist.cgi: Added.
747         * BugsSite/bugzilla.dtd: Added.
748         * BugsSite/chart.cgi: Added.
749         * BugsSite/checksetup.pl: Added.
750         * BugsSite/colchange.cgi: Added.
751         * BugsSite/collectstats.pl: Added.
752         * BugsSite/config.cgi: Added.
753         * BugsSite/contrib: Added.
754         * BugsSite/contrib/BugzillaEmail.pm: Added.
755         * BugsSite/contrib/README: Added.
756         * BugsSite/contrib/README.Mailif: Added.
757         * BugsSite/contrib/bug_email.pl: Added.
758         * BugsSite/contrib/bugmail_help.html: Added.
759         * BugsSite/contrib/bugzilla-submit: Added.
760         * BugsSite/contrib/bugzilla-submit/README: Added.
761         * BugsSite/contrib/bugzilla-submit/bugdata.txt: Added.
762         * BugsSite/contrib/bugzilla-submit/bugzilla-submit: Added.
763         * BugsSite/contrib/bugzilla-submit/bugzilla-submit.xml: Added.
764         * BugsSite/contrib/bugzilla.procmailrc: Added.
765         * BugsSite/contrib/bugzilla_email_append.pl: Added.
766         * BugsSite/contrib/bugzilla_ldapsync.rb: Added.
767         * BugsSite/contrib/bzdbcopy.pl: Added.
768         * BugsSite/contrib/cmdline: Added.
769         * BugsSite/contrib/cmdline/bugcount: Added.
770         * BugsSite/contrib/cmdline/bugids: Added.
771         * BugsSite/contrib/cmdline/buglist: Added.
772         * BugsSite/contrib/cmdline/bugs: Added.
773         * BugsSite/contrib/cmdline/bugslink: Added.
774         * BugsSite/contrib/cmdline/makequery: Added.
775         * BugsSite/contrib/cmdline/query.conf: Added.
776         * BugsSite/contrib/cvs-update.pl: Added.
777         * BugsSite/contrib/gnats2bz.pl: Added.
778         * BugsSite/contrib/gnatsparse: Added.
779         * BugsSite/contrib/gnatsparse/README: Added.
780         * BugsSite/contrib/gnatsparse/gnatsparse.py: Added.
781         * BugsSite/contrib/gnatsparse/magic.py: Added.
782         * BugsSite/contrib/gnatsparse/specialuu.py: Added.
783         * BugsSite/contrib/jb2bz.py: Added.
784         * BugsSite/contrib/mysqld-watcher.pl: Added.
785         * BugsSite/contrib/sendbugmail.pl: Added.
786         * BugsSite/contrib/sendunsentbugmail.pl: Added.
787         * BugsSite/contrib/syncLDAP.pl: Added.
788         * BugsSite/contrib/yp_nomail.sh: Added.
789         * BugsSite/createaccount.cgi: Added.
790         * BugsSite/data: Added.
791         * BugsSite/data/.htaccess: Added.
792         * BugsSite/data/attachments: Added.
793         * BugsSite/data/attachments/.htaccess: Added.
794         * BugsSite/data/duplicates: Added.
795         * BugsSite/data/mail: Added.
796         * BugsSite/data/mimedump-tmp: Added.
797         * BugsSite/data/mining: Added.
798         * BugsSite/data/nomail: Added.
799         * BugsSite/data/params: Added.
800         * BugsSite/data/template: Added.
801         * BugsSite/data/template/template: Added.
802         * BugsSite/data/template/template/en: Added.
803         * BugsSite/data/template/template/en/custom: Added.
804         * BugsSite/data/template/template/en/custom/account: Added.
805         * BugsSite/data/template/template/en/custom/account/auth: Added.
806         * BugsSite/data/template/template/en/custom/account/auth/ldap-error.html.tmpl: Added.
807         * BugsSite/data/template/template/en/custom/account/auth/login-small.html.tmpl: Added.
808         * BugsSite/data/template/template/en/custom/account/auth/login.html.tmpl: Added.
809         * BugsSite/data/template/template/en/custom/account/cancel-token.txt.tmpl: Added.
810         * BugsSite/data/template/template/en/custom/account/create.html.tmpl: Added.
811         * BugsSite/data/template/template/en/custom/account/created.html.tmpl: Added.
812         * BugsSite/data/template/template/en/custom/account/email: Added.
813         * BugsSite/data/template/template/en/custom/account/email/change-new.txt.tmpl: Added.
814         * BugsSite/data/template/template/en/custom/account/email/change-old.txt.tmpl: Added.
815         * BugsSite/data/template/template/en/custom/account/email/confirm.html.tmpl: Added.
816         * BugsSite/data/template/template/en/custom/account/exists.html.tmpl: Added.
817         * BugsSite/data/template/template/en/custom/account/password: Added.
818         * BugsSite/data/template/template/en/custom/account/password/forgotten-password.txt.tmpl: Added.
819         * BugsSite/data/template/template/en/custom/account/password/set-forgotten-password.html.tmpl: Added.
820         * BugsSite/data/template/template/en/custom/account/prefs: Added.
821         * BugsSite/data/template/template/en/custom/account/prefs/account.html.tmpl: Added.
822         * BugsSite/data/template/template/en/custom/account/prefs/email.html.tmpl: Added.
823         * BugsSite/data/template/template/en/custom/account/prefs/footer.html.tmpl: Added.
824         * BugsSite/data/template/template/en/custom/account/prefs/permissions.html.tmpl: Added.
825         * BugsSite/data/template/template/en/custom/account/prefs/prefs.html.tmpl: Added.
826         * BugsSite/data/template/template/en/custom/account/prefs/saved-searches.html.tmpl: Added.
827         * BugsSite/data/template/template/en/custom/account/prefs/settings.html.tmpl: Added.
828         * BugsSite/data/template/template/en/custom/admin: Added.
829         * BugsSite/data/template/template/en/custom/admin/classifications: Added.
830         * BugsSite/data/template/template/en/custom/admin/classifications/add.html.tmpl: Added.
831         * BugsSite/data/template/template/en/custom/admin/classifications/del.html.tmpl: Added.
832         * BugsSite/data/template/template/en/custom/admin/classifications/delete.html.tmpl: Added.
833         * BugsSite/data/template/template/en/custom/admin/classifications/edit.html.tmpl: Added.
834         * BugsSite/data/template/template/en/custom/admin/classifications/new.html.tmpl: Added.
835         * BugsSite/data/template/template/en/custom/admin/classifications/reclassify.html.tmpl: Added.
836         * BugsSite/data/template/template/en/custom/admin/classifications/select.html.tmpl: Added.
837         * BugsSite/data/template/template/en/custom/admin/classifications/update.html.tmpl: Added.
838         * BugsSite/data/template/template/en/custom/admin/components: Added.
839         * BugsSite/data/template/template/en/custom/admin/components/confirm-delete.html.tmpl: Added.
840         * BugsSite/data/template/template/en/custom/admin/components/create.html.tmpl: Added.
841         * BugsSite/data/template/template/en/custom/admin/components/created.html.tmpl: Added.
842         * BugsSite/data/template/template/en/custom/admin/components/deleted.html.tmpl: Added.
843         * BugsSite/data/template/template/en/custom/admin/components/edit.html.tmpl: Added.
844         * BugsSite/data/template/template/en/custom/admin/components/footer.html.tmpl: Added.
845         * BugsSite/data/template/template/en/custom/admin/components/list.html.tmpl: Added.
846         * BugsSite/data/template/template/en/custom/admin/components/select-product.html.tmpl: Added.
847         * BugsSite/data/template/template/en/custom/admin/components/updated.html.tmpl: Added.
848         * BugsSite/data/template/template/en/custom/admin/fieldvalues: Added.
849         * BugsSite/data/template/template/en/custom/admin/fieldvalues/confirm-delete.html.tmpl: Added.
850         * BugsSite/data/template/template/en/custom/admin/fieldvalues/create.html.tmpl: Added.
851         * BugsSite/data/template/template/en/custom/admin/fieldvalues/created.html.tmpl: Added.
852         * BugsSite/data/template/template/en/custom/admin/fieldvalues/deleted.html.tmpl: Added.
853         * BugsSite/data/template/template/en/custom/admin/fieldvalues/edit.html.tmpl: Added.
854         * BugsSite/data/template/template/en/custom/admin/fieldvalues/footer.html.tmpl: Added.
855         * BugsSite/data/template/template/en/custom/admin/fieldvalues/list.html.tmpl: Added.
856         * BugsSite/data/template/template/en/custom/admin/fieldvalues/select-field.html.tmpl: Added.
857         * BugsSite/data/template/template/en/custom/admin/fieldvalues/updated.html.tmpl: Added.
858         * BugsSite/data/template/template/en/custom/admin/flag-type: Added.
859         * BugsSite/data/template/template/en/custom/admin/flag-type/confirm-delete.html.tmpl: Added.
860         * BugsSite/data/template/template/en/custom/admin/flag-type/edit.html.tmpl: Added.
861         * BugsSite/data/template/template/en/custom/admin/flag-type/list.html.tmpl: Added.
862         * BugsSite/data/template/template/en/custom/admin/groups: Added.
863         * BugsSite/data/template/template/en/custom/admin/groups/change.html.tmpl: Added.
864         * BugsSite/data/template/template/en/custom/admin/groups/create.html.tmpl: Added.
865         * BugsSite/data/template/template/en/custom/admin/groups/created.html.tmpl: Added.
866         * BugsSite/data/template/template/en/custom/admin/groups/delete.html.tmpl: Added.
867         * BugsSite/data/template/template/en/custom/admin/groups/deleted.html.tmpl: Added.
868         * BugsSite/data/template/template/en/custom/admin/groups/edit.html.tmpl: Added.
869         * BugsSite/data/template/template/en/custom/admin/groups/list.html.tmpl: Added.
870         * BugsSite/data/template/template/en/custom/admin/groups/remove.html.tmpl: Added.
871         * BugsSite/data/template/template/en/custom/admin/keywords: Added.
872         * BugsSite/data/template/template/en/custom/admin/keywords/confirm-delete.html.tmpl: Added.
873         * BugsSite/data/template/template/en/custom/admin/keywords/create.html.tmpl: Added.
874         * BugsSite/data/template/template/en/custom/admin/keywords/created.html.tmpl: Added.
875         * BugsSite/data/template/template/en/custom/admin/keywords/edit.html.tmpl: Added.
876         * BugsSite/data/template/template/en/custom/admin/keywords/list.html.tmpl: Added.
877         * BugsSite/data/template/template/en/custom/admin/keywords/rebuild-cache.html.tmpl: Added.
878         * BugsSite/data/template/template/en/custom/admin/milestones: Added.
879         * BugsSite/data/template/template/en/custom/admin/milestones/confirm-delete.html.tmpl: Added.
880         * BugsSite/data/template/template/en/custom/admin/milestones/create.html.tmpl: Added.
881         * BugsSite/data/template/template/en/custom/admin/milestones/created.html.tmpl: Added.
882         * BugsSite/data/template/template/en/custom/admin/milestones/deleted.html.tmpl: Added.
883         * BugsSite/data/template/template/en/custom/admin/milestones/edit.html.tmpl: Added.
884         * BugsSite/data/template/template/en/custom/admin/milestones/footer.html.tmpl: Added.
885         * BugsSite/data/template/template/en/custom/admin/milestones/list.html.tmpl: Added.
886         * BugsSite/data/template/template/en/custom/admin/milestones/select-product.html.tmpl: Added.
887         * BugsSite/data/template/template/en/custom/admin/milestones/updated.html.tmpl: Added.
888         * BugsSite/data/template/template/en/custom/admin/products: Added.
889         * BugsSite/data/template/template/en/custom/admin/products/confirm-delete.html.tmpl: Added.
890         * BugsSite/data/template/template/en/custom/admin/products/deleted.html.tmpl: Added.
891         * BugsSite/data/template/template/en/custom/admin/products/footer.html.tmpl: Added.
892         * BugsSite/data/template/template/en/custom/admin/products/groupcontrol: Added.
893         * BugsSite/data/template/template/en/custom/admin/products/groupcontrol/confirm-edit.html.tmpl: Added.
894         * BugsSite/data/template/template/en/custom/admin/products/groupcontrol/edit.html.tmpl: Added.
895         * BugsSite/data/template/template/en/custom/admin/products/list-classifications.html.tmpl: Added.
896         * BugsSite/data/template/template/en/custom/admin/products/list.html.tmpl: Added.
897         * BugsSite/data/template/template/en/custom/admin/settings: Added.
898         * BugsSite/data/template/template/en/custom/admin/settings/edit.html.tmpl: Added.
899         * BugsSite/data/template/template/en/custom/admin/settings/updated.html.tmpl: Added.
900         * BugsSite/data/template/template/en/custom/admin/table.html.tmpl: Added.
901         * BugsSite/data/template/template/en/custom/admin/users: Added.
902         * BugsSite/data/template/template/en/custom/admin/users/confirm-delete.html.tmpl: Added.
903         * BugsSite/data/template/template/en/custom/admin/users/create.html.tmpl: Added.
904         * BugsSite/data/template/template/en/custom/admin/users/edit.html.tmpl: Added.
905         * BugsSite/data/template/template/en/custom/admin/users/list.html.tmpl: Added.
906         * BugsSite/data/template/template/en/custom/admin/users/listselectvars.html.tmpl: Added.
907         * BugsSite/data/template/template/en/custom/admin/users/search.html.tmpl: Added.
908         * BugsSite/data/template/template/en/custom/admin/users/userdata.html.tmpl: Added.
909         * BugsSite/data/template/template/en/custom/admin/versions: Added.
910         * BugsSite/data/template/template/en/custom/admin/versions/confirm-delete.html.tmpl: Added.
911         * BugsSite/data/template/template/en/custom/admin/versions/create.html.tmpl: Added.
912         * BugsSite/data/template/template/en/custom/admin/versions/created.html.tmpl: Added.
913         * BugsSite/data/template/template/en/custom/admin/versions/deleted.html.tmpl: Added.
914         * BugsSite/data/template/template/en/custom/admin/versions/edit.html.tmpl: Added.
915         * BugsSite/data/template/template/en/custom/admin/versions/footer.html.tmpl: Added.
916         * BugsSite/data/template/template/en/custom/admin/versions/list.html.tmpl: Added.
917         * BugsSite/data/template/template/en/custom/admin/versions/select-product.html.tmpl: Added.
918         * BugsSite/data/template/template/en/custom/admin/versions/updated.html.tmpl: Added.
919         * BugsSite/data/template/template/en/custom/attachment: Added.
920         * BugsSite/data/template/template/en/custom/attachment/choose.html.tmpl: Added.
921         * BugsSite/data/template/template/en/custom/attachment/content-types.html.tmpl: Added.
922         * BugsSite/data/template/template/en/custom/attachment/create.html.tmpl: Added.
923         * BugsSite/data/template/template/en/custom/attachment/created.html.tmpl: Added.
924         * BugsSite/data/template/template/en/custom/attachment/diff-file.html.tmpl: Added.
925         * BugsSite/data/template/template/en/custom/attachment/diff-footer.html.tmpl: Added.
926         * BugsSite/data/template/template/en/custom/attachment/diff-header.html.tmpl: Added.
927         * BugsSite/data/template/template/en/custom/attachment/edit.html.tmpl: Added.
928         * BugsSite/data/template/template/en/custom/attachment/list.html.tmpl: Added.
929         * BugsSite/data/template/template/en/custom/attachment/show-multiple.html.tmpl: Added.
930         * BugsSite/data/template/template/en/custom/attachment/updated.html.tmpl: Added.
931         * BugsSite/data/template/template/en/custom/bug: Added.
932         * BugsSite/data/template/template/en/custom/bug/activity: Added.
933         * BugsSite/data/template/template/en/custom/bug/activity/show.html.tmpl: Added.
934         * BugsSite/data/template/template/en/custom/bug/activity/table.html.tmpl: Added.
935         * BugsSite/data/template/template/en/custom/bug/choose.html.tmpl: Added.
936         * BugsSite/data/template/template/en/custom/bug/comments.html.tmpl: Added.
937         * BugsSite/data/template/template/en/custom/bug/create: Added.
938         * BugsSite/data/template/template/en/custom/bug/create/comment-guided.txt.tmpl: Added.
939         * BugsSite/data/template/template/en/custom/bug/create/comment.txt.tmpl: Added.
940         * BugsSite/data/template/template/en/custom/bug/create/create-guided.html.tmpl: Added.
941         * BugsSite/data/template/template/en/custom/bug/create/create.html.tmpl: Added.
942         * BugsSite/data/template/template/en/custom/bug/create/created.html.tmpl: Added.
943         * BugsSite/data/template/template/en/custom/bug/create/make-template.html.tmpl: Added.
944         * BugsSite/data/template/template/en/custom/bug/create/user-message.html.tmpl: Added.
945         * BugsSite/data/template/template/en/custom/bug/dependency-graph.html.tmpl: Added.
946         * BugsSite/data/template/template/en/custom/bug/dependency-tree.html.tmpl: Added.
947         * BugsSite/data/template/template/en/custom/bug/edit.html.tmpl: Added.
948         * BugsSite/data/template/template/en/custom/bug/knob.html.tmpl: Added.
949         * BugsSite/data/template/template/en/custom/bug/navigate.html.tmpl: Added.
950         * BugsSite/data/template/template/en/custom/bug/process: Added.
951         * BugsSite/data/template/template/en/custom/bug/process/bugmail.html.tmpl: Added.
952         * BugsSite/data/template/template/en/custom/bug/process/confirm-duplicate.html.tmpl: Added.
953         * BugsSite/data/template/template/en/custom/bug/process/header.html.tmpl: Added.
954         * BugsSite/data/template/template/en/custom/bug/process/midair.html.tmpl: Added.
955         * BugsSite/data/template/template/en/custom/bug/process/next.html.tmpl: Added.
956         * BugsSite/data/template/template/en/custom/bug/process/results.html.tmpl: Added.
957         * BugsSite/data/template/template/en/custom/bug/process/verify-new-product.html.tmpl: Added.
958         * BugsSite/data/template/template/en/custom/bug/show-multiple.html.tmpl: Added.
959         * BugsSite/data/template/template/en/custom/bug/show.html.tmpl: Added.
960         * BugsSite/data/template/template/en/custom/bug/show.xml.tmpl: Added.
961         * BugsSite/data/template/template/en/custom/bug/summarize-time.html.tmpl: Added.
962         * BugsSite/data/template/template/en/custom/bug/time.html.tmpl: Added.
963         * BugsSite/data/template/template/en/custom/bug/votes: Added.
964         * BugsSite/data/template/template/en/custom/bug/votes/delete-all.html.tmpl: Added.
965         * BugsSite/data/template/template/en/custom/bug/votes/list-for-bug.html.tmpl: Added.
966         * BugsSite/data/template/template/en/custom/bug/votes/list-for-user.html.tmpl: Added.
967         * BugsSite/data/template/template/en/custom/config.js.tmpl: Added.
968         * BugsSite/data/template/template/en/custom/config.rdf.tmpl: Added.
969         * BugsSite/data/template/template/en/custom/flag: Added.
970         * BugsSite/data/template/template/en/custom/flag/list.html.tmpl: Added.
971         * BugsSite/data/template/template/en/custom/global: Added.
972         * BugsSite/data/template/template/en/custom/global/banner.html.tmpl: Added.
973         * BugsSite/data/template/template/en/custom/global/choose-classification.html.tmpl: Added.
974         * BugsSite/data/template/template/en/custom/global/choose-product.html.tmpl: Added.
975         * BugsSite/data/template/template/en/custom/global/code-error.html.tmpl: Added.
976         * BugsSite/data/template/template/en/custom/global/confirm-user-match.html.tmpl: Added.
977         * BugsSite/data/template/template/en/custom/global/field-descs.none.tmpl: Added.
978         * BugsSite/data/template/template/en/custom/global/footer.html.tmpl: Added.
979         * BugsSite/data/template/template/en/custom/global/header.html.tmpl: Added.
980         * BugsSite/data/template/template/en/custom/global/help-header.html.tmpl: Added.
981         * BugsSite/data/template/template/en/custom/global/help.html.tmpl: Added.
982         * BugsSite/data/template/template/en/custom/global/hidden-fields.html.tmpl: Added.
983         * BugsSite/data/template/template/en/custom/global/initialize.none.tmpl: Added.
984         * BugsSite/data/template/template/en/custom/global/message.html.tmpl: Added.
985         * BugsSite/data/template/template/en/custom/global/messages.html.tmpl: Added.
986         * BugsSite/data/template/template/en/custom/global/select-menu.html.tmpl: Added.
987         * BugsSite/data/template/template/en/custom/global/setting-descs.none.tmpl: Added.
988         * BugsSite/data/template/template/en/custom/global/site-navigation.html.tmpl: Added.
989         * BugsSite/data/template/template/en/custom/global/useful-links.html.tmpl: Added.
990         * BugsSite/data/template/template/en/custom/global/user-error.html.tmpl: Added.
991         * BugsSite/data/template/template/en/custom/global/userselect.html.tmpl: Added.
992         * BugsSite/data/template/template/en/custom/global/variables.none.tmpl: Added.
993         * BugsSite/data/template/template/en/custom/index.html.tmpl: Added.
994         * BugsSite/data/template/template/en/custom/list: Added.
995         * BugsSite/data/template/template/en/custom/list/change-columns.html.tmpl: Added.
996         * BugsSite/data/template/template/en/custom/list/edit-multiple.html.tmpl: Added.
997         * BugsSite/data/template/template/en/custom/list/list-simple.html.tmpl: Added.
998         * BugsSite/data/template/template/en/custom/list/list.csv.tmpl: Added.
999         * BugsSite/data/template/template/en/custom/list/list.html.tmpl: Added.
1000         * BugsSite/data/template/template/en/custom/list/list.ics.tmpl: Added.
1001         * BugsSite/data/template/template/en/custom/list/list.js.tmpl: Added.
1002         * BugsSite/data/template/template/en/custom/list/list.rdf.tmpl: Added.
1003         * BugsSite/data/template/template/en/custom/list/list.rss.tmpl: Added.
1004         * BugsSite/data/template/template/en/custom/list/quips.html.tmpl: Added.
1005         * BugsSite/data/template/template/en/custom/list/server-push.html.tmpl: Added.
1006         * BugsSite/data/template/template/en/custom/list/table.html.tmpl: Added.
1007         * BugsSite/data/template/template/en/custom/pages: Added.
1008         * BugsSite/data/template/template/en/custom/pages/bug-writing.html.tmpl: Added.
1009         * BugsSite/data/template/template/en/custom/pages/fields.html.tmpl: Added.
1010         * BugsSite/data/template/template/en/custom/pages/linked.html.tmpl: Added.
1011         * BugsSite/data/template/template/en/custom/pages/linkify.html.tmpl: Added.
1012         * BugsSite/data/template/template/en/custom/pages/voting.html.tmpl: Added.
1013         * BugsSite/data/template/template/en/custom/reports: Added.
1014         * BugsSite/data/template/template/en/custom/reports/chart.csv.tmpl: Added.
1015         * BugsSite/data/template/template/en/custom/reports/chart.html.tmpl: Added.
1016         * BugsSite/data/template/template/en/custom/reports/chart.png.tmpl: Added.
1017         * BugsSite/data/template/template/en/custom/reports/components.html.tmpl: Added.
1018         * BugsSite/data/template/template/en/custom/reports/create-chart.html.tmpl: Added.
1019         * BugsSite/data/template/template/en/custom/reports/duplicates-simple.html.tmpl: Added.
1020         * BugsSite/data/template/template/en/custom/reports/duplicates-table.html.tmpl: Added.
1021         * BugsSite/data/template/template/en/custom/reports/duplicates.html.tmpl: Added.
1022         * BugsSite/data/template/template/en/custom/reports/duplicates.rdf.tmpl: Added.
1023         * BugsSite/data/template/template/en/custom/reports/edit-series.html.tmpl: Added.
1024         * BugsSite/data/template/template/en/custom/reports/keywords.html.tmpl: Added.
1025         * BugsSite/data/template/template/en/custom/reports/menu.html.tmpl: Added.
1026         * BugsSite/data/template/template/en/custom/reports/report-bar.png.tmpl: Added.
1027         * BugsSite/data/template/template/en/custom/reports/report-line.png.tmpl: Added.
1028         * BugsSite/data/template/template/en/custom/reports/report-pie.png.tmpl: Added.
1029         * BugsSite/data/template/template/en/custom/reports/report-simple.html.tmpl: Added.
1030         * BugsSite/data/template/template/en/custom/reports/report-table.csv.tmpl: Added.
1031         * BugsSite/data/template/template/en/custom/reports/report-table.html.tmpl: Added.
1032         * BugsSite/data/template/template/en/custom/reports/report.csv.tmpl: Added.
1033         * BugsSite/data/template/template/en/custom/reports/report.html.tmpl: Added.
1034         * BugsSite/data/template/template/en/custom/reports/series-common.html.tmpl: Added.
1035         * BugsSite/data/template/template/en/custom/reports/series.html.tmpl: Added.
1036         * BugsSite/data/template/template/en/custom/request: Added.
1037         * BugsSite/data/template/template/en/custom/request/email.txt.tmpl: Added.
1038         * BugsSite/data/template/template/en/custom/request/queue.html.tmpl: Added.
1039         * BugsSite/data/template/template/en/custom/search: Added.
1040         * BugsSite/data/template/template/en/custom/search/boolean-charts.html.tmpl: Added.
1041         * BugsSite/data/template/template/en/custom/search/form.html.tmpl: Added.
1042         * BugsSite/data/template/template/en/custom/search/knob.html.tmpl: Added.
1043         * BugsSite/data/template/template/en/custom/search/search-advanced.html.tmpl: Added.
1044         * BugsSite/data/template/template/en/custom/search/search-create-series.html.tmpl: Added.
1045         * BugsSite/data/template/template/en/custom/search/search-help.html.tmpl: Added.
1046         * BugsSite/data/template/template/en/custom/search/search-report-graph.html.tmpl: Added.
1047         * BugsSite/data/template/template/en/custom/search/search-report-select.html.tmpl: Added.
1048         * BugsSite/data/template/template/en/custom/search/search-report-table.html.tmpl: Added.
1049         * BugsSite/data/template/template/en/custom/search/search-specific.html.tmpl: Added.
1050         * BugsSite/data/template/template/en/custom/search/tabs.html.tmpl: Added.
1051         * BugsSite/data/template/template/en/custom/sidebar.xul.tmpl: Added.
1052         * BugsSite/data/template/template/en/custom/whine: Added.
1053         * BugsSite/data/template/template/en/custom/whine/mail.html.tmpl: Added.
1054         * BugsSite/data/template/template/en/custom/whine/mail.txt.tmpl: Added.
1055         * BugsSite/data/template/template/en/custom/whine/multipart-mime.txt.tmpl: Added.
1056         * BugsSite/data/template/template/en/custom/whine/schedule.html.tmpl: Added.
1057         * BugsSite/data/template/template/en/default: Added.
1058         * BugsSite/data/template/template/en/default/attachment: Added.
1059         * BugsSite/data/template/template/en/default/attachment/edit-aroben.html.tmpl: Added.
1060         * BugsSite/data/template/template/en/default/list: Added.
1061         * BugsSite/data/template/template/en/default/list/list.atom.tmpl: Added.
1062         * BugsSite/data/versioncache: Added.
1063         * BugsSite/data/versioncache.13P9L: Added.
1064         * BugsSite/data/versioncache.1lH1E: Added.
1065         * BugsSite/data/versioncache.3AnHd: Added.
1066         * BugsSite/data/versioncache.3Jmjt: Added.
1067         * BugsSite/data/versioncache.3JzIL: Added.
1068         * BugsSite/data/versioncache.77b4y: Added.
1069         * BugsSite/data/versioncache.7VzyU: Added.
1070         * BugsSite/data/versioncache.EQdAm: Added.
1071         * BugsSite/data/versioncache.EouAG: Added.
1072         * BugsSite/data/versioncache.LJ5n1: Added.
1073         * BugsSite/data/versioncache.Lb0fW: Added.
1074         * BugsSite/data/versioncache.PyAd8: Added.
1075         * BugsSite/data/versioncache.SFyse: Added.
1076         * BugsSite/data/versioncache.SkTTg: Added.
1077         * BugsSite/data/versioncache.VVO7E: Added.
1078         * BugsSite/data/versioncache.XbxgU: Added.
1079         * BugsSite/data/versioncache.Yezqr: Added.
1080         * BugsSite/data/versioncache.dtzIv: Added.
1081         * BugsSite/data/versioncache.jzpeh: Added.
1082         * BugsSite/data/versioncache.pbn6U: Added.
1083         * BugsSite/data/versioncache.qyixS: Added.
1084         * BugsSite/data/versioncache.sBMdb: Added.
1085         * BugsSite/data/versioncache.xNi34: Added.
1086         * BugsSite/data/webdot: Added.
1087         * BugsSite/data/webdot/.htaccess: Added.
1088         * BugsSite/data/webdot/0ZLH3QpFd8.dot: Added.
1089         * BugsSite/data/webdot/3s6e7eC2Dy.dot: Added.
1090         * BugsSite/data/webdot/6MW0q54cyY.dot: Added.
1091         * BugsSite/data/webdot/A2RlhPdO2Q.dot: Added.
1092         * BugsSite/data/webdot/DuBX4I4946.dot: Added.
1093         * BugsSite/data/webdot/GudTgvrKBX.dot: Added.
1094         * BugsSite/data/webdot/I1mCbLtAzQ.dot: Added.
1095         * BugsSite/data/webdot/JtKgvWGVb4.dot: Added.
1096         * BugsSite/data/webdot/RFk4bjAwYc.dot: Added.
1097         * BugsSite/data/webdot/YQ1pWFVfqt.dot: Added.
1098         * BugsSite/data/webdot/YcFUepShZI.dot: Added.
1099         * BugsSite/data/webdot/a9i00KgTQk.dot: Added.
1100         * BugsSite/data/webdot/c412GYaHch.dot: Added.
1101         * BugsSite/data/webdot/hjYnYr3tV1.dot: Added.
1102         * BugsSite/data/webdot/pq3Qw7wynI.dot: Added.
1103         * BugsSite/data/webdot/tL7GjA7bqH.dot: Added.
1104         * BugsSite/defparams.pl: Added.
1105         * BugsSite/describecomponents.cgi: Added.
1106         * BugsSite/describekeywords.cgi: Added.
1107         * BugsSite/describekeywords.cgi.bak: Added.
1108         * BugsSite/docs: Added.
1109         * BugsSite/docs/.cvsignore: Added.
1110         * BugsSite/docs/README.docs: Added.
1111         * BugsSite/docs/html: Added.
1112         * BugsSite/docs/html/Bugzilla-Guide.html: Added.
1113         * BugsSite/docs/html/about.html: Added.
1114         * BugsSite/docs/html/administration.html: Added.
1115         * BugsSite/docs/html/bug_page.html: Added.
1116         * BugsSite/docs/html/bugreports.html: Added.
1117         * BugsSite/docs/html/cmdline-bugmail.html: Added.
1118         * BugsSite/docs/html/cmdline.html: Added.
1119         * BugsSite/docs/html/components.html: Added.
1120         * BugsSite/docs/html/configuration.html: Added.
1121         * BugsSite/docs/html/conventions.html: Added.
1122         * BugsSite/docs/html/copyright.html: Added.
1123         * BugsSite/docs/html/credits.html: Added.
1124         * BugsSite/docs/html/cust-change-permissions.html: Added.
1125         * BugsSite/docs/html/cust-hooks.html: Added.
1126         * BugsSite/docs/html/cust-templates.html: Added.
1127         * BugsSite/docs/html/customization.html: Added.
1128         * BugsSite/docs/html/dbdoc.html: Added.
1129         * BugsSite/docs/html/dbmodify.html: Added.
1130         * BugsSite/docs/html/disclaimer.html: Added.
1131         * BugsSite/docs/html/extraconfig.html: Added.
1132         * BugsSite/docs/html/faq.html: Added.
1133         * BugsSite/docs/html/flags-overview.html: Added.
1134         * BugsSite/docs/html/flags.html: Added.
1135         * BugsSite/docs/html/general-advice.html: Added.
1136         * BugsSite/docs/html/gfdl-0.html: Added.
1137         * BugsSite/docs/html/gfdl-1.html: Added.
1138         * BugsSite/docs/html/gfdl-10.html: Added.
1139         * BugsSite/docs/html/gfdl-2.html: Added.
1140         * BugsSite/docs/html/gfdl-3.html: Added.
1141         * BugsSite/docs/html/gfdl-4.html: Added.
1142         * BugsSite/docs/html/gfdl-5.html: Added.
1143         * BugsSite/docs/html/gfdl-6.html: Added.
1144         * BugsSite/docs/html/gfdl-7.html: Added.
1145         * BugsSite/docs/html/gfdl-8.html: Added.
1146         * BugsSite/docs/html/gfdl-9.html: Added.
1147         * BugsSite/docs/html/gfdl-howto.html: Added.
1148         * BugsSite/docs/html/gfdl.html: Added.
1149         * BugsSite/docs/html/glossary.html: Added.
1150         * BugsSite/docs/html/groups.html: Added.
1151         * BugsSite/docs/html/hintsandtips.html: Added.
1152         * BugsSite/docs/html/index.html: Added.
1153         * BugsSite/docs/html/install-perlmodules-manual.html: Added.
1154         * BugsSite/docs/html/installation.html: Added.
1155         * BugsSite/docs/html/installing-bugzilla.html: Added.
1156         * BugsSite/docs/html/integration.html: Added.
1157         * BugsSite/docs/html/lifecycle.html: Added.
1158         * BugsSite/docs/html/list.html: Added.
1159         * BugsSite/docs/html/milestones.html: Added.
1160         * BugsSite/docs/html/modules-manual-download.html: Added.
1161         * BugsSite/docs/html/modules-manual-instructions.html: Added.
1162         * BugsSite/docs/html/modules-manual-optional.html: Added.
1163         * BugsSite/docs/html/myaccount.html: Added.
1164         * BugsSite/docs/html/newversions.html: Added.
1165         * BugsSite/docs/html/nonroot.html: Added.
1166         * BugsSite/docs/html/os-specific.html: Added.
1167         * BugsSite/docs/html/parameters.html: Added.
1168         * BugsSite/docs/html/paranoid-security.html: Added.
1169         * BugsSite/docs/html/patches.html: Added.
1170         * BugsSite/docs/html/patchviewer.html: Added.
1171         * BugsSite/docs/html/products.html: Added.
1172         * BugsSite/docs/html/query.html: Added.
1173         * BugsSite/docs/html/quips.html: Added.
1174         * BugsSite/docs/html/reporting.html: Added.
1175         * BugsSite/docs/html/security-bugzilla.html: Added.
1176         * BugsSite/docs/html/security-mysql.html: Added.
1177         * BugsSite/docs/html/security-os.html: Added.
1178         * BugsSite/docs/html/security-webserver.html: Added.
1179         * BugsSite/docs/html/security.html: Added.
1180         * BugsSite/docs/html/trbl-bundlebugzilla.html: Added.
1181         * BugsSite/docs/html/trbl-dbdsponge.html: Added.
1182         * BugsSite/docs/html/trbl-index.html: Added.
1183         * BugsSite/docs/html/trbl-passwd-encryption.html: Added.
1184         * BugsSite/docs/html/trbl-perlmodule.html: Added.
1185         * BugsSite/docs/html/trbl-relogin-everyone.html: Added.
1186         * BugsSite/docs/html/trbl-testserver.html: Added.
1187         * BugsSite/docs/html/trouble-filetemp.html: Added.
1188         * BugsSite/docs/html/troubleshooting.html: Added.
1189         * BugsSite/docs/html/upgrading.html: Added.
1190         * BugsSite/docs/html/useradmin.html: Added.
1191         * BugsSite/docs/html/userpreferences.html: Added.
1192         * BugsSite/docs/html/using-intro.html: Added.
1193         * BugsSite/docs/html/using.html: Added.
1194         * BugsSite/docs/html/versions.html: Added.
1195         * BugsSite/docs/html/voting.html: Added.
1196         * BugsSite/docs/html/whining.html: Added.
1197         * BugsSite/docs/html/x3190.html: Added.
1198         * BugsSite/docs/images: Added.
1199         * BugsSite/docs/images/bzLifecycle.png: Added.
1200         * BugsSite/docs/images/bzLifecycle.xml: Added.
1201         * BugsSite/docs/images/callouts: Added.
1202         * BugsSite/docs/images/callouts/1.gif: Added.
1203         * BugsSite/docs/images/callouts/2.gif: Added.
1204         * BugsSite/docs/images/callouts/3.gif: Added.
1205         * BugsSite/docs/images/caution.gif: Added.
1206         * BugsSite/docs/images/note.gif: Added.
1207         * BugsSite/docs/images/tip.gif: Added.
1208         * BugsSite/docs/images/warning.gif: Added.
1209         * BugsSite/docs/makedocs.pl: Added.
1210         * BugsSite/docs/pdf: Added.
1211         * BugsSite/docs/pdf/Bugzilla-Guide.pdf: Added.
1212         * BugsSite/docs/rel_notes.txt: Added.
1213         * BugsSite/docs/txt: Added.
1214         * BugsSite/docs/txt/Bugzilla-Guide.txt: Added.
1215         * BugsSite/docs/xml: Added.
1216         * BugsSite/docs/xml/Bugzilla-Guide.xml: Added.
1217         * BugsSite/docs/xml/about.xml: Added.
1218         * BugsSite/docs/xml/administration.xml: Added.
1219         * BugsSite/docs/xml/conventions.xml: Added.
1220         * BugsSite/docs/xml/customization.xml: Added.
1221         * BugsSite/docs/xml/dbschema.mysql: Added.
1222         * BugsSite/docs/xml/faq.xml: Added.
1223         * BugsSite/docs/xml/filetemp.patch: Added.
1224         * BugsSite/docs/xml/gfdl.xml: Added.
1225         * BugsSite/docs/xml/glossary.xml: Added.
1226         * BugsSite/docs/xml/index.xml: Added.
1227         * BugsSite/docs/xml/installation.xml: Added.
1228         * BugsSite/docs/xml/integration.xml: Added.
1229         * BugsSite/docs/xml/introduction.xml: Added.
1230         * BugsSite/docs/xml/modules.xml: Added.
1231         * BugsSite/docs/xml/patches.xml: Added.
1232         * BugsSite/docs/xml/requiredsoftware.xml: Added.
1233         * BugsSite/docs/xml/security.xml: Added.
1234         * BugsSite/docs/xml/troubleshooting.xml: Added.
1235         * BugsSite/docs/xml/using.xml: Added.
1236         * BugsSite/doeditparams.cgi: Added.
1237         * BugsSite/duplicates.cgi: Added.
1238         * BugsSite/duplicates.xul: Added.
1239         * BugsSite/editclassifications.cgi: Added.
1240         * BugsSite/editcomponents.cgi: Added.
1241         * BugsSite/editflagtypes.cgi: Added.
1242         * BugsSite/editgroups.cgi: Added.
1243         * BugsSite/editkeywords.cgi: Added.
1244         * BugsSite/editmilestones.cgi: Added.
1245         * BugsSite/editparams.cgi: Added.
1246         * BugsSite/editproducts.cgi: Added.
1247         * BugsSite/editsettings.cgi: Added.
1248         * BugsSite/editusers.cgi: Added.
1249         * BugsSite/editvalues.cgi: Added.
1250         * BugsSite/editversions.cgi: Added.
1251         * BugsSite/editwhines.cgi: Added.
1252         * BugsSite/enter_bug.cgi: Added.
1253         * BugsSite/favicon.ico: Added.
1254         * BugsSite/globals.pl: Added.
1255         * BugsSite/graphs: Added.
1256         * BugsSite/images: Added.
1257         * BugsSite/images/padlock.png: Added.
1258         * BugsSite/importxml.pl: Added.
1259         * BugsSite/index.cgi: Added.
1260         * BugsSite/js: Added.
1261         * BugsSite/js/duplicates.js: Added.
1262         * BugsSite/js/productform.js: Added.
1263         * BugsSite/localconfig.js: Added.
1264         * BugsSite/long_list.cgi: Added.
1265         * BugsSite/move.pl: Added.
1266         * BugsSite/page.cgi: Added.
1267         * BugsSite/post_bug.cgi: Added.
1268         * BugsSite/process_bug.cgi: Added.
1269         * BugsSite/productmenu.js: Added.
1270         * BugsSite/query.cgi: Added.
1271         * BugsSite/quicksearch.html: Added.
1272         * BugsSite/quicksearch.js: Added.
1273         * BugsSite/quicksearchhack.html: Added.
1274         * BugsSite/quips.cgi: Added.
1275         * BugsSite/relogin.cgi: Added.
1276         * BugsSite/report.cgi: Added.
1277         * BugsSite/reports.cgi: Added.
1278         * BugsSite/request.cgi: Added.
1279         * BugsSite/robots.txt: Added.
1280         * BugsSite/runtests.pl: Added.
1281         * BugsSite/sanitycheck.cgi: Added.
1282         * BugsSite/show_activity.cgi: Added.
1283         * BugsSite/show_bug.cgi: Added.
1284         * BugsSite/showattachment.cgi: Added.
1285         * BugsSite/showdependencygraph.cgi: Added.
1286         * BugsSite/showdependencytree.cgi: Added.
1287         * BugsSite/sidebar.cgi: Added.
1288         * BugsSite/skins: Added.
1289         * BugsSite/skins/.cvsignore: Added.
1290         * BugsSite/skins/custom: Added.
1291         * BugsSite/skins/custom/admin.css: Added.
1292         * BugsSite/skins/custom/buglist.css: Added.
1293         * BugsSite/skins/custom/duplicates.css: Added.
1294         * BugsSite/skins/custom/editusers.css: Added.
1295         * BugsSite/skins/custom/global.css: Added.
1296         * BugsSite/skins/custom/index.css: Added.
1297         * BugsSite/skins/custom/opendarwin.gif: Added.
1298         * BugsSite/skins/custom/panel.css: Added.
1299         * BugsSite/skins/custom/show_multiple.css: Added.
1300         * BugsSite/skins/custom/summarize-time.css: Added.
1301         * BugsSite/skins/custom/voting.css: Added.
1302         * BugsSite/skins/standard: Added.
1303         * BugsSite/skins/standard/admin.css: Added.
1304         * BugsSite/skins/standard/buglist.css: Added.
1305         * BugsSite/skins/standard/duplicates.css: Added.
1306         * BugsSite/skins/standard/editusers.css: Added.
1307         * BugsSite/skins/standard/global: Added.
1308         * BugsSite/skins/standard/global.css: Added.
1309         * BugsSite/skins/standard/global/body-back.gif: Added.
1310         * BugsSite/skins/standard/global/header.png: Added.
1311         * BugsSite/skins/standard/index: Added.
1312         * BugsSite/skins/standard/index.css: Added.
1313         * BugsSite/skins/standard/index/front.jpg: Added.
1314         * BugsSite/skins/standard/index/front.png: Added.
1315         * BugsSite/skins/standard/panel.css: Added.
1316         * BugsSite/skins/standard/show_multiple.css: Added.
1317         * BugsSite/skins/standard/summarize-time.css: Added.
1318         * BugsSite/skins/standard/voting.css: Added.
1319         * BugsSite/summarize_time.cgi: Added.
1320         * BugsSite/t: Added.
1321         * BugsSite/t/001compile.t: Added.
1322         * BugsSite/t/002goodperl.t: Added.
1323         * BugsSite/t/003safesys.t: Added.
1324         * BugsSite/t/004template.t: Added.
1325         * BugsSite/t/005no_tabs.t: Added.
1326         * BugsSite/t/006spellcheck.t: Added.
1327         * BugsSite/t/007util.t: Added.
1328         * BugsSite/t/008filter.t: Added.
1329         * BugsSite/t/009bugwords.t: Added.
1330         * BugsSite/t/011pod.t: Added.
1331         * BugsSite/t/Support: Added.
1332         * BugsSite/t/Support/Files.pm: Added.
1333         * BugsSite/t/Support/Systemexec.pm: Added.
1334         * BugsSite/t/Support/Templates.pm: Added.
1335         * BugsSite/t/testchart.gif: Added.
1336         * BugsSite/t/testchart.png: Added.
1337         * BugsSite/t/testgd.png: Added.
1338         * BugsSite/template: Added.
1339         * BugsSite/template/.cvsignore: Added.
1340         * BugsSite/template/.htaccess: Added.
1341         * BugsSite/template/en: Added.
1342         * BugsSite/template/en/.cvsignore: Added.
1343         * BugsSite/template/en/custom: Added.
1344         * BugsSite/template/en/custom/account: Added.
1345         * BugsSite/template/en/custom/account/auth: Added.
1346         * BugsSite/template/en/custom/account/auth/ldap-error.html.tmpl: Added.
1347         * BugsSite/template/en/custom/account/auth/login-small.html.tmpl: Added.
1348         * BugsSite/template/en/custom/account/auth/login.html.tmpl: Added.
1349         * BugsSite/template/en/custom/account/cancel-token.txt.tmpl: Added.
1350         * BugsSite/template/en/custom/account/create.html.tmpl: Added.
1351         * BugsSite/template/en/custom/account/created.html.tmpl: Added.
1352         * BugsSite/template/en/custom/account/email: Added.
1353         * BugsSite/template/en/custom/account/email/change-new.txt.tmpl: Added.
1354         * BugsSite/template/en/custom/account/email/change-old.txt.tmpl: Added.
1355         * BugsSite/template/en/custom/account/email/confirm.html.tmpl: Added.
1356         * BugsSite/template/en/custom/account/exists.html.tmpl: Added.
1357         * BugsSite/template/en/custom/account/password: Added.
1358         * BugsSite/template/en/custom/account/password/forgotten-password.txt.tmpl: Added.
1359         * BugsSite/template/en/custom/account/password/set-forgotten-password.html.tmpl: Added.
1360         * BugsSite/template/en/custom/account/prefs: Added.
1361         * BugsSite/template/en/custom/account/prefs/account.html.tmpl: Added.
1362         * BugsSite/template/en/custom/account/prefs/email.html.tmpl: Added.
1363         * BugsSite/template/en/custom/account/prefs/footer.html.tmpl: Added.
1364         * BugsSite/template/en/custom/account/prefs/permissions.html.tmpl: Added.
1365         * BugsSite/template/en/custom/account/prefs/prefs.html.tmpl: Added.
1366         * BugsSite/template/en/custom/account/prefs/saved-searches.html.tmpl: Added.
1367         * BugsSite/template/en/custom/account/prefs/settings.html.tmpl: Added.
1368         * BugsSite/template/en/custom/admin: Added.
1369         * BugsSite/template/en/custom/admin/classifications: Added.
1370         * BugsSite/template/en/custom/admin/classifications/add.html.tmpl: Added.
1371         * BugsSite/template/en/custom/admin/classifications/del.html.tmpl: Added.
1372         * BugsSite/template/en/custom/admin/classifications/delete.html.tmpl: Added.
1373         * BugsSite/template/en/custom/admin/classifications/edit.html.tmpl: Added.
1374         * BugsSite/template/en/custom/admin/classifications/new.html.tmpl: Added.
1375         * BugsSite/template/en/custom/admin/classifications/reclassify.html.tmpl: Added.
1376         * BugsSite/template/en/custom/admin/classifications/select.html.tmpl: Added.
1377         * BugsSite/template/en/custom/admin/classifications/update.html.tmpl: Added.
1378         * BugsSite/template/en/custom/admin/components: Added.
1379         * BugsSite/template/en/custom/admin/components/confirm-delete.html.tmpl: Added.
1380         * BugsSite/template/en/custom/admin/components/create.html.tmpl: Added.
1381         * BugsSite/template/en/custom/admin/components/created.html.tmpl: Added.
1382         * BugsSite/template/en/custom/admin/components/deleted.html.tmpl: Added.
1383         * BugsSite/template/en/custom/admin/components/edit.html.tmpl: Added.
1384         * BugsSite/template/en/custom/admin/components/footer.html.tmpl: Added.
1385         * BugsSite/template/en/custom/admin/components/list.html.tmpl: Added.
1386         * BugsSite/template/en/custom/admin/components/select-product.html.tmpl: Added.
1387         * BugsSite/template/en/custom/admin/components/updated.html.tmpl: Added.
1388         * BugsSite/template/en/custom/admin/fieldvalues: Added.
1389         * BugsSite/template/en/custom/admin/fieldvalues/confirm-delete.html.tmpl: Added.
1390         * BugsSite/template/en/custom/admin/fieldvalues/create.html.tmpl: Added.
1391         * BugsSite/template/en/custom/admin/fieldvalues/created.html.tmpl: Added.
1392         * BugsSite/template/en/custom/admin/fieldvalues/deleted.html.tmpl: Added.
1393         * BugsSite/template/en/custom/admin/fieldvalues/edit.html.tmpl: Added.
1394         * BugsSite/template/en/custom/admin/fieldvalues/footer.html.tmpl: Added.
1395         * BugsSite/template/en/custom/admin/fieldvalues/list.html.tmpl: Added.
1396         * BugsSite/template/en/custom/admin/fieldvalues/select-field.html.tmpl: Added.
1397         * BugsSite/template/en/custom/admin/fieldvalues/updated.html.tmpl: Added.
1398         * BugsSite/template/en/custom/admin/flag-type: Added.
1399         * BugsSite/template/en/custom/admin/flag-type/confirm-delete.html.tmpl: Added.
1400         * BugsSite/template/en/custom/admin/flag-type/edit.html.tmpl: Added.
1401         * BugsSite/template/en/custom/admin/flag-type/list.html.tmpl: Added.
1402         * BugsSite/template/en/custom/admin/groups: Added.
1403         * BugsSite/template/en/custom/admin/groups/change.html.tmpl: Added.
1404         * BugsSite/template/en/custom/admin/groups/create.html.tmpl: Added.
1405         * BugsSite/template/en/custom/admin/groups/created.html.tmpl: Added.
1406         * BugsSite/template/en/custom/admin/groups/delete.html.tmpl: Added.
1407         * BugsSite/template/en/custom/admin/groups/deleted.html.tmpl: Added.
1408         * BugsSite/template/en/custom/admin/groups/edit.html.tmpl: Added.
1409         * BugsSite/template/en/custom/admin/groups/list.html.tmpl: Added.
1410         * BugsSite/template/en/custom/admin/groups/remove.html.tmpl: Added.
1411         * BugsSite/template/en/custom/admin/keywords: Added.
1412         * BugsSite/template/en/custom/admin/keywords/confirm-delete.html.tmpl: Added.
1413         * BugsSite/template/en/custom/admin/keywords/create.html.tmpl: Added.
1414         * BugsSite/template/en/custom/admin/keywords/created.html.tmpl: Added.
1415         * BugsSite/template/en/custom/admin/keywords/edit.html.tmpl: Added.
1416         * BugsSite/template/en/custom/admin/keywords/list.html.tmpl: Added.
1417         * BugsSite/template/en/custom/admin/keywords/rebuild-cache.html.tmpl: Added.
1418         * BugsSite/template/en/custom/admin/milestones: Added.
1419         * BugsSite/template/en/custom/admin/milestones/confirm-delete.html.tmpl: Added.
1420         * BugsSite/template/en/custom/admin/milestones/create.html.tmpl: Added.
1421         * BugsSite/template/en/custom/admin/milestones/created.html.tmpl: Added.
1422         * BugsSite/template/en/custom/admin/milestones/deleted.html.tmpl: Added.
1423         * BugsSite/template/en/custom/admin/milestones/edit.html.tmpl: Added.
1424         * BugsSite/template/en/custom/admin/milestones/footer.html.tmpl: Added.
1425         * BugsSite/template/en/custom/admin/milestones/list.html.tmpl: Added.
1426         * BugsSite/template/en/custom/admin/milestones/select-product.html.tmpl: Added.
1427         * BugsSite/template/en/custom/admin/milestones/updated.html.tmpl: Added.
1428         * BugsSite/template/en/custom/admin/products: Added.
1429         * BugsSite/template/en/custom/admin/products/confirm-delete.html.tmpl: Added.
1430         * BugsSite/template/en/custom/admin/products/deleted.html.tmpl: Added.
1431         * BugsSite/template/en/custom/admin/products/footer.html.tmpl: Added.
1432         * BugsSite/template/en/custom/admin/products/groupcontrol: Added.
1433         * BugsSite/template/en/custom/admin/products/groupcontrol/confirm-edit.html.tmpl: Added.
1434         * BugsSite/template/en/custom/admin/products/groupcontrol/edit.html.tmpl: Added.
1435         * BugsSite/template/en/custom/admin/products/list-classifications.html.tmpl: Added.
1436         * BugsSite/template/en/custom/admin/products/list.html.tmpl: Added.
1437         * BugsSite/template/en/custom/admin/settings: Added.
1438         * BugsSite/template/en/custom/admin/settings/edit.html.tmpl: Added.
1439         * BugsSite/template/en/custom/admin/settings/updated.html.tmpl: Added.
1440         * BugsSite/template/en/custom/admin/table.html.tmpl: Added.
1441         * BugsSite/template/en/custom/admin/users: Added.
1442         * BugsSite/template/en/custom/admin/users/confirm-delete.html.tmpl: Added.
1443         * BugsSite/template/en/custom/admin/users/create.html.tmpl: Added.
1444         * BugsSite/template/en/custom/admin/users/edit.html.tmpl: Added.
1445         * BugsSite/template/en/custom/admin/users/list.html.tmpl: Added.
1446         * BugsSite/template/en/custom/admin/users/listselectvars.html.tmpl: Added.
1447         * BugsSite/template/en/custom/admin/users/search.html.tmpl: Added.
1448         * BugsSite/template/en/custom/admin/users/userdata.html.tmpl: Added.
1449         * BugsSite/template/en/custom/admin/versions: Added.
1450         * BugsSite/template/en/custom/admin/versions/confirm-delete.html.tmpl: Added.
1451         * BugsSite/template/en/custom/admin/versions/create.html.tmpl: Added.
1452         * BugsSite/template/en/custom/admin/versions/created.html.tmpl: Added.
1453         * BugsSite/template/en/custom/admin/versions/deleted.html.tmpl: Added.
1454         * BugsSite/template/en/custom/admin/versions/edit.html.tmpl: Added.
1455         * BugsSite/template/en/custom/admin/versions/footer.html.tmpl: Added.
1456         * BugsSite/template/en/custom/admin/versions/list.html.tmpl: Added.
1457         * BugsSite/template/en/custom/admin/versions/select-product.html.tmpl: Added.
1458         * BugsSite/template/en/custom/admin/versions/updated.html.tmpl: Added.
1459         * BugsSite/template/en/custom/attachment: Added.
1460         * BugsSite/template/en/custom/attachment/choose.html.tmpl: Added.
1461         * BugsSite/template/en/custom/attachment/content-types.html.tmpl: Added.
1462         * BugsSite/template/en/custom/attachment/create.html.tmpl: Added.
1463         * BugsSite/template/en/custom/attachment/created.html.tmpl: Added.
1464         * BugsSite/template/en/custom/attachment/diff-file.html.tmpl: Added.
1465         * BugsSite/template/en/custom/attachment/diff-footer.html.tmpl: Added.
1466         * BugsSite/template/en/custom/attachment/diff-header.html.tmpl: Added.
1467         * BugsSite/template/en/custom/attachment/edit.html.tmpl: Added.
1468         * BugsSite/template/en/custom/attachment/list.html.tmpl: Added.
1469         * BugsSite/template/en/custom/attachment/show-multiple.html.tmpl: Added.
1470         * BugsSite/template/en/custom/attachment/updated.html.tmpl: Added.
1471         * BugsSite/template/en/custom/bug: Added.
1472         * BugsSite/template/en/custom/bug/activity: Added.
1473         * BugsSite/template/en/custom/bug/activity/show.html.tmpl: Added.
1474         * BugsSite/template/en/custom/bug/activity/table.html.tmpl: Added.
1475         * BugsSite/template/en/custom/bug/choose.html.tmpl: Added.
1476         * BugsSite/template/en/custom/bug/comments.html.tmpl: Added.
1477         * BugsSite/template/en/custom/bug/create: Added.
1478         * BugsSite/template/en/custom/bug/create/comment-guided.txt.tmpl: Added.
1479         * BugsSite/template/en/custom/bug/create/comment.txt.tmpl: Added.
1480         * BugsSite/template/en/custom/bug/create/create-guided.html.tmpl: Added.
1481         * BugsSite/template/en/custom/bug/create/create.html.tmpl: Added.
1482         * BugsSite/template/en/custom/bug/create/created.html.tmpl: Added.
1483         * BugsSite/template/en/custom/bug/create/make-template.html.tmpl: Added.
1484         * BugsSite/template/en/custom/bug/create/user-message.html.tmpl: Added.
1485         * BugsSite/template/en/custom/bug/dependency-graph.html.tmpl: Added.
1486         * BugsSite/template/en/custom/bug/dependency-tree.html.tmpl: Added.
1487         * BugsSite/template/en/custom/bug/edit.html.tmpl: Added.
1488         * BugsSite/template/en/custom/bug/knob.html.tmpl: Added.
1489         * BugsSite/template/en/custom/bug/navigate.html.tmpl: Added.
1490         * BugsSite/template/en/custom/bug/process: Added.
1491         * BugsSite/template/en/custom/bug/process/bugmail.html.tmpl: Added.
1492         * BugsSite/template/en/custom/bug/process/confirm-duplicate.html.tmpl: Added.
1493         * BugsSite/template/en/custom/bug/process/header.html.tmpl: Added.
1494         * BugsSite/template/en/custom/bug/process/midair.html.tmpl: Added.
1495         * BugsSite/template/en/custom/bug/process/next.html.tmpl: Added.
1496         * BugsSite/template/en/custom/bug/process/results.html.tmpl: Added.
1497         * BugsSite/template/en/custom/bug/process/verify-new-product.html.tmpl: Added.
1498         * BugsSite/template/en/custom/bug/show-multiple.html.tmpl: Added.
1499         * BugsSite/template/en/custom/bug/show.html.tmpl: Added.
1500         * BugsSite/template/en/custom/bug/show.xml.tmpl: Added.
1501         * BugsSite/template/en/custom/bug/summarize-time.html.tmpl: Added.
1502         * BugsSite/template/en/custom/bug/time.html.tmpl: Added.
1503         * BugsSite/template/en/custom/bug/votes: Added.
1504         * BugsSite/template/en/custom/bug/votes/delete-all.html.tmpl: Added.
1505         * BugsSite/template/en/custom/bug/votes/list-for-bug.html.tmpl: Added.
1506         * BugsSite/template/en/custom/bug/votes/list-for-user.html.tmpl: Added.
1507         * BugsSite/template/en/custom/config.js.tmpl: Added.
1508         * BugsSite/template/en/custom/config.rdf.tmpl: Added.
1509         * BugsSite/template/en/custom/filterexceptions.pl: Added.
1510         * BugsSite/template/en/custom/flag: Added.
1511         * BugsSite/template/en/custom/flag/list.html.tmpl: Added.
1512         * BugsSite/template/en/custom/global: Added.
1513         * BugsSite/template/en/custom/global/banner.html.tmpl: Added.
1514         * BugsSite/template/en/custom/global/choose-classification.html.tmpl: Added.
1515         * BugsSite/template/en/custom/global/choose-product.html.tmpl: Added.
1516         * BugsSite/template/en/custom/global/code-error.html.tmpl: Added.
1517         * BugsSite/template/en/custom/global/confirm-user-match.html.tmpl: Added.
1518         * BugsSite/template/en/custom/global/field-descs.none.tmpl: Added.
1519         * BugsSite/template/en/custom/global/footer.html.tmpl: Added.
1520         * BugsSite/template/en/custom/global/header.html.tmpl: Added.
1521         * BugsSite/template/en/custom/global/help-header.html.tmpl: Added.
1522         * BugsSite/template/en/custom/global/help.html.tmpl: Added.
1523         * BugsSite/template/en/custom/global/hidden-fields.html.tmpl: Added.
1524         * BugsSite/template/en/custom/global/initialize.none.tmpl: Added.
1525         * BugsSite/template/en/custom/global/message.html.tmpl: Added.
1526         * BugsSite/template/en/custom/global/messages.html.tmpl: Added.
1527         * BugsSite/template/en/custom/global/select-menu.html.tmpl: Added.
1528         * BugsSite/template/en/custom/global/setting-descs.none.tmpl: Added.
1529         * BugsSite/template/en/custom/global/site-navigation.html.tmpl: Added.
1530         * BugsSite/template/en/custom/global/useful-links.html.tmpl: Added.
1531         * BugsSite/template/en/custom/global/user-error.html.tmpl: Added.
1532         * BugsSite/template/en/custom/global/userselect.html.tmpl: Added.
1533         * BugsSite/template/en/custom/global/variables.none.tmpl: Added.
1534         * BugsSite/template/en/custom/index.html.tmpl: Added.
1535         * BugsSite/template/en/custom/list: Added.
1536         * BugsSite/template/en/custom/list/change-columns.html.tmpl: Added.
1537         * BugsSite/template/en/custom/list/edit-multiple.html.tmpl: Added.
1538         * BugsSite/template/en/custom/list/list-simple.html.tmpl: Added.
1539         * BugsSite/template/en/custom/list/list.csv.tmpl: Added.
1540         * BugsSite/template/en/custom/list/list.html.tmpl: Added.
1541         * BugsSite/template/en/custom/list/list.ics.tmpl: Added.
1542         * BugsSite/template/en/custom/list/list.js.tmpl: Added.
1543         * BugsSite/template/en/custom/list/list.rdf.tmpl: Added.
1544         * BugsSite/template/en/custom/list/list.rss.tmpl: Added.
1545         * BugsSite/template/en/custom/list/quips.html.tmpl: Added.
1546         * BugsSite/template/en/custom/list/server-push.html.tmpl: Added.
1547         * BugsSite/template/en/custom/list/table.html.tmpl: Added.
1548         * BugsSite/template/en/custom/pages: Added.
1549         * BugsSite/template/en/custom/pages/bug-writing.html.tmpl: Added.
1550         * BugsSite/template/en/custom/pages/fields.html.tmpl: Added.
1551         * BugsSite/template/en/custom/pages/linked.html.tmpl: Added.
1552         * BugsSite/template/en/custom/pages/linkify.html.tmpl: Added.
1553         * BugsSite/template/en/custom/pages/voting.html.tmpl: Added.
1554         * BugsSite/template/en/custom/reports: Added.
1555         * BugsSite/template/en/custom/reports/chart.csv.tmpl: Added.
1556         * BugsSite/template/en/custom/reports/chart.html.tmpl: Added.
1557         * BugsSite/template/en/custom/reports/chart.png.tmpl: Added.
1558         * BugsSite/template/en/custom/reports/components.html.tmpl: Added.
1559         * BugsSite/template/en/custom/reports/create-chart.html.tmpl: Added.
1560         * BugsSite/template/en/custom/reports/duplicates-simple.html.tmpl: Added.
1561         * BugsSite/template/en/custom/reports/duplicates-table.html.tmpl: Added.
1562         * BugsSite/template/en/custom/reports/duplicates.html.tmpl: Added.
1563         * BugsSite/template/en/custom/reports/duplicates.rdf.tmpl: Added.
1564         * BugsSite/template/en/custom/reports/edit-series.html.tmpl: Added.
1565         * BugsSite/template/en/custom/reports/keywords.html.tmpl: Added.
1566         * BugsSite/template/en/custom/reports/menu.html.tmpl: Added.
1567         * BugsSite/template/en/custom/reports/report-bar.png.tmpl: Added.
1568         * BugsSite/template/en/custom/reports/report-line.png.tmpl: Added.
1569         * BugsSite/template/en/custom/reports/report-pie.png.tmpl: Added.
1570         * BugsSite/template/en/custom/reports/report-simple.html.tmpl: Added.
1571         * BugsSite/template/en/custom/reports/report-table.csv.tmpl: Added.
1572         * BugsSite/template/en/custom/reports/report-table.html.tmpl: Added.
1573         * BugsSite/template/en/custom/reports/report.csv.tmpl: Added.
1574         * BugsSite/template/en/custom/reports/report.html.tmpl: Added.
1575         * BugsSite/template/en/custom/reports/series-common.html.tmpl: Added.
1576         * BugsSite/template/en/custom/reports/series.html.tmpl: Added.
1577         * BugsSite/template/en/custom/request: Added.
1578         * BugsSite/template/en/custom/request/email.txt.tmpl: Added.
1579         * BugsSite/template/en/custom/request/queue.html.tmpl: Added.
1580         * BugsSite/template/en/custom/search: Added.
1581         * BugsSite/template/en/custom/search/boolean-charts.html.tmpl: Added.
1582         * BugsSite/template/en/custom/search/form.html.tmpl: Added.
1583         * BugsSite/template/en/custom/search/knob.html.tmpl: Added.
1584         * BugsSite/template/en/custom/search/search-advanced.html.tmpl: Added.
1585         * BugsSite/template/en/custom/search/search-create-series.html.tmpl: Added.
1586         * BugsSite/template/en/custom/search/search-help.html.tmpl: Added.
1587         * BugsSite/template/en/custom/search/search-report-graph.html.tmpl: Added.
1588         * BugsSite/template/en/custom/search/search-report-select.html.tmpl: Added.
1589         * BugsSite/template/en/custom/search/search-report-table.html.tmpl: Added.
1590         * BugsSite/template/en/custom/search/search-specific.html.tmpl: Added.
1591         * BugsSite/template/en/custom/search/tabs.html.tmpl: Added.
1592         * BugsSite/template/en/custom/sidebar.xul.tmpl: Added.
1593         * BugsSite/template/en/custom/whine: Added.
1594         * BugsSite/template/en/custom/whine/mail.html.tmpl: Added.
1595         * BugsSite/template/en/custom/whine/mail.txt.tmpl: Added.
1596         * BugsSite/template/en/custom/whine/multipart-mime.txt.tmpl: Added.
1597         * BugsSite/template/en/custom/whine/schedule.html.tmpl: Added.
1598         * BugsSite/template/en/default: Added.
1599         * BugsSite/template/en/default/account: Added.
1600         * BugsSite/template/en/default/account/auth: Added.
1601         * BugsSite/template/en/default/account/auth/ldap-error.html.tmpl: Added.
1602         * BugsSite/template/en/default/account/auth/login-small.html.tmpl: Added.
1603         * BugsSite/template/en/default/account/auth/login.html.tmpl: Added.
1604         * BugsSite/template/en/default/account/cancel-token.txt.tmpl: Added.
1605         * BugsSite/template/en/default/account/create.html.tmpl: Added.
1606         * BugsSite/template/en/default/account/created.html.tmpl: Added.
1607         * BugsSite/template/en/default/account/email: Added.
1608         * BugsSite/template/en/default/account/email/change-new.txt.tmpl: Added.
1609         * BugsSite/template/en/default/account/email/change-old.txt.tmpl: Added.
1610         * BugsSite/template/en/default/account/email/confirm.html.tmpl: Added.
1611         * BugsSite/template/en/default/account/exists.html.tmpl: Added.
1612         * BugsSite/template/en/default/account/password: Added.
1613         * BugsSite/template/en/default/account/password/forgotten-password.txt.tmpl: Added.
1614         * BugsSite/template/en/default/account/password/set-forgotten-password.html.tmpl: Added.
1615         * BugsSite/template/en/default/account/prefs: Added.
1616         * BugsSite/template/en/default/account/prefs/account.html.tmpl: Added.
1617         * BugsSite/template/en/default/account/prefs/email.html.tmpl: Added.
1618         * BugsSite/template/en/default/account/prefs/footer.html.tmpl: Added.
1619         * BugsSite/template/en/default/account/prefs/permissions.html.tmpl: Added.
1620         * BugsSite/template/en/default/account/prefs/prefs.html.tmpl: Added.
1621         * BugsSite/template/en/default/account/prefs/saved-searches.html.tmpl: Added.
1622         * BugsSite/template/en/default/account/prefs/settings.html.tmpl: Added.
1623         * BugsSite/template/en/default/admin: Added.
1624         * BugsSite/template/en/default/admin/classifications: Added.
1625         * BugsSite/template/en/default/admin/classifications/add.html.tmpl: Added.
1626         * BugsSite/template/en/default/admin/classifications/del.html.tmpl: Added.
1627         * BugsSite/template/en/default/admin/classifications/delete.html.tmpl: Added.
1628         * BugsSite/template/en/default/admin/classifications/edit.html.tmpl: Added.
1629         * BugsSite/template/en/default/admin/classifications/new.html.tmpl: Added.
1630         * BugsSite/template/en/default/admin/classifications/reclassify.html.tmpl: Added.
1631         * BugsSite/template/en/default/admin/classifications/select.html.tmpl: Added.
1632         * BugsSite/template/en/default/admin/classifications/update.html.tmpl: Added.
1633         * BugsSite/template/en/default/admin/components: Added.
1634         * BugsSite/template/en/default/admin/components/confirm-delete.html.tmpl: Added.
1635         * BugsSite/template/en/default/admin/components/create.html.tmpl: Added.
1636         * BugsSite/template/en/default/admin/components/created.html.tmpl: Added.
1637         * BugsSite/template/en/default/admin/components/deleted.html.tmpl: Added.
1638         * BugsSite/template/en/default/admin/components/edit.html.tmpl: Added.
1639         * BugsSite/template/en/default/admin/components/footer.html.tmpl: Added.
1640         * BugsSite/template/en/default/admin/components/list.html.tmpl: Added.
1641         * BugsSite/template/en/default/admin/components/select-product.html.tmpl: Added.
1642         * BugsSite/template/en/default/admin/components/updated.html.tmpl: Added.
1643         * BugsSite/template/en/default/admin/fieldvalues: Added.
1644         * BugsSite/template/en/default/admin/fieldvalues/confirm-delete.html.tmpl: Added.
1645         * BugsSite/template/en/default/admin/fieldvalues/create.html.tmpl: Added.
1646         * BugsSite/template/en/default/admin/fieldvalues/created.html.tmpl: Added.
1647         * BugsSite/template/en/default/admin/fieldvalues/deleted.html.tmpl: Added.
1648         * BugsSite/template/en/default/admin/fieldvalues/edit.html.tmpl: Added.
1649         * BugsSite/template/en/default/admin/fieldvalues/footer.html.tmpl: Added.
1650         * BugsSite/template/en/default/admin/fieldvalues/list.html.tmpl: Added.
1651         * BugsSite/template/en/default/admin/fieldvalues/select-field.html.tmpl: Added.
1652         * BugsSite/template/en/default/admin/fieldvalues/updated.html.tmpl: Added.
1653         * BugsSite/template/en/default/admin/flag-type: Added.
1654         * BugsSite/template/en/default/admin/flag-type/confirm-delete.html.tmpl: Added.
1655         * BugsSite/template/en/default/admin/flag-type/edit.html.tmpl: Added.
1656         * BugsSite/template/en/default/admin/flag-type/list.html.tmpl: Added.
1657         * BugsSite/template/en/default/admin/groups: Added.
1658         * BugsSite/template/en/default/admin/groups/change.html.tmpl: Added.
1659         * BugsSite/template/en/default/admin/groups/create.html.tmpl: Added.
1660         * BugsSite/template/en/default/admin/groups/created.html.tmpl: Added.
1661         * BugsSite/template/en/default/admin/groups/delete.html.tmpl: Added.
1662         * BugsSite/template/en/default/admin/groups/deleted.html.tmpl: Added.
1663         * BugsSite/template/en/default/admin/groups/edit.html.tmpl: Added.
1664         * BugsSite/template/en/default/admin/groups/list.html.tmpl: Added.
1665         * BugsSite/template/en/default/admin/groups/remove.html.tmpl: Added.
1666         * BugsSite/template/en/default/admin/keywords: Added.
1667         * BugsSite/template/en/default/admin/keywords/confirm-delete.html.tmpl: Added.
1668         * BugsSite/template/en/default/admin/keywords/create.html.tmpl: Added.
1669         * BugsSite/template/en/default/admin/keywords/created.html.tmpl: Added.
1670         * BugsSite/template/en/default/admin/keywords/edit.html.tmpl: Added.
1671         * BugsSite/template/en/default/admin/keywords/list.html.tmpl: Added.
1672         * BugsSite/template/en/default/admin/keywords/rebuild-cache.html.tmpl: Added.
1673         * BugsSite/template/en/default/admin/milestones: Added.
1674         * BugsSite/template/en/default/admin/milestones/confirm-delete.html.tmpl: Added.
1675         * BugsSite/template/en/default/admin/milestones/create.html.tmpl: Added.
1676         * BugsSite/template/en/default/admin/milestones/created.html.tmpl: Added.
1677         * BugsSite/template/en/default/admin/milestones/deleted.html.tmpl: Added.
1678         * BugsSite/template/en/default/admin/milestones/edit.html.tmpl: Added.
1679         * BugsSite/template/en/default/admin/milestones/footer.html.tmpl: Added.
1680         * BugsSite/template/en/default/admin/milestones/list.html.tmpl: Added.
1681         * BugsSite/template/en/default/admin/milestones/select-product.html.tmpl: Added.
1682         * BugsSite/template/en/default/admin/milestones/updated.html.tmpl: Added.
1683         * BugsSite/template/en/default/admin/products: Added.
1684         * BugsSite/template/en/default/admin/products/confirm-delete.html.tmpl: Added.
1685         * BugsSite/template/en/default/admin/products/deleted.html.tmpl: Added.
1686         * BugsSite/template/en/default/admin/products/footer.html.tmpl: Added.
1687         * BugsSite/template/en/default/admin/products/groupcontrol: Added.
1688         * BugsSite/template/en/default/admin/products/groupcontrol/confirm-edit.html.tmpl: Added.
1689         * BugsSite/template/en/default/admin/products/groupcontrol/edit.html.tmpl: Added.
1690         * BugsSite/template/en/default/admin/products/list-classifications.html.tmpl: Added.
1691         * BugsSite/template/en/default/admin/products/list.html.tmpl: Added.
1692         * BugsSite/template/en/default/admin/settings: Added.
1693         * BugsSite/template/en/default/admin/settings/edit.html.tmpl: Added.
1694         * BugsSite/template/en/default/admin/settings/updated.html.tmpl: Added.
1695         * BugsSite/template/en/default/admin/table.html.tmpl: Added.
1696         * BugsSite/template/en/default/admin/users: Added.
1697         * BugsSite/template/en/default/admin/users/confirm-delete.html.tmpl: Added.
1698         * BugsSite/template/en/default/admin/users/create.html.tmpl: Added.
1699         * BugsSite/template/en/default/admin/users/edit.html.tmpl: Added.
1700         * BugsSite/template/en/default/admin/users/list.html.tmpl: Added.
1701         * BugsSite/template/en/default/admin/users/listselectvars.html.tmpl: Added.
1702         * BugsSite/template/en/default/admin/users/search.html.tmpl: Added.
1703         * BugsSite/template/en/default/admin/users/userdata.html.tmpl: Added.
1704         * BugsSite/template/en/default/admin/versions: Added.
1705         * BugsSite/template/en/default/admin/versions/confirm-delete.html.tmpl: Added.
1706         * BugsSite/template/en/default/admin/versions/create.html.tmpl: Added.
1707         * BugsSite/template/en/default/admin/versions/created.html.tmpl: Added.
1708         * BugsSite/template/en/default/admin/versions/deleted.html.tmpl: Added.
1709         * BugsSite/template/en/default/admin/versions/edit.html.tmpl: Added.
1710         * BugsSite/template/en/default/admin/versions/footer.html.tmpl: Added.
1711         * BugsSite/template/en/default/admin/versions/list.html.tmpl: Added.
1712         * BugsSite/template/en/default/admin/versions/select-product.html.tmpl: Added.
1713         * BugsSite/template/en/default/admin/versions/updated.html.tmpl: Added.
1714         * BugsSite/template/en/default/attachment: Added.
1715         * BugsSite/template/en/default/attachment/choose.html.tmpl: Added.
1716         * BugsSite/template/en/default/attachment/content-types.html.tmpl: Added.
1717         * BugsSite/template/en/default/attachment/create.html.tmpl: Added.
1718         * BugsSite/template/en/default/attachment/created.html.tmpl: Added.
1719         * BugsSite/template/en/default/attachment/diff-file.html.tmpl: Added.
1720         * BugsSite/template/en/default/attachment/diff-footer.html.tmpl: Added.
1721         * BugsSite/template/en/default/attachment/diff-header.html.tmpl: Added.
1722         * BugsSite/template/en/default/attachment/edit-aroben.html.tmpl: Added.
1723         * BugsSite/template/en/default/attachment/edit.html.tmpl: Added.
1724         * BugsSite/template/en/default/attachment/list.html.tmpl: Added.
1725         * BugsSite/template/en/default/attachment/show-multiple.html.tmpl: Added.
1726         * BugsSite/template/en/default/attachment/updated.html.tmpl: Added.
1727         * BugsSite/template/en/default/bug: Added.
1728         * BugsSite/template/en/default/bug/activity: Added.
1729         * BugsSite/template/en/default/bug/activity/show.html.tmpl: Added.
1730         * BugsSite/template/en/default/bug/activity/table.html.tmpl: Added.
1731         * BugsSite/template/en/default/bug/choose.html.tmpl: Added.
1732         * BugsSite/template/en/default/bug/comments.html.tmpl: Added.
1733         * BugsSite/template/en/default/bug/create: Added.
1734         * BugsSite/template/en/default/bug/create/comment-guided.txt.tmpl: Added.
1735         * BugsSite/template/en/default/bug/create/comment.txt.tmpl: Added.
1736         * BugsSite/template/en/default/bug/create/create-guided.html.tmpl: Added.
1737         * BugsSite/template/en/default/bug/create/create.html.tmpl: Added.
1738         * BugsSite/template/en/default/bug/create/created.html.tmpl: Added.
1739         * BugsSite/template/en/default/bug/create/make-template.html.tmpl: Added.
1740         * BugsSite/template/en/default/bug/create/user-message.html.tmpl: Added.
1741         * BugsSite/template/en/default/bug/dependency-graph.html.tmpl: Added.
1742         * BugsSite/template/en/default/bug/dependency-tree.html.tmpl: Added.
1743         * BugsSite/template/en/default/bug/edit.html.tmpl: Added.
1744         * BugsSite/template/en/default/bug/knob.html.tmpl: Added.
1745         * BugsSite/template/en/default/bug/navigate.html.tmpl: Added.
1746         * BugsSite/template/en/default/bug/process: Added.
1747         * BugsSite/template/en/default/bug/process/bugmail.html.tmpl: Added.
1748         * BugsSite/template/en/default/bug/process/confirm-duplicate.html.tmpl: Added.
1749         * BugsSite/template/en/default/bug/process/header.html.tmpl: Added.
1750         * BugsSite/template/en/default/bug/process/midair.html.tmpl: Added.
1751         * BugsSite/template/en/default/bug/process/next.html.tmpl: Added.
1752         * BugsSite/template/en/default/bug/process/results.html.tmpl: Added.
1753         * BugsSite/template/en/default/bug/process/verify-new-product.html.tmpl: Added.
1754         * BugsSite/template/en/default/bug/show-multiple.html.tmpl: Added.
1755         * BugsSite/template/en/default/bug/show.html.tmpl: Added.
1756         * BugsSite/template/en/default/bug/show.xml.tmpl: Added.
1757         * BugsSite/template/en/default/bug/summarize-time.html.tmpl: Added.
1758         * BugsSite/template/en/default/bug/time.html.tmpl: Added.
1759         * BugsSite/template/en/default/bug/votes: Added.
1760         * BugsSite/template/en/default/bug/votes/delete-all.html.tmpl: Added.
1761         * BugsSite/template/en/default/bug/votes/list-for-bug.html.tmpl: Added.
1762         * BugsSite/template/en/default/bug/votes/list-for-user.html.tmpl: Added.
1763         * BugsSite/template/en/default/config.js.tmpl: Added.
1764         * BugsSite/template/en/default/config.rdf.tmpl: Added.
1765         * BugsSite/template/en/default/filterexceptions.pl: Added.
1766         * BugsSite/template/en/default/flag: Added.
1767         * BugsSite/template/en/default/flag/list.html.tmpl: Added.
1768         * BugsSite/template/en/default/global: Added.
1769         * BugsSite/template/en/default/global/banner.html.tmpl: Added.
1770         * BugsSite/template/en/default/global/choose-classification.html.tmpl: Added.
1771         * BugsSite/template/en/default/global/choose-product.html.tmpl: Added.
1772         * BugsSite/template/en/default/global/code-error.html.tmpl: Added.
1773         * BugsSite/template/en/default/global/confirm-user-match.html.tmpl: Added.
1774         * BugsSite/template/en/default/global/field-descs.none.tmpl: Added.
1775         * BugsSite/template/en/default/global/footer.html.tmpl: Added.
1776         * BugsSite/template/en/default/global/header.html.tmpl: Added.
1777         * BugsSite/template/en/default/global/help-header.html.tmpl: Added.
1778         * BugsSite/template/en/default/global/help.html.tmpl: Added.
1779         * BugsSite/template/en/default/global/hidden-fields.html.tmpl: Added.
1780         * BugsSite/template/en/default/global/initialize.none.tmpl: Added.
1781         * BugsSite/template/en/default/global/message.html.tmpl: Added.
1782         * BugsSite/template/en/default/global/messages.html.tmpl: Added.
1783         * BugsSite/template/en/default/global/select-menu.html.tmpl: Added.
1784         * BugsSite/template/en/default/global/setting-descs.none.tmpl: Added.
1785         * BugsSite/template/en/default/global/site-navigation.html.tmpl: Added.
1786         * BugsSite/template/en/default/global/useful-links.html.tmpl: Added.
1787         * BugsSite/template/en/default/global/user-error.html.tmpl: Added.
1788         * BugsSite/template/en/default/global/userselect.html.tmpl: Added.
1789         * BugsSite/template/en/default/global/variables.none.tmpl: Added.
1790         * BugsSite/template/en/default/index.html.tmpl: Added.
1791         * BugsSite/template/en/default/list: Added.
1792         * BugsSite/template/en/default/list/change-columns.html.tmpl: Added.
1793         * BugsSite/template/en/default/list/edit-multiple.html.tmpl: Added.
1794         * BugsSite/template/en/default/list/list-simple.html.tmpl: Added.
1795         * BugsSite/template/en/default/list/list.atom.tmpl: Added.
1796         * BugsSite/template/en/default/list/list.csv.tmpl: Added.
1797         * BugsSite/template/en/default/list/list.html.tmpl: Added.
1798         * BugsSite/template/en/default/list/list.ics.tmpl: Added.
1799         * BugsSite/template/en/default/list/list.js.tmpl: Added.
1800         * BugsSite/template/en/default/list/list.rdf.tmpl: Added.
1801         * BugsSite/template/en/default/list/quips.html.tmpl: Added.
1802         * BugsSite/template/en/default/list/server-push.html.tmpl: Added.
1803         * BugsSite/template/en/default/list/table.html.tmpl: Added.
1804         * BugsSite/template/en/default/pages: Added.
1805         * BugsSite/template/en/default/pages/bug-writing.html.tmpl: Added.
1806         * BugsSite/template/en/default/pages/fields.html.tmpl: Added.
1807         * BugsSite/template/en/default/pages/linked.html.tmpl: Added.
1808         * BugsSite/template/en/default/pages/linkify.html.tmpl: Added.
1809         * BugsSite/template/en/default/pages/voting.html.tmpl: Added.
1810         * BugsSite/template/en/default/reports: Added.
1811         * BugsSite/template/en/default/reports/chart.csv.tmpl: Added.
1812         * BugsSite/template/en/default/reports/chart.html.tmpl: Added.
1813         * BugsSite/template/en/default/reports/chart.png.tmpl: Added.
1814         * BugsSite/template/en/default/reports/components.html.tmpl: Added.
1815         * BugsSite/template/en/default/reports/create-chart.html.tmpl: Added.
1816         * BugsSite/template/en/default/reports/duplicates-simple.html.tmpl: Added.
1817         * BugsSite/template/en/default/reports/duplicates-table.html.tmpl: Added.
1818         * BugsSite/template/en/default/reports/duplicates.html.tmpl: Added.
1819         * BugsSite/template/en/default/reports/duplicates.rdf.tmpl: Added.
1820         * BugsSite/template/en/default/reports/edit-series.html.tmpl: Added.
1821         * BugsSite/template/en/default/reports/keywords.html.tmpl: Added.
1822         * BugsSite/template/en/default/reports/menu.html.tmpl: Added.
1823         * BugsSite/template/en/default/reports/report-bar.png.tmpl: Added.
1824         * BugsSite/template/en/default/reports/report-line.png.tmpl: Added.
1825         * BugsSite/template/en/default/reports/report-pie.png.tmpl: Added.
1826         * BugsSite/template/en/default/reports/report-simple.html.tmpl: Added.
1827         * BugsSite/template/en/default/reports/report-table.csv.tmpl: Added.
1828         * BugsSite/template/en/default/reports/report-table.html.tmpl: Added.
1829         * BugsSite/template/en/default/reports/report.csv.tmpl: Added.
1830         * BugsSite/template/en/default/reports/report.html.tmpl: Added.
1831         * BugsSite/template/en/default/reports/series-common.html.tmpl: Added.
1832         * BugsSite/template/en/default/reports/series.html.tmpl: Added.
1833         * BugsSite/template/en/default/request: Added.
1834         * BugsSite/template/en/default/request/email.txt.tmpl: Added.
1835         * BugsSite/template/en/default/request/queue.html.tmpl: Added.
1836         * BugsSite/template/en/default/search: Added.
1837         * BugsSite/template/en/default/search/boolean-charts.html.tmpl: Added.
1838         * BugsSite/template/en/default/search/form.html.tmpl: Added.
1839         * BugsSite/template/en/default/search/knob.html.tmpl: Added.
1840         * BugsSite/template/en/default/search/search-advanced.html.tmpl: Added.
1841         * BugsSite/template/en/default/search/search-create-series.html.tmpl: Added.
1842         * BugsSite/template/en/default/search/search-help.html.tmpl: Added.
1843         * BugsSite/template/en/default/search/search-report-graph.html.tmpl: Added.
1844         * BugsSite/template/en/default/search/search-report-select.html.tmpl: Added.
1845         * BugsSite/template/en/default/search/search-report-table.html.tmpl: Added.
1846         * BugsSite/template/en/default/search/search-specific.html.tmpl: Added.
1847         * BugsSite/template/en/default/search/tabs.html.tmpl: Added.
1848         * BugsSite/template/en/default/sidebar.xul.tmpl: Added.
1849         * BugsSite/template/en/default/whine: Added.
1850         * BugsSite/template/en/default/whine/mail.html.tmpl: Added.
1851         * BugsSite/template/en/default/whine/mail.txt.tmpl: Added.
1852         * BugsSite/template/en/default/whine/multipart-mime.txt.tmpl: Added.
1853         * BugsSite/template/en/default/whine/schedule.html.tmpl: Added.
1854         * BugsSite/template/en/extension: Added.
1855         * BugsSite/template/en/extension/filterexceptions.pl: Added.
1856         * BugsSite/testagent.cgi: Added.
1857         * BugsSite/testserver.pl: Added.
1858         * BugsSite/token.cgi: Added.
1859         * BugsSite/userprefs.cgi: Added.
1860         * BugsSite/votes.cgi: Added.
1861         * BugsSite/whine.pl: Added.
1862         * BugsSite/whineatnews.pl: Added.
1863         * BugsSite/xml.cgi: Added.
1865 2008-02-04  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
1867         Reviewed by Alp Toker and Mark Rowe.
1869         http://bugs.webkit.org/show_bug.cgi?id=16618
1870         [GTK] build-webkit and run-webkit-tests autootools support
1872         Add support for the autotools build to the WebKit build and test
1873         scripts.
1875 2008-02-04  Rodney Dawes  <dobey@wayofthemonkey.com>
1877         Reviewed by Alp Toker and Mark Rowe.
1879         Fix http://bugs.webkit.org/show_bug.cgi?id=17175.
1880         Bug 17175: Use of C++ compiler flags in CFLAGS
1882         Add global_cxxflags definition for inclusion in CXXFLAGS variables.
1883         Only use -fno-rtti and $(SYMBOL_VISIBILITY_INLINES) with global_cxxflags as gcc complains they aren't valid for C.
1885         * GNUmakefile.am:
1887 2008-02-04  Alp Toker  <alp@atoker.com>
1889         Rubber-stamped by Mark Rowe.
1891         Remove all trailing whitespace in the GTK+ port and related
1892         components.
1894         * GNUmakefile.am:
1895         * configure.ac:
1897 2008-01-31  Alp Toker  <alp@atoker.com>
1899         Reviewed by Mark Rowe.
1901         Fix the pkg-config file to follow GTK+ package naming and versioning
1902         conventions.
1904         Remove unneeded dependency listings.
1906         * GNUmakefile.am:
1907         * configure.ac:
1909 2008-01-31  Alp Toker  <alp@atoker.com>
1911         Rubber-stamped by Adam Roben.
1913         http://bugs.webkit.org/show_bug.cgi?id=17006
1914         [GTK] Header path should be webkit/webkit.h
1916         Move the GTK+ API sources as needed and update the build systems.
1918         * GNUmakefile.am:
1919         * WebKit.pri:
1921 2008-01-27  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
1923         Reviewed by Alp Toker.
1925         http://bugs.webkit.org/show_bug.cgi?id=14811
1926         [gtk] [request] add a webkit_gtk_page_go_to_history_item function
1928         * GNUmakefile.am: Added webkitwebbackforwardlist and webkitwebhistoryitem
1930 2008-01-26  Mark Rowe  <mrowe@apple.com>
1932         Reviewed by Alp Toker.
1934         Fix http://bugs.webkit.org/show_bug.cgi?id=17007.
1935         Bug 17007: [GTK] autogen.sh attempts to use "libtoolize" on the Mac
1937         libtoolize is installed as glibtoolize on Mac OS X to avoid naming conflicts
1938         with other system commands.  Check for the presence of glibtoolize if libtoolize
1939         cannot be found.
1941         * autogen.sh:
1943 2008-01-23  Alp Toker  <alp@atoker.com>
1945         Rubber-stamped by Mark Rowe.
1947         Remove whitespace after -I in automake include lists.
1949         * GNUmakefile.am:
1951 2008-01-22  Christian Dywan  <christian@imendio.com>
1953         Reviewed by Alp Toker.
1955         [GTK] API: WebKitWebSettings is not usable
1956         http://bugs.webkit.org/show_bug.cgi?id=16219
1958         Implement WebKitWebSettings.
1960         * GNUmakefile.am:
1962 2008-01-22  Simon Hausmann  <hausmann@webkit.org>
1964         Reviewed by Lars.
1966         Don't compile the ICO plugin when building against Qt >= 4.4
1967         
1969         * WebKit.pro:
1971 2008-01-21  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
1973         Reviewed by Alp Toker.
1975         http://bugs.webkit.org/show_bug.cgi?id=16955
1976         Get errors when cross-compile webkit-gtk
1978         * GNUmakefile.am: added ICU_CPPFLAGS
1979         * configure.ac: added ICU_CPPFLAGS, removed ICU_CFLAGS
1981 2008-01-19  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
1983         Reviewed by Alp Toker.
1985         Add svg foreign object and svg experimental to the GTK+/autotools
1986         build system.
1988         * configure.ac:
1990 2008-01-15  Alp Toker  <alp@atoker.com>
1992         Rubber-stamped by Anders.
1994         Make the HTTP backend configurable in the GTK+ port. curl is currently
1995         the only option.
1997         * GNUmakefile.am:
1998         * WebKit.pri:
1999         * configure.ac:
2001 2008-01-15  Alp Toker  <alp@atoker.com>
2003         GTK+/autotools build fix for GCC < 4. Use the -fvisibility compiler
2004         flags only when they're available.
2006         Additionally, use -fvisibility-inlines-hidden in both debug and
2007         release builds when available to match the Mac build.
2009         * GNUmakefile.am:
2010         * configure.ac:
2012 2008-01-12  Alp Toker  <alp@atoker.com>
2014         Reviewed by Mark Rowe.
2016         Hide non-public symbols in GTK+/autotools release builds.
2018         * GNUmakefile.am:
2020 2008-01-11  Alp Toker  <alp@atoker.com>
2022         Reviewed by Oliver Hunt.
2024         Enable FastMalloc by default in GTK+/autotools and add a configure
2025         switch.
2027         * GNUmakefile.am:
2028         * configure.ac:
2030 2008-01-11  Luca Bruno  <lethalman88@gmail.com>
2032         Reviewed by Alp Toker.
2034         http://bugs.webkit.org/show_bug.cgi?id=16838
2035         [GTK] Bad autotools debug and video options
2037         Fix some configure options.
2039         * configure.ac:
2041 2008-01-11  Mark Rowe  <mrowe@apple.com>
2043         Attempt to fix the GTK+ and Qt builds.
2045         * WebKit.pro:
2047 2008-01-10  Alp Toker  <alp@atoker.com>
2049         SVG font build fix for GTK+/autotools.
2051         * configure.ac:
2053 2008-01-05  Alp Toker  <alp@atoker.com>
2055         Rubber-stamped by Mark Rowe.
2057         Fix configure script output with correct descriptions of the default
2058         configuration options.
2060         * configure.ac:
2062 2008-01-05  Sylvain Pasche  <sylvain.pasche@gmail.com>
2064         Reviewed by Alp Toker.
2066         http://bugs.webkit.org/show_bug.cgi?id=16736
2067         Allow autogen.sh invocation from a separate build directory.
2069         * autogen.sh:
2071 2008-01-04  Alp Toker  <alp@atoker.com>
2073         Rubber-stamped by Mark Rowe.
2075         Remove AM_MAINTAINER_MODE, as recommended by the automake manual. The
2076         "rebuild rules" will now be enabled by default.
2078         This obviates the need to pass '--enable-maintainer-mode' to
2079         configure.
2081         * configure.ac:
2083 2008-01-02  Holger Hans Peter Freyther  <zecke@selfish.org>
2085         Rubber stamped by Alp.
2087         Remove GDK_MULTIHEAD_SAFE and GTK_MULTIHEAD_SAFE because they break
2088         the build. At least people doing a debug build on Ubuntu Hardy will see
2089         the breakage. I was asked to leave the flags inside the files to ease future
2090         debugging.
2092         * GNUmakefile.am:
2093         * WebKit.pri:
2095 2008-01-01  Alp Toker  <alp@atoker.com>
2097         GTK+ autotools build fix. Track changes in r29051, r29058 and pass the
2098         correct parameter to AM_INIT_AUTOMAKE.
2100         * configure.ac:
2102 2007-12-30  Alp Toker  <alp@atoker.com>
2104         Build fix for older autoconf versions.
2106         * configure.ac:
2108 2007-12-29  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
2110         Reviewed by Alp Toker.
2112         Enable Database, XPath and XSLT features by default
2114         * configure.ac:
2116 2007-12-29  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
2118         Reviewed by Alp Toker.
2120         http://bugs.webkit.org/show_bug.cgi?id=16669
2121         autotools update and fixes
2123         Various fixes to the autotools build
2125         * GNUmakefile.am:
2126           - Remove ICU_FLAGS because it adds -g in the CFLAGS/CXXFLAGS
2127           - Fix clean rules (Rodney Dawes)
2128           - Added webcore specific variables, remove STDINT_H and
2129             PTHREAD_NP_H checks (already included in config.h)
2130         * autogen.sh:
2131           - Loosen automake and aclocal requirement
2132         * configure.ac:
2133           - Workaround AC_PROG_CXX putting -g in CXXFLAGS. Only use -g
2134             when doing a debug build (Rodney Dawes)
2135           - Fix webkit target and remove traces of XBL
2137 2007-12-27  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
2139         Reviewed by Alp Toker.
2141         http://bugs.webkit.org/show_bug.cgi?id=16353
2142         [GTK] Check for deprecated API use (G_DISABLE_DEPRECATED etc.)
2144         Added the flags mentioned in the bug only when doing 'debug'
2145         builds. -DGST_DISABLE_DEPRECATED only added when video is enabled.
2147         * GNUmakefile.am:
2148         * WebKit.pri:
2150 2007-12-26  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
2152         Reviewed by Alp Toker.
2154         http://bugs.webkit.org/show_bug.cgi?id=16390
2155         Use autotools or GNU make as the build system for the GTK port
2157         * GNUmakefile.am: Added.
2158         * autogen.sh: Added.
2159         * configure.ac: Added.
2161 2007-12-20  Alp Toker  <alp@atoker.com>
2163         Rubber-stamped by Maciej.
2165         http://bugs.webkit.org/show_bug.cgi?id=16542
2166         [GTK] Text is missing with old Pango version
2168         Back out commits r28880, r28876, r28865, r28864 which added Pango font
2169         selection support. These changes caused a regression where no text was
2170         displayed with older Pango versions.
2172         * WebKit.pri:
2174 2007-12-19  Alp Toker  <alp@atoker.com>
2176         Remove the cairo-ft pkg-config check. The GTK+ port doesn't use
2177         cairo-ft directly following changes in r28864.
2179         * WebKit.pri:
2181 2007-12-12  Alp Toker  <alp@atoker.com>
2183         Reviewed by Mark Rowe.
2185         http://bugs.webkit.org/show_bug.cgi?id=16302
2186         [GTK] Compiler flags for optimization
2188         Use the compiler flags -fno-exceptions -fno-rtti.
2190         This patch does not add all the flags discussed in the bug report,
2191         only these two.
2193         * WebKit.pri:
2195 2007-12-04  Xan Lopez  <xan@gnome.org>
2197         Reviewed by Alp Toker.
2199         http://bugs.webkit.org/show_bug.cgi?id=15561
2200         GTK port needs DumpRenderTree implementation
2202         Start work on the GTK+ DRT.
2204         * WebKit.pro:
2206 2007-11-30  Alp Toker  <alp@atoker.com>
2208         Reviewed by Adam Roben.
2210         http://bugs.webkit.org/show_bug.cgi?id=15691
2211         [GTK] Public API does not follow GTK+ conventions
2213         Refactor the WebKit/GTK+ public API. Changes:
2214           WebKitPage -> WebKitWebView
2215           WebKitFrame -> WebKitWebFrame
2217         Public API source and header names have been updated to mirror the API
2218         changes.
2220         The API is now kept in WebKit/gtk/WebView to match other ports in the
2221         same class such as Mac and Win.
2223         * WebKit.pri:
2225 2007-11-26  Rodney Dawes  <dobey@wayofthemonkey.com>
2227         Reviewed by Mark Rowe.
2229         Set CONFIG option for the window system GTK+ is using
2231         * WebKit.pri:
2233 2007-11-22  Alp Toker  <alp@atoker.com>
2235         GTK+ build fix. Pass a correct LIBDIR value.
2237         * WebKit.pri:
2239 2007-11-20  Mark Rowe  <mrowe@apple.com>
2241         Reviewed by Alp Toker.
2243         * WebKit.pri: Add in -Wno-unused-parameter to silence warnings in WebCore.
2245 2007-11-20  Alp Toker  <alp@atoker.com>
2247         Reviewed by Simon Hausmann.
2249         Clean up GTK+ port configuration.
2251         Use similar compiler warning flags to the Mac build.
2253         Add the qmake changes needed for DirectFB support.
2255         * WebKit.pri:
2257 2007-11-07  Simon Hausmann  <hausmann@kde.org>
2259         Reviewed by Mark.
2261         Add WebKit/qt/Api to the dependency path when building QtLauncher and DumpRenderTree.
2262         That means that changes to the public API of the Qt port also trigger a rebuild of the tools.
2264         * WebKit.pri:
2266 2007-10-03  Lars Knoll  <lars@trolltech.com>
2268         Signed off by olliej.
2270         move WebKitQt to WebKit/qt for consistency with the other ports.
2272         * WebKit.pri:
2273         * WebKit.pro:
2275 2007-10-03  Lars Knoll  <lars@trolltech.com>
2277         Reviewed by olliej.
2279         Move the Qt version of DRT into the correct place and put the binary into BUILDDIR/bin.
2281         * WebKit.pro:
2283 2007-09-29  Holger Hans Peter Freyther  <zecke@selfish.org>
2285         Reviewed by Mark.
2287         -Fix http://bugs.webkit.org/show_bug.cgi?id=13226.
2288         Remove Bakefiles from svn.
2290         * Bakefiles/Bakefiles.bkgen: Removed.
2291         * Bakefiles/ChangeLog: Removed.
2292         * Bakefiles/Readme.txt: Removed.
2293         * Bakefiles/presets.bkl: Removed.
2294         * Bakefiles/update-file-lists.py: Removed.
2296 2007-09-20  Holger Hans Peter Freyther  <zecke@selfish.org>
2298         Rubber stamped by Adam.
2300         Renamed files from *Gdk to *Gtk (see #14732) using the
2301         work of Juan A. Suarez Romero as a base.
2303         GDK -> GTK
2305         * WebKit.pri:
2306         * WebKit.pro:
2308 2007-07-29  Brian Mastenbrook  <brian@mastenbrook.net>
2310         Build fix for WebKit/Gtk to compile on Fedora 7 as described in
2311         http://bugs.webkit.org/show_bug.cgi?id=14557
2313         * WebKit.pri: cairo-ft is used by the WebKit/Gtk port
2315 2007-07-27  Simon Hausmann  <hausmann@kde.org>
2317         Done with and reviewed by Lars and Zack.
2319         Exclude DumpRenderTree from the Qt build on Windows for now.
2321         * WebKit.pro:
2323 2007-07-27  Simon Hausmann  <hausmann@kde.org>
2325         Done with and reviewed by Lars and Zack.
2327         Temporarily disable the ICO support for the Qt build on Windows.
2329         * WebKit.pro:
2331 2007-07-26  Simon Hausmann  <hausmann@kde.org>
2333         Reviewed by Lars.
2335         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.
2337         * WebKit.pri:
2339 2007-07-22  Holger Hans Peter Freyther  <zecke@selfish.org>
2341         Reviewed by Adam.
2343         Add WebKit/gtk/Api and WebCoreSupport API to the INCLUDEPATH to allow GdkLauncher to be
2344         build against it.
2346         * WebKit.pri:
2348 2007-07-18  Simon Hausmann  <hausmann@kde.org>
2350         Reviewed by Zack.
2352         Don't call gcc directly when building the dftables tool but use a separate .pro file for the Qt build.
2354         * WebKit.pro:
2356 2007-07-18  Timothy Hatcher  <timothy@apple.com>
2358         Add a SCRIPTS_PATH variable so Makefiles of differnet nested directories can
2359         still use this one Makefile.shared as an include.
2361         * Makefile.shared:
2363 2007-07-12  George Staikos  <staikos@kde.org>
2365         Fix build in debug mode.
2367         * WebKit.pri:
2369 2007-07-11  Holger Hans Peter Freyther  <zecke@selfish.org>
2371         Reviewed by Darin.
2373         As of http://bugs.webkit.org/show_bug.cgi?id=14527 move the
2374         WebCore/ForwardingHeader/JavaScriptCore to JavaScriptCore
2376         * WebKit.pri: Adjust INCLUDEPATH
2378 2007-06-25  Adam Roben  <aroben@apple.com>
2380         Really remove LayoutTestResults.
2382         * LayoutTestResults: Removed.
2384 2007-06-25  Adam Roben  <aroben@apple.com>
2386         Fix Bug 14405: LayoutTestResults/qt should be in LayoutTests/qt
2387         http://bugs.webkit.org/show_bug.cgi?id=14405
2389         Reviewed by Anders.
2391         * LayoutTestResults: Removed.
2393 2007-06-25  Alp Toker  <alp.toker@collabora.co.uk>
2395         Reviewed by Mark.
2397         http://bugs.webkit.org/show_bug.cgi?id=13975
2398         Use system-provided libjpeg and libpng
2400         * WebKit.pri: Link against external libjpeg and libpng.
2402 2007-06-20  Adam Roben  <aroben@apple.com>
2404         Reviewed by Simon Hausmann.
2406         More Gdk build fixing.
2408         * WebKit.pro:
2410 2007-06-15  Adam Treat  <adam@staikos.net>
2412         Reviewed by George Staikos.
2414         Add ICO support to the Qt build.
2416         * WebKit.pro:
2418 2007-06-13  George Staikos  <staikos@kde.org>
2420         Reviewed by Lars.
2422         Compile without self-linking.
2424         * WebKit.pri:
2426 2007-06-13  Simon Hausmann  <hausmann@kde.org>
2428         Reviewed by Lars.
2430         * WebKit.pri: WebKitQt is now called QtWebKit.
2432 2007-05-31  Alp Toker  <alp.toker@collabora.co.uk>
2434         Reviewed by Eric Seidel.
2436         http://bugs.webkit.org/show_bug.cgi?id=13941
2437         Rename WebCore/platform/network/gdk to WebCore/platform/network/curl
2439         * WebKit.pri:
2441 2007-05-18  Holger Hans Peter Freyther  <zecke@selfish.org>
2443         Reviewed by Mark Rowe.
2445         * WebKit.pro: Build testkjs for Gdk and Qt
2447 2007-05-11  Holger Freyther <freyther@kde.org>
2449         Reviewed by Mark Rowe.
2451         Move libcurl configuration into WebKit.pri so it will be used by GdkLauncher,
2452         and add ICU configuration to QMAKE_CXXFLAGS.
2454         * WebKit.pri:
2456 2007-05-06  Erik Bunce  <kde@bunce.us>
2458         Reviewed by Mark Rowe.
2460         * WebKit.pri:
2461         Removed unnecessary dependency on MacPorts (/opt/local)
2463 2007-05-03  Holger Freyther <freyther@kde.org>
2465         Reviewed by Zack, landed by Simon.
2466         This is bugzilla bug 13499.
2468         * WebKit.pri: Place Qt into a scope, start sharing qmake with the Gdk
2469         port
2470         * WebKit.pro: Place Qt into a scope, start sharing qmake with the Gdk
2471         port
2473 2007-04-27  Holger Freyther <freyther@kde.org>
2475         Reviewed by Maciej.
2477         Remove unmaintained CMake build system.
2479         * CMakeLists.txt: Removed.
2481 2007-01-30  Simon Hausmann  <hausmann@kde.org>
2483         Reviewed by Zack.
2485         * WebKit.pri: libJavaScriptCore is gone with the Qt build
2486         * WebKit.pro:
2488 2007-01-26  George Staikos  <staikos@kde.org>
2490         Remove headers - not needed now.
2492         * WebKit.pri:
2494 2007-01-23  George Staikos <staikos@kde.org>
2496         Put everything back since we can't build everything without it yet.
2498         * WebKit.pri:
2500 2007-01-16  Lars Knoll <lars@trolltech.com>
2502         Reviewed by Zack
2504         Remove everything but the new public API from
2505         the include path.
2507         * WebKit.pri:
2509 2007-01-11  George Staikos  <staikos@kde.org>
2511         Fix the Qt build
2513         * WebKit.pri:
2515 2007-01-03  Lars Knoll <lars@trolltech.com>
2517         Fix the Qt build
2519         * WebKit.pri:
2521 2006-12-17  Simon Hausmann  <hausmann@kde.org>
2523         Reviewed by Rob Buis.
2525         * WebKit.pro: Build testkjs.
2527 2006-12-14  Timothy Hatcher  <timothy@apple.com>
2529         Reviewed by Brady.
2531         * Makefile.shared: use $PIPESTATUS[0] and a sub-shell to exit with xcodebuild's exit status
2533 2006-12-13  Maciej Stachowiak  <mjs@apple.com>
2535         Reviewed by Brady and Anders.
2537         * Makefile.shared: Stop spewing the environment all the time, at least for command-line builds.
2539 2006-12-10  Zack Rusin  <zack@kde.org>
2541         Client classes have been moved to WebKitQt/WebCoreSupport so
2542         adjusting the pri file.
2544         * WebKit.pri:
2546 2006-12-10  George Staikos  <staikos@kde.org>
2548         Reviewed by Zack.
2550         Add WebKitBuild/Release back to the output dir for external build cases.
2552         * WebKit.pri:
2554 2006-12-10  Zack Rusin  <zack@kde.org>
2556         Fix the link directory location.
2558         * WebKit.pri:
2560 2006-12-10  Lars Knoll <lars@trolltech.com>
2562         Reviewed by Zack
2564         Include DumpRenderTree in the Qt build
2566         * WebKit.pro:
2568 2006-12-09  George Staikos  <staikos@kde.org>
2570         Reviewed by Zack.
2572         Correct the path to the libraries for QMake.
2574         * WebKit.pri:
2576 2006-12-09  Lars Knoll <lars@trolltech.com>
2578         Reviewed by Zack
2580         Make it possible to build WebKit with qmake.
2582         * WebKit.pri: Added.
2583         * WebKit.pro: Added.
2585 2006-11-19  Simon Hausmann  <hausmann@kde.org>
2587         Reviewed by Zack.
2589         http://bugs.webkit.org/show_bug.cgi?id=11649
2591         * CMakeLists.txt: Fix Qt-only build without KDE cmake files
2593 2006-10-30  Timothy Hatcher  <timothy@apple.com>
2595         Reviewed by Brady.
2597         Make the universal build return non-zero when module make fails.
2599         * Makefile:
2601 2006-10-30  Stephanie Lewis  <slewis@apple.com>
2603         Reviewed by Darin.
2605         Change Makefiles to return non-zero when module make fails.
2607         * Makefile:
2609 2006-10-27  Brady Eidson  <beidson@apple.com>
2611         Rubber stamped by Tim Hatcher
2613         Added "make universal" to build universal binaries
2615         * Makefile:
2616         * Makefile.shared:
2618 2006-10-01  Nikolas Zimmermann  <zimmermann@kde.org>
2620         Reviewed by eseidel.
2622         * CMakeLists.txt: add option to disable colored output when building on the buildbot