Summary: | searchengine/solr/indexes.tt fails 'prove ./xt/tt_valid.t' test | ||
---|---|---|---|
Product: | Koha | Reporter: | Mason James <mtj> |
Component: | Templates | Assignee: | Jonathan Druart <jonathan.druart> |
Status: | CLOSED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | P5 - low | CC: | chris, paul.poulain |
Version: | 3.10 | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Bug Depends on: | 8407 | ||
Bug Blocks: | |||
Attachments: |
Bug 8385: FIX spaces to make tt_valid.t happy
Bug 8385: FIX spaces to make tt_valid.t happy Bug 8385: FIX spaces to make tt_valid.t happy Bug 8385: Dirty patch to make tt_valid.t happy |
Description
Mason James
2012-07-09 06:13:22 UTC
Created attachment 10807 [details] [review] Bug 8385: FIX spaces to make tt_valid.t happy must be apply after Bug 8407 Created attachment 10875 [details] [review] Bug 8385: FIX spaces to make tt_valid.t happy must be apply after Bug 8407 Updated with last modification for Bug 8407 Created attachment 10916 [details] [review] Bug 8385: FIX spaces to make tt_valid.t happy must be apply after Bug 8407 Updated with last modification for Bug 8407 Signed-off-by: Mason James <mtj@kohaaloha.com> (In reply to comment #3) > Created attachment 10916 [details] [review] > Bug 8385: FIX spaces to make tt_valid.t happy > > must be apply after Bug 8407 > Updated with last modification for Bug 8407 > > Signed-off-by: Mason James <mtj@kohaaloha.com> patch looks good, signing-off Created attachment 11257 [details] [review] Bug 8385: Dirty patch to make tt_valid.t happy A problem in routine text_replace_tag (tmpl_process3.pl) have to be fixed to prevent this kind of dirty patch :) QA comment: this patch is needed because of the limits of our translation tools. Jonathan tried to fix it, but failed. So it's still required that there is no [% %] inside html, because the translation parser can't handle them at all. Released in 3.10.0 |