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