Go to file
cenarium ab4ede9015 TemplateDataBlob: Avoid encoding and compressing json twice
The json and compressed json are saved in-class to avoid
reencoding and compressing twice (this is called both in
parse and to set the 'templatedata' property). In case
of status failure, they are set to null since the data
is reinitialized.

Change-Id: I3976e48b9c2cc914960271485e7c8c59ba36aa57
2016-02-04 00:00:29 +01:00
api Don't restrict format parameter in the API 2016-01-19 22:03:41 +00:00
i18n Localisation updates from https://translatewiki.net. 2016-01-30 22:49:37 +01:00
lib/jquery.uls Eventify TemplateDataGenerator and use oojs-ui 2014-12-22 12:58:37 -05:00
modules Merge "Fix mw.TemplateData.SourceHandler.prototype.extractParametersFromTemplateCode return doc" 2016-01-26 03:36:26 +00:00
resources Display format icon and message inside parameters table caption 2015-11-13 12:35:07 -08:00
tests Replace deprecated wfMsg* functions 2016-01-03 19:57:14 -06:00
.csslintrc Add a grunt checker for jshint, jscs, csslint, and banana and pass them 2014-06-03 20:16:18 -07:00
.gitignore Document code with JSDuck 2015-03-06 17:56:30 -08:00
.gitreview Add .gitreview and .gitignore 2013-02-14 15:36:56 +00:00
.jscsrc build: Upgrade various devDependencies to latest and make pass 2015-10-06 17:24:40 -07:00
.jshintignore Add a grunt checker for jshint, jscs, csslint, and banana and pass them 2014-06-03 20:16:18 -07:00
.jshintrc Change global class variables to mw.TemplateData 2015-02-18 17:47:08 -08:00
composer.json build: Updating development dependencies 2016-01-05 10:41:10 -08:00
COPYING Use the plain-text GPL 2015-06-08 08:35:23 +02:00
extension.json Don't show warning about already-known parameters that weren't imported 2016-01-20 22:29:45 +00:00
Gruntfile.js build: Upgrade various devDependencies to latest and make pass 2015-10-06 17:24:40 -07:00
jsduck.external.js Document code with JSDuck 2015-03-06 17:56:30 -08:00
jsduck.json Document code with JSDuck 2015-03-06 17:56:30 -08:00
package.json build: Updating development dependencies 2015-12-29 11:57:02 -08:00
phpcs.xml build: Update mediawiki-codesniffer from v0.3.0 to v0.4.0 2015-09-30 23:21:26 +00:00
Specification.md Introduce new 'format' template property 2015-11-11 23:52:17 +00:00
TemplateData.hooks.php Display format icon and message inside parameters table caption 2015-11-13 12:35:07 -08:00
TemplateData.php Sync extension.json, empty PHP entry point 2015-05-29 12:44:39 -07:00
TemplateDataBlob.php TemplateDataBlob: Avoid encoding and compressing json twice 2016-02-04 00:00:29 +01:00