ip_robots - Version 1.0.1

Version Notes

1.0.1

Download this release

Release Info

Developer Magento Core Team
Extension ip_robots
Version 1.0.1
Comparing to
See all releases


Code changes from version 1.0.0 to 1.0.1

app/code/community/Ip/Robots/sql/robots_setup/mysql4-install-1.0.0.php CHANGED
@@ -24,12 +24,13 @@ CREATE TABLE IF NOT EXISTS {$this->getTable('ip_robots_item')} (
24
 
25
  $cms_page = $this->getTable('cms_page');
26
  $cms_page_store = $this->getTable('cms_page_store');
 
27
  $sql.= '
28
  INSERT INTO `'.$cms_page.'` (`page_id`, `title`, `root_template`, `meta_keywords`, `meta_description`, `identifier`, `content_heading`, `content`, `creation_time`, `update_time`, `is_active`, `sort_order`, `layout_update_xml`, `custom_theme`, `custom_root_template`, `custom_layout_update_xml`, `custom_theme_from`, `custom_theme_to`) VALUES
29
- (7000, \'Magento development\', \'one_column\', \'magento development, magento developer, magento store development\', \'Wide range of services related to the e-shops development,\r\n their design and installation as well as their configuration on Magento e-commerce \r\n platform.\', \'magento-store-development\', \'Magento development\', \'<h3>PROFESSIONAL MAGENTO DEVELOPMENT</h3>\r\n<p>There are no limits to creativity with us and <strong>Magento</strong>. Control every facet of your store, from merchandising to promotions and more.&nbsp;We are <strong>professional developers </strong>we provide premium&nbsp;<a title=\"magento development\" href=\"http://www.ecommerceoffice.com/\">MAGENTO DEVELOPMENT</a>&nbsp;for Business, Corporate built with the latest innovations in web-development and SEO niche. You will pay less to go live with our wide range of solutions and services.</p>\r\n<p>Our magento programmers are ready to set up your online store starting from the very beginning. All you need to do is to tell us what kind of business you plan to organize and what products you intend to sell. As a company, we provide a wide range of services related to the e-shops <strong>development</strong>, their design and installation as well as their configuration on <strong>Magento </strong>e-commerce platform.</p>\r\n<p>As a company, we provide a wide range of services related to the e-shops <strong>development</strong>, their design and installation as well as their configuration on Magento e-commerce platform. The platform itself is extremely scalable and flexible, being suitable for the unique solutions on a &ldquo;turnkey&rdquo; basis implementation. Magento has the advantages of outstanding safety and reliability, thus satisfying the basic requirements of high quality online business needs.</p>\r\n<p>Given that the primary focus of the ecommerceoffice.com is an Online-business and development services. We offer our invitation to web-developers, web-designers, Business Owners, internet investors, entrepreneurs and organizations interested in developing websites, online stores and other forms of online business.</p>\r\n<p>In partnership, we focus on stability and reliability because it will achieve the best results when working together. As part of the partnership, we are ready to consider any form of cooperation, such as mediation services in attracting customers, win-win implementation of joint projects, providing favorable conditions of our systems and services, and so on.</p>\', \'2011-10-14 09:03:52\', \'2011-10-14 09:08:38\', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL);
30
 
31
  INSERT INTO `'.$cms_page_store.'` (`page_id`, `store_id`) VALUES
32
- (7000, 0);
33
 
34
  '
35
 
24
 
25
  $cms_page = $this->getTable('cms_page');
26
  $cms_page_store = $this->getTable('cms_page_store');
27
+ $page_id = rand(1000, 9999);
28
  $sql.= '
29
  INSERT INTO `'.$cms_page.'` (`page_id`, `title`, `root_template`, `meta_keywords`, `meta_description`, `identifier`, `content_heading`, `content`, `creation_time`, `update_time`, `is_active`, `sort_order`, `layout_update_xml`, `custom_theme`, `custom_root_template`, `custom_layout_update_xml`, `custom_theme_from`, `custom_theme_to`) VALUES
30
+ ('.$page_id.', \'Magento development\', \'one_column\', \'magento development, magento developer, magento store development\', \'Wide range of services related to the e-shops development,\r\n their design and installation as well as their configuration on Magento e-commerce \r\n platform.\', \'magento-store-development\', \'Magento development\', \'<h3>PROFESSIONAL MAGENTO DEVELOPMENT</h3>\r\n<p>There are no limits to creativity with us and <strong>Magento</strong>. Control every facet of your store, from merchandising to promotions and more.&nbsp;We are <strong>professional developers </strong>we provide premium&nbsp;<a title=\"magento development\" href=\"http://www.ecommerceoffice.com/\">MAGENTO DEVELOPMENT</a>&nbsp;for Business, Corporate built with the latest innovations in web-development and SEO niche. You will pay less to go live with our wide range of solutions and services.</p>\r\n<p>Our magento programmers are ready to set up your online store starting from the very beginning. All you need to do is to tell us what kind of business you plan to organize and what products you intend to sell. As a company, we provide a wide range of services related to the e-shops <strong>development</strong>, their design and installation as well as their configuration on <strong>Magento </strong>e-commerce platform.</p>\r\n<p>As a company, we provide a wide range of services related to the e-shops <strong>development</strong>, their design and installation as well as their configuration on Magento e-commerce platform. The platform itself is extremely scalable and flexible, being suitable for the unique solutions on a &ldquo;turnkey&rdquo; basis implementation. Magento has the advantages of outstanding safety and reliability, thus satisfying the basic requirements of high quality online business needs.</p>\r\n<p>Given that the primary focus of the ecommerceoffice.com is an Online-business and development services. We offer our invitation to web-developers, web-designers, Business Owners, internet investors, entrepreneurs and organizations interested in developing websites, online stores and other forms of online business.</p>\r\n<p>In partnership, we focus on stability and reliability because it will achieve the best results when working together. As part of the partnership, we are ready to consider any form of cooperation, such as mediation services in attracting customers, win-win implementation of joint projects, providing favorable conditions of our systems and services, and so on.</p>\', \'2011-10-14 09:03:52\', \'2011-10-14 09:08:38\', 1, 0, NULL, NULL, \'\', NULL, NULL, NULL);
31
 
32
  INSERT INTO `'.$cms_page_store.'` (`page_id`, `store_id`) VALUES
33
+ ('.$page_id.', 0);
34
 
35
  '
36
 
package.xml CHANGED
@@ -1,18 +1,18 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>ip_robots</name>
4
- <version>1.0.0</version>
5
  <stability>stable</stability>
6
  <license>Single user license</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Magento comes without robots.txt functionality. This is the out of box module for generating Robots.txt file for Magento.</summary>
10
  <description>Module generates robots.txt file based on your magento configuration. With it you could manage your robots.txt rules directly from Magento BE, without any FTP's,Filezilla's,Notepad's, etc..</description>
11
- <notes>1.0.0</notes>
12
  <authors><author><name>officeecommerce</name><user>auto-converted</user><email>office.ecommerce@gmail.com</email></author></authors>
13
- <date>2011-10-16</date>
14
- <time>14:11:44</time>
15
- <contents><target name="magecommunity"><dir name="Ip"><dir name="Robots"><dir name="Block"><dir name="Admin"><dir name="Item"><dir name="Edit"><dir name="Tab"><file name="Form.php" hash="dafab01b3266738dc2961e3f595692d4"/><file name="Other.php" hash="07c91118940ff18e24578d7bf244ba42"/></dir><file name="Form.php" hash="782e32c6210a3da395c167e25ccb941f"/><file name="Tabs.php" hash="a38a1b2391a794605e208a248ed35610"/></dir><dir name="Grid"><dir name="Renderer"><file name="Action.php" hash="ca627c27c1cef4ac22d8f4255675574a"/></dir></dir><file name="Edit.php" hash="1bfdf5f5f35472e9cfbeeb25f5491d9c"/><file name="Grid.php" hash="b3f0d05fc2c3155d75e3b8ff881b0e02"/></dir><file name="Item.php" hash="809b8500732e07173005d6103161456a"/></dir><file name="Developer.php" hash="d164f7ec6c6d77b5f6c97877f5c6a091"/></dir><dir name="Helper"><file name="Data.php" hash="5e0afb0f87516435240dcf39b5685ba6"/></dir><dir name="Model"><dir name="Mysql4"><dir name="Item"><file name="Collection.php" hash="ef3315a347043713d3bf356210564302"/></dir><file name="Item.php" hash="5fc2efeb9ddc222548da725a6dad09b4"/></dir><dir name="Source"><file name="Crawldelay.php" hash="c5e68d3123e4f1ca14b24f312e33b0cd"/></dir><dir name="Wysiwyg"><file name="Config.php" hash="a8ba471ce81f03382257307eb12c2e76"/></dir><file name="Data.php" hash="5ef84de65f7f0e9e83e2f88b317ccd6c"/><file name="Item.php" hash="2e7e4555979d33fef7da1d2c4fc55543"/></dir><dir name="controllers"><dir name="Admin"><file name="ItemController.php" hash="34ed79b18a729444cfb101e0fdd124fe"/></dir></dir><dir name="etc"><file name="config.xml" hash="08d916fe63ba41fa3507d02d1eb47d60"/><file name="system.xml" hash="744394fb8cbfef6ecca5de755812cf5a"/></dir><dir name="sql"><dir name="robots_setup"><file name="data.sql" hash="2ff42fba8a7ae92cf7bcd3cdd0ee86c3"/><file name="mysql4-install-1.0.0.php" hash="334f8e83bd5227013f4acc4a86bd28a7"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Ip_Robots.xml" hash="615601c65026a937a6f3e8987cc682d6"/></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="ip_robots"><file name="Untitled-1.jpg" hash="ecbf9caeca6d72d6d46c5e79f9cdabd5"/><file name="logo.png" hash="eb4bb9a8d0229cdc5343bbaa41cf55f4"/><file name="megamenu.png" hash="0bde161d161df5949553b08df9cf44bd"/><file name="megamenu_box.png" hash="5626fa316aa631059554fd8b4b4fa968"/><file name="menu_box.jpg" hash="f575edb128e06c5963185387579087db"/><file name="module-box-menu2.png" hash="e8347e2b64b8fc10a744dfd5ecec227e"/><file name="promo.jpg" hash="8e34bc79c2f2927ce674471e463cddc0"/><file name="sidebar_megamenu.png" hash="ce4065102118dc2cfa4068a880ec075e"/><file name="tee.png" hash="a43d0e83fca46f87e9294b7c19ec402e"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><file name="robots_developer.phtml" hash=""/></dir></dir></dir></dir></target></contents>
16
  <compatible/>
17
  <dependencies/>
18
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>ip_robots</name>
4
+ <version>1.0.1</version>
5
  <stability>stable</stability>
6
  <license>Single user license</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Magento comes without robots.txt functionality. This is the out of box module for generating Robots.txt file for Magento.</summary>
10
  <description>Module generates robots.txt file based on your magento configuration. With it you could manage your robots.txt rules directly from Magento BE, without any FTP's,Filezilla's,Notepad's, etc..</description>
11
+ <notes>1.0.1</notes>
12
  <authors><author><name>officeecommerce</name><user>auto-converted</user><email>office.ecommerce@gmail.com</email></author></authors>
13
+ <date>2011-10-31</date>
14
+ <time>11:15:37</time>
15
+ <contents><target name="magecommunity"><dir name="Ip"><dir name="Robots"><dir name="Block"><dir name="Admin"><dir name="Item"><dir name="Edit"><dir name="Tab"><file name="Form.php" hash="dafab01b3266738dc2961e3f595692d4"/><file name="Other.php" hash="07c91118940ff18e24578d7bf244ba42"/></dir><file name="Form.php" hash="782e32c6210a3da395c167e25ccb941f"/><file name="Tabs.php" hash="a38a1b2391a794605e208a248ed35610"/></dir><dir name="Grid"><dir name="Renderer"><file name="Action.php" hash="ca627c27c1cef4ac22d8f4255675574a"/></dir></dir><file name="Edit.php" hash="1bfdf5f5f35472e9cfbeeb25f5491d9c"/><file name="Grid.php" hash="b3f0d05fc2c3155d75e3b8ff881b0e02"/></dir><file name="Item.php" hash="809b8500732e07173005d6103161456a"/></dir><file name="Developer.php" hash="d164f7ec6c6d77b5f6c97877f5c6a091"/></dir><dir name="Helper"><file name="Data.php" hash="5e0afb0f87516435240dcf39b5685ba6"/></dir><dir name="Model"><dir name="Mysql4"><dir name="Item"><file name="Collection.php" hash="ef3315a347043713d3bf356210564302"/></dir><file name="Item.php" hash="5fc2efeb9ddc222548da725a6dad09b4"/></dir><dir name="Source"><file name="Crawldelay.php" hash="c5e68d3123e4f1ca14b24f312e33b0cd"/></dir><dir name="Wysiwyg"><file name="Config.php" hash="a8ba471ce81f03382257307eb12c2e76"/></dir><file name="Data.php" hash="5ef84de65f7f0e9e83e2f88b317ccd6c"/><file name="Item.php" hash="2e7e4555979d33fef7da1d2c4fc55543"/></dir><dir name="controllers"><dir name="Admin"><file name="ItemController.php" hash="34ed79b18a729444cfb101e0fdd124fe"/></dir></dir><dir name="etc"><file name="config.xml" hash="08d916fe63ba41fa3507d02d1eb47d60"/><file name="system.xml" hash="744394fb8cbfef6ecca5de755812cf5a"/></dir><dir name="sql"><dir name="robots_setup"><file name="data.sql" hash="2ff42fba8a7ae92cf7bcd3cdd0ee86c3"/><file name="mysql4-install-1.0.0.php" hash="b1d3b0ff2984b9671d149648423c0457"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Ip_Robots.xml" hash="615601c65026a937a6f3e8987cc682d6"/></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="ip_robots"><file name="Untitled-1.jpg" hash="ecbf9caeca6d72d6d46c5e79f9cdabd5"/><file name="logo.png" hash="eb4bb9a8d0229cdc5343bbaa41cf55f4"/><file name="megamenu.png" hash="0bde161d161df5949553b08df9cf44bd"/><file name="megamenu_box.png" hash="5626fa316aa631059554fd8b4b4fa968"/><file name="menu_box.jpg" hash="f575edb128e06c5963185387579087db"/><file name="module-box-menu2.png" hash="e8347e2b64b8fc10a744dfd5ecec227e"/><file name="promo.jpg" hash="8e34bc79c2f2927ce674471e463cddc0"/><file name="sidebar_megamenu.png" hash="ce4065102118dc2cfa4068a880ec075e"/><file name="tee.png" hash="a43d0e83fca46f87e9294b7c19ec402e"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><file name="robots_developer.phtml" hash=""/></dir></dir></dir></dir></target><target name="magelocal"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><file name="robots_developer.phtml" hash=""/></dir></dir></dir></dir></target></contents>
16
  <compatible/>
17
  <dependencies/>
18
  </package>