Reamaze - Version 1.2.0

Version Notes

Reamaze 1.2 introduces some bug fixes and cool new integrations like GitHub and MailChimp.

Download this release

Release Info

Developer Reamaze
Extension Reamaze
Version 1.2.0
Comparing to
See all releases


Code changes from version 1.1.2 to 1.2.0

app/code/community/Reamaze/Reamaze/controllers/{Adminhtml → adminhtml}/MainController.php RENAMED
File without changes
app/design/adminhtml/default/default/template/reamaze/reamaze/adminhtml_customer_edit_tab_conversations.phtml CHANGED
@@ -15,7 +15,7 @@
15
  "parent_url": window.location.href
16
  };
17
 
18
- var url = _baseUrl + '/admin/users' + '?' + $jq.param({external_ref: '<?php echo $this->getCustomer()->getId(); ?>', sso: _user, widget: 1, app: 'magento'});
19
  var embedEle = $jq('<iframe/>').attr({style: "min-height: 400px;", width: "100%", src: url, scrolling: "no", frameborder: "0", allowtransparency: "true", name: "_widget_user_conversations"});
20
  $chartContainer.html(embedEle);
21
 
@@ -30,5 +30,4 @@
30
  });
31
  });
32
  </script>
33
-
34
  <div id="rmz-user-conversations"></div>
15
  "parent_url": window.location.href
16
  };
17
 
18
+ var url = _baseUrl + '/admin/users' + '?' + $jq.param({customer: {friendly_name: '<?php echo $this->getCustomer()->getFirstname(); ?>', name: '<?php echo $this->getCustomer()->getName(); ?>', logins_attributes: [{email: '<?php echo $this->getCustomer()->getEmail(); ?>'}]}, external_ref: '<?php echo $this->getCustomer()->getId(); ?>', sso: _user, widget: 1, app: 'magento'});
19
  var embedEle = $jq('<iframe/>').attr({style: "min-height: 400px;", width: "100%", src: url, scrolling: "no", frameborder: "0", allowtransparency: "true", name: "_widget_user_conversations"});
20
  $chartContainer.html(embedEle);
21
 
30
  });
31
  });
32
  </script>
 
33
  <div id="rmz-user-conversations"></div>
app/design/adminhtml/default/default/template/reamaze/reamaze/setup.phtml CHANGED
@@ -12,7 +12,9 @@
12
  if (frame.length) {
13
  frame.height(msgAr._height);
14
  }
15
- }, _baseUrl);
 
 
16
  });
17
  </script>
18
 
12
  if (frame.length) {
13
  frame.height(msgAr._height);
14
  }
15
+ }, function(source_origin) {
16
+ return source_origin == _baseUrl || !!source_origin.match(/:\/\/.*?\.<?php echo Mage::helper('reamaze_reamaze')->getDomain(); ?>$/)
17
+ });
18
  });
19
  </script>
20
 
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Reamaze</name>
4
- <version>1.1.2</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.apache.org/licenses/LICENSE-2.0.html">Apache License v2.0</license>
7
  <channel>community</channel>
@@ -45,19 +45,11 @@ Try It Free for 14 Days (No credit card required)&#xD;
45
  &#xD;
46
  http://www.reamaze.com&#xD;
47
  </description>
48
- <notes>Reamaze 1.1 introduces Live Chat. Keep in touch with your customers both online and offline!&#xD;
49
- &#xD;
50
- New Features:&#xD;
51
- &#xD;
52
- - Live Chat&#xD;
53
- - New Dashboard Report widgets &#xD;
54
- * Appreciations&#xD;
55
- * First Response Rate&#xD;
56
- * Average Thread Size</notes>
57
  <authors><author><name>Reamaze</name><user>reamaze</user><email>support@reamaze.com</email></author></authors>
