Interface_Install_Default - Version 1.9.2.0

Version Notes

1.9.2.0

Download this release

Release Info

Developer Magento Core Team
Extension Interface_Install_Default
Version 1.9.2.0
Comparing to
See all releases


Code changes from version 1.9.1.1 to 1.9.2.0

app/design/install/default/default/etc/theme.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@magentocommerce.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.magentocommerce.com for more information.
21
  *
22
  * @category design
23
  * @package default_default
24
- * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
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-2015 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/config.phtml CHANGED
@@ -47,11 +47,11 @@
47
  <ul>
48
  <li>
49
  <label for="base_url"><?php echo $this->__('Base URL') ?> <span class="required">*</span></label><br />
50
- <input type="text" name="config[unsecure_base_url]" id="base_url" value="<?php echo $this->getFormData()->getUnsecureBaseUrl() ?>" title="<?php echo $this->__('Base URL') ?>" class="required-entry validate-url input-text" />
51
  </li>
52
  <li>
53
  <label for="admin_frontname"><?php echo $this->__('Admin Path') ?> <span class="required">*</span></label><br />
54
- <input type="text" name="config[admin_frontname]" id="admin_frontname" value="<?php echo $this->getFormData()->getAdminFrontname() ?>" title="<?php echo $this->__('Admin Path') ?>" class="required-entry validate-data input-text" />
55
  <p style="margin-top:4px; line-height:1.3em; color:#666;">
56
  <small><?php echo $this->__('Additional path added after Base URL to access your Administrative Panel (e.g. admin, backend, control etc.).') ?></small>
57
  </p>
@@ -91,7 +91,7 @@
91
  <ul id="use_secure_options" <?php if(!$this->getFormData()->getUseSecure()): ?>style="display:none"<?php endif ?>>
92
  <li>
93
  <label for="secure_base_url"><?php echo $this->__('Secure Base URL') ?> <span class="required">*</span></label><br />
94
- <input type="text" name="config[secure_base_url]" id="secure_base_url" value="<?php echo $this->getFormData()->getSecureBaseUrl() ?>" title="<?php echo $this->__('Secure Base URL') ?>" class="required-entry validate-url input-text" />
95
  <p style="margin-top:4px; line-height:1.3em; color:#666;">
96
  <small><?php echo $this->__('Provide a complete base URL for SSL connection. For example: %s', '<strong>https://www.mydomain.com/magento/</strong>') ?></small>
97
  </p>
47
  <ul>
48
  <li>
49
  <label for="base_url"><?php echo $this->__('Base URL') ?> <span class="required">*</span></label><br />
50
+ <input type="text" name="config[unsecure_base_url]" id="base_url" value="<?php echo $this->getFormData()->getUnsecureBaseUrl() ?>" title="<?php echo Mage::helper('core')->quoteEscape($this->__('Base URL')) ?>" class="required-entry validate-url input-text" />
51
  </li>
52
  <li>
53
  <label for="admin_frontname"><?php echo $this->__('Admin Path') ?> <span class="required">*</span></label><br />
54
+ <input type="text" name="config[admin_frontname]" id="admin_frontname" value="<?php echo $this->getFormData()->getAdminFrontname() ?>" title="<?php echo Mage::helper('core')->quoteEscape($this->__('Admin Path')) ?>" class="required-entry validate-data input-text" />
55
  <p style="margin-top:4px; line-height:1.3em; color:#666;">
56
  <small><?php echo $this->__('Additional path added after Base URL to access your Administrative Panel (e.g. admin, backend, control etc.).') ?></small>
57
  </p>
91
  <ul id="use_secure_options" <?php if(!$this->getFormData()->getUseSecure()): ?>style="display:none"<?php endif ?>>
92
  <li>
93
  <label for="secure_base_url"><?php echo $this->__('Secure Base URL') ?> <span class="required">*</span></label><br />
94
+ <input type="text" name="config[secure_base_url]" id="secure_base_url" value="<?php echo $this->getFormData()->getSecureBaseUrl() ?>" title="<?php echo Mage::helper('core')->quoteEscape($this->__('Secure Base URL')) ?>" class="required-entry validate-url input-text" />
95
  <p style="margin-top:4px; line-height:1.3em; color:#666;">
96
  <small><?php echo $this->__('Provide a complete base URL for SSL connection. For example: %s', '<strong>https://www.mydomain.com/magento/</strong>') ?></small>
97
  </p>
