Version Notes
This is a development version.Any valuable suggestions and help will be highly appreciated
Download this release
Release Info
Developer | Magento Core Team |
Extension | OutsourceOnline_Captcha |
Version | 2.0.3 |
Comparing to | |
See all releases |
Code changes from version 2.0.2 to 2.0.3
app/code/community/OutsourceOnline/Captcha/etc/config.xml
CHANGED
@@ -23,7 +23,7 @@
|
|
23 |
<config>
|
24 |
<modules>
|
25 |
<OutsourceOnline_Captcha>
|
26 |
-
<version>2.0.
|
27 |
</OutsourceOnline_Captcha>
|
28 |
</modules>
|
29 |
|
23 |
<config>
|
24 |
<modules>
|
25 |
<OutsourceOnline_Captcha>
|
26 |
+
<version>2.0.0</version>
|
27 |
</OutsourceOnline_Captcha>
|
28 |
</modules>
|
29 |
|
app/design/frontend/default/default/layout/OutsourceOnline_Captcha.xml
CHANGED
@@ -30,7 +30,28 @@
|
|
30 |
</block>
|
31 |
</reference>
|
32 |
</sendfriend_product_send>
|
33 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
<outsourceonline_captcha_contacts_index>
|
35 |
<reference name="root">
|
36 |
<!--<action method="setTemplate">
|
@@ -50,7 +71,7 @@
|
|
50 |
</block>
|
51 |
</reference>
|
52 |
</outsourceonline_captcha_contacts_index>
|
53 |
-
|
54 |
<!-- -->
|
55 |
<checkout_onepage_index>
|
56 |
|
@@ -80,12 +101,14 @@
|
|
80 |
</reference>
|
81 |
</review_product_list>
|
82 |
|
|
|
83 |
<outsourceonline_captcha_ajax_index>
|
84 |
<reference name="root">
|
85 |
<action method="setTemplate"><template>outsourceOnline/captcha/captchaAjax.phtml</template></action>
|
86 |
<!--<block type="module/block" name="root" output="toHtml" template="outsourceOnline/captcha/captchaAjax.phtml" />-->
|
87 |
</reference>
|
88 |
</outsourceonline_captcha_ajax_index>
|
|
|
89 |
<checkout_onepage_index>
|
90 |
<reference name="checkout.onepage.billing">
|
91 |
<action method="setTemplate"><template>outsourceOnline/captcha/onepage_billing.phtml</template></action>
|
30 |
</block>
|
31 |
</reference>
|
32 |
</sendfriend_product_send>
|
33 |
+
<!-- contacts page layout xml for magento 1.7 + -->
|
34 |
+
<captcha_contacts_index>
|
35 |
+
<reference name="root">
|
36 |
+
<!--<action method="setTemplate">
|
37 |
+
<template>page/2columns-right.phtml</template>
|
38 |
+
</action>
|
39 |
+
-->
|
40 |
+
<action method="setHeaderTitle" translate="title" module="contacts">
|
41 |
+
<title>Contact Us</title>
|
42 |
+
</action>
|
43 |
+
|
44 |
+
</reference>
|
45 |
+
|
46 |
+
<reference name="content">
|
47 |
+
|
48 |
+
<block type="core/template" name="contactForm" template="outsourceOnline/captcha/contacts.phtml">
|
49 |
+
<block type="core/template" name="captcha_ajax_part" as="captcha_ajax_part" template="outsourceOnline/captcha/ajaxInsert.phtml" />
|
50 |
+
</block>
|
51 |
+
</reference>
|
52 |
+
</captcha_contacts_index>
|
53 |
+
<!-- contacts page layout xml for magento 1.7 + ends here -->
|
54 |
+
<!-- contacts page layout xml for pre magento 1.7 -->
|
55 |
<outsourceonline_captcha_contacts_index>
|
56 |
<reference name="root">
|
57 |
<!--<action method="setTemplate">
|
71 |
</block>
|
72 |
</reference>
|
73 |
</outsourceonline_captcha_contacts_index>
|
74 |
+
<!-- contacts page layout xml for pre magento 1.7 ends here -->
|
75 |
<!-- -->
|
76 |
<checkout_onepage_index>
|
77 |
|
101 |
</reference>
|
102 |
</review_product_list>
|
103 |
|
104 |
+
|
105 |
<outsourceonline_captcha_ajax_index>
|
106 |
<reference name="root">
|
107 |
<action method="setTemplate"><template>outsourceOnline/captcha/captchaAjax.phtml</template></action>
|
108 |
<!--<block type="module/block" name="root" output="toHtml" template="outsourceOnline/captcha/captchaAjax.phtml" />-->
|
109 |
</reference>
|
110 |
</outsourceonline_captcha_ajax_index>
|
111 |
+
|
112 |
<checkout_onepage_index>
|
113 |
<reference name="checkout.onepage.billing">
|
114 |
<action method="setTemplate"><template>outsourceOnline/captcha/onepage_billing.phtml</template></action>
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>OutsourceOnline_Captcha</name>
|
4 |
-
<version>2.0.
|
5 |
<stability>stable</stability>
|
6 |
<license>gpl</license>
|
7 |
<channel>community</channel>
|
@@ -10,9 +10,9 @@
|
|
10 |
<description>Captcha functionality for magento forms for registration,contactus,product review and send a friend .Simply install the module and check the aforementioned forms</description>
|
11 |
<notes>This is a development version.Any valuable suggestions and help will be highly appreciated</notes>
|
12 |
<authors><author><name>Sreekanth Dayanand</name><user>auto-converted</user><email>blogspot@outsource-online.net</email></author></authors>
|
13 |
-
<date>2013-
|
14 |
-
<time>
|
15 |
-
<contents><target name="
|
16 |
<compatible/>
|
17 |
<dependencies/>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>OutsourceOnline_Captcha</name>
|
4 |
+
<version>2.0.3</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>gpl</license>
|
7 |
<channel>community</channel>
|
10 |
<description>Captcha functionality for magento forms for registration,contactus,product review and send a friend .Simply install the module and check the aforementioned forms</description>
|
11 |
<notes>This is a development version.Any valuable suggestions and help will be highly appreciated</notes>
|
12 |
<authors><author><name>Sreekanth Dayanand</name><user>auto-converted</user><email>blogspot@outsource-online.net</email></author></authors>
|
13 |
+
<date>2013-08-08</date>
|
14 |
+
<time>08:17:14</time>
|
15 |
+
<contents><target name="magelocale"><dir name="en_US"><file name="OutsourceOnline_Captcha.csv" hash="46c1c9105a99ef6a3e884381ba060fe9"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="OutsourceOnline_Captcha.xml" hash="f1108b50e824b5482177f2dc2eb3443b"/></dir><dir name="template"><dir name="outsourceOnline"><dir name="captcha"><file name="ajaxInsert.phtml" hash="eb81b88715c0c927e4ef8dd0f4e82c82"/><file name="captchaAjax.phtml" hash="5feefbfb1a1aaad28aaadd572dafbe74"/><file name="contacts.phtml" hash="acc889439f7f2375c3c55bfd55e7e05a"/><file name="form.phtml" hash="c6c74543a1859affe1c5051516e76da4"/><file name="onepage_billing.phtml" hash="2d54f1a6b377e949571762cf3ac5f749"/><file name="register.phtml" hash="9140614281ccfd7b8cbc238a34048d6b"/><file name="send.phtml" hash="81196f45080cdfec3741bcab351b92c8"/></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="OutsourceOnline_Captcha.xml" hash="7b700e1a3656005d4fc1b3f703a4269a"/></dir></target><target name="magecommunity"><dir name="OutsourceOnline"><dir name="Captcha"><dir name="Block"><dir name="Checkout"><dir name="Onepage"><file name="Billing.php" hash="d9610a7617bf208112283751282a5732"/></dir></dir><dir name="Review"><file name="Form.php" hash="d9039bc65bbf00e4e9a42e405b5864a9"/></dir></dir><dir name="controllers"><file name="AccountController.php" hash="7b6a5ed8fbb5fbb4f9f430b36f945c33"/><file name="AjaxController.php" hash="8b923b7ba0ee6736e79a438dbbffade7"/><file name="ContactsController.php" hash="5150818931bd7b3b517f0297af025979"/><file name="OnepageController.php" hash="60026a5dc29fb0f0d0bf09dec20807f7"/><file name="ProductController.php" hash="cc313c03c7bcc966cafa331474f2bd4f"/><file name="ReviewController.php" hash="b188272e196ac3213bc311e75de367d1"/></dir><dir name="etc"><file name="config.xml" hash="c1cf64335c83efca54a57c16bc9b467f"/><file name="system.xml" hash="504c040bcc5e99e367e3b32aaccc5d32"/></dir><dir name="Helper"><dir name="osolCaptcha"><file name="ajax-loader-big.gif" hash="a51c5608d01acf32df728f299767f82b"/><file name="font-png.png" hash="404b9571f4890235663353734cdb4024"/><file name="fontFileMeta.meta" hash="03cf0f85083974b905553ecb40174de4"/><file name="temp.meta" hash="625e359f6a3bfa64572544d5bf0a073d"/><file name="temp.png" hash="697c73c21eb60c6c237b0bf099428267"/><dir name="ttfs"><file name="AdLibBT.TTF" hash="4ff833d37c38398cd201b2550bf8ecb5"/><file name="BookmanOldStyle.TTF" hash="4267d8aa8711bb8c72cbefb26066c9e0"/><file name="CooperBlack.TTF" hash="8eb03871e6046162efce5f2cdf5fa849"/><file name="index.html" hash="d41d8cd98f00b204e9800998ecf8427e"/></dir></dir><file name="Data.php" hash="456a11d22a28118e327353af79a2095f"/><file name="OSOLmulticaptcha.php" hash="c4a2e999bb41d1bf4a217ccb2dfc5fea"/></dir><dir name="Model"><dir name="Source"><file name="Captchafonts.php" hash="4ac034345994bdf1eeada4ff0f1b4d22"/><file name="Captchafontsize.php" hash="c6d6c3d7107363f1aa1111663bb14647"/><file name="Captchaimage.php" hash="b49acab3a47cfa798aa16825f6417c82"/><file name="Captchalanguage.php" hash="89d9e8e16788d84c5ce8fcc2a9e07925"/><file name="Captchanoise.php" hash="cf5367e941950ebe7fc5786a550c0f17"/></dir></dir></dir></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies/>
|
18 |
</package>
|