Include/exclude do not seem to work
Gábor Hojtsy - September 11, 2009 - 14:03
| Project: | Indic Script |
| Version: | 6.x-1.1 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | 4vinoth |
| Status: | needs review |
Jump to:
Description
Even though I have localize.drupal.org set up to include only the following paths, the indic script JS files show up all around the site (on all pages). I've also set up the indic script block to only show on these pages, so theoretically I blocked down the module in two ways, but it still puts up its stuff on pages it should not. Doh.
translate/languages/hi
translate/languages/hi/*
translate/languages/ml
translate/languages/ml/*
translate/languages/te
translate/languages/te/*
translate/languages/kn
translate/languages/kn/*

#1
In fact the whole "include" method does not seem to work. If I set the module to include the feature only on "translate/languages/te/edit", it does not work on that path.
#2
HI
Thank you for the note, I'll check it out and update on the cvs including the fix.
Thanks
Vinoth
#3
HI
Updated the Fix, now I have removed the block's need, and used the hook_footer and page specific settings on admin/settings/indic_script instead.
Please note that the page specific settings will overrides the field specific settings.
Thanks
Vinoth