516d64d10be1014787d64354e79112aa - Version 1.0.0.1

Version Notes

* Implemented JSON endpoint to export data from Magento to Lumiary

Download this release

Release Info

Developer Carrington Williams
Extension 516d64d10be1014787d64354e79112aa
Version 1.0.0.1
Comparing to
See all releases


Code changes from version 1.0.0.0 to 1.0.0.1

Files changed (20) hide show
  1. app/code/community/Redstage/LumiaryEndpoint/Block/Adminhtml/System/Config/Form/Button.php +0 -0
  2. app/code/community/Redstage/LumiaryEndpoint/Helper/Data.php +1 -1
  3. app/code/community/Redstage/LumiaryEndpoint/Helper/Logger.php +2 -2
  4. app/code/community/Redstage/LumiaryEndpoint/Model/Data/Abstract.php +0 -0
  5. app/code/community/Redstage/LumiaryEndpoint/Model/Data/Table/Abstract.php +0 -0
  6. app/code/community/Redstage/LumiaryEndpoint/Model/Export/Order/Data.php +0 -0
  7. app/code/community/Redstage/LumiaryEndpoint/Model/Export/Order/Data/Translator.php +0 -0
  8. app/code/community/Redstage/LumiaryEndpoint/Model/Export/Order/Data/Translator/Magento.php +0 -0
  9. app/code/community/Redstage/LumiaryEndpoint/Model/Export/Order/Exporter.php +0 -0
  10. app/code/community/Redstage/LumiaryEndpoint/Model/Operation/Status.php +0 -0
  11. app/code/community/Redstage/LumiaryEndpoint/Model/Operation/Timer.php +0 -0
  12. app/code/community/Redstage/LumiaryEndpoint/controllers/Adminhtml/Lumiary/TokenController.php +0 -0
  13. app/code/community/Redstage/LumiaryEndpoint/controllers/OrderController.php +0 -0
  14. app/code/community/Redstage/LumiaryEndpoint/etc/adminhtml.xml +0 -0
  15. app/code/community/Redstage/LumiaryEndpoint/etc/config.xml +1 -1
  16. app/code/community/Redstage/LumiaryEndpoint/etc/system.xml +0 -0
  17. app/code/community/Redstage/LumiaryEndpoint/sql/lumiaryendpoint_setup/install-1.0.0.0.php +0 -0
  18. app/design/adminhtml/default/default/template/lumiaryendpoint/system/config/button.phtml +0 -0
  19. app/etc/modules/Redstage_LumiaryEndpoint.xml +0 -0
  20. package.xml +6 -7
app/code/community/Redstage/LumiaryEndpoint/Block/Adminhtml/System/Config/Form/Button.php CHANGED
File without changes
app/code/community/Redstage/LumiaryEndpoint/Helper/Data.php CHANGED
@@ -33,6 +33,6 @@ class Redstage_LumiaryEndpoint_Helper_Data
33
 
34
  public function log($message, $severity = null)
35
  {
36
- Mage::helper('luminaryendpoint/logger')->log($message, $severity);
37
  }
38
  }
33
 
34
  public function log($message, $severity = null)
35
  {
36
+ Mage::helper('lumiaryendpoint/logger')->log($message, $severity);
37
  }
38
  }
app/code/community/Redstage/LumiaryEndpoint/Helper/Logger.php CHANGED
@@ -3,8 +3,8 @@
3
  class Redstage_LumiaryEndpoint_Helper_Logger
4
  extends Mage_Core_Helper_Abstract
