OneID - Version 1.0.6

Version Notes

Figuring out packaging

Download this release

Release Info

Developer OneID
Extension OneID
Version 1.0.6
Comparing to
See all releases


Code changes from version 1.0.5 to 1.0.6

app/design/frontend/base/default/layout/OneID.xml ADDED
@@ -0,0 +1,134 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+
3
+ <layout version="0.1.0">
4
+ <default>
5
+ <reference name="head">
6
+ <block type="core/template" name="oneid_head_ext" template="oneid/block/page/html/head.phtml" />
7
+ </reference>
8
+ <reference name="footer">
9
+ <block type="core/template" name="oneid_footer_ext" template="oneid/block/page/html/footer.phtml" />
10
+ </reference>
11
+ </default>
12
+
13
+
14
+ <oneid_account_login translate="label">
15
+ <label>Customer Account Login Form</label>
16
+ <!-- Mage_Customer -->
17
+ <remove name="right"/>
18
+ <remove name="left"/>
19
+
20
+ <reference name="root">
21
+ <action method="setTemplate"><template>page/1column.phtml</template></action>
22
+ </reference>
23
+ <reference name="content">
24
+ <block type="customer/form_login" name="customer_form_login" template="oneid/form/traditional_login.phtml"/>
25
+ </reference>
26
+ </oneid_account_login>
27
+
28
+ <customer_account_login translate="label">
29
+ <reference name="head">
30
+ <action method="addCss"><name>css/oneid.css</name></action>
31
+ </reference>
32
+ <remove name="customer_form_login"/>
33
+ <reference name="content">
34
+ <block type="customer/form_login" name="oneid_form_login" template="oneid/form/login.phtml"/>
35
+ </reference>
36
+ </customer_account_login>
37
+
38
+ <checkout_cart_index translate="label">
39
+ <reference name="head">
40
+ <action method="addCss"><name>css/oneid.css</name></action>
41
+ </reference>
42
+
43
+ <reference name="checkout.cart.top_methods">
44
+ <reference name="checkout.cart.methods.onepage">
45
+ <action method="setTemplate"><template>oneid/checkout/onepage/link.phtml</template></action>
46
+ </reference>
47
+ </reference>
48
+
49
+
50
+ <reference name="checkout.cart.methods.onepage.bottom">
51
+ <action method="setTemplate"><template>oneid/checkout/onepage/link.phtml</template></action>
52
+ </reference>
53
+ <reference name="checkout.cart.methods.onepage.top">
54
+ <action method="setTemplate"><template>oneid/checkout/onepage/link.phtml</template></action>
55
+ </reference>
56
+ </checkout_cart_index>
57
+
58
+ <customer_account_index translate="label">
59
+ <reference name="my.account.wrapper">
60
+ <reference name="customer_account_dashboard">
61
+ <action method="setTemplate">
62
+ <template>oneid/customer/account/dashboard.phtml</template>
63
+ </action>
64
+ </reference>
65
+ </reference>
66
+ </customer_account_index>
67
+
68
+
69
+ <customer_account_edit translate="label">
70
+ <reference name="my.account.wrapper">
71
+ <reference name="customer_edit">
72
+ <action method="setTemplate"><template>oneid/customer/form/edit.phtml</template></action>
73
+ </reference>
74
+ </reference>
75
+ </customer_account_edit>
76
+
77
+ <customer_account_forgotpassword>
78
+ <reference name="head">
79
+ <action method="addCss"><name>css/oneid.css</name></action>
80
+ </reference>
81
+ <reference name="content">
82
+ <reference name="forgotPassword">
83
+ <action method="setTemplate"><template>oneid/customer/form/forgotpassword.phtml</template></action>
84
+ </reference>
85
+ </reference>
86
+ </customer_account_forgotpassword>
87
+
88
+ <checkout_onepage_index translate="label">
89
+ <reference name="head">
90
+ <action method="addCss"><name>css/oneid.css</name></action>
91
+ </reference>
92
+ <reference name="content">
93
+ <reference name="checkout.onepage">
94
+ <action method="setTemplate"><template>oneid/checkout/onepage.phtml</template></action>
95
+ </reference>
96
+ <reference name="checkout.onepage.login">
97
+ <action method="setTemplate"><template>oneid/checkout/onepage/login.phtml</template></action>
98
+ </reference>
99
+
100
+ <reference name="checkout.onepage.billing">
101
+ <action method="setTemplate"><template>oneid/checkout/onepage/billing.phtml</template></action>
102
+ </reference>
103
+ <reference name="checkout.onepage.shipping">
104
+ <action method="setTemplate"><template>oneid/checkout/onepage/shipping.phtml</template></action>
105
+ </reference>
106
+ <reference name="checkout.onepage.payment">
107
+ <action method="setTemplate"><template>oneid/checkout/onepage/payment.phtml</template></action>
108
+ </reference>
109
+ <!-- <reference name="checkout.onepage.review">
110
+ <action method="setTemplate"><template>oneid/checkout/onepage/review.phtml</template></action>
111
+ </reference>-->
112
+ </reference>
113
+ </checkout_onepage_index>
114
+
115
+ <checkout_onepage_review>
116
+ <reference name="checkout.onepage.review.button">
117
+ <action method="setTemplate">
118
+ <template>oneid/checkout/onepage/review/button.phtml</template>
119
+ </action>
120
+ </reference>
121
+ </checkout_onepage_review>
122
+
123
+ <checkout_onepage_success translate="label">
124
+ <reference name="head">
125
+ <action method="addCss"><name>css/oneid.css</name></action>
126
+ </reference>
127
+ <reference name="content">
128
+ <reference name="checkout.success">
129
+ <action method="setTemplate"><template>oneid/checkout/success.phtml</template></action>
130
+ </reference>
131
+ </reference>
132
+ </checkout_onepage_success>
133
+
134
+ </layout>
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>OneID</name>
4
- <version>1.0.5</version>
5
  <stability>stable</stability>
