Version Notes
Makes it easy to edit Robots.txt - you can access Robots.txt file directly from Magento Admin interface
Download this release
Release Info
| Developer | Francesco Magazzu |
| Extension | robots_txt |
| Version | 1.6.0 |
| Comparing to | |
| See all releases | |
Code changes from version 1.5 to 1.6.0
app/code/community/CueBlocks/Robots/etc/adminhtml.xml
ADDED
|
@@ -0,0 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?xml version="1.0"?>
|
| 2 |
+
<!--
|
| 3 |
+
* @package CueBlocks_
|
| 4 |
+
* @company CueBlocks - http://www.cueblocks.com/
|
| 5 |
+
* @author Francesco Magazzu' <francesco.magazzu at cueblocks.com>
|
| 6 |
+
-->
|
| 7 |
+
<adminhtml>
|
| 8 |
+
<menu>
|
| 9 |
+
<cueblocks module="robots">
|
| 10 |
+
<title>CueBlocks</title>
|
| 11 |
+
<sort_order>71</sort_order>
|
| 12 |
+
<children>
|
| 13 |
+
<robots module="robots">
|
| 14 |
+
<title>Robots</title>
|
| 15 |
+
<children>
|
| 16 |
+
<itemrobots module="robots">
|
| 17 |
+
<title>Edit Robot.txt</title>
|
| 18 |
+
<sort_order>0</sort_order>
|
| 19 |
+
<action>robots/adminhtml_robots</action>
|
| 20 |
+
</itemrobots>
|
| 21 |
+
</children>
|
| 22 |
+
</robots>
|
| 23 |
+
</children>
|
| 24 |
+
</cueblocks>
|
| 25 |
+
</menu>
|
| 26 |
+
<acl>
|
| 27 |
+
<resources>
|
| 28 |
+
<all>
|
| 29 |
+
<title>Allow Everything</title>
|
| 30 |
+
</all>
|
| 31 |
+
<admin>
|
| 32 |
+
<children>
|
| 33 |
+
<cueblocks>
|
| 34 |
+
<title>CueBlocks Extension</title>
|
| 35 |
+
<children>
|
| 36 |
+
<robots>
|
| 37 |
+
<title>Robots Txt</title>
|
| 38 |
+
<children>
|
| 39 |
+
<itemrobots>
|
| 40 |
+
<title>Robots</title>
|
| 41 |
+
</itemrobots>
|
| 42 |
+
</children>
|
| 43 |
+
</robots>
|
| 44 |
+
</children>
|
| 45 |
+
</cueblocks>
|
| 46 |
+
</children>
|
| 47 |
+
</admin>
|
| 48 |
+
</resources>
|
| 49 |
+
</acl>
|
| 50 |
+
<layout>
|
| 51 |
+
<updates>
|
| 52 |
+
<robots>
|
| 53 |
+
<file>robots.xml</file>
|
| 54 |
+
</robots>
|
| 55 |
+
</updates>
|
| 56 |
+
</layout>
|
| 57 |
+
</adminhtml>
|
app/code/community/CueBlocks/Robots/etc/config.xml
CHANGED
|
@@ -9,89 +9,52 @@
|
|
| 9 |
*/
|
| 10 |
-->
|
| 11 |
<config>
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
| 43 |
-
|
| 44 |
-
|
| 45 |
-
|
| 46 |
-
|
| 47 |
-
|
| 48 |
-
|
| 49 |
-
|
| 50 |
-
|
| 51 |
-
|
| 52 |
-
|
| 53 |
-
|
| 54 |
-
|
| 55 |
-
|
| 56 |
-
|
| 57 |
-
|
| 58 |
-
|
| 59 |
-
|
| 60 |
-
<adminhtml>
|
| 61 |
-
<menu>
|
| 62 |
-
<cueblocks module="robots">
|
| 63 |
-
<title>CueBlocks</title>
|
| 64 |
-
<sort_order>71</sort_order>
|
| 65 |
-
<children>
|
| 66 |
-
<itemrobots module="robots">
|
| 67 |
-
<title>Robots</title>
|
| 68 |
-
<sort_order>0</sort_order>
|
| 69 |
-
<action>robots/adminhtml_robots</action>
|
| 70 |
-
</itemrobots>
|
| 71 |
-
</children>
|
| 72 |
-
</cueblocks>
|
| 73 |
-
</menu>
|
| 74 |
-
<acl>
|
| 75 |
-
<resources>
|
| 76 |
-
<all>
|
| 77 |
-
<title>Allow Everything</title>
|
| 78 |
-
</all>
|
| 79 |
-
<admin>
|
| 80 |
-
<children>
|
| 81 |
-
<cueattributevalue>
|
| 82 |
-
<title>Robots Module</title>
|
| 83 |
-
<sort_order>200</sort_order>
|
| 84 |
-
</cueattributevalue>
|
| 85 |
-
</children>
|
| 86 |
-
</admin>
|
| 87 |
-
</resources>
|
| 88 |
-
</acl>
|
| 89 |
-
<layout>
|
| 90 |
-
<updates>
|
| 91 |
-
<cueattributevalue>
|
| 92 |
-
<file>robots.xml</file>
|
| 93 |
-
</cueattributevalue>
|
| 94 |
-
</updates>
|
| 95 |
-
</layout>
|
| 96 |
-
</adminhtml>
|
| 97 |
</config>
|
| 9 |
*/
|
| 10 |
-->
|
| 11 |
<config>
|
| 12 |
+
<modules>
|
| 13 |
+
<CueBlocks_Robots>
|
| 14 |
+
<version>1.6.0</version>
|
| 15 |
+
</CueBlocks_Robots>
|
| 16 |
+
</modules>
|
| 17 |
+
<global>
|
| 18 |
+
<resources>
|
| 19 |
+
<robots_setup>
|
| 20 |
+
<setup>
|
| 21 |
+
<module>CueBlocks_Robots</module>
|
| 22 |
+
</setup>
|
| 23 |
+
<connection>
|
| 24 |
+
<use>core_setup</use>
|
| 25 |
+
</connection>
|
| 26 |
+
</robots_setup>
|
| 27 |
+
<robots_write>
|
| 28 |
+
<connection>
|
| 29 |
+
<use>core_write</use>
|
| 30 |
+
</connection>
|
| 31 |
+
</robots_write>
|
| 32 |
+
<robots_read>
|
| 33 |
+
<connection>
|
| 34 |
+
<use>core_read</use>
|
| 35 |
+
</connection>
|
| 36 |
+
</robots_read>
|
| 37 |
+
</resources>
|
| 38 |
+
<blocks>
|
| 39 |
+
<robots>
|
| 40 |
+
<class>CueBlocks_Robots_Block</class>
|
| 41 |
+
</robots>
|
| 42 |
+
</blocks>
|
| 43 |
+
<helpers>
|
| 44 |
+
<robots>
|
| 45 |
+
<class>CueBlocks_Robots_Helper</class>
|
| 46 |
+
</robots>
|
| 47 |
+
</helpers>
|
| 48 |
+
</global>
|
| 49 |
+
<admin>
|
| 50 |
+
<routers>
|
| 51 |
+
<robots>
|
| 52 |
+
<use>admin</use>
|
| 53 |
+
<args>
|
| 54 |
+
<module>CueBlocks_Robots</module>
|
| 55 |
+
<frontName>robots</frontName>
|
| 56 |
+
</args>
|
| 57 |
+
</robots>
|
| 58 |
+
</routers>
|
| 59 |
+
</admin>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 60 |
</config>
|
package.xml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
<?xml version="1.0"?>
|
| 2 |
<package>
|
| 3 |
<name>robots_txt</name>
|
| 4 |
-
<version>1.
|
| 5 |
<stability>stable</stability>
|
| 6 |
<license>OSL v3.0</license>
|
| 7 |
<channel>community</channel>
|
|
@@ -9,10 +9,10 @@
|
|
| 9 |
<summary>Makes it easy to edit Robots.txt - you can access Robots.txt file directly from Magento Admin interface</summary>
|
| 10 |
<description>Makes it easy to edit Robots.txt - you can access Robots.txt file directly from Magento Admin interface</description>
|
| 11 |
<notes>Makes it easy to edit Robots.txt - you can access Robots.txt file directly from Magento Admin interface</notes>
|
| 12 |
-
<authors><author><name>CueBlocks.com</name><user>
|
| 13 |
-
<date>
|
| 14 |
-
<time>
|
| 15 |
-
<contents><target name="
|
| 16 |
<compatible/>
|
| 17 |
-
<dependencies
|
| 18 |
</package>
|
| 1 |
<?xml version="1.0"?>
|
| 2 |
<package>
|
| 3 |
<name>robots_txt</name>
|
| 4 |
+
<version>1.6.0</version>
|
| 5 |
<stability>stable</stability>
|
| 6 |
<license>OSL v3.0</license>
|
| 7 |
<channel>community</channel>
|
| 9 |
<summary>Makes it easy to edit Robots.txt - you can access Robots.txt file directly from Magento Admin interface</summary>
|
| 10 |
<description>Makes it easy to edit Robots.txt - you can access Robots.txt file directly from Magento Admin interface</description>
|
| 11 |
<notes>Makes it easy to edit Robots.txt - you can access Robots.txt file directly from Magento Admin interface</notes>
|
| 12 |
+
<authors><author><name>CueBlocks.com</name><user>CueBlocks</user><email>pancham@cueblocks.com</email></author></authors>
|
| 13 |
+
<date>2012-06-01</date>
|
| 14 |
+
<time>11:45:04</time>
|
| 15 |
+
<contents><target name="mageetc"><dir name="modules"><file name="CueBlocks_Robots.xml" hash="70e95a838a261031bcb97326117ca1fe"/></dir></target><target name="magecommunity"><dir name="CueBlocks"><dir name="Robots"><dir name="Block"><dir name="Adminhtml"><dir name="Robots"><dir name="Edit"><file name="Tabs.php" hash="ecc231e63a0f854d8baa6b5bdc4d3b05"/></dir><file name="Edit.php" hash="00a3081303cd7de46112b5a7ec2738e4"/></dir><file name="Robots.php" hash="cddb7ca64431cd0d0ba03d0298816974"/></dir></dir><dir name="Helper"><file name="Data.php" hash="bf21a8f4891b2ca8ac5c4fad3899f3ef"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="RobotsController.php" hash="131658f5654f2a24d4038f908487ed6f"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="a05ae708a5341b0162868de5909ae9ec"/><file name="config.xml" hash="7bd70d2073244224683bbb9024a12359"/></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="robots.xml" hash="2f81bd14161e4637a6af1251b4e405bb"/></dir><dir name="template"><dir name="robots"><file name="robotsadd.phtml" hash="e48350382629114610976da93858aa7f"/></dir></dir></dir></dir></dir></target></contents>
|
| 16 |
<compatible/>
|
| 17 |
+
<dependencies><required><php><min>5.0.0</min><max>6.0.0</max></php></required></dependencies>
|
| 18 |
</package>
|
