Version Notes
1.9.1.0
Download this release
Release Info
| Developer | Magento Core Team |
| Extension | Interface_Install_Default |
| Version | 1.9.1.0 |
| Comparing to | |
| See all releases | |
Code changes from version 1.9.0.0 to 1.9.1.0
- app/design/install/default/default/layout/main.xml +3 -3
- app/design/install/default/default/template/install/begin.phtml +4 -4
- app/design/install/default/default/template/install/config.phtml +4 -4
- app/design/install/default/default/template/install/create_admin.phtml +4 -4
- app/design/install/default/default/template/install/db/main.phtml +3 -3
- app/design/install/default/default/template/install/db/mysql4.phtml +3 -3
- app/design/install/default/default/template/install/download.phtml +4 -4
- app/design/install/default/default/template/install/end.phtml +3 -3
- app/design/install/default/default/template/install/locale.phtml +4 -4
- app/design/install/default/default/template/install/state.phtml +3 -3
- app/design/install/default/default/template/page.phtml +3 -3
- package.xml +6 -6
app/design/install/default/default/layout/main.xml
CHANGED
|
@@ -11,17 +11,17 @@
|
|
| 11 |
* http://opensource.org/licenses/afl-3.0.php
|
| 12 |
* If you did not receive a copy of the license and are unable to
|
| 13 |
* obtain it through the world-wide-web, please send an email
|
| 14 |
-
* to license@
|
| 15 |
*
|
| 16 |
* DISCLAIMER
|
| 17 |
*
|
| 18 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 19 |
* versions in the future. If you wish to customize Magento for your
|
| 20 |
-
* needs please refer to http://www.
|
| 21 |
*
|
| 22 |
* @category design
|
| 23 |
* @package default_default
|
| 24 |
-
* @copyright Copyright (c) 2014
|
| 25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
| 26 |
*/
|
| 27 |
|
| 11 |
* http://opensource.org/licenses/afl-3.0.php
|
| 12 |
* If you did not receive a copy of the license and are unable to
|
| 13 |
* obtain it through the world-wide-web, please send an email
|
| 14 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 15 |
*
|
| 16 |
* DISCLAIMER
|
| 17 |
*
|
| 18 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 19 |
* versions in the future. If you wish to customize Magento for your
|
| 20 |
+
* needs please refer to http://www.magento.com for more information.
|
| 21 |
*
|
| 22 |
* @category design
|
| 23 |
* @package default_default
|
| 24 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
| 26 |
*/
|
| 27 |
|
app/design/install/default/default/template/install/begin.phtml
CHANGED
|
@@ -10,17 +10,17 @@
|
|
| 10 |
* http://opensource.org/licenses/afl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category design
|
| 22 |
* @package default_default
|
| 23 |
-
* @copyright Copyright (c) 2014
|
| 24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
| 25 |
*/
|
| 26 |
|
|
@@ -33,7 +33,7 @@
|
|
| 33 |
<div class="page-head">
|
| 34 |
<h3><?php echo $this->__("Welcome to Magento's Installation Wizard") ?>!</h3>
|
| 35 |
</div>
|
| 36 |
-
<?php echo $this->getMessagesBlock()->
|
| 37 |
<?php if(count($this->getMessagesBlock()->getMessages())==0): ?>
|
| 38 |
<form action="<?php echo $this->getPostUrl() ?>" method="post">
|
| 39 |
<div style="height:20em; border:1px solid #ccc; margin-bottom:8px; padding:5px; background:#fff; overflow: auto; overflow-x:hidden; overflow-y:scroll;">
|
| 10 |
* http://opensource.org/licenses/afl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category design
|
| 22 |
* @package default_default
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 33 |
<div class="page-head">
|
| 34 |
<h3><?php echo $this->__("Welcome to Magento's Installation Wizard") ?>!</h3>
|
| 35 |
</div>
|
| 36 |
+
<?php echo $this->getMessagesBlock()->toHtml() ?>
|
| 37 |
<?php if(count($this->getMessagesBlock()->getMessages())==0): ?>
|
| 38 |
<form action="<?php echo $this->getPostUrl() ?>" method="post">
|
| 39 |
<div style="height:20em; border:1px solid #ccc; margin-bottom:8px; padding:5px; background:#fff; overflow: auto; overflow-x:hidden; overflow-y:scroll;">
|
app/design/install/default/default/template/install/config.phtml
CHANGED
|
@@ -10,17 +10,17 @@
|
|
| 10 |
* http://opensource.org/licenses/afl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category design
|
| 22 |
* @package default_default
|
| 23 |
-
* @copyright Copyright (c) 2014
|
| 24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
| 25 |
*/
|
| 26 |
|
|
@@ -34,7 +34,7 @@
|
|
| 34 |
<div class="page-head">
|
| 35 |
<h3><?php echo $this->__('Configuration') ?></h3>
|
| 36 |
</div>
|
| 37 |
-
<?php echo $this->getMessagesBlock()->
|
| 38 |
<?php if($this->getInstaller()->getServerCheckStatus()): ?>
|
| 39 |
<form action="<?php echo $this->getPostUrl() ?>" method="post" id="form-validate">
|
| 40 |
|
| 10 |
* http://opensource.org/licenses/afl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category design
|
| 22 |
* @package default_default
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 34 |
<div class="page-head">
|
| 35 |
<h3><?php echo $this->__('Configuration') ?></h3>
|
| 36 |
</div>
|
| 37 |
+
<?php echo $this->getMessagesBlock()->toHtml() ?>
|
| 38 |
<?php if($this->getInstaller()->getServerCheckStatus()): ?>
|
| 39 |
<form action="<?php echo $this->getPostUrl() ?>" method="post" id="form-validate">
|
| 40 |
|
app/design/install/default/default/template/install/create_admin.phtml
CHANGED
|
@@ -10,17 +10,17 @@
|
|
| 10 |
* http://opensource.org/licenses/afl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category design
|
| 22 |
* @package default_default
|
| 23 |
-
* @copyright Copyright (c) 2014
|
| 24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
| 25 |
*/
|
| 26 |
|
|
@@ -33,7 +33,7 @@
|
|
| 33 |
<div class="page-head">
|
| 34 |
<h3><?php echo $this->__('Create Admin Account') ?></h3>
|
| 35 |
</div>
|
| 36 |
-
<?php echo $this->getMessagesBlock()->
|
| 37 |
<form action="<?php echo $this->getPostUrl() ?>" method="post" id="form-validate">
|
| 38 |
<fieldset class="group-select wide">
|
| 39 |
<legend><?php echo $this->__('Personal Information') ?></legend>
|
| 10 |
* http://opensource.org/licenses/afl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category design
|
| 22 |
* @package default_default
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 33 |
<div class="page-head">
|
| 34 |
<h3><?php echo $this->__('Create Admin Account') ?></h3>
|
| 35 |
</div>
|
| 36 |
+
<?php echo $this->getMessagesBlock()->toHtml() ?>
|
| 37 |
<form action="<?php echo $this->getPostUrl() ?>" method="post" id="form-validate">
|
| 38 |
<fieldset class="group-select wide">
|
| 39 |
<legend><?php echo $this->__('Personal Information') ?></legend>
|
app/design/install/default/default/template/install/db/main.phtml
CHANGED
|
@@ -10,17 +10,17 @@
|
|
| 10 |
* http://opensource.org/licenses/afl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category design
|
| 22 |
* @package default_default
|
| 23 |
-
* @copyright Copyright (c) 2014
|
| 24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 10 |
* http://opensource.org/licenses/afl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category design
|
| 22 |
* @package default_default
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
| 25 |
*/
|
| 26 |
|
app/design/install/default/default/template/install/db/mysql4.phtml
CHANGED
|
@@ -10,17 +10,17 @@
|
|
| 10 |
* http://opensource.org/licenses/afl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category design
|
| 22 |
* @package default_default
|
| 23 |
-
* @copyright Copyright (c) 2014
|
| 24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 10 |
* http://opensource.org/licenses/afl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category design
|
| 22 |
* @package default_default
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
| 25 |
*/
|
| 26 |
|
app/design/install/default/default/template/install/download.phtml
CHANGED
|
@@ -10,17 +10,17 @@
|
|
| 10 |
* http://opensource.org/licenses/afl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category design
|
| 22 |
* @package default_default
|
| 23 |
-
* @copyright Copyright (c) 2014
|
| 24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
| 25 |
*/
|
| 26 |
|
|
@@ -65,7 +65,7 @@ function installFailure()
|
|
| 65 |
<div class="page-head">
|
| 66 |
<h3><?php echo $this->__('Download Magento Core Modules and Updates') ?></h3>
|
| 67 |
</div>
|
| 68 |
-
<?php echo $this->getMessagesBlock()->
|
| 69 |
|
| 70 |
<form action="<?php echo $this->getPostUrl() ?>" method="post" id="form-validate">
|
| 71 |
<input type="hidden" id="continue" name="continue" value="svn" />
|
| 10 |
* http://opensource.org/licenses/afl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category design
|
| 22 |
* @package default_default
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 65 |
<div class="page-head">
|
| 66 |
<h3><?php echo $this->__('Download Magento Core Modules and Updates') ?></h3>
|
| 67 |
</div>
|
| 68 |
+
<?php echo $this->getMessagesBlock()->toHtml() ?>
|
| 69 |
|
| 70 |
<form action="<?php echo $this->getPostUrl() ?>" method="post" id="form-validate">
|
| 71 |
<input type="hidden" id="continue" name="continue" value="svn" />
|
app/design/install/default/default/template/install/end.phtml
CHANGED
|
@@ -10,17 +10,17 @@
|
|
| 10 |
* http://opensource.org/licenses/afl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category design
|
| 22 |
* @package default_default
|
| 23 |
-
* @copyright Copyright (c) 2014
|
| 24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 10 |
* http://opensource.org/licenses/afl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category design
|
| 22 |
* @package default_default
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
| 25 |
*/
|
| 26 |
|
app/design/install/default/default/template/install/locale.phtml
CHANGED
|
@@ -10,17 +10,17 @@
|
|
| 10 |
* http://opensource.org/licenses/afl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category design
|
| 22 |
* @package default_default
|
| 23 |
-
* @copyright Copyright (c) 2014
|
| 24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
| 25 |
*/
|
| 26 |
|
|
@@ -33,7 +33,7 @@
|
|
| 33 |
<div class="page-head">
|
| 34 |
<h3><?php echo $this->__('Localization') ?></h3>
|
| 35 |
</div>
|
| 36 |
-
<?php echo $this->getMessagesBlock()->
|
| 37 |
|
| 38 |
<form action="<?php echo $this->getPostUrl() ?>" method="get" id="form-validate">
|
| 39 |
<fieldset class="group-select">
|
| 10 |
* http://opensource.org/licenses/afl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category design
|
| 22 |
* @package default_default
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 33 |
<div class="page-head">
|
| 34 |
<h3><?php echo $this->__('Localization') ?></h3>
|
| 35 |
</div>
|
| 36 |
+
<?php echo $this->getMessagesBlock()->toHtml() ?>
|
| 37 |
|
| 38 |
<form action="<?php echo $this->getPostUrl() ?>" method="get" id="form-validate">
|
| 39 |
<fieldset class="group-select">
|
app/design/install/default/default/template/install/state.phtml
CHANGED
|
@@ -10,17 +10,17 @@
|
|
| 10 |
* http://opensource.org/licenses/afl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category design
|
| 22 |
* @package default_default
|
| 23 |
-
* @copyright Copyright (c) 2014
|
| 24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
| 25 |
*/
|
| 26 |
?>
|
| 10 |
* http://opensource.org/licenses/afl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category design
|
| 22 |
* @package default_default
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
| 25 |
*/
|
| 26 |
?>
|
app/design/install/default/default/template/page.phtml
CHANGED
|
@@ -10,17 +10,17 @@
|
|
| 10 |
* http://opensource.org/licenses/afl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category design
|
| 22 |
* @package default_default
|
| 23 |
-
* @copyright Copyright (c) 2014
|
| 24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
| 25 |
*/
|
| 26 |
?>
|
| 10 |
* http://opensource.org/licenses/afl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category design
|
| 22 |
* @package default_default
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
| 25 |
*/
|
| 26 |
?>
|
package.xml
CHANGED
|
@@ -1,18 +1,18 @@
|
|
| 1 |
<?xml version="1.0"?>
|
| 2 |
<package>
|
| 3 |
<name>Interface_Install_Default</name>
|
| 4 |
-
<version>1.9.
|
| 5 |
<stability>stable</stability>
|
| 6 |
<license uri="http://opensource.org/licenses/afl-3.0.php">AFL v3.0</license>
|
| 7 |
<channel>community</channel>
|
| 8 |
<extends/>
|
| 9 |
<summary>Default interface for Install</summary>
|
| 10 |
<description>Default interface for Install</description>
|
| 11 |
-
<notes>1.9.
|
| 12 |
<authors><author><name>Magento Core Team</name><user>core</user><email>core@magentocommerce.com</email></author></authors>
|
| 13 |
-
<date>2014-05
|
| 14 |
-
<time>
|
| 15 |
-
<contents><target name="magedesign"><dir name="install"><dir name="default"><dir name="default"><dir name="etc"><file name="theme.xml" hash="42a79c1e24d23001c85120d93a348bff"/></dir><dir name="layout"><file name="main.xml" hash="
|
| 16 |
<compatible/>
|
| 17 |
-
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php><package><name>Mage_Core_Modules</name><channel>community</channel><min>1.9.
|
| 18 |
</package>
|
| 1 |
<?xml version="1.0"?>
|
| 2 |
<package>
|
| 3 |
<name>Interface_Install_Default</name>
|
| 4 |
+
<version>1.9.1.0</version>
|
| 5 |
<stability>stable</stability>
|
| 6 |
<license uri="http://opensource.org/licenses/afl-3.0.php">AFL v3.0</license>
|
| 7 |
<channel>community</channel>
|
| 8 |
<extends/>
|
| 9 |
<summary>Default interface for Install</summary>
|
| 10 |
<description>Default interface for Install</description>
|
| 11 |
+
<notes>1.9.1.0</notes>
|
| 12 |
<authors><author><name>Magento Core Team</name><user>core</user><email>core@magentocommerce.com</email></author></authors>
|
| 13 |
+
<date>2014-11-05</date>
|
| 14 |
+
<time>08:42:26</time>
|
| 15 |
+
<contents><target name="magedesign"><dir name="install"><dir name="default"><dir name="default"><dir name="etc"><file name="theme.xml" hash="42a79c1e24d23001c85120d93a348bff"/></dir><dir name="layout"><file name="main.xml" hash="a482f2a26c3667f0d70b50967ee97c43"/></dir><dir name="template"><dir name="install"><file name="begin.phtml" hash="88ec49fde841cbf78ad3447d2a22b72f"/><file name="config.phtml" hash="b023a14d7bfcb9b55afbe2e05f304178"/><file name="create_admin.phtml" hash="93be6d03ffc51c0abcae75d104fb9f77"/><dir name="db"><file name="main.phtml" hash="8a7d456b824025c96419940156749836"/><file name="mysql4.phtml" hash="fa6569d4e7d73f80becf440f4ecea86a"/></dir><file name="download.phtml" hash="458ac1053e73f4bd2a42a246ba68a076"/><file name="end.phtml" hash="c4c0b15bd6c1ee1ec9d0ecd0f267514e"/><file name="locale.phtml" hash="96c5aaeda644a6536cd244636e0728f0"/><file name="state.phtml" hash="0f3289bfe6499638023d07b63b320b10"/></dir><file name="page.phtml" hash="ac384059ee5b4bf97d8ebf19a05a8682"/></dir></dir></dir></dir></target><target name="mageskin"><dir name="install"><dir name="default"><dir name="default"><dir name="css"><file name="boxes.css" hash="31da7dcdca502c3fca21cbddc160f581"/><file name="clears.css" hash="4018383aa0ccf4a455b30714905d53a5"/><file name="ie7minus.css" hash="b973a69ca4e691f21ee58b258f5bf12c"/><file name="iestyles.css" hash="7fd4d1acd42b155b7b7ae10272b235d6"/><file name="reset.css" hash="e9397eec4802597f92bf50ccd982f840"/></dir><file name="favicon.ico" hash="88733ee53676a47fc354a61c32516e82"/><dir name="images"><file name="error_msg_icon.gif" hash="e4f28607f075a105e53fa3113d84bd26"/><file name="footer_bg.gif" hash="d59784af16fd95ea82226e5708a89232"/><file name="footer_container_bg.gif" hash="d468e3943943cbbf711586e69d40ca42"/><file name="footer_info_separator.gif" hash="7da64eefaf4da3855ab6ee76dbced0c2"/><file name="footer_informational_bg.gif" hash="72d37f4b2ea747bf8969c2654ad1d1e0"/><file name="footer_left.gif" hash="2b15a54bea9409a75c142d14a62f0149"/><file name="footer_legality_bg.gif" hash="4eb1602e3369dccd901ffe98ea0fd4b3"/><file name="footer_right.gif" hash="a45eaf35c8797d299bd4d9b936528e8f"/><file name="header_bg.gif" hash="795c6de754d0d49717ed08d5cd8168c8"/><file name="header_nav_bg.gif" hash="80c6a18686eb0243e06d6176506a2502"/><file name="header_top_bg.jpg" hash="143f524392ee62fcc8183f5930d7258b"/><file name="header_top_container_bg.jpg" hash="294c18f3f6b838bba06ae41dd3c3d638"/><file name="i_notice.gif" hash="ebd56dc80b8346e10e93628bc0e6c372"/><file name="logo.gif" hash="48b7eb03807fdf80bdfb19b872cf84b8"/><file name="main_bg.gif" hash="cf18ba9f7c7e6b058b439cde1a897e9c"/><file name="main_container_bg.gif" hash="a8f5717873dc6cf8f6bd22924b5838fe"/><file name="note_msg_icon.gif" hash="e774ee481a2820789c1a77112377c4e0"/><file name="success_msg_icon.gif" hash="834dfafd5f8b44c4b24a4c00add56fcf"/><file name="validation_advice_bg.gif" hash="b85432906de8985a8b14eeb2dc652d3c"/></dir></dir></dir></dir></target></contents>
|
| 16 |
<compatible/>
|
| 17 |
+
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php><package><name>Mage_Core_Modules</name><channel>community</channel><min>1.9.1.0</min><max>1.10.0.0</max></package></required></dependencies>
|
| 18 |
</package>
|
