mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-12 01:01:29 +00:00
5c65525c95
I feel this is a little better than before. It looks like we never need to *replace* a text that existed before. This depends on I4a156aa which fixes one of the last remaining trimming issues. Outside of <references>, a <ref> </ref> with no other content but some whitespace was already forbidden. But not inside of <references>. This is relevant for appendText(). It should not be called with null, but was because of the inconsistent behavior. Change-Id: I38c9929f2fa6e69482e45919e2f8dbf823cb1c8b |
||
---|---|---|
.phan | ||
i18n | ||
modules | ||
src | ||
tests | ||
.eslintrc.json | ||
.gitignore | ||
.gitreview | ||
.phpcs.xml | ||
.stylelintrc.json | ||
AUTHORS.txt | ||
CODE_OF_CONDUCT.md | ||
composer.json | ||
COPYING.txt | ||
extension.json | ||
Gruntfile.js | ||
MIT-LICENSE.txt | ||
package-lock.json | ||
package.json | ||
README.md |
Cite
The Cite extension provides a way for users to create references as footnotes to articles.
See https://www.mediawiki.org/wiki/Extension:Cite for detailed documentation.