Ampersand_Integration - Version 1.2.11

Version Notes

Ampersand_Integration v1.2.11

Download this release

Release Info

Developer Magento Core Team
Extension Ampersand_Integration
Version 1.2.11
Comparing to
See all releases


Code changes from version 1.2.10 to 1.2.11

app/code/core/Ampersand/Integration/changelog.txt CHANGED
@@ -1,5 +1,7 @@
 
 
1
  19/03/2013 - v1.2.10 - Ampersand_Map_Result::addValueToObfuscate() updated to handle more encoding types.
2
 
3
- 11/01/2013 - v1.2.9 - Various minor updates.
4
 
5
- 17/10/2011 - v1.2.0 - Initial release.
1
+ 23/04/2013 - v1.2.11 - Ampersand_Map_Mapper_Function::_callFunction() updated to handle array_shift.
2
+
3
  19/03/2013 - v1.2.10 - Ampersand_Map_Result::addValueToObfuscate() updated to handle more encoding types.
4
 
5
+ 11/01/2013 - v1.2.9 - Various minor updates.
6
 
7
+ 17/10/2011 - v1.2.0 - Initial release.
app/code/core/Ampersand/Integration/etc/config.xml CHANGED
@@ -2,7 +2,7 @@
2
  <config>
3
  <modules>
4
  <Ampersand_Integration>
5
- <version>1.2.10</version>
6
  </Ampersand_Integration>
7
  </modules>
8
  <global>
2
  <config>
3
  <modules>
4
  <Ampersand_Integration>
5
+ <version>1.2.11</version>
6
  </Ampersand_Integration>
7
  </modules>
8
  <global>
lib/Ampersand/Map/Mapper/Function.php CHANGED
@@ -55,29 +55,26 @@ class Ampersand_Map_Mapper_Function extends Ampersand_Map_Mapper_Abstract
55
  protected function _callFunction($function, array $params = array())
56
  {
57
  $this->_validateCallback($function);
58
-
 
 
 
 
59
  switch ($function) {
60
  case 'end':
61
- $resetParams = reset($params);
62
- $output = end($resetParams);
63
- break;
64
  case 'reset':
65
- $resetParams = reset($params);
66
- $output = reset($resetParams);
67
- break;
68
  case 'key':
69
- $resetParams = reset($params);
70
- $output = key($resetParams);
71
- break;
72
  case 'array_pop':
 
73
  $resetParams = reset($params);
74
- $output = array_pop($resetParams);
75
  break;
 
76
  default:
77
  $output = call_user_func_array($function, $params);
78
  break;
79
  }
80
-
81
  return $output;
82
  }
83
 
55
  protected function _callFunction($function, array $params = array())
56
  {
57
  $this->_validateCallback($function);
58
+
59
+ /**
60
+ * Grouped common logic between these specific function calls.
61
+ * @author Joseph McDermott <joseph.mcdermott@ampersandcommerce.com>
62
+ */
63
  switch ($function) {
64
  case 'end':
 
 
 
65
  case 'reset':
 
 
 
66
  case 'key':
 
 
 
67
  case 'array_pop':
68
+ case 'array_shift':
69
  $resetParams = reset($params);
70
+ $output = $function($resetParams);
71
  break;
72
+
73
  default:
74
  $output = call_user_func_array($function, $params);
75
  break;
76
  }
77
+
78
  return $output;
79
  }
80
 
package.xml CHANGED
@@ -1,18 +1,18 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Ampersand_Integration</name>
4
- <version>1.2.10</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.opensource.org/licenses/gpl-license.php">GNU General Public License (GPL)</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Ampersand Integration framework from Ampersand Commerce.</summary>
10
  <description>Ampersand Integration framework from Ampersand Commerce.</description>
11
- <notes>Ampersand_Integration v1.2.10</notes>
12
  <authors><author><name>AmpersandHQ</name><user>auto-converted</user><email>magento@ampersandcommerce.com</email></author></authors>
