Update OOjs UI to v0.1.0-pre (85cfc2e735)
authorJames D. Forrester <jforrester@wikimedia.org>
Thu, 3 Jul 2014 02:33:09 +0000 (19:33 -0700)
committerJames D. Forrester <jforrester@wikimedia.org>
Thu, 3 Jul 2014 02:33:12 +0000 (19:33 -0700)
New changes:
e450f32 Don't transplant disabled stylesheets
85cfc2e Localisation updates from https://translatewiki.net.

Change-Id: I6fe171cf8cd8e066779f6cf43918569906a9efa1

resources/lib/oojs-ui/i18n/lv.json
resources/lib/oojs-ui/oojs-ui-agora.css
resources/lib/oojs-ui/oojs-ui-apex.css
resources/lib/oojs-ui/oojs-ui.js
resources/lib/oojs-ui/oojs-ui.svg.css

index 8b0bee4..7ad74dc 100644 (file)
@@ -11,5 +11,9 @@
        "ooui-dialog-action-close": "Aizvērt",
        "ooui-outline-control-move-down": "Pārvietot vienumu uz leju",
        "ooui-outline-control-move-up": "Pārvietot vienumu uz augšu",
-       "ooui-toolbar-more": "Vairāk"
+       "ooui-toolbar-more": "Vairāk",
+       "ooui-dialog-confirm-title": "Apstiprināt",
+       "ooui-dialog-confirm-default-prompt": "Vai esat pārliecināts?",
+       "ooui-dialog-confirm-default-ok": "Labi",
+       "ooui-dialog-confirm-default-cancel": "Atcelt"
 }
index dce8c5e..dc999cd 100644 (file)
@@ -1,12 +1,12 @@
 /*!
- * OOjs UI v0.1.0-pre (432a76f7d4)
+ * OOjs UI v0.1.0-pre (85cfc2e735)
  * https://www.mediawiki.org/wiki/OOjs_UI
  *
  * Copyright 2011–2014 OOjs Team and other contributors.
  * Released under the MIT license
  * http://oojs.mit-license.org
  *
- * Date: 2014-07-02T16:19:00Z
+ * Date: 2014-07-03T02:33:09Z
  */
 .oo-ui-dialog-content .oo-ui-window-closeButton {
   position: absolute;
index 4723185..7018b52 100644 (file)
@@ -1,12 +1,12 @@
 /*!
- * OOjs UI v0.1.0-pre (432a76f7d4)
+ * OOjs UI v0.1.0-pre (85cfc2e735)
  * https://www.mediawiki.org/wiki/OOjs_UI
  *
  * Copyright 2011–2014 OOjs Team and other contributors.
  * Released under the MIT license
  * http://oojs.mit-license.org
  *
- * Date: 2014-07-02T16:19:00Z
+ * Date: 2014-07-03T02:33:09Z
  */
 .oo-ui-dialog {
   background-color: #fff;
index dd13350..f2e3202 100644 (file)
@@ -1,12 +1,12 @@
 /*!
- * OOjs UI v0.1.0-pre (432a76f7d4)
+ * OOjs UI v0.1.0-pre (85cfc2e735)
  * https://www.mediawiki.org/wiki/OOjs_UI
  *
  * Copyright 2011–2014 OOjs Team and other contributors.
  * Released under the MIT license
  * http://oojs.mit-license.org
  *
- * Date: 2014-07-02T16:19:00Z
+ * Date: 2014-07-03T02:33:09Z
  */
 ( function ( OO ) {
 
@@ -750,6 +750,9 @@ OO.ui.Frame.static.transplantStyles = function ( parentDoc, frameDoc, timeout )
 
        for ( i = 0, numSheets = parentDoc.styleSheets.length; i < numSheets; i++ ) {
                styleNode = parentDoc.styleSheets[i].ownerNode;
+               if ( styleNode.disabled ) {
+                       continue;
+               }
                if ( styleNode.nodeName.toLowerCase() === 'link' ) {
                        // External stylesheet
                        // Create a node with a unique ID that we're going to monitor to see when the CSS
index 5cab697..a249314 100644 (file)
@@ -1,12 +1,12 @@
 /*!
- * OOjs UI v0.1.0-pre (432a76f7d4)
+ * OOjs UI v0.1.0-pre (85cfc2e735)
  * https://www.mediawiki.org/wiki/OOjs_UI
  *
  * Copyright 2011–2014 OOjs Team and other contributors.
  * Released under the MIT license
  * http://oojs.mit-license.org
  *
- * Date: 2014-07-02T16:19:00Z
+ * Date: 2014-07-03T02:33:09Z
  */
 /* Textures */