app/design/install/default/default/template/install/create_admin.phtml CHANGED
@@ -42,16 +42,16 @@
42
  <li>
43
  <div class="input-box">
44
  <label for="firstname"><?php echo $this->__('First Name') ?> <span class="required">*</span></label><br/>
45
- <input type="text" name="admin[firstname]" id="firstname" value="<?php echo $this->getFormData()->getFirstname() ?>" title="<?php echo $this->__('First Name') ?>" class="required-entry input-text"/>
46
  </div>
47
  <div class="input-box">
48
  <label for="lastname"><?php echo $this->__('Last Name') ?> <span class="required">*</span></label><br/>
49
- <input type="text" name="admin[lastname]" id="lastname" value="<?php echo $this->getFormData()->getLastname() ?>" title="<?php echo $this->__('Last Name') ?>" class="required-entry input-text"/>
50
  </div>
51
  </li>
52
  <li>
53
  <label for="email_address"><?php echo $this->__('Email') ?> <span class="required">*</span></label><br/>
54
- <input type="text" name="admin[email]" id="email_address" value="<?php echo $this->getFormData()->getEmail() ?>" title="<?php echo $this->__('Email Address') ?>" class="validate-email required-entry input-text"/>
55
  </li>
56
  </ul>
57
  </fieldset>
@@ -61,16 +61,16 @@
61
  <ul>
62
  <li>
63
  <label for="username"><?php echo $this->__('Username') ?> <span class="required">*</span></label><br/>
64
- <input type="text" name="admin[username]" id="username" value="<?php echo $this->getFormData()->getUsername() ?>" title="<?php echo $this->__('Username') ?>" class="required-entry input-text"/>
65
  </li>
66
  <li>
67
  <div class="input-box">
68
  <label for="password"><?php echo $this->__('Password') ?> <span class="required">*</span></label><br/>
69
- <input type="password" name="admin[new_password]" id="password" title="<?php echo $this->__('Password') ?>" class="required-entry validate-admin-password input-text"/>
70
  </div>
71
  <div class="input-box">
72
  <label for="confirmation"><?php echo $this->__('Confirm Password') ?> <span class="required">*</span></label><br/>
73
- <input type="password" name="admin[password_confirmation]" title="<?php echo $this->__('Password Confirmation') ?>" id="confirmation" class="required-entry validate-cpassword input-text"/>
74
  </div>
75
  </li>
76
  </ul>
@@ -80,7 +80,7 @@
80
  <h4 class="legend"><?php echo $this->__('Encryption Key') ?></h4>
81
  <ul>
82
  <li>
83
- <input type="text" name="encryption_key" id="encryption_key" value="<?php echo $this->getFormData()->getEncryptionKey() ?>" title="<?php echo $this->__('Encryption Key') ?>" class="input-text"/>
84
  <p style="margin-top:4px; line-height:1.3em; color:#666;">
85
  <small><?php echo $this->__('Magento uses this key to encrypt passwords, credit cards and more. If this field is left empty the system will create an encryption key for you and will display it on the next page.') ?></small>
86
  </p>
42
  <li>
43
  <div class="input-box">
44
  <label for="firstname"><?php echo $this->__('First Name') ?> <span class="required">*</span></label><br/>
45
+ <input type="text" name="admin[firstname]" id="firstname" value="<?php echo $this->getFormData()->getFirstname() ?>" title="<?php echo Mage::helper('core')->quoteEscape($this->__('First Name')) ?>" class="required-entry input-text"/>
46
  </div>
47
  <div class="input-box">
48
  <label for="lastname"><?php echo $this->__('Last Name') ?> <span class="required">*</span></label><br/>
49
+ <input type="text" name="admin[lastname]" id="lastname" value="<?php echo $this->getFormData()->getLastname() ?>" title="<?php echo Mage::helper('core')->quoteEscape($this->__('Last Name')) ?>" class="required-entry input-text"/>
50
  </div>
51
  </li>
52
  <li>
53
  <label for="email_address"><?php echo $this->__('Email') ?> <span class="required">*</span></label><br/>
54
+ <input type="text" name="admin[email]" id="email_address" value="<?php echo $this->getFormData()->getEmail() ?>" title="<?php echo Mage::helper('core')->quoteEscape($this->__('Email Address')) ?>" class="validate-email required-entry input-text"/>
55
  </li>
56
  </ul>
57
  </fieldset>
61
  <ul>
62
  <li>
