aboutsummaryrefslogtreecommitdiff
path: root/devel/bugzilla50/pkg-plist
blob: 5017c6da95c73874c467bf18bb0c432deba303b0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
%%WWWDIR%%/.htaccess
%%WWWDIR%%/Bugzilla.pm
%%WWWDIR%%/Bugzilla/Attachment.pm
%%WWWDIR%%/Bugzilla/Attachment/PatchReader.pm
%%WWWDIR%%/Bugzilla/Auth.pm
%%WWWDIR%%/Bugzilla/Auth/Login.pm
%%WWWDIR%%/Bugzilla/Auth/Login/APIKey.pm
%%WWWDIR%%/Bugzilla/Auth/Login/CGI.pm
%%WWWDIR%%/Bugzilla/Auth/Login/Cookie.pm
%%WWWDIR%%/Bugzilla/Auth/Login/Env.pm
%%WWWDIR%%/Bugzilla/Auth/Login/Stack.pm
%%WWWDIR%%/Bugzilla/Auth/Persist/Cookie.pm
%%WWWDIR%%/Bugzilla/Auth/Verify.pm
%%WWWDIR%%/Bugzilla/Auth/Verify/DB.pm
%%WWWDIR%%/Bugzilla/Auth/Verify/LDAP.pm
%%WWWDIR%%/Bugzilla/Auth/Verify/RADIUS.pm
%%WWWDIR%%/Bugzilla/Auth/Verify/Stack.pm
%%WWWDIR%%/Bugzilla/Bug.pm
%%WWWDIR%%/Bugzilla/BugMail.pm
%%WWWDIR%%/Bugzilla/BugUrl.pm
%%WWWDIR%%/Bugzilla/BugUrl/Bugzilla.pm
%%WWWDIR%%/Bugzilla/BugUrl/Bugzilla/Local.pm
%%WWWDIR%%/Bugzilla/BugUrl/Debian.pm
%%WWWDIR%%/Bugzilla/BugUrl/GitHub.pm
%%WWWDIR%%/Bugzilla/BugUrl/Google.pm
%%WWWDIR%%/Bugzilla/BugUrl/JIRA.pm
%%WWWDIR%%/Bugzilla/BugUrl/Launchpad.pm
%%WWWDIR%%/Bugzilla/BugUrl/MantisBT.pm
%%WWWDIR%%/Bugzilla/BugUrl/SourceForge.pm
%%WWWDIR%%/Bugzilla/BugUrl/Trac.pm
%%WWWDIR%%/Bugzilla/BugUserLastVisit.pm
%%WWWDIR%%/Bugzilla/CGI.pm
%%WWWDIR%%/Bugzilla/Chart.pm
%%WWWDIR%%/Bugzilla/Classification.pm
%%WWWDIR%%/Bugzilla/Comment.pm
%%WWWDIR%%/Bugzilla/Comment/TagWeights.pm
%%WWWDIR%%/Bugzilla/Component.pm
%%WWWDIR%%/Bugzilla/Config.pm
%%WWWDIR%%/Bugzilla/Config/Admin.pm
%%WWWDIR%%/Bugzilla/Config/Advanced.pm
%%WWWDIR%%/Bugzilla/Config/Attachment.pm
%%WWWDIR%%/Bugzilla/Config/Auth.pm
%%WWWDIR%%/Bugzilla/Config/BugChange.pm
%%WWWDIR%%/Bugzilla/Config/BugFields.pm
%%WWWDIR%%/Bugzilla/Config/Common.pm
%%WWWDIR%%/Bugzilla/Config/Core.pm
%%WWWDIR%%/Bugzilla/Config/DependencyGraph.pm
%%WWWDIR%%/Bugzilla/Config/General.pm
%%WWWDIR%%/Bugzilla/Config/GroupSecurity.pm
%%WWWDIR%%/Bugzilla/Config/LDAP.pm
%%WWWDIR%%/Bugzilla/Config/MTA.pm
%%WWWDIR%%/Bugzilla/Config/Memcached.pm
%%WWWDIR%%/Bugzilla/Config/Query.pm
%%WWWDIR%%/Bugzilla/Config/RADIUS.pm
%%WWWDIR%%/Bugzilla/Config/ShadowDB.pm
%%WWWDIR%%/Bugzilla/Config/UserMatch.pm
%%WWWDIR%%/Bugzilla/Constants.pm
%%WWWDIR%%/Bugzilla/DB.pm
%%WWWDIR%%/Bugzilla/DB/Mysql.pm
%%WWWDIR%%/Bugzilla/DB/Oracle.pm
%%WWWDIR%%/Bugzilla/DB/Pg.pm
%%WWWDIR%%/Bugzilla/DB/Schema.pm
%%WWWDIR%%/Bugzilla/DB/Schema/Mysql.pm
%%WWWDIR%%/Bugzilla/DB/Schema/Oracle.pm
%%WWWDIR%%/Bugzilla/DB/Schema/Pg.pm
%%WWWDIR%%/Bugzilla/DB/Schema/Sqlite.pm
%%WWWDIR%%/Bugzilla/DB/Sqlite.pm
%%WWWDIR%%/Bugzilla/Error.pm
%%WWWDIR%%/Bugzilla/Extension.pm
%%WWWDIR%%/Bugzilla/Field.pm
%%WWWDIR%%/Bugzilla/Field/Choice.pm
%%WWWDIR%%/Bugzilla/Field/ChoiceInterface.pm
%%WWWDIR%%/Bugzilla/Flag.pm
%%WWWDIR%%/Bugzilla/FlagType.pm
%%WWWDIR%%/Bugzilla/Group.pm
%%WWWDIR%%/Bugzilla/Hook.pm
%%WWWDIR%%/Bugzilla/Install.pm
%%WWWDIR%%/Bugzilla/Install/CPAN.pm
%%WWWDIR%%/Bugzilla/Install/DB.pm
%%WWWDIR%%/Bugzilla/Install/Filesystem.pm
%%WWWDIR%%/Bugzilla/Install/Localconfig.pm
%%WWWDIR%%/Bugzilla/Install/Requirements.pm
%%WWWDIR%%/Bugzilla/Install/Util.pm
%%WWWDIR%%/Bugzilla/Job/BugMail.pm
%%WWWDIR%%/Bugzilla/Job/Mailer.pm
%%WWWDIR%%/Bugzilla/JobQueue.pm
%%WWWDIR%%/Bugzilla/JobQueue/Runner.pm
%%WWWDIR%%/Bugzilla/Keyword.pm
%%WWWDIR%%/Bugzilla/MIME.pm
%%WWWDIR%%/Bugzilla/Mailer.pm
%%WWWDIR%%/Bugzilla/Memcached.pm
%%WWWDIR%%/Bugzilla/Migrate.pm
%%WWWDIR%%/Bugzilla/Migrate/Gnats.pm
%%WWWDIR%%/Bugzilla/Milestone.pm
%%WWWDIR%%/Bugzilla/Object.pm
%%WWWDIR%%/Bugzilla/Product.pm
%%WWWDIR%%/Bugzilla/RNG.pm
%%WWWDIR%%/Bugzilla/Report.pm
%%WWWDIR%%/Bugzilla/Search.pm
%%WWWDIR%%/Bugzilla/Search/Clause.pm
%%WWWDIR%%/Bugzilla/Search/ClauseGroup.pm
%%WWWDIR%%/Bugzilla/Search/Condition.pm
%%WWWDIR%%/Bugzilla/Search/Quicksearch.pm
%%WWWDIR%%/Bugzilla/Search/Recent.pm
%%WWWDIR%%/Bugzilla/Search/Saved.pm
%%WWWDIR%%/Bugzilla/Sender/Transport/Sendmail.pm
%%WWWDIR%%/Bugzilla/Series.pm
%%WWWDIR%%/Bugzilla/Status.pm
%%WWWDIR%%/Bugzilla/Template.pm
%%WWWDIR%%/Bugzilla/Template/Context.pm
%%WWWDIR%%/Bugzilla/Template/Plugin/Bugzilla.pm
%%WWWDIR%%/Bugzilla/Template/Plugin/Hook.pm
%%WWWDIR%%/Bugzilla/Token.pm
%%WWWDIR%%/Bugzilla/Update.pm
%%WWWDIR%%/Bugzilla/User.pm
%%WWWDIR%%/Bugzilla/User/APIKey.pm
%%WWWDIR%%/Bugzilla/User/Setting.pm
%%WWWDIR%%/Bugzilla/User/Setting/Lang.pm
%%WWWDIR%%/Bugzilla/User/Setting/Skin.pm
%%WWWDIR%%/Bugzilla/User/Setting/Timezone.pm
%%WWWDIR%%/Bugzilla/UserAgent.pm
%%WWWDIR%%/Bugzilla/Util.pm
%%WWWDIR%%/Bugzilla/Version.pm
%%WWWDIR%%/Bugzilla/WebService.pm
%%WWWDIR%%/Bugzilla/WebService/Bug.pm
%%WWWDIR%%/Bugzilla/WebService/BugUserLastVisit.pm
%%WWWDIR%%/Bugzilla/WebService/Bugzilla.pm
%%WWWDIR%%/Bugzilla/WebService/Classification.pm
%%WWWDIR%%/Bugzilla/WebService/Component.pm
%%WWWDIR%%/Bugzilla/WebService/Constants.pm
%%WWWDIR%%/Bugzilla/WebService/FlagType.pm
%%WWWDIR%%/Bugzilla/WebService/Group.pm
%%WWWDIR%%/Bugzilla/WebService/Product.pm
%%WWWDIR%%/Bugzilla/WebService/README
%%WWWDIR%%/Bugzilla/WebService/Server.pm
%%WWWDIR%%/Bugzilla/WebService/Server/JSONRPC.pm
%%WWWDIR%%/Bugzilla/WebService/Server/REST.pm
%%WWWDIR%%/Bugzilla/WebService/Server/REST/Resources/Bug.pm
%%WWWDIR%%/Bugzilla/WebService/Server/REST/Resources/BugUserLastVisit.pm
%%WWWDIR%%/Bugzilla/WebService/Server/REST/Resources/Bugzilla.pm
%%WWWDIR%%/Bugzilla/WebService/Server/REST/Resources/Classification.pm
%%WWWDIR%%/Bugzilla/WebService/Server/REST/Resources/Component.pm
%%WWWDIR%%/Bugzilla/WebService/Server/REST/Resources/FlagType.pm
%%WWWDIR%%/Bugzilla/WebService/Server/REST/Resources/Group.pm
%%WWWDIR%%/Bugzilla/WebService/Server/REST/Resources/Product.pm
%%WWWDIR%%/Bugzilla/WebService/Server/REST/Resources/User.pm
%%WWWDIR%%/Bugzilla/WebService/Server/XMLRPC.pm
%%WWWDIR%%/Bugzilla/WebService/User.pm
%%WWWDIR%%/Bugzilla/WebService/Util.pm
%%WWWDIR%%/Bugzilla/Whine.pm
%%WWWDIR%%/Bugzilla/Whine/Query.pm
%%WWWDIR%%/Bugzilla/Whine/Schedule.pm
%%WWWDIR%%/LICENSE
%%WWWDIR%%/README
%%WWWDIR%%/admin.cgi
%%WWWDIR%%/attachment.cgi
%%WWWDIR%%/buglist.cgi
%%WWWDIR%%/chart.cgi
%%WWWDIR%%/checksetup.pl
%%WWWDIR%%/clean-bug-user-last-visit.pl
%%WWWDIR%%/colchange.cgi
%%WWWDIR%%/collectstats.pl
%%WWWDIR%%/config.cgi
%%CONTRIB%%%%WWWDIR%%/contrib/Bugzilla.pm
%%CONTRIB%%%%WWWDIR%%/contrib/README
%%CONTRIB%%%%WWWDIR%%/contrib/bugzilla-queue.rhel
%%CONTRIB%%%%WWWDIR%%/contrib/bugzilla-queue.suse
%%CONTRIB%%%%WWWDIR%%/contrib/bugzilla-submit/README
%%CONTRIB%%%%WWWDIR%%/contrib/bugzilla-submit/bugdata.txt
%%CONTRIB%%%%WWWDIR%%/contrib/bugzilla-submit/bugzilla-submit
%%CONTRIB%%%%WWWDIR%%/contrib/bugzilla-submit/bugzilla-submit.xml
%%CONTRIB%%%%WWWDIR%%/contrib/bz_webservice_demo.pl
%%CONTRIB%%%%WWWDIR%%/contrib/bzdbcopy.pl
%%CONTRIB%%%%WWWDIR%%/contrib/cmdline/bugcount
%%CONTRIB%%%%WWWDIR%%/contrib/cmdline/bugids
%%CONTRIB%%%%WWWDIR%%/contrib/cmdline/buglist
%%CONTRIB%%%%WWWDIR%%/contrib/cmdline/bugs
%%CONTRIB%%%%WWWDIR%%/contrib/cmdline/bugslink
%%CONTRIB%%%%WWWDIR%%/contrib/cmdline/makequery
%%CONTRIB%%%%WWWDIR%%/contrib/cmdline/query.conf
%%CONTRIB%%%%WWWDIR%%/contrib/console.pl
%%CONTRIB%%%%WWWDIR%%/contrib/convert-workflow.pl
%%CONTRIB%%%%WWWDIR%%/contrib/extension-convert.pl
%%CONTRIB%%%%WWWDIR%%/contrib/fixperms.pl
%%CONTRIB%%%%WWWDIR%%/contrib/jb2bz.py
%%CONTRIB%%%%WWWDIR%%/contrib/merge-users.pl
%%CONTRIB%%%%WWWDIR%%/contrib/mysqld-watcher.pl
%%CONTRIB%%%%WWWDIR%%/contrib/new-yui.sh
%%CONTRIB%%%%WWWDIR%%/contrib/recode.pl
%%CONTRIB%%%%WWWDIR%%/contrib/sendbugmail.pl
%%CONTRIB%%%%WWWDIR%%/contrib/sendunsentbugmail.pl
%%CONTRIB%%%%WWWDIR%%/contrib/syncLDAP.pl
%%WWWDIR%%/createaccount.cgi
%%WWWDIR%%/describecomponents.cgi
%%WWWDIR%%/describekeywords.cgi
%%WWWDIR%%/duplicates.cgi
%%WWWDIR%%/editclassifications.cgi
%%WWWDIR%%/editcomponents.cgi
%%WWWDIR%%/editfields.cgi
%%WWWDIR%%/editflagtypes.cgi
%%WWWDIR%%/editgroups.cgi
%%WWWDIR%%/editkeywords.cgi
%%WWWDIR%%/editmilestones.cgi
%%WWWDIR%%/editparams.cgi
%%WWWDIR%%/editproducts.cgi
%%WWWDIR%%/editsettings.cgi
%%WWWDIR%%/editusers.cgi
%%WWWDIR%%/editvalues.cgi
%%WWWDIR%%/editversions.cgi
%%WWWDIR%%/editwhines.cgi
%%WWWDIR%%/editworkflow.cgi
%%WWWDIR%%/email_in.pl
%%WWWDIR%%/enter_bug.cgi
%%MOREBUGURL%%%%WWWDIR%%/extensions/MoreBugUrl/Config.pm
%%MOREBUGURL%%%%WWWDIR%%/extensions/MoreBugUrl/Extension.pm
%%MOREBUGURL%%%%WWWDIR%%/extensions/MoreBugUrl/disabled
%%MOREBUGURL%%%%WWWDIR%%/extensions/MoreBugUrl/lib/BitBucket.pm
%%MOREBUGURL%%%%WWWDIR%%/extensions/MoreBugUrl/lib/GetSatisfaction.pm
%%MOREBUGURL%%%%WWWDIR%%/extensions/MoreBugUrl/lib/PHP.pm
%%MOREBUGURL%%%%WWWDIR%%/extensions/MoreBugUrl/lib/Phabricator.pm
%%MOREBUGURL%%%%WWWDIR%%/extensions/MoreBugUrl/lib/RT.pm
%%MOREBUGURL%%%%WWWDIR%%/extensions/MoreBugUrl/lib/Redmine.pm
%%MOREBUGURL%%%%WWWDIR%%/extensions/MoreBugUrl/lib/ReviewBoard.pm
%%MOREBUGURL%%%%WWWDIR%%/extensions/MoreBugUrl/lib/Rietveld.pm
%%MOREBUGURL%%%%WWWDIR%%/extensions/MoreBugUrl/lib/Savane.pm
%%MOREBUGURL%%%%WWWDIR%%/extensions/MoreBugUrl/template/en/default/hook/global/user-error-bug_url_invalid_tracker.html.tmpl
%%VOTING%%%%WWWDIR%%/extensions/Voting/Config.pm
%%VOTING%%%%WWWDIR%%/extensions/Voting/Extension.pm
%%VOTING%%%%WWWDIR%%/extensions/Voting/disabled
%%VOTING%%%%WWWDIR%%/extensions/Voting/template/en/default/hook/account/prefs/email-relationships.html.tmpl
%%VOTING%%%%WWWDIR%%/extensions/Voting/template/en/default/hook/admin/products/edit-common-rows.html.tmpl
%%VOTING%%%%WWWDIR%%/extensions/Voting/template/en/default/hook/admin/products/updated-changes.html.tmpl
%%VOTING%%%%WWWDIR%%/extensions/Voting/template/en/default/hook/admin/sanitycheck/messages-statuses.html.tmpl
%%VOTING%%%%WWWDIR%%/extensions/Voting/template/en/default/hook/admin/users/confirm-delete-warn_safe.html.tmpl
%%VOTING%%%%WWWDIR%%/extensions/Voting/template/en/default/hook/bug/edit-after_importance.html.tmpl
%%VOTING%%%%WWWDIR%%/extensions/Voting/template/en/default/hook/bug/format_comment-type.txt.tmpl
%%VOTING%%%%WWWDIR%%/extensions/Voting/template/en/default/hook/bug/process/header-title.html.tmpl
%%VOTING%%%%WWWDIR%%/extensions/Voting/template/en/default/hook/bug/process/results-title.html.tmpl
%%VOTING%%%%WWWDIR%%/extensions/Voting/template/en/default/hook/bug/show-header-end.html.tmpl
%%VOTING%%%%WWWDIR%%/extensions/Voting/template/en/default/hook/global/code-error-errors.html.tmpl
%%VOTING%%%%WWWDIR%%/extensions/Voting/template/en/default/hook/global/field-descs-end.none.tmpl
%%VOTING%%%%WWWDIR%%/extensions/Voting/template/en/default/hook/global/messages-messages.html.tmpl
%%VOTING%%%%WWWDIR%%/extensions/Voting/template/en/default/hook/global/reason-descs-end.none.tmpl
%%VOTING%%%%WWWDIR%%/extensions/Voting/template/en/default/hook/global/user-error-errors.html.tmpl
%%VOTING%%%%WWWDIR%%/extensions/Voting/template/en/default/hook/search/form-after_freetext_fields.html.tmpl
%%VOTING%%%%WWWDIR%%/extensions/Voting/template/en/default/hook/search/search-report-select-rep_fields.html.tmpl
%%VOTING%%%%WWWDIR%%/extensions/Voting/template/en/default/pages/voting.html.tmpl
%%VOTING%%%%WWWDIR%%/extensions/Voting/template/en/default/pages/voting/bug.html.tmpl
%%VOTING%%%%WWWDIR%%/extensions/Voting/template/en/default/pages/voting/user.html.tmpl
%%VOTING%%%%WWWDIR%%/extensions/Voting/template/en/default/voting/delete-all.html.tmpl
%%VOTING%%%%WWWDIR%%/extensions/Voting/template/en/default/voting/votes-removed.txt.tmpl
%%VOTING%%%%WWWDIR%%/extensions/Voting/web/style.css
%%WWWDIR%%/images/csv.png
%%WWWDIR%%/images/favicon.ico
%%WWWDIR%%/images/ical.png
%%WWWDIR%%/images/padlock.png
%%WWWDIR%%/images/rss.png
%%WWWDIR%%/images/rss_small.png
%%WWWDIR%%/images/xml.png
%%WWWDIR%%/importxml.pl
%%WWWDIR%%/index.cgi
%%WWWDIR%%/install-module.pl
%%WWWDIR%%/jobqueue.pl
%%WWWDIR%%/js/TUI.js
%%WWWDIR%%/js/attachment.js
%%WWWDIR%%/js/bug.js
%%WWWDIR%%/js/change-columns.js
%%WWWDIR%%/js/comment-tagging.js
%%WWWDIR%%/js/comments.js
%%WWWDIR%%/js/custom-search.js
%%WWWDIR%%/js/expanding-tree.js
%%WWWDIR%%/js/field.js
%%WWWDIR%%/js/flag.js
%%WWWDIR%%/js/global.js
%%WWWDIR%%/js/history.js/license.txt
%%WWWDIR%%/js/history.js/native.history.js
%%WWWDIR%%/js/history.js/readme.txt
%%WWWDIR%%/js/params.js
%%WWWDIR%%/js/productform.js
%%WWWDIR%%/js/util.js
%%WWWDIR%%/js/yui/animation/animation-min.js
%%WWWDIR%%/js/yui/assets/skins/sam/ajax-loader.gif
%%WWWDIR%%/js/yui/assets/skins/sam/asc.gif
%%WWWDIR%%/js/yui/assets/skins/sam/autocomplete.css
%%WWWDIR%%/js/yui/assets/skins/sam/back-h.png
%%WWWDIR%%/js/yui/assets/skins/sam/back-v.png
%%WWWDIR%%/js/yui/assets/skins/sam/bar-h.png
%%WWWDIR%%/js/yui/assets/skins/sam/bar-v.png
%%WWWDIR%%/js/yui/assets/skins/sam/bg-h.gif
%%WWWDIR%%/js/yui/assets/skins/sam/bg-v.gif
%%WWWDIR%%/js/yui/assets/skins/sam/blankimage.png
%%WWWDIR%%/js/yui/assets/skins/sam/button.css
%%WWWDIR%%/js/yui/assets/skins/sam/calendar.css
%%WWWDIR%%/js/yui/assets/skins/sam/carousel.css
%%WWWDIR%%/js/yui/assets/skins/sam/check0.gif
%%WWWDIR%%/js/yui/assets/skins/sam/check1.gif
%%WWWDIR%%/js/yui/assets/skins/sam/check2.gif
%%WWWDIR%%/js/yui/assets/skins/sam/colorpicker.css
%%WWWDIR%%/js/yui/assets/skins/sam/container.css
%%WWWDIR%%/js/yui/assets/skins/sam/datatable.css
%%WWWDIR%%/js/yui/assets/skins/sam/desc.gif
%%WWWDIR%%/js/yui/assets/skins/sam/dt-arrow-dn.png
%%WWWDIR%%/js/yui/assets/skins/sam/dt-arrow-up.png
%%WWWDIR%%/js/yui/assets/skins/sam/editor-knob.gif
%%WWWDIR%%/js/yui/assets/skins/sam/editor-sprite-active.gif
%%WWWDIR%%/js/yui/assets/skins/sam/editor-sprite.gif
%%WWWDIR%%/js/yui/assets/skins/sam/editor.css
%%WWWDIR%%/js/yui/assets/skins/sam/header_background.png
%%WWWDIR%%/js/yui/assets/skins/sam/hue_bg.png
%%WWWDIR%%/js/yui/assets/skins/sam/imagecropper.css
%%WWWDIR%%/js/yui/assets/skins/sam/layout.css
%%WWWDIR%%/js/yui/assets/skins/sam/layout_sprite.png
%%WWWDIR%%/js/yui/assets/skins/sam/loading.gif
%%WWWDIR%%/js/yui/assets/skins/sam/logger.css
%%WWWDIR%%/js/yui/assets/skins/sam/menu-button-arrow-disabled.png
%%WWWDIR%%/js/yui/assets/skins/sam/menu-button-arrow.png
%%WWWDIR%%/js/yui/assets/skins/sam/menu.css
%%WWWDIR%%/js/yui/assets/skins/sam/menubaritem_submenuindicator.png
%%WWWDIR%%/js/yui/assets/skins/sam/menubaritem_submenuindicator_disabled.png
%%WWWDIR%%/js/yui/assets/skins/sam/menuitem_checkbox.png
%%WWWDIR%%/js/yui/assets/skins/sam/menuitem_checkbox_disabled.png
%%WWWDIR%%/js/yui/assets/skins/sam/menuitem_submenuindicator.png
%%WWWDIR%%/js/yui/assets/skins/sam/menuitem_submenuindicator_disabled.png
%%WWWDIR%%/js/yui/assets/skins/sam/paginator.css
%%WWWDIR%%/js/yui/assets/skins/sam/picker_mask.png
%%WWWDIR%%/js/yui/assets/skins/sam/profilerviewer.css
%%WWWDIR%%/js/yui/assets/skins/sam/progressbar.css
%%WWWDIR%%/js/yui/assets/skins/sam/resize.css
%%WWWDIR%%/js/yui/assets/skins/sam/simpleeditor.css
%%WWWDIR%%/js/yui/assets/skins/sam/slider.css
%%WWWDIR%%/js/yui/assets/skins/sam/split-button-arrow-active.png
%%WWWDIR%%/js/yui/assets/skins/sam/split-button-arrow-disabled.png
%%WWWDIR%%/js/yui/assets/skins/sam/split-button-arrow-focus.png
%%WWWDIR%%/js/yui/assets/skins/sam/split-button-arrow-hover.png
%%WWWDIR%%/js/yui/assets/skins/sam/split-button-arrow.png
%%WWWDIR%%/js/yui/assets/skins/sam/sprite.png
%%WWWDIR%%/js/yui/assets/skins/sam/tabview.css
%%WWWDIR%%/js/yui/assets/skins/sam/treeview-loading.gif
%%WWWDIR%%/js/yui/assets/skins/sam/treeview-sprite.gif
%%WWWDIR%%/js/yui/assets/skins/sam/treeview.css
%%WWWDIR%%/js/yui/assets/skins/sam/wait.gif
%%WWWDIR%%/js/yui/assets/skins/sam/yuitest.css
%%WWWDIR%%/js/yui/autocomplete/autocomplete-min.js
%%WWWDIR%%/js/yui/base/base-min.css
%%WWWDIR%%/js/yui/base/base.css
%%WWWDIR%%/js/yui/button/button-min.js
%%WWWDIR%%/js/yui/calendar/calendar-min.js
%%WWWDIR%%/js/yui/carousel/carousel-min.js
%%WWWDIR%%/js/yui/charts/charts-min.js
%%WWWDIR%%/js/yui/colorpicker/colorpicker-min.js
%%WWWDIR%%/js/yui/connection/connection-min.js
%%WWWDIR%%/js/yui/connection/connection.swf
%%WWWDIR%%/js/yui/connection/connection_core-min.js
%%WWWDIR%%/js/yui/container/container-min.js
%%WWWDIR%%/js/yui/container/container_core-min.js
%%WWWDIR%%/js/yui/cookie/cookie-min.js
%%WWWDIR%%/js/yui/datasource/datasource-min.js
%%WWWDIR%%/js/yui/datatable/datatable-min.js
%%WWWDIR%%/js/yui/datemath/datemath-min.js
%%WWWDIR%%/js/yui/dom/dom-min.js
%%WWWDIR%%/js/yui/dragdrop/dragdrop-min.js
%%WWWDIR%%/js/yui/element-delegate/element-delegate-min.js
%%WWWDIR%%/js/yui/element/element-min.js
%%WWWDIR%%/js/yui/event-delegate/event-delegate-min.js
%%WWWDIR%%/js/yui/event-mouseenter/event-mouseenter-min.js
%%WWWDIR%%/js/yui/event-simulate/event-simulate-min.js
%%WWWDIR%%/js/yui/event/event-min.js
%%WWWDIR%%/js/yui/fonts/fonts-min.css
%%WWWDIR%%/js/yui/fonts/fonts.css
%%WWWDIR%%/js/yui/get/get-min.js
%%WWWDIR%%/js/yui/grids/grids-min.css
%%WWWDIR%%/js/yui/grids/grids.css
%%WWWDIR%%/js/yui/history/history-min.js
%%WWWDIR%%/js/yui/imagecropper/imagecropper-min.js
%%WWWDIR%%/js/yui/imageloader/imageloader-min.js
%%WWWDIR%%/js/yui/json/json-min.js
%%WWWDIR%%/js/yui/layout/layout-min.js
%%WWWDIR%%/js/yui/logger/logger-min.js
%%WWWDIR%%/js/yui/menu/menu-min.js
%%WWWDIR%%/js/yui/paginator/paginator-min.js
%%WWWDIR%%/js/yui/profiler/profiler-min.js
%%WWWDIR%%/js/yui/profilerviewer/profilerviewer-min.js
%%WWWDIR%%/js/yui/progressbar/progressbar-min.js
%%WWWDIR%%/js/yui/reset-fonts-grids/reset-fonts-grids.css
%%WWWDIR%%/js/yui/reset-fonts/reset-fonts.css
%%WWWDIR%%/js/yui/reset/reset-min.css
%%WWWDIR%%/js/yui/reset/reset.css
%%WWWDIR%%/js/yui/resize/resize-min.js
%%WWWDIR%%/js/yui/selector/selector-min.js
%%WWWDIR%%/js/yui/slider/slider-min.js
%%WWWDIR%%/js/yui/storage/storage-min.js
%%WWWDIR%%/js/yui/stylesheet/stylesheet-min.js
%%WWWDIR%%/js/yui/swf/swf-min.js
%%WWWDIR%%/js/yui/swfdetect/swfdetect-min.js
%%WWWDIR%%/js/yui/swfstore/swfstore-min.js
%%WWWDIR%%/js/yui/swfstore/swfstore.swf
%%WWWDIR%%/js/yui/tabview/tabview-min.js
%%WWWDIR%%/js/yui/treeview/treeview-min.js
%%WWWDIR%%/js/yui/uploader/uploader-min.js
%%WWWDIR%%/js/yui/yahoo-dom-event/yahoo-dom-event.js
%%WWWDIR%%/js/yui/yahoo/yahoo-min.js
%%WWWDIR%%/js/yui/yuiloader/yuiloader-min.js
%%WWWDIR%%/js/yui/yuitest/yuitest-min.js
%%WWWDIR%%/js/yui/yuitest/yuitest_core-min.js
%%WWWDIR%%/jsonrpc.cgi
%%WWWDIR%%/migrate.pl
%%WWWDIR%%/mod_perl.pl
%%WWWDIR%%/page.cgi
%%WWWDIR%%/post_bug.cgi
%%WWWDIR%%/process_bug.cgi
%%WWWDIR%%/query.cgi
%%WWWDIR%%/quips.cgi
%%WWWDIR%%/relogin.cgi
%%WWWDIR%%/report.cgi
%%WWWDIR%%/reports.cgi
%%WWWDIR%%/request.cgi
%%WWWDIR%%/rest.cgi
%%WWWDIR%%/robots.txt
%%WWWDIR%%/runtests.pl
%%WWWDIR%%/sanitycheck.cgi
%%WWWDIR%%/sanitycheck.pl
%%WWWDIR%%/search_plugin.cgi
%%WWWDIR%%/show_activity.cgi
%%WWWDIR%%/show_bug.cgi
%%WWWDIR%%/showdependencygraph.cgi
%%WWWDIR%%/showdependencytree.cgi
%%WWWDIR%%/skins/README
%%WWWDIR%%/skins/contrib/Dusk/buglist.css
%%WWWDIR%%/skins/contrib/Dusk/global.css
%%WWWDIR%%/skins/standard/admin.css
%%WWWDIR%%/skins/standard/bug.css
%%WWWDIR%%/skins/standard/buglist.css
%%WWWDIR%%/skins/standard/dependency-tree/bug-item.png
%%WWWDIR%%/skins/standard/dependency-tree/tree-closed.png
%%WWWDIR%%/skins/standard/dependency-tree/tree-open.png
%%WWWDIR%%/skins/standard/dependency-tree/tree.png
%%WWWDIR%%/skins/standard/global.css
%%WWWDIR%%/skins/standard/global/body-back.gif
%%WWWDIR%%/skins/standard/global/calendar.png
%%WWWDIR%%/skins/standard/global/header.png
%%WWWDIR%%/skins/standard/index/file-a-bug.png
%%WWWDIR%%/skins/standard/index/help.png
%%WWWDIR%%/skins/standard/index/new-account.png
%%WWWDIR%%/skins/standard/index/search.png
%%WWWDIR%%/summarize_time.cgi
%%WWWDIR%%/taskgraph.json
%%WWWDIR%%/template/en/default/account/auth/login-small.html.tmpl
%%WWWDIR%%/template/en/default/account/auth/login.html.tmpl
%%WWWDIR%%/template/en/default/account/cancel-token.txt.tmpl
%%WWWDIR%%/template/en/default/account/create.html.tmpl
%%WWWDIR%%/template/en/default/account/created.html.tmpl
%%WWWDIR%%/template/en/default/account/email/change-new.txt.tmpl
%%WWWDIR%%/template/en/default/account/email/change-old.txt.tmpl
%%WWWDIR%%/template/en/default/account/email/confirm-new.html.tmpl
%%WWWDIR%%/template/en/default/account/email/confirm.html.tmpl
%%WWWDIR%%/template/en/default/account/email/request-new.txt.tmpl
%%WWWDIR%%/template/en/default/account/password/forgotten-password.txt.tmpl
%%WWWDIR%%/template/en/default/account/password/set-forgotten-password.html.tmpl
%%WWWDIR%%/template/en/default/account/prefs/account.html.tmpl
%%WWWDIR%%/template/en/default/account/prefs/apikey.html.tmpl
%%WWWDIR%%/template/en/default/account/prefs/email.html.tmpl
%%WWWDIR%%/template/en/default/account/prefs/permissions.html.tmpl
%%WWWDIR%%/template/en/default/account/prefs/prefs.html.tmpl
%%WWWDIR%%/template/en/default/account/prefs/saved-searches.html.tmpl
%%WWWDIR%%/template/en/default/account/prefs/settings.html.tmpl
%%WWWDIR%%/template/en/default/account/profile-activity.html.tmpl
%%WWWDIR%%/template/en/default/admin/admin.html.tmpl
%%WWWDIR%%/template/en/default/admin/classifications/add.html.tmpl
%%WWWDIR%%/template/en/default/admin/classifications/del.html.tmpl
%%WWWDIR%%/template/en/default/admin/classifications/edit-common.html.tmpl
%%WWWDIR%%/template/en/default/admin/classifications/edit.html.tmpl
%%WWWDIR%%/template/en/default/admin/classifications/footer.html.tmpl
%%WWWDIR%%/template/en/default/admin/classifications/reclassify.html.tmpl
%%WWWDIR%%/template/en/default/admin/classifications/select.html.tmpl
%%WWWDIR%%/template/en/default/admin/components/confirm-delete.html.tmpl
%%WWWDIR%%/template/en/default/admin/components/create.html.tmpl
%%WWWDIR%%/template/en/default/admin/components/edit-common.html.tmpl
%%WWWDIR%%/template/en/default/admin/components/edit.html.tmpl
%%WWWDIR%%/template/en/default/admin/components/footer.html.tmpl
%%WWWDIR%%/template/en/default/admin/components/list.html.tmpl
%%WWWDIR%%/template/en/default/admin/components/select-product.html.tmpl
%%WWWDIR%%/template/en/default/admin/confirm-action.html.tmpl
%%WWWDIR%%/template/en/default/admin/custom_fields/cf-js.js.tmpl
%%WWWDIR%%/template/en/default/admin/custom_fields/confirm-delete.html.tmpl
%%WWWDIR%%/template/en/default/admin/custom_fields/create.html.tmpl
%%WWWDIR%%/template/en/default/admin/custom_fields/edit-common.html.tmpl
%%WWWDIR%%/template/en/default/admin/custom_fields/edit.html.tmpl
%%WWWDIR%%/template/en/default/admin/custom_fields/list.html.tmpl
%%WWWDIR%%/template/en/default/admin/fieldvalues/confirm-delete.html.tmpl
%%WWWDIR%%/template/en/default/admin/fieldvalues/create.html.tmpl
%%WWWDIR%%/template/en/default/admin/fieldvalues/edit.html.tmpl
%%WWWDIR%%/template/en/default/admin/fieldvalues/footer.html.tmpl
%%WWWDIR%%/template/en/default/admin/fieldvalues/list.html.tmpl
%%WWWDIR%%/template/en/default/admin/fieldvalues/select-field.html.tmpl
%%WWWDIR%%/template/en/default/admin/flag-type/confirm-delete.html.tmpl
%%WWWDIR%%/template/en/default/admin/flag-type/edit.html.tmpl
%%WWWDIR%%/template/en/default/admin/flag-type/list.html.tmpl
%%WWWDIR%%/template/en/default/admin/groups/confirm-remove.html.tmpl
%%WWWDIR%%/template/en/default/admin/groups/create.html.tmpl
%%WWWDIR%%/template/en/default/admin/groups/delete.html.tmpl
%%WWWDIR%%/template/en/default/admin/groups/edit.html.tmpl
%%WWWDIR%%/template/en/default/admin/groups/list.html.tmpl
%%WWWDIR%%/template/en/default/admin/keywords/confirm-delete.html.tmpl
%%WWWDIR%%/template/en/default/admin/keywords/create.html.tmpl
%%WWWDIR%%/template/en/default/admin/keywords/edit.html.tmpl
%%WWWDIR%%/template/en/default/admin/keywords/list.html.tmpl
%%WWWDIR%%/template/en/default/admin/milestones/confirm-delete.html.tmpl
%%WWWDIR%%/template/en/default/admin/milestones/create.html.tmpl
%%WWWDIR%%/template/en/default/admin/milestones/edit.html.tmpl
%%WWWDIR%%/template/en/default/admin/milestones/footer.html.tmpl
%%WWWDIR%%/template/en/default/admin/milestones/list.html.tmpl
%%WWWDIR%%/template/en/default/admin/milestones/select-product.html.tmpl
%%WWWDIR%%/template/en/default/admin/params/admin.html.tmpl
%%WWWDIR%%/template/en/default/admin/params/advanced.html.tmpl
%%WWWDIR%%/template/en/default/admin/params/attachment.html.tmpl
%%WWWDIR%%/template/en/default/admin/params/auth.html.tmpl
%%WWWDIR%%/template/en/default/admin/params/bugchange.html.tmpl
%%WWWDIR%%/template/en/default/admin/params/bugfields.html.tmpl
%%WWWDIR%%/template/en/default/admin/params/common.html.tmpl
%%WWWDIR%%/template/en/default/admin/params/core.html.tmpl
%%WWWDIR%%/template/en/default/admin/params/dependencygraph.html.tmpl
%%WWWDIR%%/template/en/default/admin/params/editparams.html.tmpl
%%WWWDIR%%/template/en/default/admin/params/general.html.tmpl
%%WWWDIR%%/template/en/default/admin/params/groupsecurity.html.tmpl
%%WWWDIR%%/template/en/default/admin/params/index.html.tmpl
%%WWWDIR%%/template/en/default/admin/params/ldap.html.tmpl
%%WWWDIR%%/template/en/default/admin/params/memcached.html.tmpl
%%WWWDIR%%/template/en/default/admin/params/mta.html.tmpl
%%WWWDIR%%/template/en/default/admin/params/query.html.tmpl
%%WWWDIR%%/template/en/default/admin/params/radius.html.tmpl
%%WWWDIR%%/template/en/default/admin/params/shadowdb.html.tmpl
%%WWWDIR%%/template/en/default/admin/params/usermatch.html.tmpl
%%WWWDIR%%/template/en/default/admin/products/confirm-delete.html.tmpl
%%WWWDIR%%/template/en/default/admin/products/create.html.tmpl
%%WWWDIR%%/template/en/default/admin/products/edit-common.html.tmpl
%%WWWDIR%%/template/en/default/admin/products/edit.html.tmpl
%%WWWDIR%%/template/en/default/admin/products/footer.html.tmpl
%%WWWDIR%%/template/en/default/admin/products/groupcontrol/confirm-edit.html.tmpl
%%WWWDIR%%/template/en/default/admin/products/groupcontrol/edit.html.tmpl
%%WWWDIR%%/template/en/default/admin/products/groupcontrol/updated.html.tmpl
%%WWWDIR%%/template/en/default/admin/products/list-classifications.html.tmpl
%%WWWDIR%%/template/en/default/admin/products/list.html.tmpl
%%WWWDIR%%/template/en/default/admin/products/updated.html.tmpl
%%WWWDIR%%/template/en/default/admin/sanitycheck/list.html.tmpl
%%WWWDIR%%/template/en/default/admin/sanitycheck/messages.html.tmpl
%%WWWDIR%%/template/en/default/admin/settings/edit.html.tmpl
%%WWWDIR%%/template/en/default/admin/sudo.html.tmpl
%%WWWDIR%%/template/en/default/admin/table.html.tmpl
%%WWWDIR%%/template/en/default/admin/users/confirm-delete.html.tmpl
%%WWWDIR%%/template/en/default/admin/users/create.html.tmpl
%%WWWDIR%%/template/en/default/admin/users/edit.html.tmpl
%%WWWDIR%%/template/en/default/admin/users/list.html.tmpl
%%WWWDIR%%/template/en/default/admin/users/listselectvars.html.tmpl
%%WWWDIR%%/template/en/default/admin/users/responsibilities.html.tmpl
%%WWWDIR%%/template/en/default/admin/users/search.html.tmpl
%%WWWDIR%%/template/en/default/admin/users/userdata.html.tmpl
%%WWWDIR%%/template/en/default/admin/versions/confirm-delete.html.tmpl
%%WWWDIR%%/template/en/default/admin/versions/create.html.tmpl
%%WWWDIR%%/template/en/default/admin/versions/edit.html.tmpl
%%WWWDIR%%/template/en/default/admin/versions/footer.html.tmpl
%%WWWDIR%%/template/en/default/admin/versions/list.html.tmpl
%%WWWDIR%%/template/en/default/admin/versions/select-product.html.tmpl
%%WWWDIR%%/template/en/default/admin/workflow/comment.html.tmpl
%%WWWDIR%%/template/en/default/admin/workflow/edit.html.tmpl
%%WWWDIR%%/template/en/default/attachment/choose.html.tmpl
%%WWWDIR%%/template/en/default/attachment/confirm-delete.html.tmpl
%%WWWDIR%%/template/en/default/attachment/create.html.tmpl
%%WWWDIR%%/template/en/default/attachment/created.html.tmpl
%%WWWDIR%%/template/en/default/attachment/createformcontents.html.tmpl
%%WWWDIR%%/template/en/default/attachment/delete_reason.txt.tmpl
%%WWWDIR%%/template/en/default/attachment/diff-file.html.tmpl
%%WWWDIR%%/template/en/default/attachment/diff-footer.html.tmpl
%%WWWDIR%%/template/en/default/attachment/diff-header.html.tmpl
%%WWWDIR%%/template/en/default/attachment/edit.html.tmpl
%%WWWDIR%%/template/en/default/attachment/list.html.tmpl
%%WWWDIR%%/template/en/default/attachment/midair.html.tmpl
%%WWWDIR%%/template/en/default/attachment/show-multiple.html.tmpl
%%WWWDIR%%/template/en/default/attachment/updated.html.tmpl
%%WWWDIR%%/template/en/default/bug/activity/show.html.tmpl
%%WWWDIR%%/template/en/default/bug/activity/table.html.tmpl
%%WWWDIR%%/template/en/default/bug/choose.html.tmpl
%%WWWDIR%%/template/en/default/bug/comment.html.tmpl
%%WWWDIR%%/template/en/default/bug/comments.html.tmpl
%%WWWDIR%%/template/en/default/bug/create/comment-guided.txt.tmpl
%%WWWDIR%%/template/en/default/bug/create/comment.txt.tmpl
%%WWWDIR%%/template/en/default/bug/create/create-guided.html.tmpl
%%WWWDIR%%/template/en/default/bug/create/create.html.tmpl
%%WWWDIR%%/template/en/default/bug/create/created.html.tmpl
%%WWWDIR%%/template/en/default/bug/create/make-template.html.tmpl
%%WWWDIR%%/template/en/default/bug/create/user-message.html.tmpl
%%WWWDIR%%/template/en/default/bug/dependency-graph.html.tmpl
%%WWWDIR%%/template/en/default/bug/dependency-tree.html.tmpl
%%WWWDIR%%/template/en/default/bug/edit.html.tmpl
%%WWWDIR%%/template/en/default/bug/field-events.js.tmpl
%%WWWDIR%%/template/en/default/bug/field-help.none.tmpl
%%WWWDIR%%/template/en/default/bug/field-label.html.tmpl
%%WWWDIR%%/template/en/default/bug/field.html.tmpl
%%WWWDIR%%/template/en/default/bug/format_comment.txt.tmpl
%%WWWDIR%%/template/en/default/bug/knob.html.tmpl
%%WWWDIR%%/template/en/default/bug/link.html.tmpl
%%WWWDIR%%/template/en/default/bug/navigate.html.tmpl
%%WWWDIR%%/template/en/default/bug/process/bugmail.html.tmpl
%%WWWDIR%%/template/en/default/bug/process/confirm-duplicate.html.tmpl
%%WWWDIR%%/template/en/default/bug/process/header.html.tmpl
%%WWWDIR%%/template/en/default/bug/process/midair.html.tmpl
%%WWWDIR%%/template/en/default/bug/process/results.html.tmpl
%%WWWDIR%%/template/en/default/bug/process/verify-new-product.html.tmpl
%%WWWDIR%%/template/en/default/bug/show-header.html.tmpl
%%WWWDIR%%/template/en/default/bug/show-multiple.html.tmpl
%%WWWDIR%%/template/en/default/bug/show.html.tmpl
%%WWWDIR%%/template/en/default/bug/show.xml.tmpl
%%WWWDIR%%/template/en/default/bug/summarize-time.html.tmpl
%%WWWDIR%%/template/en/default/bug/time.html.tmpl
%%WWWDIR%%/template/en/default/config.js.tmpl
%%WWWDIR%%/template/en/default/config.rdf.tmpl
%%WWWDIR%%/template/en/default/email/bugmail-common.txt.tmpl
%%WWWDIR%%/template/en/default/email/bugmail-header.txt.tmpl
%%WWWDIR%%/template/en/default/email/bugmail.html.tmpl
%%WWWDIR%%/template/en/default/email/bugmail.txt.tmpl
%%WWWDIR%%/template/en/default/email/flagmail.txt.tmpl
%%WWWDIR%%/template/en/default/email/header-common.txt.tmpl
%%WWWDIR%%/template/en/default/email/lockout.txt.tmpl
%%WWWDIR%%/template/en/default/email/new-api-key.txt.tmpl
%%WWWDIR%%/template/en/default/email/new-user-details.txt.tmpl
%%WWWDIR%%/template/en/default/email/sanitycheck.txt.tmpl
%%WWWDIR%%/template/en/default/email/sudo.txt.tmpl
%%WWWDIR%%/template/en/default/email/whine.txt.tmpl
%%WWWDIR%%/template/en/default/extensions/config.pm.tmpl
%%WWWDIR%%/template/en/default/extensions/extension.pm.tmpl
%%WWWDIR%%/template/en/default/extensions/hook-readme.txt.tmpl
%%WWWDIR%%/template/en/default/extensions/index-admin.rst.tmpl
%%WWWDIR%%/template/en/default/extensions/index-user.rst.tmpl
%%WWWDIR%%/template/en/default/extensions/license.txt.tmpl
%%WWWDIR%%/template/en/default/extensions/name-readme.txt.tmpl
%%WWWDIR%%/template/en/default/extensions/util.pm.tmpl
%%WWWDIR%%/template/en/default/extensions/web-readme.txt.tmpl
%%WWWDIR%%/template/en/default/filterexceptions.pl
%%WWWDIR%%/template/en/default/flag/list.html.tmpl
%%WWWDIR%%/template/en/default/global/banner.html.tmpl
%%WWWDIR%%/template/en/default/global/calendar.js.tmpl
%%WWWDIR%%/template/en/default/global/choose-classification.html.tmpl
%%WWWDIR%%/template/en/default/global/choose-product.html.tmpl
%%WWWDIR%%/template/en/default/global/code-error.html.tmpl
%%WWWDIR%%/template/en/default/global/common-links.html.tmpl
%%WWWDIR%%/template/en/default/global/confirm-action.html.tmpl
%%WWWDIR%%/template/en/default/global/confirm-user-match.html.tmpl
%%WWWDIR%%/template/en/default/global/docslinks.html.tmpl
%%WWWDIR%%/template/en/default/global/field-descs.none.tmpl
%%WWWDIR%%/template/en/default/global/footer.html.tmpl
%%WWWDIR%%/template/en/default/global/header.html.tmpl
%%WWWDIR%%/template/en/default/global/hidden-fields.html.tmpl
%%WWWDIR%%/template/en/default/global/js-products.html.tmpl
%%WWWDIR%%/template/en/default/global/message.html.tmpl
%%WWWDIR%%/template/en/default/global/message.txt.tmpl
%%WWWDIR%%/template/en/default/global/messages.html.tmpl
%%WWWDIR%%/template/en/default/global/product-select.html.tmpl
%%WWWDIR%%/template/en/default/global/reason-descs.none.tmpl
%%WWWDIR%%/template/en/default/global/select-menu.html.tmpl
%%WWWDIR%%/template/en/default/global/setting-descs.none.tmpl
%%WWWDIR%%/template/en/default/global/tabs.html.tmpl
%%WWWDIR%%/template/en/default/global/textarea.html.tmpl
%%WWWDIR%%/template/en/default/global/useful-links.html.tmpl
%%WWWDIR%%/template/en/default/global/user-error.html.tmpl
%%WWWDIR%%/template/en/default/global/user.html.tmpl
%%WWWDIR%%/template/en/default/global/userselect.html.tmpl
%%WWWDIR%%/template/en/default/global/value-descs.js.tmpl
%%WWWDIR%%/template/en/default/global/value-descs.none.tmpl
%%WWWDIR%%/template/en/default/global/variables.none.tmpl
%%WWWDIR%%/template/en/default/index.html.tmpl
%%WWWDIR%%/template/en/default/list/change-columns.html.tmpl
%%WWWDIR%%/template/en/default/list/edit-multiple.html.tmpl
%%WWWDIR%%/template/en/default/list/list-simple.html.tmpl
%%WWWDIR%%/template/en/default/list/list.atom.tmpl
%%WWWDIR%%/template/en/default/list/list.csv.tmpl
%%WWWDIR%%/template/en/default/list/list.html.tmpl
%%WWWDIR%%/template/en/default/list/list.ics.tmpl
%%WWWDIR%%/template/en/default/list/list.rdf.tmpl
%%WWWDIR%%/template/en/default/list/quips.html.tmpl
%%WWWDIR%%/template/en/default/list/server-push.html.tmpl
%%WWWDIR%%/template/en/default/list/table.html.tmpl
%%WWWDIR%%/template/en/default/pages/bug-writing.html.tmpl
%%WWWDIR%%/template/en/default/pages/bugzilla.dtd.tmpl
%%WWWDIR%%/template/en/default/pages/fields.html.tmpl
%%WWWDIR%%/template/en/default/pages/linked.html.tmpl
%%WWWDIR%%/template/en/default/pages/linkify.html.tmpl
%%WWWDIR%%/template/en/default/pages/quicksearch.html.tmpl
%%WWWDIR%%/template/en/default/pages/release-notes.html.tmpl
%%WWWDIR%%/template/en/default/pages/sudo.html.tmpl
%%WWWDIR%%/template/en/default/reports/chart.csv.tmpl
%%WWWDIR%%/template/en/default/reports/chart.html.tmpl
%%WWWDIR%%/template/en/default/reports/chart.png.tmpl
%%WWWDIR%%/template/en/default/reports/components.html.tmpl
%%WWWDIR%%/template/en/default/reports/create-chart.html.tmpl
%%WWWDIR%%/template/en/default/reports/delete-series.html.tmpl
%%WWWDIR%%/template/en/default/reports/duplicates-simple.html.tmpl
%%WWWDIR%%/template/en/default/reports/duplicates-table.html.tmpl
%%WWWDIR%%/template/en/default/reports/duplicates.html.tmpl
%%WWWDIR%%/template/en/default/reports/edit-series.html.tmpl
%%WWWDIR%%/template/en/default/reports/keywords.html.tmpl
%%WWWDIR%%/template/en/default/reports/menu.html.tmpl
%%WWWDIR%%/template/en/default/reports/old-charts.html.tmpl
%%WWWDIR%%/template/en/default/reports/report-bar.png.tmpl
%%WWWDIR%%/template/en/default/reports/report-line.png.tmpl
%%WWWDIR%%/template/en/default/reports/report-pie.png.tmpl
%%WWWDIR%%/template/en/default/reports/report-simple.html.tmpl
%%WWWDIR%%/template/en/default/reports/report-table.csv.tmpl
%%WWWDIR%%/template/en/default/reports/report-table.html.tmpl
%%WWWDIR%%/template/en/default/reports/report.csv.tmpl
%%WWWDIR%%/template/en/default/reports/report.html.tmpl
%%WWWDIR%%/template/en/default/reports/series-common.html.tmpl
%%WWWDIR%%/template/en/default/reports/series.html.tmpl
%%WWWDIR%%/template/en/default/request/queue.csv.tmpl
%%WWWDIR%%/template/en/default/request/queue.html.tmpl
%%WWWDIR%%/template/en/default/rest.html.tmpl
%%WWWDIR%%/template/en/default/search/boolean-charts.html.tmpl
%%WWWDIR%%/template/en/default/search/field.html.tmpl
%%WWWDIR%%/template/en/default/search/form.html.tmpl
%%WWWDIR%%/template/en/default/search/knob.html.tmpl
%%WWWDIR%%/template/en/default/search/search-advanced.html.tmpl
%%WWWDIR%%/template/en/default/search/search-create-series.html.tmpl
%%WWWDIR%%/template/en/default/search/search-plugin.xml.tmpl
%%WWWDIR%%/template/en/default/search/search-report-graph.html.tmpl
%%WWWDIR%%/template/en/default/search/search-report-select.html.tmpl
%%WWWDIR%%/template/en/default/search/search-report-table.html.tmpl
%%WWWDIR%%/template/en/default/search/search-specific.html.tmpl
%%WWWDIR%%/template/en/default/search/tabs.html.tmpl
%%WWWDIR%%/template/en/default/search/type-select.html.tmpl
%%WWWDIR%%/template/en/default/setup/strings.txt.pl
%%WWWDIR%%/template/en/default/welcome-admin.html.tmpl
%%WWWDIR%%/template/en/default/whine/header.txt.tmpl
%%WWWDIR%%/template/en/default/whine/mail.html.tmpl
%%WWWDIR%%/template/en/default/whine/mail.txt.tmpl
%%WWWDIR%%/template/en/default/whine/schedule.html.tmpl
%%WWWDIR%%/testagent.cgi
%%WWWDIR%%/testserver.pl
%%WWWDIR%%/token.cgi
%%WWWDIR%%/userprefs.cgi
%%WWWDIR%%/votes.cgi
%%WWWDIR%%/whine.pl
%%WWWDIR%%/whineatnews.pl
%%WWWDIR%%/xmlrpc.cgi
@dir %%WWWDIR%%/contrib
@dir %%WWWDIR%%/data
@dir %%WWWDIR%%/graphs
@dir %%WWWDIR%%/lib
@dir %%WWWDIR%%/t
@dir %%WWWDIR%%/xt