Flickrocket - Version 1.1.6

Version Notes

Stable release

Download this release

Release Info

Developer Volkmar Breitfeld
Extension Flickrocket
Version 1.1.6
Comparing to
See all releases


Code changes from version 1.1.4 to 1.1.6

Files changed (50) hide show
  1. app/code/community/Acegmbh/Flux/Block/Adminhtml/Admin.php +0 -0
  2. app/code/community/Acegmbh/Flux/Block/Adminhtml/Admin/Grid.php +0 -0
  3. app/code/community/Acegmbh/Flux/Block/Adminhtml/Flux.php +0 -0
  4. app/code/community/Acegmbh/Flux/Block/Adminhtml/Flux/Edit.php +0 -0
  5. app/code/community/Acegmbh/Flux/Block/Adminhtml/Flux/Edit/Form.php +0 -0
  6. app/code/community/Acegmbh/Flux/Block/Adminhtml/Flux/Edit/Tab/Form.php +0 -0
  7. app/code/community/Acegmbh/Flux/Block/Adminhtml/Flux/Edit/Tabs.php +0 -0
  8. app/code/community/Acegmbh/Flux/Block/Adminhtml/Flux/Grid.php +0 -0
  9. app/code/community/Acegmbh/Flux/Block/Adminhtml/Flux/Grid/Render/Xml.php +0 -0
  10. app/code/community/Acegmbh/Flux/Helper/Data.php +0 -0
  11. app/code/community/Acegmbh/Flux/Model/Adminhtml/System/Config/Source/Licenceids.php +0 -0
  12. app/code/community/Acegmbh/Flux/Model/Adminhtml/System/Config/Source/Projectids.php +0 -0
  13. app/code/community/Acegmbh/Flux/Model/Adminhtml/System/Config/Source/Wsdlurls.php +0 -0
  14. app/code/community/Acegmbh/Flux/Model/Customer.php +0 -0
  15. app/code/community/Acegmbh/Flux/Model/Customer/Entity/Customer.php +0 -0
  16. app/code/community/Acegmbh/Flux/Model/Flux/Soap/Response/ChangeCustomerEMail.php +0 -0
  17. app/code/community/Acegmbh/Flux/Model/Flux/Soap/Response/ChangeCustomerPassword.php +0 -0
  18. app/code/community/Acegmbh/Flux/Model/Flux/Soap/Response/CheckUserExists.php +0 -0
  19. app/code/community/Acegmbh/Flux/Model/Flux/Soap/Response/CreateShopOrder.php +0 -0
  20. app/code/community/Acegmbh/Flux/Model/Flux/Soap/Response/GetLicenses.php +0 -0
  21. app/code/community/Acegmbh/Flux/Model/Flux/Soap/Response/GetProjects.php +0 -0
  22. app/code/community/Acegmbh/Flux/Model/Flux/Soap/Response/PrepareLogin.php +0 -0
  23. app/code/community/Acegmbh/Flux/Model/Mysql4/Orders.php +0 -0
  24. app/code/community/Acegmbh/Flux/Model/Mysql4/Orders/Collection.php +0 -0
  25. app/code/community/Acegmbh/Flux/Model/Mysql4/Users.php +0 -0
  26. app/code/community/Acegmbh/Flux/Model/Mysql4/Users/Collection.php +0 -0
  27. app/code/community/Acegmbh/Flux/Model/Observer.php +0 -0
  28. app/code/community/Acegmbh/Flux/Model/Orders.php +0 -0
  29. app/code/community/Acegmbh/Flux/Model/Users.php +0 -0
  30. app/code/community/Acegmbh/Flux/controllers/Adminhtml/AdminController.php +0 -0
  31. app/code/community/Acegmbh/Flux/controllers/Adminhtml/FluxController.php +0 -0
  32. app/code/community/Acegmbh/Flux/controllers/Adminhtml/UploadController.php +0 -0
  33. app/code/community/Acegmbh/Flux/controllers/Checkout/OnepageController.php +0 -0
  34. app/code/community/Acegmbh/Flux/controllers/IndexController.php +0 -0
  35. app/code/community/Acegmbh/Flux/etc/adminhtml.xml +0 -0
  36. app/code/community/Acegmbh/Flux/etc/config.xml +0 -0
  37. app/code/community/Acegmbh/Flux/etc/system.xml +0 -0
  38. app/code/community/Acegmbh/Flux/sql/flux_setup/mysql4-install-0.1.0.php +0 -0
  39. app/design/adminhtml/default/default/layout/acegmbh_flux.xml +0 -0
  40. app/design/adminhtml/default/default/template/flux/admin.phtml +2 -2
  41. app/design/adminhtml/default/default/template/flux/upload.phtml +2 -2
  42. app/design/frontend/base/default/layout/flux.xml +0 -7
  43. app/design/frontend/base/default/template/flux/catalog/product/samples.phtml +0 -0
  44. app/design/frontend/base/default/template/flux/dlmanagerlinks.phtml +21 -1
  45. app/etc/modules/Acegmbh_Flux.xml +0 -0
  46. app/locale/en_US/Acegmbh_Flux.csv +0 -0
  47. package.xml +4 -4
  48. skin/adminhtml/default/default/images/flux/CloudIcon_Apple.png +0 -0
  49. skin/adminhtml/default/default/images/flux/CloudIcon_Html5.png +0 -0
  50. skin/adminhtml/default/default/images/flux/CloudIcon_Win.png +0 -0