63
  <label for="username"><?php echo $this->__('Username') ?> <span class="required">*</span></label><br/>
64
+ <input type="text" name="admin[username]" id="username" value="<?php echo $this->getFormData()->getUsername() ?>" title="<?php echo Mage::helper('core')->quoteEscape($this->__('Username')) ?>" class="required-entry input-text"/>
65
  </li>
66
  <li>
67
  <div class="input-box">
68
  <label for="password"><?php echo $this->__('Password') ?> <span class="required">*</span></label><br/>
69
+ <input type="password" name="admin[new_password]" id="password" title="<?php echo Mage::helper('core')->quoteEscape($this->__('Password')) ?>" class="required-entry validate-admin-password input-text"/>
70
  </div>
71
  <div class="input-box">
72
  <label for="confirmation"><?php echo $this->__('Confirm Password') ?> <span class="required">*</span></label><br/>
73
+ <input type="password" name="admin[password_confirmation]" title="<?php echo Mage::helper('core')->quoteEscape($this->__('Password Confirmation')) ?>" id="confirmation" class="required-entry validate-cpassword input-text"/>
74
  </div>
75
  </li>
76
  </ul>
80
  <h4 class="legend"><?php echo $this->__('Encryption Key') ?></h4>
81
  <ul>
82
  <li>
83
+ <input type="text" name="encryption_key" id="encryption_key" value="<?php echo $this->getFormData()->getEncryptionKey() ?>" title="<?php echo Mage::helper('core')->quoteEscape($this->__('Encryption Key')) ?>" class="input-text"/>
84
  <p style="margin-top:4px; line-height:1.3em; color:#666;">
85
  <small><?php echo $this->__('Magento uses this key to encrypt passwords, credit cards and more. If this field is left empty the system will create an encryption key for you and will display it on the next page.') ?></small>
86
  </p>
app/design/install/default/default/template/install/db/mysql4.phtml CHANGED
@@ -34,30 +34,30 @@
34
  <li>
35
  <div class="input-box">
36
  <label for="host"><?php echo $this->__('Host') ?> <span class="required">*</span></label><br />
37
- <input type="text" name="connection[<?php echo $this->getIdPrefix()?>][db_host]" id="host" value="<?php echo $this->getFormData()->getDbHost() ?>" title="<?php echo $this->__('Database host') ?>" class="required-entry input-text" />
38
  <p style="margin-top:4px; line-height:1.3em; color:#666;">
39
  <small><?php echo $this->__('You can specify server port, ex.: localhost:3307<br />If you are not using default UNIX socket, you can specify it here instead of host, ex.: /var/run/mysqld/mysqld.sock') ?></small>
40
  </p>
41
  </div>
42
  <div class="input-box">
43
  <label for="dbname"><?php echo $this->__('Database Name') ?> <span class="required">*</span></label><br />
44
- <input type="text" name="connection[<?php echo $this->getIdPrefix()?>][db_name]" id="dbname" value="<?php echo $this->getFormData()->getDbName() ?>" title="<?php echo $this->__('Database Name') ?>" class="required-entry input-text" />
45
  </div>
46
  </li>
47
  <li>
48
  <div class="input-box">
49
  <label for="user"><?php echo $this->__('User Name') ?> <span class="required">*</span></label><br />
50
- <input type="text" name="connection[<?php echo $this->getIdPrefix()?>][db_user]" id="user" value="<?php echo $this->getFormData()->getDbUser() ?>" title="<?php echo $this->__('Database user name') ?>" class="required-entry input-text" />
51
  </div>
52
  <div class="input-box">
53
  <label for="password"><?php echo $this->__('User Password') ?></label><br />
54
- <input type="password" name="connection[<?php echo $this->getIdPrefix()?>][db_pass]" id="password" value="" title="<?php echo $this->__('Database user password') ?>" class="input-text" />
55
  </div>
56
  </li>
57
  <li>
58
  <div class="input-box">
59
  <label for="prefix"><?php echo $this->__('Tables Prefix') ?></label><br />
60
- <input type="text" name="connection[<?php echo $this->getIdPrefix()?>][db_prefix]" id="prefix" value="<?php echo $this->getFormData()->getDbPrefix() ?>" title="<?php echo $this->__('Tables Prefix') ?>" class="validate-data input-text" />
61
  <p style="margin-top:4px; line-height:1.3em; color:#666;">
62
  <small><?php echo $this->__('(Optional. Leave blank for no prefix)') ?></small>
63
  </p>