6
  <license>Apache Software License (ASL)</license>
7
  <channel>community</channel>
@@ -21,11 +21,11 @@ Privacy: OneID does not track any user behavior &#x2013; and certainly won&#x201
21
  Security: OneID secures customer information using three separate cryptographic combinations across multiple devices.&#xD;
22
  Convenience: OneID removes the hassle of having to remember user names and passwords.&#xD;
23
  And along with all those great benefits to you and your users, with this plugin you'll also get to use OneID to log into and administer your WordPress site using your OneID.</description>
24
- <notes>Fix the login page</notes>
25
  <authors><author><name>OneID</name><user>bpk_oneid</user><email>bpk@oneid.com</email></author></authors>
26
  <date>2013-01-21</date>
27
- <time>18:57:54</time>
28
- <contents><target name="magelocal"><dir name="OneID"><dir name="Connector"><dir name="Block"><dir name="Checkout"><dir name="Onepage"><file name="Success.php" hash="94f38f858a45304c10138c3a1b265490"/></dir></dir><file name="Login.php" hash="3cb291ca3f4700f279735fdeb544a8b3"/></dir><dir name="Helper"><file name="Data.php" hash="6d702e8fcf10c58de1ce6aa457dca427"/></dir><dir name="controllers"><file name="AccountController.php" hash="2401a0a519aac21bebeee77233fd0b03"/><file name="ConnectorController.php" hash="ea726d60099a66c2e63ad27fa1af5b8c"/><file name="OnepageController.php" hash="78d2dbae1606057fb3544296351898d8"/></dir><dir name="etc"><file name="config.xml" hash="cd1e65278f1c6a46103e68ff054ccaaa"/><file name="system.xml" hash="d47ac462cf6efd529aca557fad1b890e"/></dir><dir name="sql"><dir name="oneid_connector_setup"><file name="mysql4-install-0.1.0.php" hash="cad7569ee96103d087bf077661c1cafe"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="oneid"><dir name="block"><file name="login.phtml" hash="787f58873550105c3318baa8b0b77ded"/><dir name="page"><dir name="html"><file name="footer.phtml" hash="c4059028bd7db7b0f0d3b157157cea60"/><file name="head.phtml" hash="9dd7e46b5c3ce6eb4e92ef6738d55dc6"/><file name="newjavascript.js" hash="c9e0fa9a4851c0070614f605ebac8257"/></dir></dir></dir><dir name="checkout"><file name="cart.phtml" hash="4b02b99a1bbc8ad14a4452775df49ef2"/><dir name="onepage"><file name="billing.phtml" hash="db33088fbf7c82e54359f6b47f9782bd"/><file name="link.phtml" hash="c38a01ac21b86b2cd2b923f99b0d32f9"/><file name="login.phtml" hash="14a18316708340b2cb9d40d8c00a1050"/><file name="payment.phtml" hash="9b984eb3b27d9d522a5233a8be59f28f"/><dir name="review"><file name="button.phtml" hash="7646991c5b937654771fa78627e49c95"/></dir><file name="shipping.phtml" hash="ecc2387a24237e4b7021779578a2d942"/></dir><file name="onepage.phtml" hash="26399371e208ecb11bf0cda67621bcee"/><file name="success.phtml" hash="1bd4d74a04b4166aa8ce08b581d01fa0"/></dir><dir name="customer"><dir name="account"><file name="dashboard.phtml" hash="55b1ec9a6860486943e2e4fb8d81aede"/></dir><dir name="form"><file name="edit.phtml" hash="23eea7e7e29cb36c3c5885d7775de528"/><file name="forgotpassword.phtml" hash="cd02367e8214930140d80a7834e0f4a4"/></dir></dir><dir name="form"><file name="login.phtml" hash="3c58f25d91d404b002e53ebc10f71095"/><file name="traditional_login.phtml" hash="597e5d7b99eb7dcfb8f5a63185ce5e38"/></dir><dir name="oneid"><file name="signin.phtml" hash="1aeb1ac58db061d9649b92ee25b2ed20"/></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="OneID.xml" hash=""/></dir></dir></dir></dir><dir name="modules"><file name="Oneid_Connector.xml" hash="436ae58c4d1a855c664ab921b7b0ad44"/></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="css"><file name="oneid.css" hash="ab21ae320804ed42baaa587d9ad1804d"/></dir></dir></dir></dir></target></contents>
29
  <compatible/>