13
- <date>2013-03-28</date>
14
- <time>13:56:07</time>
15
- <contents><target name="magecore"><dir name="Ampersand"><dir name="Integration"><dir name="Controller"><dir name="Adminhtml"><file name="Message.php" hash="6f015520946cc36b725e89618cae382a"/><file name="Abstract.php" hash="f7a5844582136db26c1f19113b0aaad1"/></dir></dir><dir name="Block"><dir name="Adminhtml"><dir name="Flag"><dir name="View"><file name="Overview.php" hash="1094bb0a741e65b39530ba752a356553"/><file name="Identifier.php" hash="d27c79aa4e58f2c20f60895bf86fe54f"/><file name="Abstract.php" hash="49432989b60fb84738363e8ccbfff43a"/></dir><file name="View.php" hash="f832a41bc5d7c637a6a8b29a702eda68"/><file name="Grid.php" hash="5a2c33cf88be5172229a724781f9f58c"/></dir><dir name="System"><dir name="Config"><dir name="Renderer"><file name="CustomFields.php" hash="a06d7b72d9c6879d70633b3b62c46d3f"/></dir></dir></dir><dir name="MessageIdentifier"><file name="Grid.php" hash="868ac121bae77f1a51c2bc28f43fba96"/></dir><dir name="Grid"><file name="DirectedServiceFilter.php" hash="0be2fc4495843d3e9cb9d0c0fccb8ca7"/><file name="DirectedServiceRenderer.php" hash="076a9e9967391d3b6a962484031df153"/><file name="StatusRenderer.php" hash="71f28d2adfcc5b96d88c6b0a2cf46f9e"/></dir><dir name="Message"><dir name="View"><dir name="LogContent"><file name="Pair.php" hash="f6d1aab3bf18346dbe4c8d6795ea2a2f"/><file name="XmlElement.php" hash="6dd023608856f335f3cea59b6f72b4b0"/></dir><dir name="RelatedObjects"><file name="Grid.php" hash="62f41183c7c91f2503839bdbd8949fd7"/></dir><dir name="Flags"><file name="Grid.php" hash="37b5aefceda6a49c26647ff5fd69dcd3"/></dir><file name="LogContent.php" hash="3fcb29bf7377e1687e94da267f28e23d"/><file name="Overview.php" hash="c9bacf9bcec475745e15dd1dd252db0e"/><file name="Abstract.php" hash="911c26118814f044179643bc36eed5a5"/></dir><file name="View.php" hash="f170a69c3ac734db702f75b8e8004993"/><file name="Grid.php" hash="ecbdda7c11c739c672020eee2492d6ab"/></dir><file name="Message.php" hash="62d23500e78153bda2259261e11f8e00"/><file name="MessageIdentifier.php" hash="ca522ee0952ae78036129b1466e4a744"/><file name="GridAbstract.php" hash="6ca013491e5659e06a8184394009f2e1"/><file name="Flag.php" hash="c8691f47fe3c7cfabe0b94943851953d"/></dir></dir><dir name="etc"><dir name="integration"><file name="in.types.xml" hash="6c226bc6e2cd2f41fe497bf6db230b18"/><file name="out.types.xml" hash="bdd65bcc2b43fe636705f63a045b7b09"/></dir><file name="adminhtml.xml" hash="56054eed9dbcc9bef84c6f45219d152a"/><file name="config.xml" hash="b661d1cacf1b59e134cce353a2f98978"/></dir><dir name="sql"><dir name="ampersand_integration_setup"><file name="mysql4-install-1.0.0.php" hash="c3ea0a40166d2aed065c2ec050f23f2a"/><file name="mysql4-upgrade-1.2.7-1.2.8.php" hash="af2238a3190c37c4e80738387546f8d3"/><file name="mysql4-upgrade-1.0.0-1.0.1.php" hash="78ea39dbbf6985f94d3ec3243ac26199"/><file name="mysql4-upgrade-1.0.1-1.0.2.php" hash="2696a2f147d14cf2eadc32b4e9a1d22b"/><file name="mysql4-upgrade-1.2.6-1.2.7.php" hash="427f149598e521397573c575f4e6e817"/><file name="mysql4-upgrade-1.2.3-1.2.4.php" hash="3b6d741ded61c7089a0122ac7d725899"/></dir></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Message"><file name="ViewController.php" hash="23ec5397bfea655f98de422eeff5383d"/></dir><file name="MessageController.php" hash="75da4996c08962e4f7c190b19dcc52cf"/><file name="FlagController.php" hash="5f04048253b37f60e4bf9d3e7b0d869a"/><file name="MessageIdentifierController.php" hash="9ed8f5282d2016f5de479569a70ba3a5"/></dir><file name="MessageController.php" hash="e08f37dedeaa03e696258398e4ba624d"/></dir><dir name="Helper"><file name="Message.php" hash="626ef09db3b538355f5623f0ce8f7f0e"/><file name="Adminhtml.php" hash="cd83144ea405778ec85b4f93c140b5fb"/><file name="ServiceAbstract.php" hash="0a58a214a97b7dad6d11ca582b60ffbb"/><file name="Data.php" hash="24204d965b0c19d3a252fc325ee0a3eb"/></dir><dir name="Model"><dir name="Logger"><file name="Database.php" hash="51d1571ceb6285ee48e0d9aca32bde13"/><file name="File.php" hash="1642f6ca9788e396ed3f876b895985dc"/></dir><dir name="Mapper"><file name="ClassName.php" hash="24c362329835f9c00c9876678194bf8d"/><file name="Helper.php" hash="e15466f3269d6582bea14f4e8b634fec"/><file name="StoreConfig.php" hash="3971cfe90cebc9e7757db587ca688c6d"/><file name="CustomFields.php" hash="c8cf4210f10cbf6bb799f8dc9914fcc2"/></dir><dir name="Transport"><dir name="Incoming"><file name="Http.php" hash="0cb43a9cecf3afab96c07e0a9165356a"/></dir></dir><dir name="Mysql4"><dir name="Flag"><file name="Collection.php" hash="81a9a48649d94ca0b18f69cd23446341"/></dir><dir name="StockUpdate"><file name="Collection.php" hash="427d5739abd3512b59b3fdc6fdcc27b4"/></dir><dir name="Service"><dir name="Info"><file name="Collection.php" hash="469067e574bd641d7772b19435a54117"/></dir><file name="Info.php" hash="e8761d0807aac8772b09fe4e16714a79"/></dir><dir name="Message"><dir name="Identifier"><file name="Collection.php" hash="18889c9e94f0b63a9cb773561d2d03f1"/></dir><file name="Identifier.php" hash="43e5fd91d2503b03efdd3a6ae5c7a09f"/><file name="Collection.php" hash="5f70344d005c610f0624876b958404b0"/></dir><dir name="Status"><file name="Collection.php" hash="de7194895f241b48e0fb836c585d1c51"/></dir><file name="StockUpdate.php" hash="9c771ab5b29dbc54427b41474c50769a"/><file name="Message.php" hash="06e307e640265c43c02991e61fe88769"/><file name="Status.php" hash="fe6d3ee851aac1dc9b52e1415afbf402"/><file name="Flag.php" hash="852038981e13ff4072fbcbf49d13479a"/><file name="Abstract.php" hash="4c09d60c4c2989eb215e8d3ab32102f3"/></dir><dir name="Service"><file name="CollectionAbstract.php" hash="081fbdbda6527cbad594c7793666a9a2"/><file name="Info.php" hash="7b33ef3907ea44332b735794528fecec"/></dir><dir name="Config"><file name="Base.php" hash="18b58e08e162ca3c2c49a23180fa659f"/></dir><dir name="Message"><dir name="Filter"><file name="CompressDirectory.php" hash="f895076af41e47607e403bc1f8eda60b"/></dir><file name="Identifier.php" hash="907998d13e8ae7f716a40c9ee93b2954"/></dir><file name="StockUpdate.php" hash="8917cd6dad893cd38a880df8d3844e82"/><file name="Message.php" hash="cc449a7e5ccfde0a127c6f1225ff0955"/><file name="Payment.php" hash="ea784965b86d5f166aaee0117e668eaa"/><file name="Invoice.php" hash="53fafbe8e6b95e3faa3b5e3a5cb66beb"/><file name="AdminSession.php" hash="e53c4a8a486e92cc4b18dc770f3b4909"/><file name="Creditmemo.php" hash="340375c044342434fe02a54f703dc191"/><file name="Status.php" hash="d4bad934376a37ef0f57e342812f3ab3"/><file name="Service.php" hash="e8e2607cf15edda4d6589c3e0370d4fc"/><file name="License.php" hash="32ebf0153a721806ee01a5fbe3be2ae7"/><file name="Flag.php" hash="5b4e908ea5ead6c475ad07e3b3d33369"/><file name="Shipment.php" hash="d4b587555386305a9c069b7e6d79b584"/><file name="OrderAbstract.php" hash="2bf7a01714e1b437469e38ccceebc182"/><file name="Config.php" hash="5b6e6ca8d0d0010437538605ac10af4d"/></dir><file name="changelog.txt" hash="9191179bcf872e6210387196bfd408bb"/></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="base"><dir name="default"><dir name="layout"><file name="ampersand_integration.xml" hash="bb3c81afd54ed0f484343c001ddcd475"/></dir><dir name="template"><dir name="ampersand_integration"><dir name="flag"><dir name="view"><file name="overview.phtml" hash="d157dcd0a726b82e9c83406b76a08aa6"/><file name="identifier.phtml" hash="f4cf9455a0f3658f1110acbacf5b1a66"/></dir><file name="view.phtml" hash="7823d7dfa302808f053b4d5edeb1618c"/></dir><dir name="message"><dir name="view"><dir name="log-content"><file name="pair.phtml" hash="946e474129320ad9130c47e58c83d44c"/><file name="xml-element.phtml" hash="2227e7327677bd30bc91c4daebcb28f5"/></dir><file name="flags.phtml" hash="2e263cd0e96d84aee0d06df7d09be6ba"/><file name="overview.phtml" hash="3a95c7d2a84b3fb770d38b14a8dd8f96"/><file name="related-objects.phtml" hash="03e8715121fb3113443ddaf72ba80424"/><file name="log-content.phtml" hash="cffdfd74eb797b26c1d272d8f90ef540"/></dir><file name="view.phtml" hash="3f16025bfa31d996b048256b47ce3d1c"/></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Ampersand_Integration.xml" hash="286c95f777f9b85f04c382f3cc8ad062"/></dir></target><target name="magelib"><dir name="Ampersand"><dir name="Validator"><file name="Or.php" hash="b41ce5fd444d7d8dac84b183ffabca5f"/><file name="InstanceOf.php" hash="dfa263b1543c6ea16d16a7d30055d4f8"/><file name="Xor.php" hash="9205510ec81e1d7fc691c2e686e0e46b"/><file name="Nor.php" hash="2d274c47c413abf096610899aee7729b"/><file name="And.php" hash="ca8a2409bd4860c357cfa48b48ac6b2c"/><file name="Nand.php" hash="063b666b8cfd330341a5de6f74eeccbf"/><file name="Abstract.php" hash="b60da0738c2606f5ced7a79f6651b380"/><file name="Interface.php" hash="04557c7a0650d7819ed160a50bfbd6d6"/><file name="GroupAbstract.php" hash="a0cf74647b348a4172f3b2592f72727d"/><file name="Provider.php" hash="3bf6044fbe0052a7f33df694011c8b01"/></dir><dir name="Integration"><dir name="Flag"><file name="AggregatorInterface.php" hash="decc2d594800e405a42eb465c0ddde5a"/><file name="FlagInterface.php" hash="0fed1dba4fb1a5a8feb2bbd42c074f31"/></dir><dir name="Transport"><dir name="Outgoing"><dir name="Http"><file name="Client.php" hash="56c4572666225ae521810743c7ee3afd"/></dir><dir name="Oauth"><file name="Client.php" hash="d04062d6624f85c66448a646aa4f0287"/></dir><file name="Test.php" hash="ba8f9d82efc5f0963fe6d07ddff733fc"/><file name="Oauth.php" hash="352e17b568e0155d06d4e6d129dea57d"/><file name="FileTransfer.php" hash="d4b359439159c5788ae66b30d1080d50"/><file name="Soap.php" hash="4b6ca7c91614fa0c2b84311ec7ddd7a4"/><file name="File.php" hash="8e9f9d4d9748994ad02ec27669cbe509"/><file name="FtpTransfer.php" hash="7ae23eda98912026a99bf011fbac5a63"/><file name="Http.php" hash="87ceda3e9a799ac034c2deaf901d22ff"/><file name="Ftp.php" hash="a07ecbe70524a6144d34c3f81434c8c0"/><file name="Abstract.php" hash="70adacec239c4f209413287c33854446"/><file name="Interface.php" hash="35b81a731038e0fc7fe124d30dc65eb4"/><file name="Provider.php" hash="17409612456760b7ba438b868bc84709"/></dir><dir name="Incoming"><file name="Test.php" hash="b69a7da62e59b1eaa6f864771df9db04"/><file name="FileTransfer.php" hash="882b7b10276d5e19b9789e41afea9c85"/><file name="File.php" hash="c6efd205c5a3021044b7bfb65d6486de"/><file name="FtpTransfer.php" hash="6821f864cadf46366e4075ffc2a8a104"/><file name="Http.php" hash="c2fc94b9d94c9fde6cd97b658b431865"/><file name="Ftp.php" hash="e753db6c858cee2927816c85b9110207"/><file name="Abstract.php" hash="32b3438a135cc77174453e4b7b5e5b13"/><file name="Interface.php" hash="c31e9e33bc29714ae4bcbfc593c71a3b"/><file name="Provider.php" hash="19a08b3f7395bebddce3478289092ce8"/></dir><file name="FileTransferAbstract.php" hash="c8b4b0abd14a0401ad581c4b0c6c67ec"/><file name="FtpTransferAbstract.php" hash="caa5399d394d43b6ac0740aaa4e0ba70"/><file name="Exception.php" hash="dedacc4f00027812bd439a610538a042"/><file name="Abstract.php" hash="fa361113969f4f7dcdfcc65ba72aaee0"/><file name="Interface.php" hash="a4b0e9e46332516415e782afd5c79844"/></dir><dir name="Identifier"><file name="AggregatorInterface.php" hash="168d9c692ab02e902a00da3468fc9d0f"/><file name="IdentifierInterface.php" hash="26260a61e03d8bd5c062ff818fefc755"/><file name="IdentifierAbstract.php" hash="af44676d6113bc3e429c93f237cd5170"/><file name="AggregatorAbstract.php" hash="ddc8175e66a48ce0a3d5f7743d06c184"/></dir><dir name="Debug"><file name="DebugInterface.php" hash="9930b555f011270bf3a9f84441d09100"/></dir><dir name="HandlerQueue"><dir name="Handler"><file name="Validate.php" hash="e288ab61eec42c035aad55cd6a4acd3c"/><file name="CallbackMulti.php" hash="ce8af5ee8e00542abb8b1f6a3d7c98d5"/><file name="Transform.php" hash="b05028c1e1ffa802c6bdc2032eaed95f"/><file name="Abstract.php" hash="5c8ac11b8b2f0a614df9b9374b9caf74"/><file name="Interface.php" hash="3c9a25f684d49efb1f667fe48adabec2"/><file name="Filter.php" hash="246a7430651600e370c3d521a8507545"/><file name="Copy.php" hash="ef810c8dd08e768e3e7dcd8bd5df0286"/><file name="CallbackSingle.php" hash="6a0a84459e9484b2d42e87d944fa2ef7"/><file name="Provider.php" hash="12d184cc4e61c0c14bf2f1f3148b9494"/></dir><file name="Config.php" hash="e0a5bd03c867008c5eb0b5604b94e241"/></dir><dir name="Message"><dir name="Logger"><file name="XmlFile.php" hash="3c5b96a5df82773778e18856b304d4f0"/><file name="File.php" hash="08995576ab50224770893fb27b636b08"/><file name="Exception.php" hash="ac7b4617a07ba7b9acc396c271865f50"/><file name="Abstract.php" hash="e4f622750a95ac73e2265755ed6c5410"/><file name="Interface.php" hash="39ed0ecb706676f229a027134b1cb2ee"/><file name="Provider.php" hash="ed08687ea9ce5257bad6f68e5e53e88a"/></dir><dir name="Obfuscator"><file name="FixedLength.php" hash="2bb42724a4a0554f26e0309101549562"/><file name="ObfuscatorInterface.php" hash="56e1897764bca8d6cb0ed3b9c59616af"/><file name="Password.php" hash="0caf1673ce869920b09dd451ff0cf0b3"/><file name="Cc.php" hash="b03a9c420c9458450da73b321d4071ea"/><file name="Provider.php" hash="79d6d5f90d5f173d2df289750d137be2"/></dir><dir name="Config"><file name="Incoming.php" hash="efaee0830d5064eedb371122df84512b"/><file name="Abstract.php" hash="ff786a635df7985ffba8ab090d3d1308"/><file name="Outgoing.php" hash="e040efc6f9c89a27d0252c7ef0dcb5ba"/></dir><dir name="Filter"><file name="DomHtml.php" hash="404a5e927434872f7fd817a1d4c07389"/><file name="Json.php" hash="b1e3e59cea499bf1ca1be8dd66c9d62d"/><file name="Xsv.php" hash="a5e250452e3d343fe5d51ca81779127d"/><file name="KeyValue.php" hash="e09f5b7a81d902e8f254f1499f143320"/><file name="XmlObject.php" hash="ab0d876fa212a1678bbd1bb6ba3a8b1c"/><file name="Exception.php" hash="6827ace2571873aae6258103f8ae22cb"/><file name="AmpersandObject.php" hash="f38426976541b9d44e9cb9781e9a8178"/><file name="Abstract.php" hash="75a0d63dc07d46ab25592570b33c0374"/><file name="Interface.php" hash="3dde7e4c93d4dbec6b62ce3c1d105765"/><file name="CompressDirectory.php" hash="500b40773c882ccb4129537edc3b7429"/><file name="Provider.php" hash="5d238c39c3ab2912eb665bc7f39a774e"/></dir><dir name="Data"><file name="Request.php" hash="e37ad3d3ce27bfc4d4b4adf2b60596cf"/><file name="Response.php" hash="d86a80e919176161ae52c474c0a7293b"/><file name="Abstract.php" hash="91682c0b505db64603c4b8b4cc1cbdb9"/></dir><file name="Debug.php" hash="47e74aee452796e1736f942c2de52416"/><file name="Incoming.php" hash="329b73431ece5b2886dc65e4cb92a93c"/><file name="Abstract.php" hash="4920a5d5db00a0197e9e3b8dd90e4ec8"/><file name="Outgoing.php" hash="2e58b598eeb037108be955132470dcf8"/></dir><file name="Debug.php" hash="35259e76d8b5d40f4605378dd52c89db"/><file name="ReconfigurableInterface.php" hash="a557509954d3dfde4293e83bab0f4ad9"/><file name="ConfigurableInterface.php" hash="7c3166e5b929308f34b590ef986d8fad"/><file name="Identifier.php" hash="45b8b56a6bd788174d1a319afe8b1722"/><file name="Exception.php" hash="362789fc0bf5e52070b82e275f303ee7"/><file name="Service.php" hash="ac2b4d9987505fa6f3869872edccb2b2"/><file name="Flag.php" hash="2c0fea849df462b8cbf423e5e09428eb"/><file name="Registry.php" hash="fbfc66325c72eb718e75c77bb169ea62"/><file name="HandlerQueue.php" hash="2bf2e8d4c685c8f3d64dff296539c670"/><file name="DebugableInterface.php" hash="e22698f72054dabadbf21558f80c51bf"/></dir><dir name="Render"><dir name="Renderer"><dir name="Soap"><file name="DummyClient.php" hash="b6f67f157b23e10d787bc8fde4de81f9"/></dir><file name="KeyValues.php" hash="72ca0b891ce0c194b02985af0f7d6ec9"/><file name="Soap.php" hash="dccb49b6a2f9243497444fbef7026283"/><file name="Xsv.php" hash="05985e56bf3d81c6127c18afdebb3194"/><file name="KeyValue.php" hash="66af1e6656c83056b3056fe111eb7980"/><file name="Xml.php" hash="4cf104ab197cac1e4678f73f7a7599fe"/><file name="Abstract.php" hash="b7b74edd4f6043e10ac72e0c26e97ad9"/><file name="Interface.php" hash="ca4c0c88e2764ce6b94e5eaf6fadb16e"/><file name="Provider.php" hash="4b56d66b2ba73e132d2accb7f7d2cb45"/></dir><file name="XmlElement.php" hash="215cce1b5e9fe0554c6f894f1eeb9784"/><file name="Exception.php" hash="bfa69006dd12cd8a81fb11c229773648"/></dir><dir name="Map"><dir name="Mapper"><file name="LeafAbstract.php" hash="a543b11a21ecebecdc29f3a8397ca800"/><file name="Fraction.php" hash="66af995b46a2828882e597b748ef3456"/><file name="Xpath.php" hash="2ffba5c3740ed98bb428fc7a0b97c3ed"/><file name="Iteration.php" hash="2a8a0177e7a479a08f75d2371285b414"/><file name="Concatenate.php" hash="fb56952f47af9aad846a9f2c0e67202c"/><file name="FlagType.php" hash="f91b09ea7845421a6e20a3e4a34f9252"/><file name="Function.php" hash="283f7062310e1db067a4e82e7956328d"/><file name="Accessor.php" hash="a293becebb13ed9890ea4f83fc44ee8d"/><file name="AllData.php" hash="bf5acdf5301bb19543b77b815f2b2d37"/><file name="Sum.php" hash="1bdc3874235d8ce70dcc65fc519f964a"/><file name="FieldPath.php" hash="11234d05934e0b397539f98ca6ae5282"/><file name="Parameter.php" hash="884f6afdd76adbe6f86974e8d432ce50"/><file name="Negative.php" hash="10b57ea0ad1f4595524e3ca52fc5d4e3"/><file name="Multiply.php" hash="d0ae5bef4f165c28b1413f20826d1cc8"/><file name="Array.php" hash="e861a5891695dedfac388081202031c6"/><file name="Regexp.php" hash="6dc99f22ed50d6c126aa0739073e5598"/><file name="Method.php" hash="4f7cbd38c0dbbb0dc97eea21161914c7"/><file name="Abstract.php" hash="c2a16e4d9c3fa0875adc996bfe05bdce"/><file name="Interface.php" hash="0fe005394328fbc4a652aa43b02a0b8b"/><file name="Property.php" hash="0e0a42d6c5a4b83f2481228db64d70f6"/><file name="XpathSingle.php" hash="086f62190ac3923f46c132d9196bc1c1"/><file name="Truncate.php" hash="60f233c1d4fbfa786698226e874ccfbd"/><file name="Provider.php" hash="8f0267c1194d2e7f87b954db42abbaf8"/></dir><dir name="Iterator"><file name="ContinueException.php" hash="56c6d16fd13c86ec07a887e530ae1efe"/><file name="BreakException.php" hash="d3ddf7ac0d4684f0337c71f0f045a912"/></dir><file name="XmlElement.php" hash="7e55442f61f82628a6dc513aac31e063"/><file name="Exception.php" hash="9bc349ce8443c0efc192c8ed652da6c2"/><file name="Result.php" hash="a0835e447b1df3858e12d9ae46c54368"/><file name="Config.php" hash="f6a3098331f1eb62cb82341b85c1f4da"/><file name="Iterator.php" hash="06940eac8407b3b9d39a4a2f9681b11d"/></dir><file name="Render.php" hash="2c7bbfb89c677af94b869d31c1be9a79"/><file name="Map.php" hash="1217bf723f14e097cee54c348d369b81"/></dir></target><target name="mageweb"><dir name="."><file name="phpunit-code-coverage.xml" hash="1367f3b6dd32a2b69fd56a362ffde06a"/></dir></target></contents>
16
  <compatible/>