34
  <li>
35
  <div class="input-box">
36
  <label for="host"><?php echo $this->__('Host') ?> <span class="required">*</span></label><br />
37
+ <input type="text" name="connection[<?php echo $this->getIdPrefix()?>][db_host]" id="host" value="<?php echo $this->getFormData()->getDbHost() ?>" title="<?php echo Mage::helper('core')->quoteEscape($this->__('Database host')) ?>" class="required-entry input-text" />
38
  <p style="margin-top:4px; line-height:1.3em; color:#666;">
39
  <small><?php echo $this->__('You can specify server port, ex.: localhost:3307<br />If you are not using default UNIX socket, you can specify it here instead of host, ex.: /var/run/mysqld/mysqld.sock') ?></small>
40
  </p>
41
  </div>
42
  <div class="input-box">
43
  <label for="dbname"><?php echo $this->__('Database Name') ?> <span class="required">*</span></label><br />
44
+ <input type="text" name="connection[<?php echo $this->getIdPrefix()?>][db_name]" id="dbname" value="<?php echo $this->getFormData()->getDbName() ?>" title="<?php echo Mage::helper('core')->quoteEscape($this->__('Database Name')) ?>" class="required-entry input-text" />
45
  </div>
46
  </li>
47
  <li>
48
  <div class="input-box">
49
  <label for="user"><?php echo $this->__('User Name') ?> <span class="required">*</span></label><br />
50
+ <input type="text" name="connection[<?php echo $this->getIdPrefix()?>][db_user]" id="user" value="<?php echo $this->getFormData()->getDbUser() ?>" title="<?php echo Mage::helper('core')->quoteEscape($this->__('Database user name')) ?>" class="required-entry input-text" />
51
  </div>
52
  <div class="input-box">
53
  <label for="password"><?php echo $this->__('User Password') ?></label><br />
54
+ <input type="password" name="connection[<?php echo $this->getIdPrefix()?>][db_pass]" id="password" value="" title="<?php echo Mage::helper('core')->quoteEscape($this->__('Database user password')) ?>" class="input-text" />
55
  </div>
56
  </li>
57
  <li>
58
  <div class="input-box">
59
  <label for="prefix"><?php echo $this->__('Tables Prefix') ?></label><br />
60
+ <input type="text" name="connection[<?php echo $this->getIdPrefix()?>][db_prefix]" id="prefix" value="<?php echo $this->getFormData()->getDbPrefix() ?>" title="<?php echo Mage::helper('core')->quoteEscape($this->__('Tables Prefix')) ?>" class="validate-data input-text" />
61
  <p style="margin-top:4px; line-height:1.3em; color:#666;">
62
  <small><?php echo $this->__('(Optional. Leave blank for no prefix)') ?></small>
63
  </p>
app/design/install/default/default/template/install/download.phtml CHANGED
@@ -44,7 +44,7 @@ function startInstall(state)
44
 
45
  function installSuccess()
