r110470 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r110469‎ | r110470 | r110471 >
Date:10:14, 1 February 2012
Author:gwicke
Status:deferred
Tags:
Comment:
Add source for #time implementation in comment
Modified paths:
  • /trunk/extensions/VisualEditor/modules/parser/ext.core.ParserFunctions.js (modified) (history)

Diff [purge]

Index: trunk/extensions/VisualEditor/modules/parser/ext.core.ParserFunctions.js
@@ -90,6 +90,8 @@
9191 };
9292
9393 // A first approximation, anyway..
 94+// Based on http://jacwright.com/projects/javascript/date_format/ for now, MIT
 95+// licensed.
9496 ParserFunctions.prototype['pf_#time'] = function ( target, argList, argDict ) {
9597 //return [{type: 'TEXT', value: 'January 22, 2012'}];
9698 var res,

Status & tagging log