17
  <dependencies/>
18
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Ampersand_Integration</name>
4
+ <version>1.2.11</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.opensource.org/licenses/gpl-license.php">GNU General Public License (GPL)</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Ampersand Integration framework from Ampersand Commerce.</summary>
10
  <description>Ampersand Integration framework from Ampersand Commerce.</description>
11
+ <notes>Ampersand_Integration v1.2.11</notes>
12
  <authors><author><name>AmpersandHQ</name><user>auto-converted</user><email>magento@ampersandcommerce.com</email></author></authors>
13
+ <date>2013-04-23</date>
14
+ <time>10:17:56</time>
15
+ <contents><target name="magecore"><dir name="Ampersand"><dir name="Integration"><dir name="Controller"><dir name="Adminhtml"><file name="Message.php" hash="6f015520946cc36b725e89618cae382a"/><file name="Abstract.php" hash="f7a5844582136db26c1f19113b0aaad1"/></dir></dir><dir name="Block"><dir name="Adminhtml"><dir name="Flag"><dir name="View"><file name="Overview.php" hash="1094bb0a741e65b39530ba752a356553"/><file name="Identifier.php" hash="d27c79aa4e58f2c20f60895bf86fe54f"/><file name="Abstract.php" hash="49432989b60fb84738363e8ccbfff43a"/></dir><file name="View.php" hash="f832a41bc5d7c637a6a8b29a702eda68"/><file name="Grid.php" hash="5a2c33cf88be5172229a724781f9f58c"/></dir><dir name="System"><dir name="Config"><dir name="Renderer"><file name="CustomFields.php" hash="a06d7b72d9c6879d70633b3b62c46d3f"/></dir></dir></dir><dir name="MessageIdentifier"><file name="Grid.php" hash="868ac121bae77f1a51c2bc28f43fba96"/></dir><dir name="Grid"><file name="DirectedServiceFilter.php" hash="0be2fc4495843d3e9cb9d0c0fccb8ca7"/><file name="DirectedServiceRenderer.php" hash="076a9e9967391d3b6a962484031df153"/><file name="StatusRenderer.php" hash="71f28d2adfcc5b96d88c6b0a2cf46f9e"/></dir><dir name="Message"><dir name="View"><dir name="LogContent"><file name="Pair.php" hash="f6d1aab3bf18346dbe4c8d6795ea2a2f"/><file name="XmlElement.php" hash="6dd023608856f335f3cea59b6f72b4b0"/></dir><dir name="RelatedObjects"><file name="Grid.php" hash="62f41183c7c91f2503839bdbd8949fd7"/></dir><dir name="Flags"><file name="Grid.php" hash="37b5aefceda6a49c26647ff5fd69dcd3"/></dir><file name="LogContent.php" hash="3fcb29bf7377e1687e94da267f28e23d"/><file name="Overview.php" hash="c9bacf9bcec475745e15dd1dd252db0e"/><file name="Abstract.php" hash="911c26118814f044179643bc36eed5a5"/></dir><file name="View.php" hash="f170a69c3ac734db702f75b8e8004993"/><file name="Grid.php" hash="ecbdda7c11c739c672020eee2492d6ab"/></dir><file name="Message.php" hash="62d23500e78153bda2259261e11f8e00"/><file name="MessageIdentifier.php" hash="ca522ee0952ae78036129b1466e4a744"/><file name="GridAbstract.php" hash="6ca013491e5659e06a8184394009f2e1"/><file name="Flag.php" hash="c8691f47fe3c7cfabe0b94943851953d"/></dir></dir><dir name="etc"><dir name="integration"><file name="in.types.xml" hash="6c226bc6e2cd2f41fe497bf6db230b18"/><file name="out.types.xml" hash="bdd65bcc2b43fe636705f63a045b7b09"/></dir><file name="adminhtml.xml" hash="56054eed9dbcc9bef84c6f45219d152a"/><file name="config.xml" hash="616adc5881557517e618d160b9c640a6"/></dir><dir name="sql"><dir name="ampersand_integration_setup"><file name="mysql4-install-1.0.0.php" hash="c3ea0a40166d2aed065c2ec050f23f2a"/><file name="mysql4-upgrade-1.2.7-1.2.8.php" hash="af2238a3190c37c4e80738387546f8d3"/><file name="mysql4-upgrade-1.0.0-1.0.1.php" hash="78ea39dbbf6985f94d3ec3243ac26199"/><file name="mysql4-upgrade-1.0.1-1.0.2.php" hash="2696a2f147d14cf2eadc32b4e9a1d22b"/><file name="mysql4-upgrade-1.2.6-1.2.7.php" hash="427f149598e521397573c575f4e6e817"/><file name="mysql4-upgrade-1.2.3-1.2.4.php" hash="3b6d741ded61c7089a0122ac7d725899"/></dir></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Message"><file name="ViewController.php" hash="23ec5397bfea655f98de422eeff5383d"/></dir><file name="MessageController.php" hash="75da4996c08962e4f7c190b19dcc52cf"/><file name="FlagController.php" hash="5f04048253b37f60e4bf9d3e7b0d869a"/><file name="MessageIdentifierController.php" hash="9ed8f5282d2016f5de479569a70ba3a5"/></dir><file name="MessageController.php" hash="e08f37dedeaa03e696258398e4ba624d"/></dir><dir name="Helper"><file name="Message.php" hash="626ef09db3b538355f5623f0ce8f7f0e"/><file name="Adminhtml.php" hash="cd83144ea405778ec85b4f93c140b5fb"/><file name="ServiceAbstract.php" hash="0a58a214a97b7dad6d11ca582b60ffbb"/><file name="Data.php" hash="24204d965b0c19d3a252fc325ee0a3eb"/></dir><dir name="Model"><dir name="Logger"><file name="Database.php" hash="51d1571ceb6285ee48e0d9aca32bde13"/><file name="File.php" hash="1642f6ca9788e396ed3f876b895985dc"/></dir><dir name="Mapper"><file name="ClassName.php" hash="24c362329835f9c00c9876678194bf8d"/><file name="Helper.php" hash="e15466f3269d6582bea14f4e8b634fec"/><file name="StoreConfig.php" hash="3971cfe90cebc9e7757db587ca688c6d"/><file name="CustomFields.php" hash="c8cf4210f10cbf6bb799f8dc9914fcc2"/></dir><dir name="Transport"><dir name="Incoming"><file name="Http.php" hash="0cb43a9cecf3afab96c07e0a9165356a"/></dir></dir><dir name="Mysql4"><dir name="Flag"><file name="Collection.php" hash="81a9a48649d94ca0b18f69cd23446341"/></dir><dir name="StockUpdate"><file name="Collection.php" hash="427d5739abd3512b59b3fdc6fdcc27b4"/></dir><dir name="Service"><dir name="Info"><file name="Collection.php" hash="469067e574bd641d7772b19435a54117"/></dir><file name="Info.php" hash="e8761d0807aac8772b09fe4e16714a79"/></dir><dir name="Message"><dir name="Identifier"><file name="Collection.php" hash="18889c9e94f0b63a9cb773561d2d03f1"/></dir><file name="Identifier.php" hash="43e5fd91d2503b03efdd3a6ae5c7a09f"/><file name="Collection.php" hash="5f70344d005c610f0624876b958404b0"/></dir><dir name="Status"><file name="Collection.php" hash="de7194895f241b48e0fb836c585d1c51"/></dir><file name="StockUpdate.php" hash="9c771ab5b29dbc54427b41474c50769a"/><file name="Message.php" hash="06e307e640265c43c02991e61fe88769"/><file name="Status.php" hash="fe6d3ee851aac1dc9b52e1415afbf402"/><file name="Flag.php" hash="852038981e13ff4072fbcbf49d13479a"/><file name="Abstract.php" hash="4c09d60c4c2989eb215e8d3ab32102f3"/></dir><dir name="Service"><file name="CollectionAbstract.php" hash="081fbdbda6527cbad594c7793666a9a2"/><file name="Info.php" hash="7b33ef3907ea44332b735794528fecec"/></dir><dir name="Config"><file name="Base.php" hash="18b58e08e162ca3c2c49a23180fa659f"/></dir><dir name="Message"><dir name="Filter"><file name="CompressDirectory.php" hash="f895076af41e47607e403bc1f8eda60b"/></dir><file name="Identifier.php" hash="907998d13e8ae7f716a40c9ee93b2954"/></dir><file name="StockUpdate.php" hash="8917cd6dad893cd38a880df8d3844e82"/><file name="Message.php" hash="cc449a7e5ccfde0a127c6f1225ff0955"/><file name="Payment.php" hash="ea784965b86d5f166aaee0117e668eaa"/><file name="Invoice.php" hash="53fafbe8e6b95e3faa3b5e3a5cb66beb"/><file name="AdminSession.php" hash="e53c4a8a486e92cc4b18dc770f3b4909"/><file name="Creditmemo.php" hash="340375c044342434fe02a54f703dc191"/><file name="Status.php" hash="d4bad934376a37ef0f57e342812f3ab3"/><file name="Service.php" hash="e8e2607cf15edda4d6589c3e0370d4fc"/><file name="License.php" hash="32ebf0153a721806ee01a5fbe3be2ae7"/><file name="Flag.php" hash="5b4e908ea5ead6c475ad07e3b3d33369"/><file name="Shipment.php" hash="d4b587555386305a9c069b7e6d79b584"/><file name="OrderAbstract.php" hash="2bf7a01714e1b437469e38ccceebc182"/><file name="Config.php" hash="5b6e6ca8d0d0010437538605ac10af4d"/></dir><file name="changelog.txt" hash="3ac9e07d99cba378b643e1cd24681e67"/></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="base"><dir name="default"><dir name="layout"><file name="ampersand_integration.xml" hash="bb3c81afd54ed0f484343c001ddcd475"/></dir><dir name="template"><dir name="ampersand_integration"><dir name="flag"><dir name="view"><file name="overview.phtml" hash="d157dcd0a726b82e9c83406b76a08aa6"/><file name="identifier.phtml" hash="f4cf9455a0f3658f1110acbacf5b1a66"/></dir><file name="view.phtml" hash="7823d7dfa302808f053b4d5edeb1618c"/></dir><dir name="message"><dir name="view"><dir name="log-content"><file name="pair.phtml" hash="946e474129320ad9130c47e58c83d44c"/><file name="xml-element.phtml" hash="2227e7327677bd30bc91c4daebcb28f5"/></dir><file name="flags.phtml" hash="2e263cd0e96d84aee0d06df7d09be6ba"/><file name="overview.phtml" hash="3a95c7d2a84b3fb770d38b14a8dd8f96"/><file name="related-objects.phtml" hash="03e8715121fb3113443ddaf72ba80424"/><file name="log-content.phtml" hash="cffdfd74eb797b26c1d272d8f90ef540"/></dir><file name="view.phtml" hash="3f16025bfa31d996b048256b47ce3d1c"/></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Ampersand_Integration.xml" hash="286c95f777f9b85f04c382f3cc8ad062"/></dir></target><target name="magelib"><dir name="Ampersand"><dir name="Validator"><file name="Or.php" hash="b41ce5fd444d7d8dac84b183ffabca5f"/><file name="InstanceOf.php" hash="dfa263b1543c6ea16d16a7d30055d4f8"/><file name="Xor.php" hash="9205510ec81e1d7fc691c2e686e0e46b"/><file name="Nor.php" hash="2d274c47c413abf096610899aee7729b"/><file name="And.php" hash="ca8a2409bd4860c357cfa48b48ac6b2c"/><file name="Nand.php" hash="063b666b8cfd330341a5de6f74eeccbf"/><file name="Abstract.php" hash="b60da0738c2606f5ced7a79f6651b380"/><file name="Interface.php" hash="04557c7a0650d7819ed160a50bfbd6d6"/><file name="GroupAbstract.php" hash="a0cf74647b348a4172f3b2592f72727d"/><file name="Provider.php" hash="3bf6044fbe0052a7f33df694011c8b01"/></dir><dir name="Integration"><dir name="Flag"><file name="AggregatorInterface.php" hash="decc2d594800e405a42eb465c0ddde5a"/><file name="FlagInterface.php" hash="0fed1dba4fb1a5a8feb2bbd42c074f31"/></dir><dir name="Transport"><dir name="Outgoing"><dir name="Http"><file name="Client.php" hash="56c4572666225ae521810743c7ee3afd"/></dir><dir name="Oauth"><file name="Client.php" hash="d04062d6624f85c66448a646aa4f0287"/></dir><file name="Test.php" hash="ba8f9d82efc5f0963fe6d07ddff733fc"/><file name="Oauth.php" hash="352e17b568e0155d06d4e6d129dea57d"/><file name="FileTransfer.php" hash="d4b359439159c5788ae66b30d1080d50"/><file name="Soap.php" hash="4b6ca7c91614fa0c2b84311ec7ddd7a4"/><file name="File.php" hash="8e9f9d4d9748994ad02ec27669cbe509"/><file name="FtpTransfer.php" hash="7ae23eda98912026a99bf011fbac5a63"/><file name="Http.php" hash="87ceda3e9a799ac034c2deaf901d22ff"/><file name="Ftp.php" hash="a07ecbe70524a6144d34c3f81434c8c0"/><file name="Abstract.php" hash="70adacec239c4f209413287c33854446"/><file name="Interface.php" hash="35b81a731038e0fc7fe124d30dc65eb4"/><file name="Provider.php" hash="17409612456760b7ba438b868bc84709"/></dir><dir name="Incoming"><file name="Test.php" hash="b69a7da62e59b1eaa6f864771df9db04"/><file name="FileTransfer.php" hash="882b7b10276d5e19b9789e41afea9c85"/><file name="File.php" hash="c6efd205c5a3021044b7bfb65d6486de"/><file name="FtpTransfer.php" hash="6821f864cadf46366e4075ffc2a8a104"/><file name="Http.php" hash="c2fc94b9d94c9fde6cd97b658b431865"/><file name="Ftp.php" hash="e753db6c858cee2927816c85b9110207"/><file name="Abstract.php" hash="32b3438a135cc77174453e4b7b5e5b13"/><file name="Interface.php" hash="c31e9e33bc29714ae4bcbfc593c71a3b"/><file name="Provider.php" hash="19a08b3f7395bebddce3478289092ce8"/></dir><file name="FileTransferAbstract.php" hash="c8b4b0abd14a0401ad581c4b0c6c67ec"/><file name="FtpTransferAbstract.php" hash="caa5399d394d43b6ac0740aaa4e0ba70"/><file name="Exception.php" hash="dedacc4f00027812bd439a610538a042"/><file name="Abstract.php" hash="fa361113969f4f7dcdfcc65ba72aaee0"/><file name="Interface.php" hash="a4b0e9e46332516415e782afd5c79844"/></dir><dir name="Identifier"><file name="AggregatorInterface.php" hash="168d9c692ab02e902a00da3468fc9d0f"/><file name="IdentifierInterface.php" hash="26260a61e03d8bd5c062ff818fefc755"/><file name="IdentifierAbstract.php" hash="af44676d6113bc3e429c93f237cd5170"/><file name="AggregatorAbstract.php" hash="ddc8175e66a48ce0a3d5f7743d06c184"/></dir><dir name="Debug"><file name="DebugInterface.php" hash="9930b555f011270bf3a9f84441d09100"/></dir><dir name="HandlerQueue"><dir name="Handler"><file name="Validate.php" hash="e288ab61eec42c035aad55cd6a4acd3c"/><file name="CallbackMulti.php" hash="ce8af5ee8e00542abb8b1f6a3d7c98d5"/><file name="Transform.php" hash="b05028c1e1ffa802c6bdc2032eaed95f"/><file name="Abstract.php" hash="5c8ac11b8b2f0a614df9b9374b9caf74"/><file name="Interface.php" hash="3c9a25f684d49efb1f667fe48adabec2"/><file name="Filter.php" hash="246a7430651600e370c3d521a8507545"/><file name="Copy.php" hash="ef810c8dd08e768e3e7dcd8bd5df0286"/><file name="CallbackSingle.php" hash="6a0a84459e9484b2d42e87d944fa2ef7"/><file name="Provider.php" hash="12d184cc4e61c0c14bf2f1f3148b9494"/></dir><file name="Config.php" hash="e0a5bd03c867008c5eb0b5604b94e241"/></dir><dir name="Message"><dir name="Logger"><file name="XmlFile.php" hash="3c5b96a5df82773778e18856b304d4f0"/><file name="File.php" hash="08995576ab50224770893fb27b636b08"/><file name="Exception.php" hash="ac7b4617a07ba7b9acc396c271865f50"/><file name="Abstract.php" hash="e4f622750a95ac73e2265755ed6c5410"/><file name="Interface.php" hash="39ed0ecb706676f229a027134b1cb2ee"/><file name="Provider.php" hash="ed08687ea9ce5257bad6f68e5e53e88a"/></dir><dir name="Obfuscator"><file name="FixedLength.php" hash="2bb42724a4a0554f26e0309101549562"/><file name="ObfuscatorInterface.php" hash="56e1897764bca8d6cb0ed3b9c59616af"/><file name="Password.php" hash="0caf1673ce869920b09dd451ff0cf0b3"/><file name="Cc.php" hash="b03a9c420c9458450da73b321d4071ea"/><file name="Provider.php" hash="79d6d5f90d5f173d2df289750d137be2"/></dir><dir name="Config"><file name="Incoming.php" hash="efaee0830d5064eedb371122df84512b"/><file name="Abstract.php" hash="ff786a635df7985ffba8ab090d3d1308"/><file name="Outgoing.php" hash="e040efc6f9c89a27d0252c7ef0dcb5ba"/></dir><dir name="Filter"><file name="DomHtml.php" hash="404a5e927434872f7fd817a1d4c07389"/><file name="Json.php" hash="b1e3e59cea499bf1ca1be8dd66c9d62d"/><file name="Xsv.php" hash="a5e250452e3d343fe5d51ca81779127d"/><file name="KeyValue.php" hash="e09f5b7a81d902e8f254f1499f143320"/><file name="XmlObject.php" hash="ab0d876fa212a1678bbd1bb6ba3a8b1c"/><file name="Exception.php" hash="6827ace2571873aae6258103f8ae22cb"/><file name="AmpersandObject.php" hash="f38426976541b9d44e9cb9781e9a8178"/><file name="Abstract.php" hash="75a0d63dc07d46ab25592570b33c0374"/><file name="Interface.php" hash="3dde7e4c93d4dbec6b62ce3c1d105765"/><file name="CompressDirectory.php" hash="500b40773c882ccb4129537edc3b7429"/><file name="Provider.php" hash="5d238c39c3ab2912eb665bc7f39a774e"/></dir><dir name="Data"><file name="Request.php" hash="e37ad3d3ce27bfc4d4b4adf2b60596cf"/><file name="Response.php" hash="d86a80e919176161ae52c474c0a7293b"/><file name="Abstract.php" hash="91682c0b505db64603c4b8b4cc1cbdb9"/></dir><file name="Debug.php" hash="47e74aee452796e1736f942c2de52416"/><file name="Incoming.php" hash="329b73431ece5b2886dc65e4cb92a93c"/><file name="Abstract.php" hash="4920a5d5db00a0197e9e3b8dd90e4ec8"/><file name="Outgoing.php" hash="2e58b598eeb037108be955132470dcf8"/></dir><file name="Debug.php" hash="35259e76d8b5d40f4605378dd52c89db"/><file name="ReconfigurableInterface.php" hash="a557509954d3dfde4293e83bab0f4ad9"/><file name="ConfigurableInterface.php" hash="7c3166e5b929308f34b590ef986d8fad"/><file name="Identifier.php" hash="45b8b56a6bd788174d1a319afe8b1722"/><file name="Exception.php" hash="362789fc0bf5e52070b82e275f303ee7"/><file name="Service.php" hash="ac2b4d9987505fa6f3869872edccb2b2"/><file name="Flag.php" hash="2c0fea849df462b8cbf423e5e09428eb"/><file name="Registry.php" hash="fbfc66325c72eb718e75c77bb169ea62"/><file name="HandlerQueue.php" hash="2bf2e8d4c685c8f3d64dff296539c670"/><file name="DebugableInterface.php" hash="e22698f72054dabadbf21558f80c51bf"/></dir><dir name="Render"><dir name="Renderer"><dir name="Soap"><file name="DummyClient.php" hash="b6f67f157b23e10d787bc8fde4de81f9"/></dir><file name="KeyValues.php" hash="72ca0b891ce0c194b02985af0f7d6ec9"/><file name="Soap.php" hash="dccb49b6a2f9243497444fbef7026283"/><file name="Xsv.php" hash="05985e56bf3d81c6127c18afdebb3194"/><file name="KeyValue.php" hash="66af1e6656c83056b3056fe111eb7980"/><file name="Xml.php" hash="4cf104ab197cac1e4678f73f7a7599fe"/><file name="Abstract.php" hash="b7b74edd4f6043e10ac72e0c26e97ad9"/><file name="Interface.php" hash="ca4c0c88e2764ce6b94e5eaf6fadb16e"/><file name="Provider.php" hash="4b56d66b2ba73e132d2accb7f7d2cb45"/></dir><file name="XmlElement.php" hash="215cce1b5e9fe0554c6f894f1eeb9784"/><file name="Exception.php" hash="bfa69006dd12cd8a81fb11c229773648"/></dir><dir name="Map"><dir name="Mapper"><file name="LeafAbstract.php" hash="a543b11a21ecebecdc29f3a8397ca800"/><file name="Fraction.php" hash="66af995b46a2828882e597b748ef3456"/><file name="Xpath.php" hash="2ffba5c3740ed98bb428fc7a0b97c3ed"/><file name="Iteration.php" hash="2a8a0177e7a479a08f75d2371285b414"/><file name="Concatenate.php" hash="fb56952f47af9aad846a9f2c0e67202c"/><file name="FlagType.php" hash="f91b09ea7845421a6e20a3e4a34f9252"/><file name="Function.php" hash="98a625d1b51e3ec04ba7531aa008bf95"/><file name="Accessor.php" hash="a293becebb13ed9890ea4f83fc44ee8d"/><file name="AllData.php" hash="bf5acdf5301bb19543b77b815f2b2d37"/><file name="Sum.php" hash="1bdc3874235d8ce70dcc65fc519f964a"/><file name="FieldPath.php" hash="11234d05934e0b397539f98ca6ae5282"/><file name="Parameter.php" hash="884f6afdd76adbe6f86974e8d432ce50"/><file name="Negative.php" hash="10b57ea0ad1f4595524e3ca52fc5d4e3"/><file name="Multiply.php" hash="d0ae5bef4f165c28b1413f20826d1cc8"/><file name="Array.php" hash="e861a5891695dedfac388081202031c6"/><file name="Regexp.php" hash="6dc99f22ed50d6c126aa0739073e5598"/><file name="Method.php" hash="4f7cbd38c0dbbb0dc97eea21161914c7"/><file name="Abstract.php" hash="c2a16e4d9c3fa0875adc996bfe05bdce"/><file name="Interface.php" hash="0fe005394328fbc4a652aa43b02a0b8b"/><file name="Property.php" hash="0e0a42d6c5a4b83f2481228db64d70f6"/><file name="XpathSingle.php" hash="086f62190ac3923f46c132d9196bc1c1"/><file name="Truncate.php" hash="60f233c1d4fbfa786698226e874ccfbd"/><file name="Provider.php" hash="8f0267c1194d2e7f87b954db42abbaf8"/></dir><dir name="Iterator"><file name="ContinueException.php" hash="56c6d16fd13c86ec07a887e530ae1efe"/><file name="BreakException.php" hash="d3ddf7ac0d4684f0337c71f0f045a912"/></dir><file name="XmlElement.php" hash="7e55442f61f82628a6dc513aac31e063"/><file name="Exception.php" hash="9bc349ce8443c0efc192c8ed652da6c2"/><file name="Result.php" hash="a0835e447b1df3858e12d9ae46c54368"/><file name="Config.php" hash="f6a3098331f1eb62cb82341b85c1f4da"/><file name="Iterator.php" hash="06940eac8407b3b9d39a4a2f9681b11d"/></dir><file name="Render.php" hash="2c7bbfb89c677af94b869d31c1be9a79"/><file name="Map.php" hash="1217bf723f14e097cee54c348d369b81"/></dir></target></contents>
16
  <compatible/>
17
  <dependencies/>
18
  </package>
phpunit-code-coverage.xml DELETED
@@ -1,26 +0,0 @@
1
- <!--
2
-
3
- If you make changes to this file you will probably want to mirror
4
- them in the phpunit-code-coverage.xml file
5
-
6
- -->
7
- <phpunit bootstrap="tests/bootstrapLoader.php" syntaxCheck="true">
8
- <testsuites>
9
- <testsuite name="Integration Test Suite">
10
- <directory>tests/Ampersand</directory>
11
- </testsuite>
12
- </testsuites>
13
- <filter>
14
- <whitelist>
15
- <directory suffix=".php">app/code/community/Ampersand</directory>
16
- <exclude>
17
- <directory suffix=".php">app/code/*/*/*/sql</directory>
18
- </exclude>
19
- </whitelist>
20
- </filter>
21
- <logging>
22
- <log type="coverage-html" target="build/coverage" title="Integration" charset="UTF-8" yui="true" highlight="true" lowUpperBound="35" highLowerBound="70"/>
23
- <log type="coverage-clover" target="build/logs/clover.xml"/>
24
- <log type="junit" target="build/logs/junit.xml" logIncompleteSkipped="false"/>
25
- </logging>
26
- </phpunit>