30
  <dependencies><required><php><min>5.0.0</min><max>5.4.10</max></php></required></dependencies>
31
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>OneID</name>
4
+ <version>1.0.6</version>
5
  <stability>stable</stability>
6
  <license>Apache Software License (ASL)</license>
7
  <channel>community</channel>
21
  Security: OneID secures customer information using three separate cryptographic combinations across multiple devices.&#xD;
22
  Convenience: OneID removes the hassle of having to remember user names and passwords.&#xD;
23
  And along with all those great benefits to you and your users, with this plugin you'll also get to use OneID to log into and administer your WordPress site using your OneID.</description>
24
+ <notes>Figuring out packaging</notes>
25
  <authors><author><name>OneID</name><user>bpk_oneid</user><email>bpk@oneid.com</email></author></authors>
26
  <date>2013-01-21</date>
27
+ <time>19:35:42</time>
28
+ <contents><target name="magelocal"><dir name="OneID"><dir name="Connector"><dir name="Block"><dir name="Checkout"><dir name="Onepage"><file name="Success.php" hash="94f38f858a45304c10138c3a1b265490"/></dir></dir><file name="Login.php" hash="3cb291ca3f4700f279735fdeb544a8b3"/></dir><dir name="Helper"><file name="Data.php" hash="6d702e8fcf10c58de1ce6aa457dca427"/></dir><dir name="controllers"><file name="AccountController.php" hash="2401a0a519aac21bebeee77233fd0b03"/><file name="ConnectorController.php" hash="ea726d60099a66c2e63ad27fa1af5b8c"/><file name="OnepageController.php" hash="78d2dbae1606057fb3544296351898d8"/></dir><dir name="etc"><file name="config.xml" hash="cd1e65278f1c6a46103e68ff054ccaaa"/><file name="system.xml" hash="d47ac462cf6efd529aca557fad1b890e"/></dir><dir name="sql"><dir name="oneid_connector_setup"><file name="mysql4-install-0.1.0.php" hash="cad7569ee96103d087bf077661c1cafe"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="oneid"><dir name="block"><file name="login.phtml" hash="787f58873550105c3318baa8b0b77ded"/><dir name="page"><dir name="html"><file name="footer.phtml" hash="c4059028bd7db7b0f0d3b157157cea60"/><file name="head.phtml" hash="9dd7e46b5c3ce6eb4e92ef6738d55dc6"/><file name="newjavascript.js" hash="c9e0fa9a4851c0070614f605ebac8257"/></dir></dir></dir><dir name="checkout"><file name="cart.phtml" hash="4b02b99a1bbc8ad14a4452775df49ef2"/><dir name="onepage"><file name="billing.phtml" hash="db33088fbf7c82e54359f6b47f9782bd"/><file name="link.phtml" hash="c38a01ac21b86b2cd2b923f99b0d32f9"/><file name="login.phtml" hash="14a18316708340b2cb9d40d8c00a1050"/><file name="payment.phtml" hash="9b984eb3b27d9d522a5233a8be59f28f"/><dir name="review"><file name="button.phtml" hash="7646991c5b937654771fa78627e49c95"/></dir><file name="shipping.phtml" hash="ecc2387a24237e4b7021779578a2d942"/></dir><file name="onepage.phtml" hash="26399371e208ecb11bf0cda67621bcee"/><file name="success.phtml" hash="1bd4d74a04b4166aa8ce08b581d01fa0"/></dir><dir name="customer"><dir name="account"><file name="dashboard.phtml" hash="55b1ec9a6860486943e2e4fb8d81aede"/></dir><dir name="form"><file name="edit.phtml" hash="23eea7e7e29cb36c3c5885d7775de528"/><file name="forgotpassword.phtml" hash="cd02367e8214930140d80a7834e0f4a4"/></dir></dir><dir name="form"><file name="login.phtml" hash="3c58f25d91d404b002e53ebc10f71095"/><file name="traditional_login.phtml" hash="597e5d7b99eb7dcfb8f5a63185ce5e38"/></dir><dir name="oneid"><file name="signin.phtml" hash="1aeb1ac58db061d9649b92ee25b2ed20"/></dir></dir></dir><dir name="layout"><file name="OneID.xml" hash="d9c69594cce96e225e93897693b78ffa"/></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="css"><file name="oneid.css" hash="ab21ae320804ed42baaa587d9ad1804d"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Oneid_Connector.xml" hash="436ae58c4d1a855c664ab921b7b0ad44"/></dir></target></contents>
29
  <compatible/>
30
  <dependencies><required><php><min>5.0.0</min><max>5.4.10</max></php></required></dependencies>
31
  </package>