Matho/refinerycms-photo-gallery

View on GitHub

Showing 315 of 315 total issues

Function Uploader has 286 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    g.Uploader = function (s) {
        var p = {}, v, u = [], r, q = false;
        v = new g.QueueProgress();
        s = g.extend({chunk_size:0, multipart:true, multi_selection:true, file_data_name:"file", filters:[]}, s);
        function t() {

    Function Uploader has 286 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        g.Uploader = function (r) {
            var o = {}, u, t = [], q, p = false;
            u = new g.QueueProgress();
            r = g.extend({chunk_size:0, multipart:true, multi_selection:true, file_data_name:"file", filters:[]}, r);
            function s() {

      Function Image has 267 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

          function Image() {
      
              RuntimeClient.call(this);
      
              Basic.extend(this, {
      Severity: Major
      Found in app/assets/javascripts/refinery/photo_gallery/admin/plupload/moxie.js - About 1 day to fix

        File plupload.js has 610 lines of code (exceeds 250 allowed). Consider refactoring.
        Open

        /*1.5.4*/
        (function () {
            var f = 0, k = [], m = {}, i = {}, a = {"<":"lt", ">":"gt", "&":"amp", '"':"quot", "'":"#39"}, l = /[<>&\"\']/g, b, c = window.setTimeout, d = {}, e;
        
            function h() {

          Function UAParser has 265 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

              var UAParser = (function (undefined) {
          
                  //////////////
                  // Constants
                  /////////////
          Severity: Major
          Found in app/assets/javascripts/refinery/photo_gallery/admin/plupload/moxie.js - About 1 day to fix

            Function XMLHttpRequest has 251 lines of code (exceeds 25 allowed). Consider refactoring.
            Open

                function XMLHttpRequest() {
                    var self = this
                    , _xhr
                    , _filename
                    ;
            Severity: Major
            Found in app/assets/javascripts/refinery/photo_gallery/admin/plupload/moxie.js - About 1 day to fix

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

                  }, init:function (f, g) {
                      f.bind("Init", function (p) {
                          var j = a.body, n, h = "javascript", k, x, q, z = [], r = /MSIE/.test(navigator.userAgent), t = [], m = p.settings.filters, o, l, s, w;
                          no_type_restriction:for (o = 0; o < m.length; o++) {
                              l = m[o].extensions.split(/,/);

                Function pluploadQueue has 208 lines of code (exceeds 25 allowed). Consider refactoring.
                Open

                    $.fn.pluploadQueue = function(settings) {
                        if (settings) {
                            this.each(function() {
                                var uploader, target, id, contents_bak;
                
                

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

                                          if (file.status == plupload.DONE) {
                                              if (file.target_name) {
                                                  inputHTML += '<input type="hidden" name="' + id + '_' + inputCount + '_tmpname" value="' + plupload.xmlEncode(file.target_name) + '" />';
                                              }
                  
                  
                  app/assets/javascripts/refinery/photo_gallery/admin/plupload/jquery.plupload.queue.js on lines 60..68

                  Duplicated Code

                  Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                  Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                  When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                  Tuning

                  This issue has a mass of 193.

                  We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                  The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                  If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                  See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                  Refactorings

                  Further Reading

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

                                          if (o.status == plupload.DONE) {
                                              if (o.target_name) {
                                                  l += '<input type="hidden" name="' + k + "_" + n + '_tmpname" value="' + plupload.xmlEncode(o.target_name) + '" />'
                                              }
                                              l += '<input type="hidden" name="' + k + "_" + n + '_name" value="' + plupload.xmlEncode(o.name) + '" />';
                  app/assets/javascripts/refinery/photo_gallery/admin/plupload/jquery.plupload.queue/jquery.plupload.queue.js on lines 211..222

                  Duplicated Code

                  Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                  Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                  When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                  Tuning

                  This issue has a mass of 193.

                  We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                  The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                  If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                  See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                  Refactorings

                  Further Reading

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

                                  function h(l) {
                                      var n;
                                      if (l.status == plupload.DONE) {
                                          n = "plupload_done"
                                      }
                  app/assets/javascripts/refinery/photo_gallery/admin/plupload/jquery.plupload.queue/jquery.plupload.queue.js on lines 172..195

                  Duplicated Code

                  Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                  Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                  When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                  Tuning

                  This issue has a mass of 190.

                  We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                  The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                  If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                  See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                  Refactorings

                  Further Reading

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

                                  function handleStatus(file) {
                                      var actionClass;
                  
                                      if (file.status == plupload.DONE) {
                                          actionClass = 'plupload_done';
                  app/assets/javascripts/refinery/photo_gallery/admin/plupload/jquery.plupload.queue.js on lines 30..48

                  Duplicated Code

                  Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                  Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                  When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                  Tuning

                  This issue has a mass of 190.

                  We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                  The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                  If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                  See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                  Refactorings

                  Further Reading

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

                      }, init:function (n, p) {
                          var l, m, h = 0, j = b.body;
                          if (c() < 10) {
                              p({success:false});
                              return

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

                        }, init:function (m, o) {
                            var k, l, h = 0, i = b.body;
                            if (c() < 10) {
                                o({success:false});
                                return

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

                          }, init:function (g, j) {
                              var e = window.BrowserPlus, h = {}, d = g.settings, c = d.resize;
                      
                              function f(o) {
                                  var n, m, k = [], l, p;

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

                        plupload.addI18n({
                            'Select files' : 'Sélectionnez les fichiers',
                            'Add files to the upload queue and click the start button.' : 'Ajoutez des fichiers à la file d\'attente et appuyez sur le bouton démarrer.',
                            'Filename' : 'Nom du fichier',
                            'Status' : 'Statut',
                        app/assets/javascripts/refinery/photo_gallery/admin/plupload/i18n/pt-br.js on lines 2..35

                        Duplicated Code

                        Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                        Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                        When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                        Tuning

                        This issue has a mass of 174.

                        We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                        The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                        If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                        See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                        Refactorings

                        Further Reading

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

                        plupload.addI18n({
                           'Select files' : 'Escolha os arquivos',
                           'Add files to the upload queue and click the start button.' : 'Adicione os arquivos abaixo e clique no botão "Iniciar o envio".',
                           'Filename' : 'Nome do arquivo',
                           'Status' : 'Status',
                        app/assets/javascripts/refinery/photo_gallery/admin/plupload/i18n/fr-ca.js on lines 2..35

                        Duplicated Code

                        Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                        Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                        When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                        Tuning

                        This issue has a mass of 174.

                        We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                        The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                        If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                        See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                        Refactorings

                        Further Reading

                        Function pluploadQueue has 172 lines of code (exceeds 25 allowed). Consider refactoring.
                        Open

                            c.fn.pluploadQueue = function (e) {
                                if (e) {
                                    this.each(function () {
                                        var j, i, k;
                                        i = c(this);

                          Function _initUploader has 171 lines of code (exceeds 25 allowed). Consider refactoring.
                          Open

                              _initUploader: function() {
                                  var self = this
                                  , id = this.id
                                  , uploader
                                  , options = { 

                            Function XMLHttpRequest has 164 lines of code (exceeds 25 allowed). Consider refactoring.
                            Open

                                function XMLHttpRequest() {
                                    var _status, _response, _iframe;
                            
                                    function cleanup(cb) {
                                        var target = this, uid, form, inputs, i, hasFile = false;
                            Severity: Major
                            Found in app/assets/javascripts/refinery/photo_gallery/admin/plupload/moxie.js - About 6 hrs to fix
                              Severity
                              Category
                              Status
                              Source
                              Language