Grasshopperpebbles_Configurablecolors - Version 1.0.3

Version Notes

Stable

Version 1.0.3
Fixed jQuery bug in Admin

Version 1.0.2
Added ability to change swatch sizes within admin.

Version Number 1.0.1
Updated Image Zoom Options
Fixed jQuery noConflict bug in admin

Version number: 1.0.0
Stability: Stable
Compatibility: 1.5, 1.6, 1.6.1, 1.6.2.0, 1.7

Download this release

Release Info

Developer Les Green
Extension Grasshopperpebbles_Configurablecolors
Version 1.0.3
Comparing to
See all releases


Code changes from version 1.0.2 to 1.0.3

app/code/community/Grasshopperpebbles/Configurablecolors/etc/config.xml CHANGED
@@ -2,7 +2,7 @@
2
  <config>
3
  <modules>
4
  <Grasshopperpebbles_Configurablecolors>
5
- <version>1.0.2</version>
6
  </Grasshopperpebbles_Configurablecolors>
7
  </modules>
8
  <adminhtml>
2
  <config>
3
  <modules>
4
  <Grasshopperpebbles_Configurablecolors>
5
+ <version>1.0.3</version>
6
  </Grasshopperpebbles_Configurablecolors>
7
  </modules>
8
  <adminhtml>
media/grasshopperpebbles_configurablecolors/white.png ADDED
Binary file
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Grasshopperpebbles_Configurablecolors</name>
4
- <version>1.0.2</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL)</license>
7
  <channel>community</channel>
@@ -14,6 +14,9 @@ The Configurable Colors extension also controls the display of the thumb and lar
14
  The Configurable Colors extension also comes with an image zoom component. The size of the zoom image is also configurable. </description>
15
  <notes>Stable&#xD;
16
  &#xD;
 
 
 
17
  Version 1.0.2&#xD;
18
  Added ability to change swatch sizes within admin.&#xD;
19
  &#xD;
@@ -27,8 +30,8 @@ Compatibility: 1.5, 1.6, 1.6.1, 1.6.2.0, 1.7&#xD;
27
  </notes>
28
  <authors><author><name>Les Green</name><user>lesgreen</user><email>lesgreen@grasshopperpebbles.com</email></author></authors>
29
  <date>2014-01-05</date>