58
- <date>2014-11-14</date>
59
- <time>17:51:47</time>
60
- <contents><target name="magecommunity"><dir name="Reamaze"><dir name="Reamaze"><dir name="Block"><dir name="Adminhtml"><dir name="Customer"><dir name="Edit"><dir name="Tab"><file name="Conversations.php" hash="c84f1e6bfb2f8058cbce35d72c575de3"/></dir></dir></dir><file name="Main.php" hash="e19f02965be7f371d80e5ac260c8ebe1"/><dir name="System"><dir name="Config"><file name="HelpMe.php" hash="2ecdd68bc5936e193057d2695756b11f"/><file name="RunSetupButton.php" hash="be7d7dc223834a954c237cf659c574e7"/></dir></dir></dir><file name="Js.php" hash="bc83864641822c1355de0716ab2e4c76"/></dir><dir name="Helper"><file name="Data.php" hash="7e87d1ace72394573c948db2dcad89ed"/></dir><dir name="Model"><file name="AdminObserver.php" hash="c83b2c0e2947784e7bf5bf096d587e98"/><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Source"><file name="DashboardCharts.php" hash="0223cfbf60aa139b8811e2de9be547ee"/><file name="DashboardConversations.php" hash="41199f1c4ebbe9ae7394dcab3ed9c1ac"/></dir></dir></dir></dir></dir><dir name="controllers"><dir name="Adminhtml"><file name="MainController.php" hash="48fefc3c8f7d054c535cef92f52cb036"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="47f4f64a53c60fc1d1d3a91b9782c32c"/><file name="config.xml" hash="b1e2240aa50b29092932efdd51e8cfcb"/><file name="system.xml" hash="ac994d7eb8455f39e4d36d49ffa5eb32"/></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="reamaze_reamaze.xml" hash="eefb4693281ba659039c9270dafcd682"/></dir><dir name="template"><dir name="reamaze"><dir name="reamaze"><file name="adminhtml_customer_edit_tab_conversations.phtml" hash="7968e9e6b6fc4e3a4f3899e77b59e1bd"/><file name="adminhtml_dashboard_chart.phtml" hash="a180f2968c9d979af096a06befdc98e4"/><file name="adminhtml_dashboard_conversations.phtml" hash="6cda3fd15e853cec666a73ad43af3efe"/><file name="dashboard.phtml" hash="66b41c0880a4afe106da64a159601ec1"/><file name="jquery.phtml" hash="b657c2b6846cb341066d6f1233a4d29d"/><file name="setup.phtml" hash="d91b5d190552f92904674fec1a0dc87f"/><dir name="system"><dir name="config"><file name="helpme.phtml" hash="83aeed703dafc0278a59be512bdc6e7c"/></dir></dir></dir></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="reamaze_reamaze.xml" hash="6022cae9d7f6c6a9a6bedaf1992d364c"/></dir><dir name="template"><dir name="reamaze"><dir name="reamaze"><file name="js.phtml" hash="8cb40a99ad8f233b0c89340336a8499a"/></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Reamaze_Reamaze.xml" hash="642f93ee26c6e304e46c88be89625f7b"/></dir></target><target name="mageweb"><dir name="js"><dir name="reamaze"><file name="jquery.ba-postmessage.js" hash="c9817980bd783037351b5416882e97c6"/><file name="jquery.deparam.js" hash="a236e89a0310e5c3579bc7bf51eff93c"/><file name="jquery.migrate.js" hash="03acd09da7a9775916e244c240467ac1"/><file name="jquery.min.js" hash="a1fe315f64e4b8c36f9c4e42b5a66dca"/><file name="jquery.min.map" hash="0bec84859c7b4d4907f51b748b0a5012"/><file name="jquery.noConflict.js" hash="7e1379465d667c5605e62ce1abf29a31"/></dir></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="reamaze"><file name="dashboard.css" hash="72177b032a3a5b429ce6cb5972ce4ec8"/></dir></dir></dir></dir></target></contents>
61
  <compatible/>
62
  <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
63
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Reamaze</name>
4
+ <version>1.2.0</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.apache.org/licenses/LICENSE-2.0.html">Apache License v2.0</license>
7
  <channel>community</channel>
45
  &#xD;
46
  http://www.reamaze.com&#xD;
47
  </description>
48
+ <notes>Reamaze 1.2 introduces some bug fixes and cool new integrations like GitHub and MailChimp. </notes>
 
 
 
 
 
 
 
 
49
  <authors><author><name>Reamaze</name><user>reamaze</user><email>support@reamaze.com</email></author></authors>
