[ckan-changes] [okfn/ckan] ff0223: [#1056] Added quick JS linter

GitHub noreply at github.com
Thu Jun 27 16:44:12 UTC 2013


  Branch: refs/heads/1056-group-template-fixes
  Home:   https://github.com/okfn/ckan
  Commit: ff02237570740917c8866e2f3a7e28bf0664d3c5
      https://github.com/okfn/ckan/commit/ff02237570740917c8866e2f3a7e28bf0664d3c5
  Author: John Martin <me at johnmart.in>
  Date:   2013-06-27 (Thu, 27 Jun 2013)

  Changed paths:
    A bin/jslint

  Log Message:
  -----------
  [#1056] Added quick JS linter


  Commit: 0b43712e21fad0e36851e165baed93c1f57321f8
      https://github.com/okfn/ckan/commit/0b43712e21fad0e36851e165baed93c1f57321f8
  Author: John Martin <me at johnmart.in>
  Date:   2013-06-27 (Thu, 27 Jun 2013)

  Changed paths:
    M ckan/public/base/javascript/client.js
    M ckan/public/base/javascript/i18n.js
    M ckan/public/base/javascript/main.js
    M ckan/public/base/javascript/module.js
    M ckan/public/base/javascript/modules/activity-stream.js
    M ckan/public/base/javascript/modules/api-info.js
    M ckan/public/base/javascript/modules/autocomplete.js
    M ckan/public/base/javascript/modules/basic-form.js
    M ckan/public/base/javascript/modules/confirm-action.js
    M ckan/public/base/javascript/modules/custom-fields.js
    M ckan/public/base/javascript/modules/dashboard.js
    M ckan/public/base/javascript/modules/data-viewer.js
    M ckan/public/base/javascript/modules/follow.js
    M ckan/public/base/javascript/modules/media-grid.js
    M ckan/public/base/javascript/modules/popover-context.js
    M ckan/public/base/javascript/modules/related-item.js
    M ckan/public/base/javascript/modules/resource-upload-field.js
    M ckan/public/base/javascript/modules/slug-preview.js
    M ckan/public/base/javascript/modules/table-selectable-rows.js
    M ckan/public/base/javascript/modules/table-toggle-more.js
    M ckan/public/base/javascript/notify.js
    M ckan/public/base/javascript/plugins/jquery.form-warning.js
    M ckan/public/base/javascript/plugins/jquery.inherit.js
    M ckan/public/base/javascript/plugins/jquery.masonry.js
    M ckan/public/base/javascript/plugins/jquery.proxy-all.js
    M ckan/public/base/javascript/plugins/jquery.slug-preview.js
    M ckan/public/base/javascript/plugins/jquery.slug.js
    M ckan/public/base/javascript/plugins/jquery.truncator.js
    M ckan/public/base/javascript/plugins/jquery.url-helpers.js
    M ckan/public/base/javascript/pubsub.js
    M ckan/public/base/javascript/sandbox.js
    M ckan/public/base/javascript/tracking.js

  Log Message:
  -----------
  [#1056] JSLint fixes


  Commit: 9941ebbaf596dff1377a0fdf02b9bbd18a39b926
      https://github.com/okfn/ckan/commit/9941ebbaf596dff1377a0fdf02b9bbd18a39b926
  Author: John Martin <me at johnmart.in>
  Date:   2013-06-27 (Thu, 27 Jun 2013)

  Changed paths:
    M ckan/templates/ajax_snippets/related-item.html

  Log Message:
  -----------
  [#1056] Fix for mocha tests


  Commit: 91fc9a85ade43ea15f3ca0c278fe804000d8b67c
      https://github.com/okfn/ckan/commit/91fc9a85ade43ea15f3ca0c278fe804000d8b67c
  Author: John Martin <me at johnmart.in>
  Date:   2013-06-27 (Thu, 27 Jun 2013)

  Changed paths:
    M ckan/templates/activity_streams/activity_stream_items.html
    M ckan/templates/admin/base.html
    M ckan/templates/ajax_snippets/api_info.html
    M ckan/templates/group/about.html
    M ckan/templates/group/base_form_page.html
    M ckan/templates/group/confirm_delete.html
    M ckan/templates/group/confirm_delete_member.html
    M ckan/templates/group/followers.html
    M ckan/templates/group/index.html
    M ckan/templates/group/read.html
    M ckan/templates/group/snippets/group_form.html
    M ckan/templates/header.html
    M ckan/templates/home/index.html
    M ckan/templates/organization/about.html
    M ckan/templates/organization/activity_stream.html
    M ckan/templates/organization/admins.html
    M ckan/templates/organization/base_form_page.html
    M ckan/templates/organization/bulk_process.html
    M ckan/templates/organization/confirm_delete.html
    M ckan/templates/organization/confirm_delete_member.html
    M ckan/templates/organization/index.html
    M ckan/templates/organization/member_new.html
    M ckan/templates/organization/read.html
    M ckan/templates/organization/read_base.html
    M ckan/templates/package/activity.html
    M ckan/templates/package/activity_stream.html
    M ckan/templates/package/confirm_delete.html
    M ckan/templates/package/confirm_delete_resource.html
    M ckan/templates/package/followers.html
    M ckan/templates/package/history.html
    M ckan/templates/package/read_base.html
    M ckan/templates/package/related_list.html
    M ckan/templates/package/resource_read.html
    M ckan/templates/package/search.html
    M ckan/templates/package/snippets/info.html
    M ckan/templates/package/snippets/package_basic_fields.html
    M ckan/templates/package/snippets/package_metadata_fields.html
    M ckan/templates/package/snippets/resource_form.html
    M ckan/templates/package/snippets/resource_item.html
    M ckan/templates/related/base_form_page.html
    M ckan/templates/related/confirm_delete.html
    M ckan/templates/related/edit_form.html
    M ckan/templates/snippets/activity_item.html
    M ckan/templates/snippets/context.html
    M ckan/templates/snippets/follow_button.html
    M ckan/templates/snippets/popular.html
    M ckan/templates/snippets/private.html
    M ckan/templates/snippets/related.html
    M ckan/templates/snippets/subscribe.html
    M ckan/templates/tag/index.html
    M ckan/templates/user/activity_stream.html
    M ckan/templates/user/dashboard.html
    M ckan/templates/user/followers.html
    M ckan/templates/user/list.html
    M ckan/templates/user/logout_first.html
    M ckan/templates/user/read_base.html
    M ckan/templates/user/snippets/followers.html

  Log Message:
  -----------
  [#1056] Template whitespace cleanup


Compare: https://github.com/okfn/ckan/compare/fd05521b4f7b...91fc9a85ade4


More information about the ckan-changes mailing list