[Koha-bugs] [Bug 26261] New: Split calendar.inc into include file and JavaScript file

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Aug 20 20:58:03 CEST 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26261

            Bug ID: 26261
           Summary: Split calendar.inc into include file and JavaScript
                    file
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: ASSIGNED
          Severity: enhancement
          Priority: P5 - low
         Component: Templates
          Assignee: oleonard at myacpl.org
          Reporter: oleonard at myacpl.org
        QA Contact: testopia at bugs.koha-community.org
        Depends on: 21156

Now that we have JavaScript internationalization there's no need to have
strings defined in an include file like calendar.inc. I propose that we trim
calendar.inc down to only those things which require template processing and
move the rest of the JavaScript into its own JS file. This would allow us to do
proper linting and allow browsers to cache the file.


Referenced Bugs:

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21156
[Bug 21156] Internationalization: plural forms, context, and more for JS files
-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list