30
- <time>14:27:42</time>
31
- <contents><target name="magecommunity"><dir name="Grasshopperpebbles"><dir name="Configurablecolors"><dir name="Adminhtml"><dir name="Model"><dir name="System"><dir name="Config"><dir name="Source"><file name="Zoomposition.php" hash="2883febb17ca83736fa9456c935a10dc"/></dir></dir></dir></dir></dir><dir name="Block"><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Form"><dir name="Field"><file name="Colormap.php" hash="324bb5b9f058af0a7b7ed4fcf7ff277d"/></dir></dir></dir></dir></dir><file name="Settings.php" hash="9634c1ae39ebc33c4e81f12d47e4ceab"/></dir><dir name="Helper"><file name="Data.php" hash="4bc7051a030e42fef72ec56c76398c1f"/></dir><dir name="Model"><file name="Colormap.php" hash="789f595cc3c997c4b993a2a9ef7035ed"/><dir name="Resource"><file name="Setup.php" hash="97144fe5d6c87e4495c61ad0ef6a0c2c"/></dir></dir><dir name="controllers"><file name="ConfigurablecolorsController.php" hash="3da6cc0eb203a20047a2eb13f5a22202"/></dir><dir name="etc"><file name="config.xml" hash="a6a85b88dcb493227bbdc72753e58c98"/><file name="system.xml" hash="c61b121936adc5ad0d3f0fac9e438ed8"/></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="grasshopperpebbles_configurablecolors.xml" hash="68fb5f93bf72b1fd345ba0fdbff3c1f3"/></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="grasshopperpebbles_configurablecolors.xml" hash="de9b1df2e20d0b828513c636244ca7aa"/></dir><dir name="template"><dir name="configurablecolors"><file name="settings.phtml" hash="0aadc1fe8e6a9ef184332c8442b7e596"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Grasshopperpebbles_Configurablecolors.xml" hash="f1129be87d78650f72d6634d9e1b7786"/></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="grasshopperpebbles_configurablecolors"><file name="adminhtml.css" hash="a17f9528ed9dffe4af3d4551672467ba"/><file name="adminhtml.js" hash="3f467bf7d21d6b223520fcf337aa0617"/><file name="jquery-1.7.1.min.js" hash="a582795ee2a7189a8b9f616685944e5e"/></dir></dir></dir></dir><dir name="frontend"><dir name="default"><dir name="default"><dir name="css"><dir name="grasshopperpebbles_configurablecolors"><file name="cloud-zoom.css" hash="c38ebaa2cece30139d7f120d719c079a"/><file name="grasshopperpebbles_configurablecolors.css" hash="a634c8b47b31c93f760ad69c3487a745"/></dir></dir><dir name="js"><dir name="gpconfigurablecolors"><file name="cloud-zoom.1.0.2.min.js" hash="e233d9a799550d0f58248d6eee669590"/><file name="jquery.gpConfigurableColors-min.js" hash="98702ead817953d0b82efb0054ddab4d"/></dir></dir></dir></dir></dir></target><target name="magelocal"><dir name="frontend"><dir name="default"><dir name="default"><dir name="js"><file name="jquery-1.7.1.min.js" hash=""/></dir></dir></dir></dir></target></contents>
32
  <compatible/>
33
  <dependencies><required><php><min>5.2.0</min><max>5.5.7</max></php></required></dependencies>
34
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Grasshopperpebbles_Configurablecolors</name>
4
+ <version>1.0.3</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL)</license>
7
  <channel>community</channel>
14
  The Configurable Colors extension also comes with an image zoom component. The size of the zoom image is also configurable. </description>
15
  <notes>Stable&#xD;
16
  &#xD;
17
+ Version 1.0.3&#xD;
18
+ Fixed jQuery bug in Admin&#xD;
19
+ &#xD;
20
  Version 1.0.2&#xD;
21
  Added ability to change swatch sizes within admin.&#xD;
22
  &#xD;
30
  </notes>
31
  <authors><author><name>Les Green</name><user>lesgreen</user><email>lesgreen@grasshopperpebbles.com</email></author></authors>
32
  <date>2014-01-05</date>