46
  {
47
- alert("<?php echo $this->__("All packages were installed, click 'OK' to continue with installation.") ?>");
48
  location.href = "<?php echo $this->getNextUrl() ?>";
49
  $$('button').each(function(el) {
50
  el.disabled = true;
@@ -54,7 +54,7 @@ function installSuccess()
54
 
55
  function installFailure()
56
  {
57
- alert("<?php echo $this->__("There was a problem installing Magento packages. Please read the log, correct errors and try again.") ?>\n<?php echo $this->__("Alternatively you could try the 'Manual Downloads and Upgrades' method.") ?>");
58
  $$('button').each(function(el) {
59
  el.disabled = true;
60
  el.removeClassName('disabled');
44
 
45
  function installSuccess()
46
  {
47
+ alert('<?php echo Mage::helper('core')->jsQuoteEscape($this->__("All packages were installed, click 'OK' to continue with installation.")) ?>');
48
  location.href = "<?php echo $this->getNextUrl() ?>";
49
  $$('button').each(function(el) {
50
  el.disabled = true;
54
 
55
  function installFailure()
56
  {
57
+ alert('<?php echo Mage::helper('core')->jsQuoteEscape($this->__("There was a problem installing Magento packages. Please read the log, correct errors and try again.")) ?>\n<?php echo Mage::helper('core')->jsQuoteEscape($this->__("Alternatively you could try the 'Manual Downloads and Upgrades' method.")) ?>');
58
  $$('button').each(function(el) {
59
  el.disabled = true;
60
  el.removeClassName('disabled');
app/design/install/default/default/template/page.phtml CHANGED
@@ -60,7 +60,7 @@
60
  <div class="header-top-container">
61
  <div class="header-top">
62
  <h1 id="logo">
63
- <a href="<?php echo $this->getUrl('') ?>"><img src="<?php echo $this->getSkinUrl('images/logo.gif') ?>" title="<?php echo Mage::helper('install')->__('Magento') ?>" alt="<?php echo Mage::helper('install')->__('Magento') ?>" /></a>
64
  </h1>
65
 
66
  <?php echo $this->getChildHtml('topSearch') ?>
60
  <div class="header-top-container">
61
  <div class="header-top">
62
  <h1 id="logo">
63
+ <a href="<?php echo $this->getUrl('') ?>"><img src="<?php echo $this->getSkinUrl('images/logo.gif') ?>" title="<?php echo Mage::helper('core')->quoteEscape(Mage::helper('install')->__('Magento')) ?>" alt="<?php echo Mage::helper('core')->quoteEscape(Mage::helper('install')->__('Magento')) ?>" /></a>
64
  </h1>
65
 
66
  <?php echo $this->getChildHtml('topSearch') ?>
package.xml CHANGED
@@ -1,18 +1,18 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Interface_Install_Default</name>
4
- <version>1.9.1.1</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.1</notes>
12
  <authors><author><name>Magento Core Team</name><user>core</user><email>core@magentocommerce.com</email></author></authors>
13
- <date>2015-04-29</date>
14
- <time>12:01: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="aee58bc7e20d4da83f840923f0e8bee7"/></dir><dir name="template"><dir name="install"><file name="begin.phtml" hash="426174fa3e5fc4addff739234c3ccb76"/><file name="config.phtml" hash="188537f0b04350a5bb4adc58495e9123"/><file name="create_admin.phtml" hash="0f71caa5b501d5f277058f272cd9fd1f"/><dir name="db"><file name="main.phtml" hash="2c290ec7b05e3b34e216ad74b20acfe3"/><file name="mysql4.phtml" hash="8defcc1c3a1ca39fbebacb9ae4b4deeb"/></dir><file name="download.phtml" hash="b752cc9faedda5a4a05bfa48d32e3431"/><file name="end.phtml" hash="6bd47a56be6f5ff4c8f9a8550567f881"/><file name="locale.phtml" hash="6a2322b76c9ab94ff86d98634d386b35"/><file name="state.phtml" hash="909c0e73382e297e3e70adad3d4e64a2"/></dir><file name="page.phtml" hash="f76c8f18cde000752d905778b6422c8a"/></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.1</min><max>1.9.1.1</max></package></required></dependencies>
18
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Interface_Install_Default</name>
4
+ <version>1.9.2.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.2.0</notes>
12
  <authors><author><name>Magento Core Team</name><user>core</user><email>core@magentocommerce.com</email></author></authors>
13
+ <date>2015-06-26</date>
14
+ <time>13:48:52</time>
15
+ <contents><target name="magedesign"><dir name="install"><dir name="default"><dir name="default"><dir name="etc"><file name="theme.xml" hash="b2a8d19b50efdccb7294cb2fe0640bd9"/></dir><dir name="layout"><file name="main.xml" hash="aee58bc7e20d4da83f840923f0e8bee7"/></dir><dir name="template"><dir name="install"><file name="begin.phtml" hash="426174fa3e5fc4addff739234c3ccb76"/><file name="config.phtml" hash="0e51633e784c2100c9546d45d1d59b67"/><file name="create_admin.phtml" hash="b06662c97fdc8f3474e41c486850fc22"/><dir name="db"><file name="main.phtml" hash="2c290ec7b05e3b34e216ad74b20acfe3"/><file name="mysql4.phtml" hash="0a02c4f81ae26674726a6078d63b0b4f"/></dir><file name="download.phtml" hash="298abfb16efe3c074fd930ba7ed6b6a8"/><file name="end.phtml" hash="6bd47a56be6f5ff4c8f9a8550567f881"/><file name="locale.phtml" hash="6a2322b76c9ab94ff86d98634d386b35"/><file name="state.phtml" hash="909c0e73382e297e3e70adad3d4e64a2"/></dir><file name="page.phtml" hash="9b83b9e2ae9ea29511121b6e63e474c5"/></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.2.0</min><max>1.9.2.0</max></package></required></dependencies>
18
  </package>