Bugzilla – Attachment 181294 Details for
Bug 38340
Translatability - Standard form include files are not translatable
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38340: Add exclusions to xt/author/valid-templates.t
Bug-38340-Add-exclusions-to-xtauthorvalid-template.patch (text/plain), 1.93 KB, created by
Tomás Cohen Arazi (tcohen)
on 2025-04-22 15:46:57 UTC
(
hide
)
Description:
Bug 38340: Add exclusions to xt/author/valid-templates.t
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2025-04-22 15:46:57 UTC
Size:
1.93 KB
patch
obsolete
>From 092217353df3a18975be3343b35716951c4ab36b Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Tue, 22 Apr 2025 12:46:33 -0300 >Subject: [PATCH] Bug 38340: Add exclusions to xt/author/valid-templates.t > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > xt/author/valid-templates.t | 19 +++++++++++++++++++ > 1 file changed, 19 insertions(+) > >diff --git a/xt/author/valid-templates.t b/xt/author/valid-templates.t >index 44b316ecc74..fbbf03c2c48 100755 >--- a/xt/author/valid-templates.t >+++ b/xt/author/valid-templates.t >@@ -88,11 +88,30 @@ foreach my $theme (@themes) { > # they cannot stand alone > 'doc-head-close.inc', > 'opac-bottom.inc', >+ 'ill/backends/Standard/shared/forms/article.inc', >+ 'ill/backends/Standard/shared/forms/book.inc', >+ 'ill/backends/Standard/shared/forms/chapter.inc', >+ 'ill/backends/Standard/shared/forms/conference.inc', >+ 'ill/backends/Standard/shared/forms/dvd.inc', >+ 'ill/backends/Standard/shared/forms/journal.inc', >+ 'ill/backends/Standard/shared/forms/resource.inc', >+ 'ill/backends/Standard/shared/forms/thesis.inc', > ); > } else { > run_template_test( > $theme->{'modules'}, > $theme->{'includes'}, >+ >+ # templates to exclude from testing because >+ # they cannot stand alone >+ 'ill/backends/Standard/shared/forms/article.inc', >+ 'ill/backends/Standard/shared/forms/book.inc', >+ 'ill/backends/Standard/shared/forms/chapter.inc', >+ 'ill/backends/Standard/shared/forms/conference.inc', >+ 'ill/backends/Standard/shared/forms/dvd.inc', >+ 'ill/backends/Standard/shared/forms/journal.inc', >+ 'ill/backends/Standard/shared/forms/resource.inc', >+ 'ill/backends/Standard/shared/forms/thesis.inc', > ); > } > $pm->finish; >-- >2.49.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 38340
:
177749
|
177750
|
178057
|
178058
|
178079
|
178080
|
178414
|
178415
|
178416
|
178418
|
178420
|
178421
|
178422
|
180066
|
180067
|
180068
|
181215
|
181216
|
181217
|
181294
|
181391
|
181392
|
181435
|
181541
|
181542
|
181543
|
181544
|
181549