app/code/community/Acegmbh/Flux/Block/Adminhtml/Admin.php CHANGED
File without changes
app/code/community/Acegmbh/Flux/Block/Adminhtml/Admin/Grid.php CHANGED
File without changes
app/code/community/Acegmbh/Flux/Block/Adminhtml/Flux.php CHANGED
File without changes
app/code/community/Acegmbh/Flux/Block/Adminhtml/Flux/Edit.php CHANGED
File without changes
app/code/community/Acegmbh/Flux/Block/Adminhtml/Flux/Edit/Form.php CHANGED
File without changes
app/code/community/Acegmbh/Flux/Block/Adminhtml/Flux/Edit/Tab/Form.php CHANGED
File without changes
app/code/community/Acegmbh/Flux/Block/Adminhtml/Flux/Edit/Tabs.php CHANGED
File without changes
app/code/community/Acegmbh/Flux/Block/Adminhtml/Flux/Grid.php CHANGED
File without changes
app/code/community/Acegmbh/Flux/Block/Adminhtml/Flux/Grid/Render/Xml.php CHANGED
File without changes
app/code/community/Acegmbh/Flux/Helper/Data.php CHANGED
File without changes
app/code/community/Acegmbh/Flux/Model/Adminhtml/System/Config/Source/Licenceids.php CHANGED
File without changes
app/code/community/Acegmbh/Flux/Model/Adminhtml/System/Config/Source/Projectids.php CHANGED
File without changes
app/code/community/Acegmbh/Flux/Model/Adminhtml/System/Config/Source/Wsdlurls.php CHANGED
File without changes
app/code/community/Acegmbh/Flux/Model/Customer.php CHANGED
File without changes
app/code/community/Acegmbh/Flux/Model/Customer/Entity/Customer.php CHANGED
File without changes
app/code/community/Acegmbh/Flux/Model/Flux/Soap/Response/ChangeCustomerEMail.php CHANGED
File without changes
app/code/community/Acegmbh/Flux/Model/Flux/Soap/Response/ChangeCustomerPassword.php CHANGED
File without changes
app/code/community/Acegmbh/Flux/Model/Flux/Soap/Response/CheckUserExists.php CHANGED
File without changes
app/code/community/Acegmbh/Flux/Model/Flux/Soap/Response/CreateShopOrder.php CHANGED
File without changes
app/code/community/Acegmbh/Flux/Model/Flux/Soap/Response/GetLicenses.php CHANGED
File without changes
app/code/community/Acegmbh/Flux/Model/Flux/Soap/Response/GetProjects.php CHANGED
File without changes
app/code/community/Acegmbh/Flux/Model/Flux/Soap/Response/PrepareLogin.php CHANGED
File without changes
app/code/community/Acegmbh/Flux/Model/Mysql4/Orders.php CHANGED
File without changes
app/code/community/Acegmbh/Flux/Model/Mysql4/Orders/Collection.php CHANGED
File without changes
app/code/community/Acegmbh/Flux/Model/Mysql4/Users.php CHANGED
File without changes
app/code/community/Acegmbh/Flux/Model/Mysql4/Users/Collection.php CHANGED
File without changes
app/code/community/Acegmbh/Flux/Model/Observer.php CHANGED
File without changes
app/code/community/Acegmbh/Flux/Model/Orders.php CHANGED
File without changes
app/code/community/Acegmbh/Flux/Model/Users.php CHANGED
File without changes
app/code/community/Acegmbh/Flux/controllers/Adminhtml/AdminController.php CHANGED
File without changes
app/code/community/Acegmbh/Flux/controllers/Adminhtml/FluxController.php CHANGED
File without changes
app/code/community/Acegmbh/Flux/controllers/Adminhtml/UploadController.php CHANGED
File without changes
app/code/community/Acegmbh/Flux/controllers/Checkout/OnepageController.php CHANGED
File without changes
app/code/community/Acegmbh/Flux/controllers/IndexController.php CHANGED
File without changes
app/code/community/Acegmbh/Flux/etc/adminhtml.xml CHANGED
File without changes
app/code/community/Acegmbh/Flux/etc/config.xml CHANGED
File without changes
app/code/community/Acegmbh/Flux/etc/system.xml CHANGED
File without changes
app/code/community/Acegmbh/Flux/sql/flux_setup/mysql4-install-0.1.0.php CHANGED
File without changes
app/design/adminhtml/default/default/layout/acegmbh_flux.xml CHANGED
File without changes
app/design/adminhtml/default/default/template/flux/admin.phtml CHANGED
@@ -61,11 +61,11 @@ if ( Mage::getStoreConfig('acegmbh_flux/flux/flux_wsdl') == "http://sandbox.flic
61
 
62
  if ($livemode){
63
  ?>
64
- <iframe src="http://www.flickrocket.com/App/Login.aspx?name=<?php echo $fluxUser;?>&password=<?php echo $fluxPW;?>&externaltype=1" width="100%" height="3000px">
65
  <?php
66
  } else{
67
  ?>
68
- <iframe src="http://sandbox.flickrocket.com/App/Login.aspx?name=<?php echo $fluxUser;?>&password=<?php echo $fluxPW;?>&externaltype=1" width="100%" height="3000px">
69
  <?php
70
  }
71
  ?>
61
 
62
  if ($livemode){
63
  ?>
64
+ <iframe src="https://www.flickrocket.com/App/Login.aspx?name=<?php echo $fluxUser;?>&password=<?php echo $fluxPW;?>&externaltype=1" width="100%" height="3000px">
65
  <?php
66
  } else{
67
  ?>
68
+ <iframe src="https://sandbox.flickrocket.com/App/Login.aspx?name=<?php echo $fluxUser;?>&password=<?php echo $fluxPW;?>&externaltype=1" width="100%" height="3000px">
69
  <?php
70
  }
71
  ?>
app/design/adminhtml/default/default/template/flux/upload.phtml CHANGED
@@ -49,14 +49,14 @@ if ( Mage::getStoreConfig('acegmbh_flux/flux/flux_wsdl') == "http://sandbox.flic
49
 
50
  }
51
 
52
- $fluxURL = "http://sandbox.flickrocket.com/FlickRocketContentTools/?name=" . $fluxUser . "&password=" . $fluxPW . "&theme=1&type=1";
53
 
54
  } else {
55
 
56
  $livemode = true;
57
  $fluxUser = Mage::getStoreConfig('acegmbh_flux/flux/flux_email');
58
  $fluxPW = Mage::getStoreConfig('acegmbh_flux/flux/flux_password');
59
- $fluxURL = "http://www.flickrocket.com/FlickRocketContentTools/?name=" . $fluxUser . "&password=" . $fluxPW . "&theme=1&type=1";
60
 
61
  }
