eisen-dev/eisen_front

View on GitHub

Showing 2,746 of 2,746 total issues

File jquery.tablesorter.widgets.js has 2335 lines of code (exceeds 250 allowed). Consider refactoring.
Open

/*** This file is dynamically generated ***
โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–„ โ–„โ–ˆโ–ˆโ–ˆโ–ˆโ–„ โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–„ โ–„โ–ˆโ–ˆโ–ˆโ–ˆโ–„ โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–„ โ–„โ–ˆโ–ˆโ–ˆโ–ˆโ–„ โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–„ โ–ˆโ–ˆ โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ โ–ˆโ–ˆ โ–ˆโ–ˆ
โ–ˆโ–ˆ โ–ˆโ–ˆ โ–ˆโ–ˆ โ–ˆโ–ˆ โ–ˆโ–ˆ โ–ˆโ–ˆ โ–ˆโ–ˆ โ–ˆโ–ˆ โ–ˆโ–ˆ โ–ˆโ–ˆ โ–ˆโ–ˆ โ–ˆโ–ˆ โ–ˆโ–ˆ โ–ˆโ–ˆ โ–ˆโ–ˆ โ–ˆโ–ˆ โ–ˆโ–ˆ โ–ˆโ–ˆโ–„โ–„ โ–ˆโ–ˆโ–„โ–„โ–ˆโ–ˆ
โ–ˆโ–ˆ โ–ˆโ–ˆ โ–ˆโ–ˆ โ–ˆโ–ˆ โ–ˆโ–ˆ โ–ˆโ–ˆ โ–ˆโ–ˆ โ–ˆโ–ˆ โ–ˆโ–ˆ โ–ˆโ–ˆ โ–ˆโ–ˆ โ–ˆโ–ˆ โ–ˆโ–ˆ โ–ˆโ–ˆ โ–ˆโ–ˆ โ–ˆโ–ˆ โ–ˆโ–ˆ โ–ˆโ–ˆโ–€โ–€ โ–€โ–€โ–€โ–ˆโ–ˆ
โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–€ โ–€โ–ˆโ–ˆโ–ˆโ–ˆโ–€ โ–ˆโ–ˆ โ–ˆโ–ˆ โ–€โ–ˆโ–ˆโ–ˆโ–ˆโ–€ โ–ˆโ–ˆ โ–ˆโ–ˆ โ–ˆโ–ˆ โ–ˆโ–ˆ โ–€โ–ˆโ–ˆโ–ˆโ–ˆโ–€ โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–€ โ–ˆโ–ˆ โ–ˆโ–ˆ โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–€
Severity: Major
Found in webd/includes/tablesorter/jquery.tablesorter.widgets.js - About 6 days to fix

    File jquery.tablesorter.js has 2175 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

    /*! TableSorter (FORK) v2.25.3 *//*
    * Client-side table sorting with ease!
    * @requires jQuery v1.2.6+
    *
    * Copyright (c) 2007 Christian Bach
    Severity: Major
    Found in webd/includes/tablesorter/jquery.tablesorter.js - About 6 days to fix

      Similar blocks of code found in 2 locations. Consider refactoring.
      Open

      <?php
      /**
      * Eisen Frontend
      * http://eisen-dev.github.io
      *
      Severity: Major
      Found in webd/task_list.php and 1 other location - About 3 days to fix
      webd/recipe_list.php on lines 1..299

      Similar blocks of code found in 2 locations. Consider refactoring.
      Open

      <?php
      /**
      * Eisen Frontend
      * http://eisen-dev.github.io
      *
      Severity: Major
      Found in webd/recipe_list.php and 1 other location - About 3 days to fix
      webd/task_list.php on lines 1..299

      File jqueryui.d.ts has 980 lines of code (exceeds 250 allowed). Consider refactoring.
      Open

      // Type definitions for jQueryUI 1.9
      // Project: http://jqueryui.com/
      // Definitions by: Boris Yankov <https://github.com/borisyankov/>, John Reilly <https://github.com/johnnyreilly>
      // Definitions: https://github.com/borisyankov/DefinitelyTyped
       
       
      Severity: Major
      Found in webd/ts/libs/jqueryui.d.ts - About 2 days to fix

        Similar blocks of code found in 2 locations. Consider refactoring.
        Open

        <?php
        /**
        * Eisen Frontend
        * http://eisen-dev.github.io
        *
        Severity: Major
        Found in webd/includes/recipe_checkbox.php and 1 other location - About 2 days to fix
        webd/includes/task_checkbox.php on lines 1..80

        Similar blocks of code found in 2 locations. Consider refactoring.
        Open

        <?php
        /**
        * Eisen Frontend
        * http://eisen-dev.github.io
        *
        Severity: Major
        Found in webd/includes/task_checkbox.php and 1 other location - About 2 days to fix
        webd/includes/recipe_checkbox.php on lines 1..80

        File DbAction.php has 599 lines of code (exceeds 250 allowed). Consider refactoring.
        Open

        <?php
        /**
        * Eisen Frontend
        * http://eisen-dev.github.io
        *
        Severity: Major
        Found in webd/includes/DbAction.php - About 1 day to fix

          File jquery.d.ts has 594 lines of code (exceeds 250 allowed). Consider refactoring.
          Open

          // Type definitions for jQuery 1.10.x / 2.0.x
          // Project: http://jquery.com/
          // Definitions by: Boris Yankov <https://github.com/borisyankov/>, Christian Hoffmeister <https://github.com/choffmeister>, Steve Fenton <https://github.com/Steve-Fenton>, Diullei Gomes <https://github.com/Diullei>, Tass Iliopoulos <https://github.com/tasoili>, Jason Swearingen <https://github.com/jasons-novaleaf>, Sean Hill <https://github.com/seanski>, Guus Goossens <https://github.com/Guuz>, Kelly Summerlin <https://github.com/ksummerlin>, Basarat Ali Syed <https://github.com/basarat>, Nicholas Wolverson <https://github.com/nwolverson>, Derek Cicerone <https://github.com/derekcicerone>, Andrew Gaspar <https://github.com/AndrewGaspar>, James Harrison Fisher <https://github.com/jameshfisher>, Seikichi Kondo <https://github.com/seikichi>, Benjamin Jackman <https://github.com/benjaminjackman>, Poul Sorensen <https://github.com/s093294>, Josh Strobl <https://github.com/JoshStrobl>, John Reilly <https://github.com/johnnyreilly/>, Dick van den Brink <https://github.com/DickvdBrink>
          // Definitions: https://github.com/borisyankov/DefinitelyTyped
           
           
          Severity: Major
          Found in webd/ts/libs/jquery.d.ts - About 1 day to fix

            File notify.js has 565 lines of code (exceeds 250 allowed). Consider refactoring.
            Open

            /*
            * Eisen Frontend
            * http://eisen-dev.github.io
            *
            * Copyright (c) 2016 Alice Ferrazzi <alice.ferrazzi@gmail.com> - Takuma Muramatsu <t.muramatu59@gmail.com>
            Severity: Major
            Found in webd/includes/notify/notify.js - About 1 day to fix

              Similar blocks of code found in 2 locations. Consider refactoring.
              Open

              <?php
              /**
              * Eisen Frontend
              * http://eisen-dev.github.io
              *
              Severity: Major
              Found in webd/includes/recipe_registration.php and 1 other location - About 1 day to fix
              webd/includes/task_registration.php on lines 1..44

              Similar blocks of code found in 2 locations. Consider refactoring.
              Open

              <?php
              /**
              * Eisen Frontend
              * http://eisen-dev.github.io
              *
              Severity: Major
              Found in webd/includes/task_registration.php and 1 other location - About 1 day to fix
              webd/includes/recipe_registration.php on lines 1..44

              Similar blocks of code found in 2 locations. Consider refactoring.
              Open

              jQuery("[data-modal='open']").click(function () {
              // ้–‹ใใŸใ„ใƒขใƒผใƒ€ใƒซใฎID
              var target = "#" + jQuery(this).attr("data-modal-target");
              // ้–‹ใใŸใ„ใƒขใƒผใƒ€ใƒซใซๅฑžๆ€ง่ฟฝๅŠ 
              jQuery(target).attr({"data-modal-active": "true"});
              Severity: Major
              Found in webd/ts/async.ts and 1 other location - About 1 day to fix
              webd/ts/script.ts on lines 89..101

              Similar blocks of code found in 2 locations. Consider refactoring.
              Open

              jQuery("[data-modal='open']").click(function () {
              // ้–‹ใใŸใ„ใƒขใƒผใƒ€ใƒซใฎID
              var target = "#" + jQuery(this).attr("data-modal-target");
              // ้–‹ใใŸใ„ใƒขใƒผใƒ€ใƒซใซๅฑžๆ€ง่ฟฝๅŠ 
              jQuery(target).attr({"data-modal-active": "true"});
              Severity: Major
              Found in webd/ts/script.ts and 1 other location - About 1 day to fix
              webd/ts/async.ts on lines 109..121

              Function findRows has 191 lines of code (exceeds 25 allowed). Consider refactoring.
              Open

              findRows: function( table, filters, combinedFilters ) {
              if ( table.config.lastCombinedFilter === combinedFilters ||
              !table.config.widgetOptions.filter_initialized ) {
              return;
              }
              Severity: Major
              Found in webd/includes/tablesorter/jquery.tablesorter.widgets.js - About 7 hrs to fix

                File restclient.php has 473 lines of code (exceeds 250 allowed). Consider refactoring.
                Open

                <?php
                /**
                * Eisen Frontend
                * http://eisen-dev.github.io
                *
                Severity: Minor
                Found in webd/includes/restclient.php - About 7 hrs to fix

                  Function init has 174 lines of code (exceeds 25 allowed). Consider refactoring.
                  Open

                  init: function( table, c, wo ) {
                  // filter language options
                  ts.language = $.extend( true, {}, {
                  to : 'to',
                  or : 'or',
                  Severity: Major
                  Found in webd/includes/tablesorter/jquery.tablesorter.widgets.js - About 6 hrs to fix

                    Similar blocks of code found in 2 locations. Consider refactoring.
                    Open

                    <?php
                    /**
                    * Eisen Frontend
                    * http://eisen-dev.github.io
                    *
                    Severity: Major
                    Found in webd/taskResultModal.php and 1 other location - About 6 hrs to fix
                    webd/recipeResultModal.php on lines 1..44

                    Similar blocks of code found in 2 locations. Consider refactoring.
                    Open

                    <?php
                    /**
                    * Eisen Frontend
                    * http://eisen-dev.github.io
                    *
                    Severity: Major
                    Found in webd/recipeResultModal.php and 1 other location - About 6 hrs to fix
                    webd/taskResultModal.php on lines 1..44

                    Similar blocks of code found in 2 locations. Consider refactoring.
                    Open

                    jQuery(window).resize(function () {
                    jQuery('.list-data-cbox').bind('click',function(e){
                    e.stopPropagation();
                    });
                    // ใƒชใ‚ตใ‚คใ‚บๅฏพ่ฑกใฎ็พๅœจ้–‹ใ‹ใ‚Œใฆใ„ใ‚‹ใƒขใƒผใƒ€ใƒซ
                    Severity: Major
                    Found in webd/ts/script.ts and 1 other location - About 6 hrs to fix
                    webd/ts/async.ts on lines 94..107
                    Severity
                    Category
                    Status
                    Source
                    Language