]> source.dussan.org Git - jquery.git/commit
Docs: Replace `#NUMBER` Trac issue references with `trac-NUMBER`
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Wed, 12 Jan 2022 22:23:10 +0000 (23:23 +0100)
committerGitHub <noreply@github.com>
Wed, 12 Jan 2022 22:23:10 +0000 (23:23 +0100)
commit95e34b69554cf9d3a52e4d932e581344990f60fa
tree4aca24707bcfb4ca7312e21f29e4ecf469ffcd1e
parentfa70e8fd3cfcf1ecee33d1ebcbc987d48bb208f4
Docs: Replace `#NUMBER` Trac issue references with `trac-NUMBER`

This is a version of gh-4993 for the `3.x-stable` branch.

The GitHub UI treats `#NUMBER` as referring to its own issues which is confusing
when in jQuery source it's usually referring to the old deprecated Trac instance
at https://bugs.jquery.com. This change replaces all such Trac references with
`trac-NUMBER`.

A few of the references came with the Sizzle integration and referred to the
Sizzle GitHub bug tracker. Those have been replaced with full links instead.

A new entry describing issue reference conventions has been added to README.

Closes gh-4994
Ref gh-4993
Ref 5d5ea015114092c157311c4948f7cc3d8c8e7f8a
56 files changed:
README.md
src/ajax.js
src/ajax/xhr.js
src/attributes/prop.js
src/attributes/val.js
src/core/camelCase.js
src/core/init.js
src/core/ready-no-deferred.js
src/core/ready.js
src/css.js
src/css/curCSS.js
src/css/support.js
src/css/var/getStyles.js
src/data.js
src/data/Data.js
src/effects.js
src/event.js
src/event/trigger.js
src/exports/global.js
src/manipulation.js
src/manipulation/_evalUrl.js
src/manipulation/buildFragment.js
src/manipulation/getAll.js
src/manipulation/support.js
src/manipulation/wrapMap.js
src/selector-native.js
src/wrapper.js
test/data/ajax/onunload.html
test/data/core/aliased.html
test/data/core/onready.html
test/data/data/dataAttrs.html
test/data/event/focusElem.html
test/data/event/focusinCrossFrame.html
test/data/event/promiseReady.html
test/data/event/syncReady.html
test/data/readywait.html
test/data/testsuite.css
test/networkerror.html
test/unit/ajax.js
test/unit/attributes.js
test/unit/callbacks.js
test/unit/core.js
test/unit/css.js
test/unit/data.js
test/unit/deprecated.js
test/unit/dimensions.js
test/unit/effects.js
test/unit/event.js
test/unit/manipulation.js
test/unit/offset.js
test/unit/queue.js
test/unit/selector.js
test/unit/serialize.js
test/unit/support.js
test/unit/traversing.js
test/unit/wrap.js