62
 
49
 
50
  }
51
 
52
+ $fluxURL = "https://sandbox.flickrocket.com/FlickRocketContentTools/?name=" . $fluxUser . "&password=" . $fluxPW . "&theme=1&type=1";
53
 
54
  } else {
55
 
56
  $livemode = true;
57
  $fluxUser = Mage::getStoreConfig('acegmbh_flux/flux/flux_email');
58
  $fluxPW = Mage::getStoreConfig('acegmbh_flux/flux/flux_password');
59
+ $fluxURL = "https://www.flickrocket.com/FlickRocketContentTools/?name=" . $fluxUser . "&password=" . $fluxPW . "&theme=1&type=1";
60
 
61
  }
62
 
app/design/frontend/base/default/layout/flux.xml CHANGED
@@ -33,11 +33,4 @@
33
  <block type="core/template" name="dlmlinks" template="flux/dlmanagerlinks.phtml"></block>
34
  </reference>
35
  </downloadable_customer_products>
36
- <PRODUCT_TYPE_downloadable translate="label">
37
- <remove name="product.info.downloadable.samples"></remove>
38
- <reference name="product.info.downloadable.samples">
39
- <block type="downloadable/catalog_product_samples" name="product.info.downloadable.samples" as="samples" template="flux/catalog/product/samples.phtml"/>
40
- </block>
41
- </reference>
42
- </PRODUCT_TYPE_downloadable>
43
  </layout>
