[Koha-bugs] [Bug 6836] jQuery plugin Datatables integration

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jan 12 11:34:41 CET 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6836

Julian Maurice <julian.maurice at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #6522|0                           |1
        is obsolete|                            |

--- Comment #33 from Julian Maurice <julian.maurice at biblibre.com> 2012-01-12 10:34:41 UTC ---
Created attachment 7112
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7112
Add jQuery dataTables plugin

Corrected patch for perlcritic message:
> Variable declared in conditional statement at line 111, column 5.  Declare
> variables outside of the condition.  (Severity: 5)

'use strict' not added since it's redundant with Modern::Perl

I've seen that adding these lines to perlcritic.rc prevent this error to be
printed:

  [TestingAndDebugging::RequireUseStrict]
  equivalent_modules = Modern::Perl

  [TestingAndDebugging::RequireUseWarnings]
  equivalent_modules = Modern::Perl

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list