Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Docs: update watch task in CONTRIBUTING.md | Timmy Willison | 2023-09-20 | 1 | -2/+2 |
| | | | Close gh-5331 | ||||
* | Docs: add link to patchwelcome and help wanted issues | Timmy Willison | 2022-06-27 | 1 | -0/+2 |
| | |||||
* | Docs: add link to preview the new CLAs | Timmy Willison | 2022-01-31 | 1 | -1/+2 |
| | | | Close gh-5009 | ||||
* | Docs: Update the URL to the latest jQuery build in CONTRIBUTING.md | Michał Gołębiowski-Owczarek | 2021-11-18 | 1 | -1/+1 |
| | | | | | | | It used to say https://code.jquery.com/jquery.js but that's a frozen URL to jQuery 1.11.1. Let's switch that to the URL to the Git build, i.e. https://releases.jquery.com/git/jquery-git.js. Closes gh-4972 | ||||
* | Build: Rename master to main across the repository | Michał Gołębiowski-Owczarek | 2021-02-05 | 1 | -3/+3 |
| | | | | | | The default branch was updated, this updates the remaining occurrences in code & comments. Closes gh-4838 | ||||
* | Core: Migrate from AMD to ES modules 🎉 | Michał Gołębiowski-Owczarek | 2019-11-18 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | Migrate all source AMD modules to ECMAScript modules. The final bundle is compiled by a custom build process that uses Rollup under the hood. Test files themselves are still loaded via RequireJS as that has to work in IE 11. Tests can now be run in "Load as modules" mode which replaces the previous "Load with AMD" option. That option of running tests doesn't work in IE and Edge as it requires support for dynamic imports. Some of the changes required by the migration: * check `typeof` of `noGlobal` instead of using the variable directly as it's not available when modules are used * change the nonce module to be an object as ECMASscript module exports are immutable * remove some unused exports * import `./core/parseHTML.js` directly in `jquery.js` so that it's not being cut out when the `ajax` module is excluded in a custom compilation Closes gh-4541 | ||||
* | Build: jQuery Foundation -> JS Foundation | Timmy Willison | 2016-12-05 | 1 | -2/+2 |
| | | | | Close gh-3414 | ||||
* | Docs: add note about code organization with AMD | Timmy Willison | 2016-01-14 | 1 | -0/+6 |
| | | | | | Fixes gh-2750 Close gh-2832 | ||||
* | Docs: remove compat references | Timmy Willison | 2016-01-14 | 1 | -2/+0 |
| | |||||
* | Docs: Updated links to https where they are supported. | Jon Dufresne | 2016-01-13 | 1 | -12/+12 |
| | | | | Close gh-2746 | ||||
* | Docs: Reference new feature guidelines and API tenets | Richard Gibson | 2016-01-13 | 1 | -2/+4 |
| | | | | | Fixes gh-2320 Close gh-2697 | ||||
* | Docs: add a note about loading source with AMD | Timmy Willison | 2015-11-17 | 1 | -7/+14 |
| | | | | | | | | | - Moves the note about the watch task and the note about loading with AMD to their own section under "Test Suite Tips" Fixes gh-2714 Close gh-2725 | ||||
* | Docs: "npm run build" was missing from the contributing guides | Richard Kraaijenhagen | 2015-10-12 | 1 | -0/+6 |
| | | | | Close gh-2537 | ||||
* | CONTRIBUTING: Condense info and add directions to other resources | Dave Methvin | 2014-12-04 | 1 | -111/+23 |
| | | | | Fixes gh-1824 | ||||
* | Docs: 1.x-master branch -> compat branch; 2.x branch -> master branch | Timmy Willison | 2014-11-03 | 1 | -1/+1 |
| | |||||
* | Misc: Update all references to bugs.jquery.com | Arthur Verschaeve | 2014-10-19 | 1 | -1/+1 |
| | | | | | Fixes gh-1681 Closes gh-1716 | ||||
* | CONTRIBUTING: Close parenthesis | Amit Merchant | 2014-09-03 | 1 | -1/+1 |
| | | | | Closes gh-1648 | ||||
* | Docs: Link to the browser support page in CONTRIBUTING.md | Michał Gołębiowski | 2014-01-06 | 1 | -7/+3 |
| | | | | | Instead of duplicating the supported browsers matrix, just link to the browser support page on jquery.com. | ||||
* | CONTRIBUTING: Fixed link to style guide | Scott González | 2013-12-17 | 1 | -1/+1 |
| | |||||
* | Correct oldIE-related comments, revert some workarounds. Close gh-1207. | Michał Gołębiowski | 2013-04-04 | 1 | -2/+4 |
| | |||||
* | Fix broken link in CONTRIBUTING.md, close gh-1132. | Ryunosuke SATO | 2013-01-20 | 1 | -3/+3 |
| | |||||
* | Fixes to contributing.md. Closes gh-931 | Callum Macrae | 2012-09-25 | 1 | -6/+5 |
| | |||||
* | CONTRIBUTING.md: more contents links | Rick Waldron | 2012-09-17 | 1 | -2/+4 |
| | |||||
* | CONTRIBUTING.md: adds top header | Rick Waldron | 2012-09-17 | 1 | -1/+1 |
| | |||||
* | CONTRIBUTING.md: fixes fragment url, #jquery-core-style-guide | Rick Waldron | 2012-09-17 | 1 | -1/+1 |
| | |||||
* | Second draft of CONTRIBUTING.md | Rick Waldron | 2012-09-17 | 1 | -7/+210 |
| | |||||
* | Initial draft of CONTRIBUTING.md | Rick Waldron | 2012-09-17 | 1 | -0/+12 |