Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/jsdelivr/bootstrapcdn

Free Bootstrap CDN hosting
https://github.com/jsdelivr/bootstrapcdn

Remove WordPress Plugin from the Resources menu.

72252944f462ad45ad63a99084ded00dc454f8fa authored about 7 years ago by XhmikosR <[email protected]>
Remove Glyphicons from the Resources dropdown.

Bootstrap 4 doesn't use it.

838499d9ba49452fd434b92f377073192cd3308c authored about 7 years ago by XhmikosR <[email protected]>
Fix carbonads mobile margin after ed02b19.

a4c428ffa5ffb846bca1cbeccaaeaf8253c8fece authored about 7 years ago by XhmikosR <[email protected]>
Merge branch 'master' into develop

cf543a9b82b79e630c29956314dfbb6cfc251bfd authored about 7 years ago by XhmikosR <[email protected]>
Update dependencies.

fe30999a6227d173866b2d5288f662944dbe03cd authored about 7 years ago by XhmikosR <[email protected]>
Use the file content's md5 checksum for its filename.

c5ae43db0666f9768bd7e5d79176fef123d45544 authored about 7 years ago by XhmikosR <[email protected]>
Use `staticify` package instead.

54d77de5eb93c644b16cd6e1df03dd41e6313fb8 authored about 7 years ago by XhmikosR <[email protected]>
Move footer outside of the main content.

ed02b199f69fc403ba68309921d7647532a21ed4 authored about 7 years ago by XhmikosR <[email protected]>
app.js: move public dir to a constant.

594cb61cf24dca0763fa43635c5ebb06a8de5cb8 authored about 7 years ago by XhmikosR <[email protected]>
Minor frontend tweaks.

Switch from `btn-secondary` to `btn-dark`.

Add an explicit `col-12` where missing.

c1d317135f7e2ea095e5598760e458a8c4dcd82c authored about 7 years ago by XhmikosR <[email protected]>
Update dependencies.

0104476cb5a04ad530434d8d390cef006c3e1f2a authored about 7 years ago by XhmikosR <[email protected]>
Merge pull request #934 from MaxCDN/develop

Production release

2d27e2c9d173f1ffcc7d2ba32e73abd116ef8876 authored about 7 years ago by XhmikosR <[email protected]>
README.md: switch to an SVG Heroku badge.

a26627b4ba38c3a4b96574229bf5b4fbef37a746 authored about 7 years ago by XhmikosR <[email protected]>
Switch to npm scripts.

Also:

* remove bootlint since it's not used due to it not working with v4
* fix `npm start` to ...

a5b9bce528288c6ac61868036209203bb25e8b59 authored about 7 years ago by XhmikosR <[email protected]>
Remove snyk.

7c38dd3d7388e86485844f1713df811d38cdc005 authored about 7 years ago by XhmikosR <[email protected]>
Tweak main.js.

a0624eae3695d5895527e0406a65dcec51868cc6 authored about 7 years ago by XhmikosR <[email protected]>
Merge branch 'master' into develop

fa8a3769e9a7369ed94163f225f121918de91409 authored about 7 years ago by XhmikosR <[email protected]>
Update our express.js settings.

* use app.set instead of disable/enable
* set Helmet CSP's `browserSniff` option to false; shoul...

fd26aa4f23c66ae3e8f55e18ee967517955c4611 authored about 7 years ago by XhmikosR <[email protected]>
Switch frontend JS code to ES6 too.

e39b37dcd527f862316fce736c87a2165e48e68f authored about 7 years ago by XhmikosR <[email protected]>
Update dependencies.

21e76dd202ab7784c49025087dbb73bd236cfcbd authored about 7 years ago by XhmikosR <[email protected]>
Lint tweaks.

727ba8c4dbf0638bcb36ccb75fdb915448dd766a authored about 7 years ago by XhmikosR <[email protected]>
Use LoadJS to load 3rd-party JS asynchronously.

9c33f66e3d26c8166211753880f73f12f1863314 authored about 7 years ago by XhmikosR <[email protected]>
Revert "Stop loading Twitter and GitHub button on `onload`."

31552cc8f444750b1c6fbe44e3559f632bc43e88 authored about 7 years ago by XhmikosR <[email protected]>
Stop loading Twitter and GitHub button on `onload`.

It seems it's actually slowing us down.

1c7263a0f82c0208b41eb6f16284f1db001af00f authored about 7 years ago by XhmikosR <[email protected]>
Load scripts on `DOMContentLoaded`.

9f1628996f611d94da2205ecfa1c3d03d6e889d3 authored about 7 years ago by XhmikosR <[email protected]>
Refactor main.js.

