Go to file
Timo Tijhof c12ca466f3 Add isset() check before accessing $this->mRefs[$group]
Follows-up c00cf4a which wrongly assumed the reason for empty()
to be about array count but the real reason was existence.

All other code in Cite extension already uses isset() so this
makes it match the rest.

Bug: T117084
Change-Id: Ic9b0d74ae6ceda5acba187c2fab18c8f5dc9526b
2015-10-29 21:57:40 +00:00
i18n Localisation updates from https://translatewiki.net. 2015-10-28 21:53:06 +01:00
modules Revert "Use display: inline-block instead of unicode-bidi" 2015-08-24 20:33:28 +00:00
.gitignore test: Configuring banana-checker for i18n messages 2015-04-20 20:27:10 -07:00
.gitreview Adding .gitreview 2012-03-23 10:16:54 -07:00
.jshintignore Remove Special:Cite, now moved to its own repository 2014-10-28 12:02:21 -07:00
.jshintrc Refactor Cite extension JavaScript and make it pass Jshint 2013-08-25 22:23:15 +02:00
AUTHORS.txt Add license details and give credit to more authors (based on git shortlog) 2014-07-26 16:16:47 -07:00
Cite.php Add extension.json, empty PHP entry point 2015-05-03 06:36:25 +00:00
Cite_body.php Add isset() check before accessing $this->mRefs[$group] 2015-10-29 21:57:40 +00:00
CiteCSSFileModule.php Use CSS to style Parsoid's Cite HTML 2015-06-08 21:58:15 +01:00
citeParserTests.txt Display 'cite_error_references_duplicate_key' next to the affected ref 2015-10-18 19:44:04 +00: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 Add pages with Cite errors to a tracking category 2015-09-24 12:16:13 +03:00
Gruntfile.js build: Adding configuration for jsonlint 2015-06-11 21:30:08 -07:00
package.json build: Adding configuration for jsonlint 2015-06-11 21:30:08 -07:00
SpecialCite.php Add SpecialCite stub file for backwards-compatability 2015-05-25 15:01:42 +02:00