sfstanley/citydogshare

View on GitHub

Showing 257 of 576 total issues

File jquery-ui.js has 12607 lines of code (exceeds 250 allowed). Consider refactoring.
Open

/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.js, widget.js, mouse.js, position.js, accordion.js, autocomplete.js, button.js, datepicker.js, dialog.js, draggable.js, droppable.js, effect.js, effect-blind.js, effect-bounce.js, effect-clip.js, effect-drop.js, effect-explode.js, effect-fade.js, effect-fold.js, effect-highlight.js, effect-puff.js, effect-pulsate.js, effect-scale.js, effect-shake.js, effect-size.js, effect-slide.js, effect-transfer.js, menu.js, progressbar.js, resizable.js, selectable.js, selectmenu.js, slider.js, sortable.js, spinner.js, tabs.js, tooltip.js
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */

Severity: Major
Found in app/assets/javascripts/jquery-ui.js - About 1 mo to fix

    File galleria-1.4.2.js has 4395 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

    /**
     * Galleria v 1.4.2 2014-08-07
     * http://galleria.io
     *
     * Licensed under the MIT license
    Severity: Major
    Found in app/assets/javascripts/galleria-1.4.2.js - About 1 wk to fix

      File moment.js has 2280 lines of code (exceeds 250 allowed). Consider refactoring.
      Open

      //! moment.js
      //! version : 2.10.2
      //! authors : Tim Wood, Iskren Chernev, Moment.js contributors
      //! license : MIT
      //! momentjs.com
      Severity: Major
      Found in app/assets/javascripts/moment.js - About 6 days to fix

        Function datetimepicker has 1099 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

            $.fn.datetimepicker = function (opt) {
                var KEY0 = 48,
                    KEY9 = 57,
                    _KEY0 = 96,
                    _KEY9 = 105,
        Severity: Major
        Found in app/assets/javascripts/jquery.datetimepicker.js - About 5 days to fix

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

          /**
           * @preserve jQuery DateTimePicker plugin v2.4.1
           * @homepage http://xdsoft.net/jqplugins/datetimepicker/
           * (c) 2014, Chupurnov Valeriy.
           */
          Severity: Major
          Found in app/assets/javascripts/jquery.datetimepicker.js - About 4 days to fix

            Function Utils has 401 lines of code (exceeds 25 allowed). Consider refactoring.
            Open

                Utils = (function() {
            
                    return {
            
                        // legacy support for clearTimer
            Severity: Major
            Found in app/assets/javascripts/galleria-1.4.2.js - About 2 days to fix

              Function _init has 341 lines of code (exceeds 25 allowed). Consider refactoring.
              Open

                  _init: function() {
              
                      var self = this,
                          options = this._options;
              
              
              Severity: Major
              Found in app/assets/javascripts/galleria-1.4.2.js - About 1 day to fix

                Function setOptions has 235 lines of code (exceeds 25 allowed). Consider refactoring.
                Open

                            datetimepicker.setOptions = function (_options) {
                                options = $.extend(true, {}, options, _options);
                
                                if (_options.allowTimes && $.isArray(_options.allowTimes) && _options.allowTimes.length) {
                                    options.allowTimes = $.extend(true, [], _options.allowTimes);
                Severity: Major
                Found in app/assets/javascripts/jquery.datetimepicker.js - About 1 day to fix

                  Function _create has 203 lines of code (exceeds 25 allowed). Consider refactoring.
                  Open

                      _create: function() {
                          // Some browsers only repeat keydown events, not keypress events,
                          // so we use the suppressKeyPress flag to determine if we've already
                          // handled the keydown event. #7269
                          // Unfortunately the code for & in keypress is the same as the up arrow,
                  Severity: Major
                  Found in app/assets/javascripts/jquery-ui.js - About 1 day to fix

                    Function Finger has 195 lines of code (exceeds 25 allowed). Consider refactoring.
                    Open

                    Galleria.Finger = (function() {
                    
                        var abs = M.abs;
                    
                        // test for translate3d support
                    Severity: Major
                    Found in app/assets/javascripts/galleria-1.4.2.js - About 7 hrs to fix

                      Function _show has 182 lines of code (exceeds 25 allowed). Consider refactoring.
                      Open

                          _show : function() {
                      
                              // shortcuts
                              var self = this,
                                  queue = this._queue[ 0 ],
                      Severity: Major
                      Found in app/assets/javascripts/galleria-1.4.2.js - About 7 hrs to fix

                        Function _createThumbnails has 177 lines of code (exceeds 25 allowed). Consider refactoring.
                        Open

                            _createThumbnails : function( push ) {
                        
                                this.get( 'total' ).innerHTML = this.getDataLength();
                        
                                var src,
                        Severity: Major
                        Found in app/assets/javascripts/galleria-1.4.2.js - About 7 hrs to fix

                          Function _generateHTML has 169 lines of code (exceeds 25 allowed). Consider refactoring.
                          Open

                              _generateHTML: function(inst) {
                                  var maxDraw, prevText, prev, nextText, next, currentText, gotoDate,
                                      controls, buttonPanel, firstDay, showWeek, dayNames, dayNamesMin,
                                      monthNames, monthNamesShort, beforeShowDay, showOtherMonths,
                                      selectOtherMonths, defaultDate, html, dow, row, group, col, selectedDate,
                          Severity: Major
                          Found in app/assets/javascripts/jquery-ui.js - About 6 hrs to fix

                            File foundation.js has 443 lines of code (exceeds 250 allowed). Consider refactoring.
                            Open

                            /*
                             * Foundation Responsive Library
                             * http://foundation.zurb.com
                             * Copyright 2014, ZURB
                             * Free to use under the MIT license.
                            Severity: Minor
                            Found in app/assets/javascripts/foundation.js - About 6 hrs to fix

                              Function size has 156 lines of code (exceeds 25 allowed). Consider refactoring.
                              Open

                              var effectSize = $.effects.effect.size = function( o, done ) {
                              
                                  // Create element
                                  var original, baseline, factor,
                                      el = $( this ),
                              Severity: Major
                              Found in app/assets/javascripts/jquery-ui.js - About 6 hrs to fix

                                Function scale has 152 lines of code (exceeds 25 allowed). Consider refactoring.
                                Open

                                    scale: function( options ) {
                                
                                        var self = this;
                                
                                        // extend some defaults
                                Severity: Major
                                Found in app/assets/javascripts/galleria-1.4.2.js - About 6 hrs to fix

                                  Function parseDate has 149 lines of code (exceeds 25 allowed). Consider refactoring.
                                  Open

                                      parseDate: function (format, value, settings) {
                                          if (format == null || value == null) {
                                              throw "Invalid arguments";
                                          }
                                  
                                  
                                  Severity: Major
                                  Found in app/assets/javascripts/jquery-ui.js - About 5 hrs to fix

                                    Function position has 147 lines of code (exceeds 25 allowed). Consider refactoring.
                                    Open

                                    $.fn.position = function( options ) {
                                        if ( !options || !options.of ) {
                                            return _position.apply( this, arguments );
                                        }
                                    
                                    
                                    Severity: Major
                                    Found in app/assets/javascripts/jquery-ui.js - About 5 hrs to fix

                                      Function xdsoftScroller has 141 lines of code (exceeds 25 allowed). Consider refactoring.
                                      Open

                                          $.fn.xdsoftScroller = function (percent) {
                                              return this.each(function () {
                                                  var timeboxparent = $(this),
                                                      pointerEventToXY = function (e) {
                                                          var out = {x: 0, y: 0},
                                      Severity: Major
                                      Found in app/assets/javascripts/jquery.datetimepicker.js - About 5 hrs to fix

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

                                            init: function( target, options ) {
                                        
                                                options = _legacyOptions( options );
                                        
                                                // save the original ingredients
                                        Severity: Major
                                        Found in app/assets/javascripts/galleria-1.4.2.js - About 5 hrs to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language