33
  <block type="core/template" name="dlmlinks" template="flux/dlmanagerlinks.phtml"></block>
34
  </reference>
35
  </downloadable_customer_products>
 
 
 
 
 
 
 
36
  </layout>
app/design/frontend/base/default/template/flux/catalog/product/samples.phtml CHANGED
File without changes
app/design/frontend/base/default/template/flux/dlmanagerlinks.phtml CHANGED
@@ -32,7 +32,27 @@
32
 
33
  <?php
34
 
 
 
 
 
 
 
 
35
  $Customer = Mage::getModel('customer/customer')->load(Mage::getSingleton('customer/session')->getId());
36
- echo "<iframe src=\"http://" . Mage::helper('flux')->prepareLoginEx( $Customer->getEmail(), $Customer->getPasswordHash()) . "&externaltype=1&theme=" . Mage::getStoreConfig('acegmbh_flux/flux/flux_theme_id') . "\" frameBorder=\"0\" width=\"100%\" height=\"1600px\"></iframe>";
 
 
 
 
 
 
 
 
 
 
 
 
 
37
 
38
  ?>
32
 
33
  <?php
34
 
35
+ function endsWith($haystack, $needle, $case = true) {
36
+ if ($case) {
37
+ return (strcmp(substr($haystack, strlen($haystack) - strlen($needle)), $needle) === 0);
38
+ }
39
+ return (strcasecmp(substr($haystack, strlen($haystack) - strlen($needle)), $needle) === 0);
40
+ }
41
+
42
  $Customer = Mage::getModel('customer/customer')->load(Mage::getSingleton('customer/session')->getId());
43
+
44
+ $targetURL = Mage::helper('flux')->prepareLoginEx( $Customer->getEmail(), $Customer->getPasswordHash()) . "&externaltype=1&theme=" . Mage::getStoreConfig('acegmbh_flux/flux/flux_theme_id');
45
+ $targetScheme = parse_url($targetURL, PHP_URL_SCHEME);
46
+ if (is_null($targetScheme))
47
+ {
48
+ $scheme = "http";
49
+ $host = parse_url($scheme . "://" . $targetURL, PHP_URL_HOST);
50
+ if (endsWith($host, ".flickrocket.com", false))
51
+ $scheme .= "s";
52
+
53
+ $targetURL = $scheme . "://" . $targetURL;
54
+ }
55
+
56
+ echo "<iframe src=\"" . $targetURL . "\" frameBorder=\"0\" width=\"100%\" height=\"1600px\"></iframe>";
57
 
58
  ?>
app/etc/modules/Acegmbh_Flux.xml CHANGED
File without changes
app/locale/en_US/Acegmbh_Flux.csv CHANGED
File without changes
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Flickrocket</name>
4
- <version>1.1.4</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/OSL-3.0">OSL v3.0</license>
7
  <channel>community</channel>
@@ -13,9 +13,9 @@ You can encode, package, encrypt and upload your content right within Magento or
13
  The content distribution is done via our content delivery network (CDN) to ensure a high bandwidth distribution to a world wide audience.</description>
14
  <notes>Stable release</notes>
15
  <authors><author><name>Volkmar Breitfeld</name><user>VBreitfeld</user><email>volkmar@flickrocket.com</email></author></authors>