ad77198e5032a326c6912354de722828443ae23e authored about 7 years ago by XhmikosR <[email protected]>
Rename _config.yml's `javascripts` to `javascript`.

e32ee3f697906f438628b53601b78b6901ce4d14 authored about 7 years ago by XhmikosR <[email protected]>
Fix scripts/integrity.js after 2847d57.

8d6dc947d23501f571af72414030437996a980c1 authored about 7 years ago by XhmikosR <[email protected]>
scripts/integrity.js: set `lineWidth` to `-1` for no limit.

8a28355077a1044c30006e6a358d4dddbb21f586 authored about 7 years ago by XhmikosR <[email protected]>
Merge pull request #917 from MaxCDN/develop

Production release

3d4c72956757d4cd218de406604bdc38ed8acfa3 authored about 7 years ago by XhmikosR <[email protected]>
Clean up `require`s.

2847d57c7ba0da84d8ead4df7c01dfbabb7f897e authored about 7 years ago by XhmikosR <[email protected]>
Minor Pug cleanup.

cf9cb00f1e3e84f72abdae76e041e6dd77eff4dc authored about 7 years ago by XhmikosR <[email protected]>
Rename ESLint config files and switch to JSON.

d624c15bb7f833b8fa74b7b92ab6ea39d13f0eb9 authored about 7 years ago by XhmikosR <[email protected]>
Fix multiple Twitter timelines under some cases.

So, if one was on >= 992px and resized the window, they ended up with multiple timelines.

c88b8624fd2cead23f0e14aa2493b3ea3699ba55 authored about 7 years ago by XhmikosR <[email protected]>
routes/index.js: minor tweaks.

dae81949bf5edc3c5bb45ab9ed588455e6484a1e authored about 7 years ago by XhmikosR <[email protected]>
Add `short_name` to manifest.json.

47fa1ec66b1185f4f98dc8d6f6e403f297319b0d authored about 7 years ago by XhmikosR <[email protected]>
A couple of frontend fixes.

* Add the active class for the "OLd Versions" dropdown items
* Prefix versions with `v`.

124ccb214e134bae479b5a3c3952e5d086abcbc6 authored about 7 years ago by XhmikosR <[email protected]>
Fix scripts/integrity.js.

f001d57c8b38f3d5815ba1d7635df27011d1f7f7 authored about 7 years ago by XhmikosR <[email protected]>
tests: Fix typo.

50992f89a56458873f457ca5b3bc4bd8c443543f authored about 7 years ago by XhmikosR <[email protected]>
Fix and improve scripts/wp-plugin.js.

06450ae9ae47e3a7e257667244d7855d662a2a81 authored about 7 years ago by XhmikosR <[email protected]>
Update README.md.

8e4ad87d03f28395967666b7605861181838e309 authored about 7 years ago by XhmikosR <[email protected]>
Fix tests.

20d67ba3d60ceec6d552539ee569882f77aa7f1a authored about 7 years ago by XhmikosR <[email protected]>
adding fontawesome legacy page

a7b4d1279365762a02f09afec54f9edd7c866579 authored about 7 years ago by Josh Mervine <[email protected]>
Add back height for `.social`.

This prevent page jumping while the badges are being loaded.

Regression of 0f0b0712b25a0709da14...

2404013f60b03b579a1b6b7683850d2d80d276c8 authored about 7 years ago by XhmikosR <[email protected]>
Fixing a small type in tests.

ffa861e1c7ea1f9e4a3fc1c3524e2cd536d343c0 authored about 7 years ago by Joshua Mervine <[email protected]>
Removing assert.contains helper for better failure messaging

1807d140259d721cec8eb1f2479b2f7f0a9aaa48 authored about 7 years ago by Josh Mervine <[email protected]>
Run HTML validator for all pages.

c4342234527683eed3f2a49e48e9ec88fc78901c authored about 7 years ago by XhmikosR <[email protected]>
Load Twitter timeline manually.

This allows us to skip loading it when we are on < 992px, where we don't show the timeline anyway.

93db3610a8a4cea26df9c331725b99c41c13b2be authored about 7 years ago by XhmikosR <[email protected]>
Fix server data/bootstrapcdn.json generation.

9f3496bb511b0f8860ede4be3921da3c3356a055 authored about 7 years ago by Josh Mervine <[email protected]>
Revert "Replace our `helpers.contains` function with `String.includes`."

8226b6455aa03b384f2ee8a9ce34ada4d9d289d6 authored about 7 years ago by XhmikosR <[email protected]>
Fix scripts/bootswatch.js.

