Version Notes
Dependency file was updated.
Download this release
Release Info
Developer | Mage_Workshop |
Extension | MageWorkshop_DPI |
Version | 1.0.1 |
Comparing to | |
See all releases |
Code changes from version 1.0.0 to 1.0.1
- app/code/local/DV/DPI/etc/config.xml +1 -1
- app/code/local/DV/DPI/sql/dpi_setup/mysql4-upgrade-1.0.0-1.0.1.php +30 -0
- app/etc/modules/DV_DPI.xml +1 -1
- package.xml +10 -9
- skin/frontend/base/default/lib/prototype/windows/themes/magento.css +0 -64
- skin/frontend/base/default/lib/prototype/windows/themes/magento/btn_bg.gif +0 -0
- skin/frontend/base/default/lib/prototype/windows/themes/magento/content_bg.gif +0 -0
- skin/frontend/base/default/lib/prototype/windows/themes/magento/top_bg.gif +0 -0
- skin/frontend/base/default/lib/prototype/windows/themes/magento/window_close.png +0 -0
app/code/local/DV/DPI/etc/config.xml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<DV_DPI>
|
5 |
-
<version>1.0.
|
6 |
</DV_DPI>
|
7 |
</modules>
|
8 |
<global>
|
2 |
<config>
|
3 |
<modules>
|
4 |
<DV_DPI>
|
5 |
+
<version>1.0.1</version>
|
6 |
</DV_DPI>
|
7 |
</modules>
|
8 |
<global>
|
app/code/local/DV/DPI/sql/dpi_setup/mysql4-upgrade-1.0.0-1.0.1.php
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* MageWorkshop
|
4 |
+
* Copyright (C) 2012 MageWorkshop <mageworkshophq@gmail.com>
|
5 |
+
*
|
6 |
+
* NOTICE OF LICENSE
|
7 |
+
*
|
8 |
+
* This program is free software: you can redistribute it and/or modify
|
9 |
+
* it under the terms of the GNU General Public License as published by
|
10 |
+
* the Free Software Foundation, either version 3 of the License, or
|
11 |
+
* (at your option) any later version.
|
12 |
+
*
|
13 |
+
* This program is distributed in the hope that it will be useful,
|
14 |
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
15 |
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
16 |
+
* GNU General Public License for more details.
|
17 |
+
*
|
18 |
+
* You should have received a copy of the GNU General Public License
|
19 |
+
* along with this program. If not, see http://opensource.org/licenses/gpl-3.0.html.
|
20 |
+
*
|
21 |
+
* @category MageWorkshop
|
22 |
+
* @package MageWorkshop_DetailedReview
|
23 |
+
* @copyright Copyright (c) 2012 MageWorkshop Co. (http://mage-workshop.com)
|
24 |
+
* @license http://opensource.org/licenses/gpl-3.0.html GNU General Public License, version 3 (GPL-3.0)
|
25 |
+
* @author MageWorkshop <mageworkshophq@gmail.com>
|
26 |
+
*/
|
27 |
+
|
28 |
+
$this->startSetup();
|
29 |
+
|
30 |
+
$this->endSetup();
|
app/etc/modules/DV_DPI.xml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<DV_DPI>
|
5 |
-
<version>1.0.
|
6 |
<active>true</active>
|
7 |
<codePool>local</codePool>
|
8 |
</DV_DPI>
|
2 |
<config>
|
3 |
<modules>
|
4 |
<DV_DPI>
|
5 |
+
<version>1.0.1</version>
|
6 |
<active>true</active>
|
7 |
<codePool>local</codePool>
|
8 |
</DV_DPI>
|
package.xml
CHANGED
@@ -1,19 +1,20 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>MageWorkshop_DPI</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.opensource.org/licenses/gpl-license.php">GPL</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
-
<summary>This extension displays attribute values of the product on Product Page and various product lists (Category Page, Tagged Products, Search and Advanced search).</summary>
|
10 |
<description>Detailed Product Info extension was created to provide customers with additional information about product. A crucial step for the customer purchases may be additional information about the product, but usually short description is not enough to cover this. Customers who have not enough time to spend in choosing products have an opportunity to estimate product in Product List and compare values of attributes without adding to comparation list. This extension will help to make your store more interactive and attractive for people. 
|
11 |
-
This extention was tested to be compatible with all main browsers (Internet Explorer 7, 8, 9, 10 Google Chrome, Mozilla Firefox, Safari). No validation problems on frontend, no errors in server's log files. Compatible with Magento 1.4
|
12 |
-
|
13 |
-
<
|
14 |
-
<
|
15 |
-
<
|
16 |
-
<
|
|
|
17 |
<compatible/>
|
18 |
-
<dependencies
|
19 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>MageWorkshop_DPI</name>
|
4 |
+
<version>1.0.1</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.opensource.org/licenses/gpl-license.php">GPL</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
+
<summary> This extension displays attribute values of the product on Product Page and various product lists (Category Page, Tagged Products, Search and Advanced search).</summary>
|
10 |
<description>Detailed Product Info extension was created to provide customers with additional information about product. A crucial step for the customer purchases may be additional information about the product, but usually short description is not enough to cover this. Customers who have not enough time to spend in choosing products have an opportunity to estimate product in Product List and compare values of attributes without adding to comparation list. This extension will help to make your store more interactive and attractive for people. 
|
11 |
+
This extention was tested to be compatible with all main browsers (Internet Explorer 7, 8, 9, 10 Google Chrome, Mozilla Firefox, Safari). No validation problems on frontend, no errors in server's log files. Compatible with Magento 1.4+.
|
12 |
+
</description>
|
13 |
+
<notes>Dependency file was updated.</notes>
|
14 |
+
<authors><author><name>Mage_Workshop</name><user>Mage_Workshop</user><email>mageworkshophq@gmail.com</email></author></authors>
|
15 |
+
<date>2013-11-21</date>
|
16 |
+
<time>13:50:42</time>
|
17 |
+
<contents><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="dpi.xml" hash="bb45acef90a1f5ede23ba85566817d6e"/></dir><dir name="template"><dir name="dpi"><file name="additional.phtml" hash="0170c736f658f5214bafe8f180b21d45"/><file name="massaction.phtml" hash="f10d6309762ca39d8ce99f17cb73ce91"/></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="dpi.xml" hash="6d4893b59541a014b480f3e1ddecb2bb"/></dir><dir name="template"><dir name="dpi"><dir name="catalog"><dir name="product"><file name="list.phtml" hash="fc6c0e30b051509ee08868df38377455"/></dir></dir><file name="data.phtml" hash="31c24c3c3c75a908929ca93b56c437d5"/><file name="list.phtml" hash="7fa0a5ddb7e30adc565febbd793e96bf"/><file name="page.phtml" hash="71beb3f0c4fa9e0e96911c36974edf41"/></dir></dir></dir></dir></dir></target><target name="magelocal"><dir name="DV"><dir name="DPI"><dir name="Block"><dir name="Adminhtml"><dir name="AttributeSets"><file name="Grid.php" hash="d8821154ae8be976e099005173ccdc35"/></dir><file name="AttributeSets.php" hash="3baa54555bffaab718ec7cf6abd8fb5c"/><dir name="Attributes"><file name="Grid.php" hash="d18fee337bcc98d691b2eee0f30733f4"/></dir><file name="Attributes.php" hash="4e645a6cf812c7392412cc24191f5854"/><file name="Massaction.php" hash="6bc3a1369dd55fe2f360b3173e4bed88"/><dir name="Render"><file name="Checkbox.php" hash="aeb963bf306704880fc3c9ac94be2074"/></dir></dir><file name="ProductInfo.php" hash="e051381172a529ce25912f5aec70b4a1"/></dir><dir name="Helper"><file name="Data.php" hash="e55299de6859714a2ea0baf4fe9723b8"/></dir><dir name="Model"><dir name="Adminhtml"><file name="SaveConfig.php" hash="f1a57199d68bcbdbd820f2339d2a211d"/></dir><file name="AttributeList.php" hash="9a123f19d1e1f9ff2375428002b6dfe2"/><dir name="Resource"><dir name="AttributeList"><file name="Collection.php" hash="a805e5e655ba5d3df1aea6877aa50935"/></dir><file name="AttributeList.php" hash="da22b9df640ffec874d42683fc7b2057"/></dir></dir><dir name="controllers"><dir name="Adminhtml"><file name="SettingsController.php" hash="f19979cd84f2403c8c818a65e4632b38"/></dir><file name="AttributeController.php" hash="96469b56bb9a8cbb5854bd7b8422aa68"/></dir><dir name="etc"><file name="adminhtml.xml" hash="51d4be38ee9141e5f333309881a809c4"/><file name="config.xml" hash="8cd1cd4565e99e64fe838fde2ebbb346"/><file name="system.xml" hash="bae48c18cd637c24f35e7c9253ee691d"/></dir><dir name="sql"><dir name="dpi_setup"><file name="mysql4-install-1.0.0.php" hash="8e4eeb8cf5eee8cc7c5f853f734c0ff8"/><file name="mysql4-upgrade-1.0.0-1.0.1.php" hash="a2cb58de103450cd2024ce1680eacffa"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="DV_DPI.xml" hash="b3665368d4989a0b6703ebd034a4c533"/></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="css"><dir name="dpi"><file name="style.css" hash="82524f656beaff4b0a4be1ad396d4c1e"/></dir></dir><dir name="images"><dir name="dpi"><file name="ajax-loader-tr.gif" hash="1ae32bc8232ff2527c627e5b38eb319a"/><file name="blank.gif" hash="5722d7bd0f1e1379d0a2005a0a9ea401"/></dir></dir></dir></dir></dir></target><target name="mageweb"><dir name="js"><dir name="dpi"><file name="list.js" hash="01589bac01e9214908d8f3340444f7ad"/><file name="page.js" hash="36397edbb3377f96766d008dcc8e7213"/></dir></dir></target><target name="magelocale"><dir name="en_US"><file name="DV_DPI.csv" hash="024b1000ef40568a9d71361a8e725eca"/></dir></target></contents>
|
18 |
<compatible/>
|
19 |
+
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
20 |
</package>
|
skin/frontend/base/default/lib/prototype/windows/themes/magento.css
DELETED
@@ -1,64 +0,0 @@
|
|
1 |
-
/**
|
2 |
-
* Magento
|
3 |
-
*
|
4 |
-
* NOTICE OF LICENSE
|
5 |
-
*
|
6 |
-
* This source file is subject to the Academic Free License (AFL 3.0)
|
7 |
-
* that is bundled with this package in the file LICENSE_AFL.txt.
|
8 |
-
* It is also available through the world-wide-web at this URL:
|
9 |
-
* http://opensource.org/licenses/afl-3.0.php
|
10 |
-
* If you did not receive a copy of the license and are unable to
|
11 |
-
* obtain it through the world-wide-web, please send an email
|
12 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
13 |
-
*
|
14 |
-
* DISCLAIMER
|
15 |
-
*
|
16 |
-
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
17 |
-
* versions in the future. If you wish to customize Magento for your
|
18 |
-
* needs please refer to http://www.magentocommerce.com for more information.
|
19 |
-
*
|
20 |
-
* @category design
|
21 |
-
* @package base_default
|
22 |
-
* @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
|
23 |
-
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
-
*/
|
25 |
-
.dialog { border:1px solid #555; }
|
26 |
-
.dialog .bot { display:none !important; }
|
27 |
-
.overlay_magento { background-color:#000; filter:alpha(opacity=60); -moz-opacity:.6; opacity:.6; -webkit-opacity:.6; }
|
28 |
-
.top.table_window { border-bottom:1px solid #e6e6e6; background:#6a838b url(magento/top_bg.gif) 0 100% repeat-x; }
|
29 |
-
|
30 |
-
.magento_nw { width:6px; height:28px; }
|
31 |
-
.magento_n { height:28px; }
|
32 |
-
.magento_ne { width:6px; height:28px; }
|
33 |
-
|
34 |
-
.magento_w { width:6px; }
|
35 |
-
.magento_e { width:6px; }
|
36 |
-
.magento_w,
|
37 |
-
.magento_e,
|
38 |
-
.magento_content { background: #fafafa url(magento/content_bg.gif) 0 0 repeat-x; }
|
39 |
-
|
40 |
-
.magento_sw { background:#deebf0; width:5px; height:3px; }
|
41 |
-
.magento_s { background:#deebf0; height:3px; }
|
42 |
-
.magento_se,
|
43 |
-
|
44 |
-
.magento_sizer { background:#deebf0; width:5px; height:3px; }
|
45 |
-
.magento_sizer { cursor:se-resize; }
|
46 |
-
|
47 |
-
.magento_close { width:16px; height:16px; background:url(magento/window_close.png) no-repeat 0 0; position:absolute; top:5px; right:7px; cursor:pointer; z-index:1000; }
|
48 |
-
.magento_minimize { width:16px; height:16px; background:url(magento/window_minimize.png) 0 0 no-repeat; position:absolute; top:5px; right:28px; cursor:pointer; z-index:1000; }
|
49 |
-
.magento_maximize { width:16px; height:16px; background:url(magento/window_maximize.png)0 0 no-repeat; position:absolute; top:5px; right:49px; cursor:pointer; z-index:1000; }
|
50 |
-
|
51 |
-
.magento_title { float:left; width:100%; font:bold 12px/28px Arial, Helvetica, sans-serif; color:#fff; text-align:left; }
|
52 |
-
|
53 |
-
.magento_content { overflow:auto; font-size:12px; }
|
54 |
-
.magento_content,
|
55 |
-
.magento_content label { color:#333; font-family:Arial, sans-serif; }
|
56 |
-
|
57 |
-
.magento_buttons { padding:10px; text-align:right; }
|
58 |
-
.magento_buttons input.button { border-width:1px; border-style:solid; border-color:#ed6502 #a04300 #a04300 #ed6502; background:#ffac47 url(magento/btn_bg.gif) 0 100% repeat-x; padding:0 7px 1px 7px; font:bold 12px/18px Arial, Helvetica, sans-serif; color:#fff; cursor:pointer; text-align:center; white-space:nowrap; }
|
59 |
-
.magento_buttons button.button span span span { display:inline; background:none; padding:0; height:auto; }
|
60 |
-
|
61 |
-
/* FOR IE */
|
62 |
-
* html .magento_close { background-image:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/magento/window_maximize.png", sizingMethod="crop"); }
|
63 |
-
* html .magento_minimize { background-image:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/magento/window_close.png", sizingMethod="crop");}
|
64 |
-
* html .magento_maximize { background-image:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/magento/window_minimize.png", sizingMethod="crop"); }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
skin/frontend/base/default/lib/prototype/windows/themes/magento/btn_bg.gif
DELETED
Binary file
|
skin/frontend/base/default/lib/prototype/windows/themes/magento/content_bg.gif
DELETED
Binary file
|
skin/frontend/base/default/lib/prototype/windows/themes/magento/top_bg.gif
DELETED
Binary file
|
skin/frontend/base/default/lib/prototype/windows/themes/magento/window_close.png
DELETED
Binary file
|