Version Notes
TurnTo Admin Extension
2.0 Adds support for Single Sign On
2.1 Re-wrote catalog feed generator
Download this release
Release Info
Developer | TurnTo Networks |
Extension | socialcommerce_suite_by_turnto |
Version | 2.1.5 |
Comparing to | |
See all releases |
Code changes from version 2.1.4 to 2.1.5
- app/code/community/Turnto/Admin/controllers/.VersionController.php.swo +0 -0
- app/code/community/Turnto/Admin/controllers/.VersionController.php.swp +0 -0
- app/code/community/Turnto/Admin/controllers/AdminControllers/.TurntoController.php.swp +0 -0
- app/code/community/Turnto/Admin/controllers/VersionController.php +7 -0
- app/code/community/Turnto/Admin/etc/.config.xml.swp +0 -0
- app/code/community/Turnto/Admin/etc/config.xml +9 -2
- app/code/community/Turnto/Login/etc/config.xml +1 -1
- package.xml +4 -4
app/code/community/Turnto/Admin/controllers/.VersionController.php.swo
ADDED
Binary file
|
app/code/community/Turnto/Admin/controllers/.VersionController.php.swp
ADDED
Binary file
|
app/code/community/Turnto/Admin/controllers/AdminControllers/.TurntoController.php.swp
DELETED
Binary file
|
app/code/community/Turnto/Admin/controllers/VersionController.php
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
class Turnto_Admin_VersionController extends Mage_Core_Controller_Front_Action {
|
3 |
+
public function indexAction() {
|
4 |
+
echo Mage::getConfig()->getNode()->modules->Turnto_Admin->version;
|
5 |
+
}
|
6 |
+
}
|
7 |
+
?>
|
app/code/community/Turnto/Admin/etc/.config.xml.swp
ADDED
Binary file
|
app/code/community/Turnto/Admin/etc/config.xml
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
<config>
|
4 |
<modules>
|
5 |
<Turnto_Admin>
|
6 |
-
<version>
|
7 |
</Turnto_Admin>
|
8 |
</modules>
|
9 |
|
@@ -29,6 +29,13 @@
|
|
29 |
<frontName>turntocatalogfeed</frontName>
|
30 |
</args>
|
31 |
</turntocatfeed>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
</routers>
|
33 |
</frontend>
|
34 |
|
@@ -76,4 +83,4 @@
|
|
76 |
</menu>
|
77 |
</adminhtml>
|
78 |
|
79 |
-
</config>
|
3 |
<config>
|
4 |
<modules>
|
5 |
<Turnto_Admin>
|
6 |
+
<version>2.1.5</version>
|
7 |
</Turnto_Admin>
|
8 |
</modules>
|
9 |
|
29 |
<frontName>turntocatalogfeed</frontName>
|
30 |
</args>
|
31 |
</turntocatfeed>
|
32 |
+
<turntoversion>
|
33 |
+
<use>standard</use>
|
34 |
+
<args>
|
35 |
+
<module>Turnto_Admin</module>
|
36 |
+
<frontName>turnto</frontName>
|
37 |
+
</args>
|
38 |
+
</turntoversion>
|
39 |
</routers>
|
40 |
</frontend>
|
41 |
|
83 |
</menu>
|
84 |
</adminhtml>
|
85 |
|
86 |
+
</config>
|
app/code/community/Turnto/Login/etc/config.xml
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
<config>
|
4 |
<modules>
|
5 |
<Turnto_Login>
|
6 |
-
<version>
|
7 |
</Turnto_Login>
|
8 |
</modules>
|
9 |
|
3 |
<config>
|
4 |
<modules>
|
5 |
<Turnto_Login>
|
6 |
+
<version>2.1.5</version>
|
7 |
</Turnto_Login>
|
8 |
</modules>
|
9 |
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>socialcommerce_suite_by_turnto</name>
|
4 |
-
<version>2.1.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.turntonetworks.com/terms-of-use">TurnTo Networks</license>
|
7 |
<channel>community</channel>
|
@@ -13,9 +13,9 @@
|
|
13 |
2.1 Re-wrote catalog feed generator
|
14 |
</notes>
|
15 |
<authors><author><name>TurnTo</name><user>TurnTo</user><email>contact@turnto.com</email></author></authors>
|
16 |
-
<date>2015-
|
17 |
-
<time>
|
18 |
-
<contents><target name="magecommunity"><dir name="Turnto"><dir name="Admin"><dir name="Block"><file name="CatalogFeed.php" hash="f974cfdc687bf5edb3fdccb879547200"/><file name="HistoricalFeed.php" hash="a4d2b29c6d8bb2ed59aa884e02abc23b"/><file name="Overview.php" hash="51c8ed09153f1dc3b3d02aa0ab83f195"/><file name="ShowTabsAdminBlock.php" hash="d904239a91cc367e93c138eff3e2b074"/></dir><dir name="Helper"><file name="Data.php" hash="78a1e318ccf05caac4ca7a8c2bd74e43"/></dir><dir name="controllers"><dir name="AdminControllers"><file name="TurntoController.php" hash="690057e9429e3454939976232f0ccb22"/><file name="TurntoController.php.bkup" hash="72374095498b8f1d8d6aaee8e9abb7ce"
|
19 |
<compatible/>
|
20 |
<dependencies><required><php><min>5.0.0</min><max>6.0.0</max></php></required></dependencies>
|
21 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>socialcommerce_suite_by_turnto</name>
|
4 |
+
<version>2.1.5</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.turntonetworks.com/terms-of-use">TurnTo Networks</license>
|
7 |
<channel>community</channel>
|
13 |
2.1 Re-wrote catalog feed generator
|
14 |
</notes>
|
15 |
<authors><author><name>TurnTo</name><user>TurnTo</user><email>contact@turnto.com</email></author></authors>
|
16 |
+
<date>2015-03-23</date>
|
17 |
+
<time>16:59:14</time>
|
18 |
+
<contents><target name="magecommunity"><dir name="Turnto"><dir name="Admin"><dir name="Block"><file name="CatalogFeed.php" hash="f974cfdc687bf5edb3fdccb879547200"/><file name="HistoricalFeed.php" hash="a4d2b29c6d8bb2ed59aa884e02abc23b"/><file name="Overview.php" hash="51c8ed09153f1dc3b3d02aa0ab83f195"/><file name="ShowTabsAdminBlock.php" hash="d904239a91cc367e93c138eff3e2b074"/></dir><dir name="Helper"><file name="Data.php" hash="78a1e318ccf05caac4ca7a8c2bd74e43"/></dir><dir name="controllers"><dir name="AdminControllers"><file name="TurntoController.php" hash="690057e9429e3454939976232f0ccb22"/><file name="TurntoController.php.bkup" hash="72374095498b8f1d8d6aaee8e9abb7ce"/></dir><file name="IndexController.php" hash="47f6387a680b85bdeeca6b89fe9c76aa"/><file name="VersionController.php" hash="60fb4a7d588c728166d11b5808cf2099"/><file name=".IndexController.php.swo" hash="9fe1be1d74e273018c523559e88f8950"/><file name=".VersionController.php.swo" hash="297b78fd627fc67e350325767bd33e9a"/><file name=".VersionController.php.swp" hash="2285964acc4ac6ecd381d38e64ce252b"/></dir><dir name="etc"><file name="config.xml" hash="0a15daa1aa6e619ffc0c3718cb768d7f"/><file name=".config.xml.swp" hash="91caa56be3f38be493b6028dfb87ec79"/></dir></dir><dir name="Login"><dir name="Block"><file name="Login.php" hash="a51bc0ee76d20a9f4cb32bb21420ecd9"/><file name="Reg.php" hash="4eece8d78391b6578b0ba5e2c764dba5"/></dir><dir name="Helper"><file name="Data.php" hash="e87f15957335101d5ae643befcc06817"/></dir><dir name="controllers"><file name="IndexController.php" hash="087867555ca6d8174fb1301f3b558720"/></dir><dir name="etc"><file name="config.xml" hash="2fcebddc4b687752f16860a3dd092d47"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Turnto_Admin.xml" hash="0932b63ab068e1e8b12ff7b997ae83ee"/><file name="Turnto_Login.xml" hash="734c463c75970bd14ac7d7a90fa2de11"/></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="turnto"><file name="catalog_feed_tab.phtml" hash="c7623db3227221f10a32de69322bead9"/><file name="historical_feed_tab.phtml" hash="510bee39f490fe289e28e796ba0d43f2"/><file name="overview.phtml" hash="4cc20b32c3b0cd36cd349f0be44e4615"/></dir></dir></dir></dir></dir><dir name="frontend"><dir name="default"><dir name="default"><dir name="template"><dir name="turnto"><dir name="login"><file name="login.phtml" hash="7ec602a8ca09180f324229a77ea3e2db"/><file name="login_form.phtml" hash="a176124e54fc105d09e8a219114d9cfe"/><file name="reg.phtml" hash="7ec602a8ca09180f324229a77ea3e2db"/><file name="reg_form.phtml" hash="8d513aa7b9b582f748f5a484f2e81568"/></dir></dir></dir><dir name="layout"><file name="turnto_login.xml" hash="e9c1993c14add5a7be5c4079547d3609"/></dir></dir></dir></dir></target></contents>
|
19 |
<compatible/>
|
20 |
<dependencies><required><php><min>5.0.0</min><max>6.0.0</max></php></required></dependencies>
|
21 |
</package>
|