16
- <date>2013-10-31</date>
17
- <time>08:55:37</time>
18
- <contents><target name="magecommunity"><dir name="Acegmbh"><dir name="Flux"><dir name="Block"><dir name="Adminhtml"><dir name="Admin"><file name="Grid.php" hash="d7d38e83b1eb1f546921e8db6ac1a30d"/></dir><file name="Admin.php" hash="6557d98fbd393dc5c17df243512b31a6"/><dir name="Flux"><dir name="Edit"><file name="Form.php" hash="b091f3214e32862fb29bd3337bd64955"/><dir name="Tab"><file name="Form.php" hash="2f8f6bc80235d2a5cfb69c7e531fddb6"/></dir><file name="Tabs.php" hash="ffcc392ac99693de3764a062bc679ecc"/></dir><file name="Edit.php" hash="ff168405f809920d01e06ddf35f0ce9f"/><dir name="Grid"><dir name="Render"><file name="Xml.php" hash="72d1776285ccf240deb79b2d539eeeb8"/></dir></dir><file name="Grid.php" hash="9522d5da8b9040747ae28448c54dc02d"/></dir><file name="Flux.php" hash="8b8f0dd7d83f81c00d7783ce1e8fd771"/></dir></dir><dir name="Helper"><file name="Data.php" hash="b4ce1530f7b086a65f875992ef056e2d"/></dir><dir name="Model"><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Source"><file name="Licenceids.php" hash="c8e4751bd263f2b5a449e9338e8d05e4"/><file name="Projectids.php" hash="259d3c4f6f4c0a5832e491eab7167309"/><file name="Wsdlurls.php" hash="e61bd809b83323ba6c12377d61dd4d47"/></dir></dir></dir></dir><dir name="Customer"><dir name="Entity"><file name="Customer.php" hash="6db83b89383b2353cd28582a8300395d"/></dir></dir><file name="Customer.php" hash="3623349bda4bb7542658bf83a5b18edc"/><dir name="Flux"><dir name="Soap"><dir name="Response"><file name="ChangeCustomerEMail.php" hash="c2efbbd5fff7a25b4e72f020893a7edc"/><file name="ChangeCustomerPassword.php" hash="7fc7f7052b3228d9bbe3ff042bdd2ec0"/><file name="CheckUserExists.php" hash="036d0ce3a53b062c21cbcf7837687142"/><file name="CreateShopOrder.php" hash="fba8280decfb79433b1781960fd159fb"/><file name="GetLicenses.php" hash="afe375c52cb6a6a63a8aa363386f9ebe"/><file name="GetProjects.php" hash="f2f249ca46ad8d10e561625589d80b66"/><file name="PrepareLogin.php" hash="6662461954f11338c921ef34fa34e6c6"/></dir></dir></dir><dir name="Mysql4"><dir name="Orders"><file name="Collection.php" hash="5974d09282cbd5f964ff7831654e43f5"/></dir><file name="Orders.php" hash="6159a072f030d0a127ec9ee09e6293e4"/><dir name="Users"><file name="Collection.php" hash="9355a78478686097b559a13640dd7976"/></dir><file name="Users.php" hash="ca9d2feb9c5df2ff1676c663f70f5f60"/></dir><file name="Observer.php" hash="3826d845713ead04105cee494942b9c2"/><file name="Orders.php" hash="e019a130619cbae9be12f2a9a54c705f"/><file name="Users.php" hash="e657f74825ea2e5d74990a9076c1ef2f"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="AdminController.php" hash="f76a58ba7a9bfc69dc440e4eef0903ce"/><file name="FluxController.php" hash="bec5e5a533376cd63d8d013fb7156df4"/><file name="UploadController.php" hash="91f2200f874269bc9123da194fbe23fe"/></dir><dir name="Checkout"><file name="OnepageController.php" hash="e7db64d60a05813b1e8d342ac4f92e4d"/></dir><file name="IndexController.php" hash="34f265af09a75061b27c1cd4f2a3deb0"/></dir><dir name="etc"><file name="adminhtml.xml" hash="0e602a969348d3907c4b7ff03a8b72da"/><file name="config.xml" hash="04da799b58e5357461797d9356afbe6c"/><file name="system.xml" hash="7f89fc7217fc93180bbd2c5d47686fbd"/></dir><dir name="sql"><dir name="flux_setup"><file name="mysql4-install-0.1.0.php" hash="365da24e311a18096f8c7defb5be65fa"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="acegmbh_flux.xml" hash="7e04b10d2f952c0ef393c366b0f3e2cd"/></dir><dir name="template"><dir name="flux"><file name="admin.phtml" hash="68e180ef66e3f6753a89c13cad2264ef"/><file name="upload.phtml" hash="7d5f8fdc791bef65d969825c02518473"/></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="flux.xml" hash="fe8e45a73fc3480a43c29082d7730637"/></dir><dir name="template"><dir name="flux"><dir name="catalog"><dir name="product"><file name="samples.phtml" hash="8f4f1d49e22a27a6aabdcc2911113dbf"/></dir></dir><file name="dlmanagerlinks.phtml" hash="e12ee3700bf2460dbe795333d7c647a1"/></dir></dir></dir></dir></dir></target><target name="magelocale"><dir name="en_US"><file name="Acegmbh_Flux.csv" hash="030f7f14d541d94311c066496e0fe833"/></dir></target><target name="mageetc"><dir name="modules"><file name="Acegmbh_Flux.xml" hash="f4cd29414c1144dfb0ecdd68eb092c00"/></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="images"><dir name="flux"><file name="CloudIcon_Apple.png" hash="21e2932e7c092fcccc4d483237619078"/><file name="CloudIcon_Html5.png" hash="87e71303bf577682cd41379cb1ea4dab"/><file name="CloudIcon_Win.png" hash="c1e3d22ae7a272cb073d76a83bcb6abf"/></dir></dir></dir></dir></dir></target></contents>
19
  <compatible/>
