Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Core: Make back compat disabled by default | Michał Gołębiowski-Owczarek | 2024-05-13 | 1 | -1/+1 |
| | | | Closes gh-2250 | ||||
* | Docs: Change a few most common domains from HTTP to HTTPS | Michał Gołębiowski-Owczarek | 2024-04-26 | 1 | -4/+4 |
| | | | | | Also, update a few stale URLs to what they redirect now to. Closes gh-2244 | ||||
* | All: Update JS Foundation mentions to OpenJS Foundation | Michał Gołębiowski-Owczarek | 2022-07-19 | 1 | -1/+1 |
| | | | Closes gh-2104 | ||||
* | Build: Migrate from JSHint & JSCS to ESLint | Michał Gołębiowski-Owczarek | 2021-06-07 | 1 | -2/+5 |
| | | | | | Fixes #15393 Closes gh-1958 | ||||
* | Effects: Refactor transfer back compat to avoid bad nested return | Jörn Zaefferer | 2015-11-26 | 1 | -1/+3 |
| | | | | | | | Download builder replaces return statements while concatenating a bundle, but fails to deal with this nested return. Since this module is already deprecated, pulling the return to the top level makes more sense. | ||||
* | Effects: Move individual effects into effects folder | Alexander Schmitz | 2015-08-08 | 1 | -0/+38 |
Ref #13885 |