Commit 6926a7d5 authored by Srishti Bankar's avatar Srishti Bankar Committed by Tim Plunkett
Browse files

Issue #3274577 by srishti.bankar, chrisfromredfin, tim.plunkett: Not all...

Issue #3274577 by srishti.bankar, chrisfromredfin, tim.plunkett: Not all Categories are listed on admin/modules/browse page
parent fc31a089
Loading
Loading
Loading
Loading
+56 −0
Original line number Diff line number Diff line
[
  {"tid":"193884","name":"Accessibility"},
  {"tid":"53","name":"Administration"},
  {"tid":"55","name":"Commerce/Advertising"},
  {"tid":"56","name":"Community"},
  {"tid":"57","name":"Content"},
  {"tid":"13434","name":"Content Access Control"},
  {"tid":"88","name":"Content Construction Kit (CCK)"},
  {"tid":"58","name":"Content Display"},
  {"tid":"13158","name":"Database Drivers"},
  {"tid":"186018","name":"Decoupled"},
  {"tid":"59","name":"Developer"},
  {"tid":"4654","name":"Drush"},
  {"tid":"104","name":"E-commerce"},
  {"tid":"41442","name":"Education"},
  {"tid":"60","name":"Evaluation/Rating"},
  {"tid":"61","name":"Event"},
  {"tid":"19440","name":"Examples"},
  {"tid":"11478","name":"Features Package"},
  {"tid":"20224","name":"Fields"},
  {"tid":"62","name":"File Management"},
  {"tid":"63","name":"Filter/Editors"},
  {"tid":"122","name":"Games and Amusements"},
  {"tid":"64","name":"Import/Export"},
  {"tid":"101","name":"JavaScript Utilities"},
  {"tid":"65","name":"Location"},
  {"tid":"66","name":"Mail"},
  {"tid":"67","name":"Media"},
  {"tid":"196950","name":"Migrate"},
  {"tid":"7404","name":"Mobile"},
  {"tid":"97","name":"Multilingual"},
  {"tid":"26738","name":"Multisite"},
  {"tid":"16190","name":"Novelty"},
  {"tid":"90","name":"Organic Groups (OG)"},
  {"tid":"51425","name":"Other"},
  {"tid":"68","name":"Paging"},
  {"tid":"8818","name":"Path Management"},
  {"tid":"123","name":"Performance and Scalability"},
  {"tid":"19984","name":"Project management"},
  {"tid":"116","name":"RDF"},
  {"tid":"11480","name":"Rules"},
  {"tid":"105","name":"Search"},
  {"tid":"69","name":"Security"},
  {"tid":"36748","name":"SEO"},
  {"tid":"124","name":"Site Navigation"},
  {"tid":"7266","name":"Spam Prevention"},
  {"tid":"119","name":"Statistics"},
  {"tid":"70","name":"Syndication"},
  {"tid":"71","name":"Taxonomy"},
  {"tid":"73","name":"Theme Enhancements"},
  {"tid":"52","name":"Third-party Integration"},
  {"tid":"74","name":"User Access & Authentication"},
  {"tid":"76","name":"User Management"},
  {"tid":"75","name":"Utility"},
  {"tid":"89","name":"Views"}
]
+22 −0
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@
      },
      "devDependencies": {
        "@rollup/plugin-commonjs": "^17.0.0",
        "@rollup/plugin-json": "^4.1.0",
        "@rollup/plugin-node-resolve": "^11.0.0",
        "rollup": "^2.3.4",
        "rollup-plugin-css-only": "^3.1.0",
@@ -74,6 +75,18 @@
        "rollup": "^2.30.0"
      }
    },
    "node_modules/@rollup/plugin-json": {
      "version": "4.1.0",
      "resolved": "https://registry.npmjs.org/@rollup/plugin-json/-/plugin-json-4.1.0.tgz",
      "integrity": "sha512-yfLbTdNS6amI/2OpmbiBoW12vngr5NW2jCJVZSBEz+H5KfUJZ2M7sDjk0U6GOOdCWFVScShte29o9NezJ53TPw==",
      "dev": true,
      "dependencies": {
        "@rollup/pluginutils": "^3.0.8"
      },
      "peerDependencies": {
        "rollup": "^1.20.0 || ^2.0.0"
      }
    },
    "node_modules/@rollup/plugin-node-resolve": {
      "version": "11.2.1",
      "resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-11.2.1.tgz",
@@ -1087,6 +1100,15 @@
        "resolve": "^1.17.0"
      }
    },
    "@rollup/plugin-json": {
      "version": "4.1.0",
      "resolved": "https://registry.npmjs.org/@rollup/plugin-json/-/plugin-json-4.1.0.tgz",
      "integrity": "sha512-yfLbTdNS6amI/2OpmbiBoW12vngr5NW2jCJVZSBEz+H5KfUJZ2M7sDjk0U6GOOdCWFVScShte29o9NezJ53TPw==",
      "dev": true,
      "requires": {
        "@rollup/pluginutils": "^3.0.8"
      }
    },
    "@rollup/plugin-node-resolve": {
      "version": "11.2.1",
      "resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-11.2.1.tgz",
+1 −0
Original line number Diff line number Diff line
@@ -9,6 +9,7 @@
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^17.0.0",
    "@rollup/plugin-json": "^4.1.0",
    "@rollup/plugin-node-resolve": "^11.0.0",
    "rollup": "^2.3.4",
    "rollup-plugin-css-only": "^3.1.0",
+0 −0

File changed.

Preview suppressed by a .gitattributes entry or the file's encoding is unsupported.

+0 −0

File changed.

Preview suppressed by a .gitattributes entry or the file's encoding is unsupported.

Loading