]> source.dussan.org Git - jquery.git/commit
Docs: Replace `#NUMBER` Trac issue references with `trac-NUMBER`
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Tue, 4 Jan 2022 15:27:18 +0000 (16:27 +0100)
committerGitHub <noreply@github.com>
Tue, 4 Jan 2022 15:27:18 +0000 (16:27 +0100)
commit5d5ea015114092c157311c4948f7cc3d8c8e7f8a
tree11beae372fc202638e16358f84f696c1e71a08c3
parent655c0ed5e204b1f6427e09d615a49586a7bc84eb
Docs: Replace `#NUMBER` Trac issue references with `trac-NUMBER`

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-4993
50 files changed:
README.md
src/ajax.js
src/ajax/xhr.js
src/attributes/prop.js
src/attributes/val.js
src/core/init.js
src/core/ready-no-deferred.js
src/core/ready.js
src/css.js
src/css/cssCamelCase.js
src/data.js
src/data/Data.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/selector.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