e6a29d5c7501374c1bdd94ecbf8c9596b55f1014 authored about 7 years ago by XhmikosR <[email protected]>
Merge pull request #905 from MaxCDN/master

Merge pull request #902 from MaxCDN/develop

a55ca366a8a90c196f0448b3a0034fc81c05a296 authored about 7 years ago by Justin Dorfman <[email protected]>
Merge pull request #902 from MaxCDN/develop

Revert "Optimize bootstrapcdn.svg more."

a50c918c2d418d5186ea0bcee02f5b0e27434254 authored about 7 years ago by Justin Dorfman <[email protected]>
Merge branch 'master' into develop

dc0a5523a633302cdf19a6930225f91bc1c683bf authored about 7 years ago by XhmikosR <[email protected]>
Revert "Optimize bootstrapcdn.svg more."

This broke rendering with Chrome.

a9491a969f37d50013529564bb6b9ec7ae8a76d8 authored about 7 years ago by XhmikosR <[email protected]>
Merge pull request #897 from MaxCDN/develop

Production release

fb2042de1a69d7b0be40ee2848e8f66bd15d6d75 authored about 7 years ago by Justin Dorfman <[email protected]>
Optimize bootstrapcdn.svg more.

f4e5c483d4229e4e26cbb842f091b83aac6a5c7a authored about 7 years ago by XhmikosR <[email protected]>
Replace our `helpers.contains` function with `String.includes`.

5f4c2e6e9efe214164ad1aa2384750127aa731ac authored about 7 years ago by XhmikosR <[email protected]>
Assorted tweaks.

* Use Bootstrap's 4 classes in more places, reducing our custom CSS
* Fix the right navbar dropd...

0f0b0712b25a0709da140fed1e49aa65eb66b3d5 authored about 7 years ago by XhmikosR <[email protected]>
Merge branch 'master' into develop

43c4530d369a8f3c30c80db87d12f6884df93eb9 authored about 7 years ago by XhmikosR <[email protected]>
Refactor config and tests.

e1cb2722e5c22303fe8f62955e0e6e0ee49bfc79 authored about 7 years ago by Josh Mervine <[email protected]>
Split legacy views and make v4 the current one.

bbc717e41af0f243038e23d0adc1e23cad61d9b3 authored about 7 years ago by XhmikosR <[email protected]>
test_helper.js: switch to `String.includes`.

db80561a71767144451c9e1b41b1198a368c9aab authored about 7 years ago by XhmikosR <[email protected]>
Fix CSP error.

7ec9e773c2dfaa2fce7068d9861448d6bb9e72d4 authored about 7 years ago by XhmikosR <[email protected]>
Merge branch 'master' into develop

9018a5f4ab9a839fe6ad43ae70f49b8b55ce506d authored about 7 years ago by XhmikosR <[email protected]>
Fix CSP error.

9702d50fcf44a9723140b133b5fcfec8d85cdc6f authored about 7 years ago by XhmikosR <[email protected]>
Merge pull request #892 from MaxCDN/develop

Deploy to production

8e7a5899ec15b442a2b7c9bfad2d8133843359fd authored about 7 years ago by XhmikosR <[email protected]>
Merge branch 'master' into develop

e70ab4ddff97f908a08093fb59727ff077c25e0f authored about 7 years ago by Justin Dorfman <[email protected]>
pug: minor cleanup.

43e4107ae571adb223bd1b821390db71893f628d authored about 7 years ago by XhmikosR <[email protected]>
Update dependencies.

fc37ddc16e3587acefe91bf5a42075ce16f7ed83 authored about 7 years ago by XhmikosR <[email protected]>
Switch to https.

d830c905d992cd989eec494e9bd7348ec0b9cd71 authored about 7 years ago by XhmikosR <[email protected]>
Tweak puglint rules.

ebb4dfad16f9adfeb7db2419f90441b38692b197 authored about 7 years ago by XhmikosR <[email protected]>
Add the JS bundle in the frontend.

b996a5e27ce4729c30028eacc3794c3b2cd84ad8 authored about 7 years ago by XhmikosR <[email protected]>
Switch to Bootstrap 4.

032c6a0d522a13d37d3d4c3876ca14eee1b84157 authored about 7 years ago by XhmikosR <[email protected]>
Just link to the repo for integrations/showcase submissions.

55399c651fce86fdfdb595933d417a1582727f72 authored about 7 years ago by XhmikosR <[email protected]>
app.js: simplify sitemap options.