20
  <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
21
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Flickrocket</name>
4
+ <version>1.1.6</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/OSL-3.0">OSL v3.0</license>
7
  <channel>community</channel>
13
  The content distribution is done via our content delivery network (CDN) to ensure a high bandwidth distribution to a world wide audience.</description>
14
  <notes>Stable release</notes>
15
  <authors><author><name>Volkmar Breitfeld</name><user>VBreitfeld</user><email>volkmar@flickrocket.com</email></author></authors>
16
+ <date>2013-11-01</date>
17
+ <time>12:45:23</time>
18
+ <contents><target name="magecommunity"><dir name="Acegmbh"><dir name="Flux"><dir name="Block"><dir name="Adminhtml"><dir name="Admin"><file name="Grid.php" hash="d7d38e83b1eb1f546921e8db6ac1a30d"/></dir><file name="Admin.php" hash="6557d98fbd393dc5c17df243512b31a6"/><dir name="Flux"><dir name="Edit"><file name="Form.php" hash="b091f3214e32862fb29bd3337bd64955"/><dir name="Tab"><file name="Form.php" hash="2f8f6bc80235d2a5cfb69c7e531fddb6"/></dir><file name="Tabs.php" hash="ffcc392ac99693de3764a062bc679ecc"/></dir><file name="Edit.php" hash="ff168405f809920d01e06ddf35f0ce9f"/><dir name="Grid"><dir name="Render"><file name="Xml.php" hash="72d1776285ccf240deb79b2d539eeeb8"/></dir></dir><file name="Grid.php" hash="9522d5da8b9040747ae28448c54dc02d"/></dir><file name="Flux.php" hash="8b8f0dd7d83f81c00d7783ce1e8fd771"/></dir></dir><dir name="Helper"><file name="Data.php" hash="b4ce1530f7b086a65f875992ef056e2d"/></dir><dir name="Model"><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Source"><file name="Licenceids.php" hash="c8e4751bd263f2b5a449e9338e8d05e4"/><file name="Projectids.php" hash="259d3c4f6f4c0a5832e491eab7167309"/><file name="Wsdlurls.php" hash="e61bd809b83323ba6c12377d61dd4d47"/></dir></dir></dir></dir><dir name="Customer"><dir name="Entity"><file name="Customer.php" hash="6db83b89383b2353cd28582a8300395d"/></dir></dir><file name="Customer.php" hash="3623349bda4bb7542658bf83a5b18edc"/><dir name="Flux"><dir name="Soap"><dir name="Response"><file name="ChangeCustomerEMail.php" hash="c2efbbd5fff7a25b4e72f020893a7edc"/><file name="ChangeCustomerPassword.php" hash="7fc7f7052b3228d9bbe3ff042bdd2ec0"/><file name="CheckUserExists.php" hash="036d0ce3a53b062c21cbcf7837687142"/><file name="CreateShopOrder.php" hash="fba8280decfb79433b1781960fd159fb"/><file name="GetLicenses.php" hash="afe375c52cb6a6a63a8aa363386f9ebe"/><file name="GetProjects.php" hash="f2f249ca46ad8d10e561625589d80b66"/><file name="PrepareLogin.php" hash="6662461954f11338c921ef34fa34e6c6"/></dir></dir></dir><dir name="Mysql4"><dir name="Orders"><file name="Collection.php" hash="5974d09282cbd5f964ff7831654e43f5"/></dir><file name="Orders.php" hash="6159a072f030d0a127ec9ee09e6293e4"/><dir name="Users"><file name="Collection.php" hash="9355a78478686097b559a13640dd7976"/></dir><file name="Users.php" hash="ca9d2feb9c5df2ff1676c663f70f5f60"/></dir><file name="Observer.php" hash="3826d845713ead04105cee494942b9c2"/><file name="Orders.php" hash="e019a130619cbae9be12f2a9a54c705f"/><file name="Users.php" hash="e657f74825ea2e5d74990a9076c1ef2f"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="AdminController.php" hash="f76a58ba7a9bfc69dc440e4eef0903ce"/><file name="FluxController.php" hash="bec5e5a533376cd63d8d013fb7156df4"/><file name="UploadController.php" hash="91f2200f874269bc9123da194fbe23fe"/></dir><dir name="Checkout"><file name="OnepageController.php" hash="e7db64d60a05813b1e8d342ac4f92e4d"/></dir><file name="IndexController.php" hash="34f265af09a75061b27c1cd4f2a3deb0"/></dir><dir name="etc"><file name="adminhtml.xml" hash="0e602a969348d3907c4b7ff03a8b72da"/><file name="config.xml" hash="04da799b58e5357461797d9356afbe6c"/><file name="system.xml" hash="7f89fc7217fc93180bbd2c5d47686fbd"/></dir><dir name="sql"><dir name="flux_setup"><file name="mysql4-install-0.1.0.php" hash="365da24e311a18096f8c7defb5be65fa"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="acegmbh_flux.xml" hash="7e04b10d2f952c0ef393c366b0f3e2cd"/></dir><dir name="template"><dir name="flux"><file name="admin.phtml" hash="68e180ef66e3f6753a89c13cad2264ef"/><file name="upload.phtml" hash="7d5f8fdc791bef65d969825c02518473"/></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="flux.xml" hash="8e8c260a13ad9a5f6bd5407dd45f244d"/></dir><dir name="template"><dir name="flux"><dir name="catalog"><dir name="product"><file name="samples.phtml" hash="8f4f1d49e22a27a6aabdcc2911113dbf"/></dir></dir><file name="dlmanagerlinks.phtml" hash="e12ee3700bf2460dbe795333d7c647a1"/></dir></dir></dir></dir></dir></target><target name="magelocale"><dir name="en_US"><file name="Acegmbh_Flux.csv" hash="030f7f14d541d94311c066496e0fe833"/></dir></target><target name="mageetc"><dir name="modules"><file name="Acegmbh_Flux.xml" hash="f4cd29414c1144dfb0ecdd68eb092c00"/></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="images"><dir name="flux"><file name="CloudIcon_Apple.png" hash="21e2932e7c092fcccc4d483237619078"/><file name="CloudIcon_Html5.png" hash="87e71303bf577682cd41379cb1ea4dab"/><file name="CloudIcon_Win.png" hash="c1e3d22ae7a272cb073d76a83bcb6abf"/></dir></dir></dir></dir></dir></target></contents>
19
  <compatible/>
20
  <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
21
  </package>
skin/adminhtml/default/default/images/flux/CloudIcon_Apple.png CHANGED
File without changes
skin/adminhtml/default/default/images/flux/CloudIcon_Html5.png CHANGED
File without changes
skin/adminhtml/default/default/images/flux/CloudIcon_Win.png CHANGED
File without changes