5
  {
6
- const XML_PATH_ENABLED = 'luminaryendpoint/logging/enabled';
7
- const XML_PATH_FILE = 'luminaryendpoint/logging/file';
8
 
9
  public function log($message, $level = null, $file = '')
10
  {
3
  class Redstage_LumiaryEndpoint_Helper_Logger
4
  extends Mage_Core_Helper_Abstract
5
  {
6
+ const XML_PATH_ENABLED = 'lumiaryendpoint/logging/enabled';
7
+ const XML_PATH_FILE = 'lumiaryendpoint/logging/file';
8
 
9
  public function log($message, $level = null, $file = '')
10
  {
app/code/community/Redstage/LumiaryEndpoint/Model/Data/Abstract.php CHANGED
File without changes
app/code/community/Redstage/LumiaryEndpoint/Model/Data/Table/Abstract.php CHANGED
File without changes
app/code/community/Redstage/LumiaryEndpoint/Model/Export/Order/Data.php CHANGED
File without changes
app/code/community/Redstage/LumiaryEndpoint/Model/Export/Order/Data/Translator.php CHANGED
File without changes
app/code/community/Redstage/LumiaryEndpoint/Model/Export/Order/Data/Translator/Magento.php CHANGED
File without changes
app/code/community/Redstage/LumiaryEndpoint/Model/Export/Order/Exporter.php CHANGED
File without changes
app/code/community/Redstage/LumiaryEndpoint/Model/Operation/Status.php CHANGED
File without changes
app/code/community/Redstage/LumiaryEndpoint/Model/Operation/Timer.php CHANGED
File without changes
app/code/community/Redstage/LumiaryEndpoint/controllers/Adminhtml/Lumiary/TokenController.php CHANGED
File without changes
app/code/community/Redstage/LumiaryEndpoint/controllers/OrderController.php CHANGED
File without changes
app/code/community/Redstage/LumiaryEndpoint/etc/adminhtml.xml CHANGED
File without changes
app/code/community/Redstage/LumiaryEndpoint/etc/config.xml CHANGED
@@ -2,7 +2,7 @@
2
  <config>
3
  <modules>
4
  <Redstage_LumiaryEndpoint>
5
- <version>1.0.0.0</version>
6
  </Redstage_LumiaryEndpoint>
7
  </modules>
8
  <global>
2
  <config>
3
  <modules>
4
  <Redstage_LumiaryEndpoint>
5
+ <version>1.0.0.1</version>
6
  </Redstage_LumiaryEndpoint>
7
  </modules>
8
  <global>
app/code/community/Redstage/LumiaryEndpoint/etc/system.xml CHANGED
File without changes
app/code/community/Redstage/LumiaryEndpoint/sql/lumiaryendpoint_setup/install-1.0.0.0.php CHANGED
File without changes
app/design/adminhtml/default/default/template/lumiaryendpoint/system/config/button.phtml CHANGED
File without changes
app/etc/modules/Redstage_LumiaryEndpoint.xml CHANGED
File without changes
package.xml CHANGED
@@ -1,20 +1,19 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Redstage_LumiaryEndpoint</name>
4
- <version>1.0.0.0</version>
5
  <stability>stable</stability>
6
  <license uri="https://opensource.org/licenses/MIT">Massachusetts Institute of Technology License (MITL)</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Lumiary brings a retailer's customer data into one platform and powers intelligent segmentation for marketers.</summary>
10
- <description>Lumiary is a CRM application that retailers use to aggregate, understand and utilize their customer information. Lumiary imports data from any source of customer interactions, including eCommerce systems (like Magento), point-of-sale systems, email, customer support, NPS, reviews, demographics and more. By aggregating and normalizing this data, Lumiary enables brands to understand their customers better and improve repeat purchase rates through segmentation.&#xD;
11
  Our Magento extension is a simple way to export data from Magento to Lumiary. Once installed, the data export is automatic, secure and real-time, so your customer data is always safe and up-to-date.</description>
12
- <notes>==== 1.0.0.0 ====&#xD;
13
- * Implemented JSON endpoint to export data from Magento to Lumiary</notes>
14
  <authors><author><name>Carrington Williams</name><user>lumiary</user><email>cw@lumiary.com</email></author></authors>
15
- <date>2016-03-28</date>
16
- <time>22:10:17</time>
17
- <contents><target name="mageetc"><dir name="modules"><file name="Redstage_LumiaryEndpoint.xml" hash="4f2100e5fd3b40ae5b58cd9ea5c66b9c"/></dir></target><target name="magecommunity"><dir name="Redstage"><dir name="LumiaryEndpoint"><dir name="Block"><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Form"><file name="Button.php" hash="cb338c5aafebaefdf013975fae96be8c"/></dir></dir></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="f6d65b859d5c4ea709efa24bd87b2ad0"/><file name="Logger.php" hash="ab07de8e3fadbd9ffdf916dec6a40544"/></dir><dir name="Model"><dir name="Data"><file name="Abstract.php" hash="86683bd32bc2c0a33d15f4eea88adead"/><dir name="Table"><file name="Abstract.php" hash="5ff81e3bc2f8287df5f7795b0b89d521"/></dir></dir><dir name="Export"><dir name="Order"><dir name="Data"><dir name="Translator"><file name="Magento.php" hash="a82d3064b2b265c286b97eb749ae4fa4"/></dir><file name="Translator.php" hash="bda87760fca3d1d355c8e5e74089f8c9"/></dir><file name="Data.php" hash="4e245ae305e00dcb4a6fa96f93aeffe4"/><file name="Exporter.php" hash="e7328d6c75e0ff2c9d1599ae240c3ca7"/></dir></dir><dir name="Operation"><file name="Status.php" hash="22c2768393fa3622b1b7c3f443fc64e2"/><file name="Timer.php" hash="8339670e2657d65856a440dfa7cffd4b"/></dir></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Lumiary"><file name="TokenController.php" hash="4572abcc6f59a0fddb6f259ad20b1d29"/></dir></dir><file name="OrderController.php" hash="b637d80da1648eee8f50aa8a52440b0f"/></dir><dir name="etc"><file name="adminhtml.xml" hash="9fb5b700881973ac6948d8c6a61a5a29"/><file name="config.xml" hash="6c3dd4b31f00df48255d838cfe6f76a9"/><file name="system.xml" hash="f74fe6db66461e4dbe76f2e63921d816"/></dir><dir name="sql"><dir name="lumiaryendpoint_setup"><file name="install-1.0.0.0.php" hash="79de18c5b9500ff5b0bcd8f89aae7bd4"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="lumiaryendpoint"><dir name="system"><dir name="config"><file name="button.phtml" hash="762250e16b90fcda79354c4c01579e1c"/></dir></dir></dir></dir></dir></dir></dir></target></contents>
18
  <compatible/>
19
  <dependencies><required><php><min>5.3.0</min><max>5.6.0</max></php></required></dependencies>
20
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Redstage_LumiaryEndpoint</name>
4
+ <version>1.0.0.1</version>
5
  <stability>stable</stability>
6
  <license uri="https://opensource.org/licenses/MIT">Massachusetts Institute of Technology License (MITL)</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Lumiary brings a retailer's customer data into one platform and powers intelligent segmentation for marketers.</summary>
10
+ <description>Lumiary is a CRM application that retailers use to aggregate, understand and utilize their customer information. Lumiary imports data from any source of customer interactions, including eCommerce systems (like Magento), point-of-sale systems, email, customer support, NPS, reviews, demographics and more. By aggregating and normalizing this data, Lumiary enables brands to understand their customers better and improve repeat purchase rates through segmentation.&amp;#xD;&#xD;
11
  Our Magento extension is a simple way to export data from Magento to Lumiary. Once installed, the data export is automatic, secure and real-time, so your customer data is always safe and up-to-date.</description>
12
+ <notes>* Implemented JSON endpoint to export data from Magento to Lumiary</notes>
 
13
  <authors><author><name>Carrington Williams</name><user>lumiary</user><email>cw@lumiary.com</email></author></authors>
14
+ <date>2016-04-13</date>
15
+ <time>16:29:35</time>
16
+ <contents><target name="magecommunity"><dir name="Redstage"><dir name="LumiaryEndpoint"><dir name="Block"><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Form"><file name="Button.php" hash="cb338c5aafebaefdf013975fae96be8c"/></dir></dir></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="ab42d3ec2237a0d48ba52813159320f6"/><file name="Logger.php" hash="6d1d6731afd953ffba98375f3c46afc0"/></dir><dir name="Model"><dir name="Data"><file name="Abstract.php" hash="86683bd32bc2c0a33d15f4eea88adead"/><dir name="Table"><file name="Abstract.php" hash="5ff81e3bc2f8287df5f7795b0b89d521"/></dir></dir><dir name="Export"><dir name="Order"><dir name="Data"><dir name="Translator"><file name="Magento.php" hash="a82d3064b2b265c286b97eb749ae4fa4"/></dir><file name="Translator.php" hash="bda87760fca3d1d355c8e5e74089f8c9"/></dir><file name="Data.php" hash="4e245ae305e00dcb4a6fa96f93aeffe4"/><file name="Exporter.php" hash="e7328d6c75e0ff2c9d1599ae240c3ca7"/></dir></dir><dir name="Operation"><file name="Status.php" hash="22c2768393fa3622b1b7c3f443fc64e2"/><file name="Timer.php" hash="8339670e2657d65856a440dfa7cffd4b"/></dir></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Lumiary"><file name="TokenController.php" hash="4572abcc6f59a0fddb6f259ad20b1d29"/></dir></dir><file name="OrderController.php" hash="b637d80da1648eee8f50aa8a52440b0f"/></dir><dir name="etc"><file name="adminhtml.xml" hash="9fb5b700881973ac6948d8c6a61a5a29"/><file name="config.xml" hash="50c3d0ea251bccad886387b6b9a1e5a9"/><file name="system.xml" hash="f74fe6db66461e4dbe76f2e63921d816"/></dir><dir name="sql"><dir name="lumiaryendpoint_setup"><file name="install-1.0.0.0.php" hash="79de18c5b9500ff5b0bcd8f89aae7bd4"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="lumiaryendpoint"><dir name="system"><dir name="config"><file name="button.phtml" hash="762250e16b90fcda79354c4c01579e1c"/></dir></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Redstage_LumiaryEndpoint.xml" hash="4f2100e5fd3b40ae5b58cd9ea5c66b9c"/></dir></target></contents>
17
  <compatible/>
18
  <dependencies><required><php><min>5.3.0</min><max>5.6.0</max></php></required></dependencies>
19
  </package>