2de21eb55a9652e571b7e7d9bd02ae011fb4a85b authored about 7 years ago by XhmikosR <[email protected]>
header: Fix passing the theme query in the new dropdown items.

ff3cc5894eae4b3b8cc145fa1b3822c14477f870 authored about 7 years ago by XhmikosR <[email protected]>
Add freeCodeCamp to integrations.

ed77cce7c9dd31a097daa6ce8a75a9baec0f4a1d authored about 7 years ago by Justin Dorfman <[email protected]>
Tweaks and fixes for Bootstrap 4.

82aa83fe703b2fc71c21c9c9ea7e4bb6e0c21c62 authored about 7 years ago by XhmikosR <[email protected]>
Convert the remaining PNG files to 8-bit.

59d6683da4b1dd14b1d0e1239488613085ad978b authored about 7 years ago by XhmikosR <[email protected]>
Minor image compression improvements.

e0cab07af59711014866d071177ce1f77eb96026 authored about 7 years ago by XhmikosR <[email protected]>
Move beta alert to an include.

2d3d9c559fd0a31a0b70c1931f7e942304759de7 authored about 7 years ago by XhmikosR <[email protected]>
Update all dependencies except for shelljs and uglifyjs.

69e3998101663bfae10ca34ed0dd593eb4dfb27b authored about 7 years ago by XhmikosR <[email protected]>
Add semver dependency.

Previously it was loaded because a package installed it.

018740c37f94e26a0785014254368ae6f47cd022 authored about 7 years ago by XhmikosR <[email protected]>
functional_test.js: minor tweaks.

* use `string.includes()`
* use `\d` in the regex
* escape period in the regex

a0ebdc63d8989a02fafbc02be2f3515b418505ae authored about 7 years ago by XhmikosR <[email protected]>
Merge pull request #885 from MaxCDN/jdorfman-738

Add page descriptions and tweak titles.

5f203b60f43173a13bc579498e927cb77a0dfaaa authored about 7 years ago by Justin Dorfman <[email protected]>
Change meta title tags to include only the title.

4ec20e1951c991e1f552a8297764b7078b21338d authored about 7 years ago by XhmikosR <[email protected]>
Fix page description.

91bcac858f5f91196ef478cfe0711e7eeea81ae0 authored about 7 years ago by XhmikosR <[email protected]>
Added longer & unique descriptions for each view/page.

4c257517b926ab3224abcee8967f4944818b7464 authored about 7 years ago by Justin Dorfman <[email protected]>
Merge pull request #884 from MaxCDN/develop

Bootswatch 4 Beta and housekeeping release

3c549598e8d7fc8c90e20296dcba136f0df08778 authored about 7 years ago by Justin Dorfman <[email protected]>
Merge pull request #883 from MaxCDN/jmervine-ignore-newer-tbs

ignore twitter-bootstrap versions after 2.3.2

fd1f064f35463f1bba9f9be9abdaab1d40192fe8 authored about 7 years ago by Justin Dorfman <[email protected]>
ignore twitter-bootstrap versions after 2.3.2

6ddb4aed5f6d9f6149fd9d5eeb08d36991e27a33 authored about 7 years ago by Josh Mervine <[email protected]>
Merge pull request #882 from MaxCDN/jmervine-bootswatch4

bootswatch4 beta

5e21ebfcdc85c97bbd86fc93d730701f4f1ac4a0 authored about 7 years ago by Justin Dorfman <[email protected]>
Fixing up for html validation

c1a41e3aeb76f16c44278b90e205dd18cec86ed5 authored about 7 years ago by Josh Mervine <[email protected]>
Consolidated beta 4 menu items into drop down

29a5a534e74de130b9f9365bf44d2f69e9731b01 authored about 7 years ago by Justin Dorfman <[email protected]>
adding beta panel to bootswatch4 view

6e6e3c761471d23b8122c4893ef366be95c28b11 authored about 7 years ago by Josh Mervine <[email protected]>
Fixing lint issues

85beece7156cf571d9c05ecdfc1c601a872eb036 authored about 7 years ago by Josh Mervine <[email protected]>
Adding bootswatch4 beta.

6c0b0b72a81616f0ffb63e2526a2035b93674010 authored about 7 years ago by Josh Mervine <[email protected]>
Update report-uri URL

bbfc8b5ec40d80a567bbc0cfa17943bf685b629f authored about 7 years ago by XhmikosR <[email protected]>
Merge pull request #879 from MaxCDN/develop

Production release: Adding rollbar. (#878)

079e31d1a8c3dc0276198944785498ee389b17f3 authored about 7 years ago by Joshua Mervine <[email protected]>