Go to file
Bartosz Dziewoński f07c7a2e10 Add appropriate OOjs UI icon pack dependencies
modules/ve-cite/ve.ui.MWReferenceDialog.js
* Add 'alerts' as it uses 'alert'
* Add 'interactions' as it uses 'settings'

Bug: T166730
Change-Id: I39d98c197220d463f18d473a9605e242ec9755a9
2017-06-03 12:45:02 +02:00
i18n Localisation updates from https://translatewiki.net. 2017-05-28 22:15:50 +02:00
includes Add appropriate OOjs UI icon pack dependencies 2017-06-03 12:45:02 +02:00
modules Localisation updates from https://translatewiki.net. 2017-06-02 22:26:19 +02:00
tests/parser i18n: Don't try to spell out all the options that are allowed 2017-04-08 04:10:29 +00:00
.eslintrc.json eslint: Re-enable wrap-iife and partially enable dot-notation 2016-11-15 12:59:21 +00:00
.gitignore Expand .gitignore for more editors 2016-11-13 12:52:40 +01:00
.gitreview Whoops, track not trace 2016-10-24 17:02:15 -07:00
.stylelintrc build: Bump devDependencies to latest 2017-04-10 08:57:27 -07:00
AUTHORS.txt VisualEditor: Move code for Cite into this repo 2016-02-04 08:41:54 -08:00
Cite.php Add extension.json, empty PHP entry point 2015-05-03 06:36:25 +00:00
composer.json build: add jakub-onderka/php-console-highlighter 2017-05-05 21:40:00 +02:00
COPYING.txt Add license details and give credit to more authors (based on git shortlog) 2014-07-26 16:16:47 -07:00
extension.json Merge "Highlight text inside <ref> tags as a wikitext in CodeMirror editor" 2017-05-08 18:25:46 +00:00
Gruntfile.js Remove separate stylelint config for VE 2017-04-28 17:31:20 +01:00
MIT-LICENSE.txt doc: Bump copyright year notice, 'team' name 2017-04-20 16:50:43 +00:00
package.json build: Update eslint to 0.4.0 and make pass 2017-05-04 21:09:05 +00:00
phpcs.xml Add php code sniffer 2015-12-16 13:11:00 +00:00
README.md Store references in page_props and cache 2016-02-10 14:47:02 +01:00

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.

Configuration

  • $wgCiteStoreReferencesData: If set to true, references are saved in the database so that other extensions can retrieve them independently of the main article content.
  • $wgCiteCacheReferencesDataOnParse: ($wgCiteStoreReferencesData required) By default, references are cached only on database access. If set to true, references are also cached whenever pages are parsed.