33
+ <time>16:51:03</time>
34
+ <contents><target name="magecommunity"><dir name="Grasshopperpebbles"><dir name="Configurablecolors"><dir name="Adminhtml"><dir name="Model"><dir name="System"><dir name="Config"><dir name="Source"><file name="Zoomposition.php" hash="2883febb17ca83736fa9456c935a10dc"/></dir></dir></dir></dir></dir><dir name="Block"><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Form"><dir name="Field"><file name="Colormap.php" hash="324bb5b9f058af0a7b7ed4fcf7ff277d"/></dir></dir></dir></dir></dir><file name="Settings.php" hash="9634c1ae39ebc33c4e81f12d47e4ceab"/></dir><dir name="Helper"><file name="Data.php" hash="4bc7051a030e42fef72ec56c76398c1f"/></dir><dir name="Model"><file name="Colormap.php" hash="789f595cc3c997c4b993a2a9ef7035ed"/><dir name="Resource"><file name="Setup.php" hash="97144fe5d6c87e4495c61ad0ef6a0c2c"/></dir></dir><dir name="controllers"><file name="ConfigurablecolorsController.php" hash="3da6cc0eb203a20047a2eb13f5a22202"/></dir><dir name="etc"><file name="config.xml" hash="b0329bda4b73211c25207bd34e90c073"/><file name="system.xml" hash="c61b121936adc5ad0d3f0fac9e438ed8"/></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="grasshopperpebbles_configurablecolors.xml" hash="68fb5f93bf72b1fd345ba0fdbff3c1f3"/></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="grasshopperpebbles_configurablecolors.xml" hash="de9b1df2e20d0b828513c636244ca7aa"/></dir><dir name="template"><dir name="configurablecolors"><file name="settings.phtml" hash="0aadc1fe8e6a9ef184332c8442b7e596"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Grasshopperpebbles_Configurablecolors.xml" hash="f1129be87d78650f72d6634d9e1b7786"/></dir></target><target name="magemedia"><dir name="grasshopperpebbles_configurablecolors"><file name="white.png" hash="515cb83c2ece7967ff8b82e43ccf080c"/></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="grasshopperpebbles_configurablecolors"><file name="adminhtml.css" hash="a17f9528ed9dffe4af3d4551672467ba"/><file name="adminhtml.js" hash="98f1d13b25a7e11dd3cfb1102d592696"/><file name="jquery-1.7.1.min.js" hash="a582795ee2a7189a8b9f616685944e5e"/></dir></dir></dir></dir><dir name="frontend"><dir name="default"><dir name="default"><dir name="css"><dir name="grasshopperpebbles_configurablecolors"><file name="cloud-zoom.css" hash="c38ebaa2cece30139d7f120d719c079a"/><file name="grasshopperpebbles_configurablecolors.css" hash="a634c8b47b31c93f760ad69c3487a745"/></dir></dir><dir name="js"><dir name="gpconfigurablecolors"><file name="cloud-zoom.1.0.2.min.js" hash="e233d9a799550d0f58248d6eee669590"/><file name="jquery.gpConfigurableColors-min.js" hash="98702ead817953d0b82efb0054ddab4d"/></dir></dir></dir></dir></dir></target><target name="magelocal"><dir name="frontend"><dir name="default"><dir name="default"><dir name="js"><file name="jquery-1.7.1.min.js" hash=""/></dir></dir></dir></dir></target></contents>
35
  <compatible/>
36
  <dependencies><required><php><min>5.2.0</min><max>5.5.7</max></php></required></dependencies>
37
  </package>
skin/adminhtml/default/default/grasshopperpebbles_configurablecolors/adminhtml.js CHANGED
@@ -38,18 +38,18 @@ jQuery(document).ready(function($) {
38
  v = $("#configurable-color-value").val();
39
  if ($.trim(v) != "") {
40
  $("<tr></tr>").append(
41
- $j("<td></td>").html($j("#configurable-color-option").val()),
42
- $j("<td></td>").html($j("#configurable-color-type").val()),
43
- $j("<td></td>").html(v),
44
- $j("<td></td>").html($j("<a></a>").attr("class", "configurable-color-row").html("Delete"))
45
- ).appendTo($j("#configurable-color-table"));
46
  buildColorMap();
47
  }
48
  e.preventDefault();
49
  });
50
 
51
  function buildColorMap() {
52
- $j("#configurablecolors_color_options_color_map").val("");
53
 
54
  var ar = [];
55
  var ln, cells, header;
38
  v = $("#configurable-color-value").val();
39
  if ($.trim(v) != "") {
40
  $("<tr></tr>").append(
41
+ $("<td></td>").html($("#configurable-color-option").val()),
42
+ $("<td></td>").html($("#configurable-color-type").val()),
43
+ $("<td></td>").html(v),
44
+ $("<td></td>").html($("<a></a>").attr("class", "configurable-color-row").html("Delete"))
45
+ ).appendTo($("#configurable-color-table"));
46
  buildColorMap();
47
  }
48
  e.preventDefault();
49
  });
50
 
51
  function buildColorMap() {
52
+ $("#configurablecolors_color_options_color_map").val("");
53
 
54
  var ar = [];
55
  var ln, cells, header;