50
+ <date>2015-02-06</date>
51
+ <time>07:34:31</time>
52
+ <contents><target name="magecommunity"><dir name="Reamaze"><dir name="Reamaze"><dir name="Block"><dir name="Adminhtml"><dir name="Customer"><dir name="Edit"><dir name="Tab"><file name="Conversations.php" hash="c84f1e6bfb2f8058cbce35d72c575de3"/></dir></dir></dir><file name="Main.php" hash="e19f02965be7f371d80e5ac260c8ebe1"/><dir name="System"><dir name="Config"><file name="HelpMe.php" hash="2ecdd68bc5936e193057d2695756b11f"/><file name="RunSetupButton.php" hash="be7d7dc223834a954c237cf659c574e7"/></dir></dir></dir><file name="Js.php" hash="bc83864641822c1355de0716ab2e4c76"/></dir><dir name="Helper"><file name="Data.php" hash="7e87d1ace72394573c948db2dcad89ed"/></dir><dir name="Model"><file name="AdminObserver.php" hash="c83b2c0e2947784e7bf5bf096d587e98"/><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Source"><file name="DashboardCharts.php" hash="0223cfbf60aa139b8811e2de9be547ee"/><file name="DashboardConversations.php" hash="41199f1c4ebbe9ae7394dcab3ed9c1ac"/></dir></dir></dir></dir></dir><dir name="controllers"><dir name="adminhtml"><file name="MainController.php" hash="48fefc3c8f7d054c535cef92f52cb036"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="47f4f64a53c60fc1d1d3a91b9782c32c"/><file name="config.xml" hash="b1e2240aa50b29092932efdd51e8cfcb"/><file name="system.xml" hash="ac994d7eb8455f39e4d36d49ffa5eb32"/></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="reamaze_reamaze.xml" hash="eefb4693281ba659039c9270dafcd682"/></dir><dir name="template"><dir name="reamaze"><dir name="reamaze"><file name="adminhtml_customer_edit_tab_conversations.phtml" hash="e98004e623e9a8a1a6d67221e4151732"/><file name="adminhtml_dashboard_chart.phtml" hash="a180f2968c9d979af096a06befdc98e4"/><file name="adminhtml_dashboard_conversations.phtml" hash="6cda3fd15e853cec666a73ad43af3efe"/><file name="dashboard.phtml" hash="66b41c0880a4afe106da64a159601ec1"/><file name="jquery.phtml" hash="b657c2b6846cb341066d6f1233a4d29d"/><file name="setup.phtml" hash="20cedba9e6a8d08acb7cb3e6255a3eff"/><dir name="system"><dir name="config"><file name="helpme.phtml" hash="83aeed703dafc0278a59be512bdc6e7c"/></dir></dir></dir></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="reamaze_reamaze.xml" hash="6022cae9d7f6c6a9a6bedaf1992d364c"/></dir><dir name="template"><dir name="reamaze"><dir name="reamaze"><file name="js.phtml" hash="8cb40a99ad8f233b0c89340336a8499a"/></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Reamaze_Reamaze.xml" hash="642f93ee26c6e304e46c88be89625f7b"/></dir></target><target name="mageweb"><dir name="js"><dir name="reamaze"><file name="jquery.ba-postmessage.js" hash="c9817980bd783037351b5416882e97c6"/><file name="jquery.deparam.js" hash="a236e89a0310e5c3579bc7bf51eff93c"/><file name="jquery.migrate.js" hash="03acd09da7a9775916e244c240467ac1"/><file name="jquery.min.js" hash="a1fe315f64e4b8c36f9c4e42b5a66dca"/><file name="jquery.min.map" hash="0bec84859c7b4d4907f51b748b0a5012"/><file name="jquery.noConflict.js" hash="7e1379465d667c5605e62ce1abf29a31"/></dir></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="reamaze"><file name="dashboard.css" hash="877ef47ea42bded9bc8d33ece646c562"/></dir></dir></dir></dir></target></contents>
53
  <compatible/>
54
  <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
55
  </package>
skin/adminhtml/default/default/reamaze/dashboard.css CHANGED
@@ -1,4 +1,4 @@
1
- .middle
2
  {
3
  padding: 0;
4
  }
1
+ body[class^=" reamaze-reamaze-adminhtml"] .middle
2
  {
3
  padding: 0;
4
  }