Jaljale_Testimonials - Version 1.0.1

Version Notes

A simple magneto module for testimonial

Download this release

Release Info

Developer Krish
Extension Jaljale_Testimonials
Version 1.0.1
Comparing to
See all releases


Code changes from version 1.0.0 to 1.0.1

app/code/community/Jaljale/Testimonials/etc/config.xml CHANGED
@@ -81,17 +81,19 @@
81
  </routers>
82
  </admin>
83
  <adminhtml>
84
- <menu>
85
- <jaljale>
86
- <children>
87
- <testimonial module="testimonials">
88
- <title>Manage Testimonial</title>
89
- <sort_order>0</sort_order>
90
- <action>admin_testimonials/adminhtml_testimonial</action>
91
- </testimonial>
92
- </children>
93
- </jaljale>
94
- </menu>
 
 
95
  <acl>
96
  <resources>
97
  <all>
81
  </routers>
82
  </admin>
83
  <adminhtml>
84
+ <menu>
85
+ <jaljale module="testimonials">
86
+ <title>Jaljale</title>
87
+ <sort_order>100</sort_order>
88
+ <children>
89
+ <testimonial module="testimonials">
90
+ <title>Manage Testimonial</title>
91
+ <sort_order>0</sort_order>
92
+ <action>admin_testimonials/adminhtml_testimonial</action>
93
+ </testimonial>
94
+ </children>
95
+ </jaljale>
96
+ </menu>
97
  <acl>
98
  <resources>
99
  <all>
app/design/adminhtml/default/default/layout/testimonials.xml CHANGED
@@ -1,13 +1,13 @@
1
- <?xml version="1.0"?>
2
- <layout version="0.1.0">
3
- <testimonials_adminhtml_testimonialsbackend_index>
4
- <reference name="content">
5
- <block type="testimonials/adminhtml_testimonialsbackend" name="testimonialsbackend" template="testimonials/testimonialsbackend.phtml"/>
6
- </reference>
7
- </testimonials_adminhtml_testimonialsbackend_index>
8
- <testimonials_adminhtml_testimonial_index>
9
- <reference name="content">
10
- <block type="testimonials/adminhtml_testimonial" name="testimonial" />
11
- </reference>
12
- </testimonials_adminhtml_testimonial_index>
13
  </layout>
1
+ <?xml version="1.0"?>
2
+ <layout version="0.1.0">
3
+ <testimonials_adminhtml_testimonialsbackend_index>
4
+ <reference name="content">
5
+ <block type="testimonials/adminhtml_testimonialsbackend" name="testimonialsbackend" template="testimonials/testimonialsbackend.phtml"/>
6
+ </reference>
7
+ </testimonials_adminhtml_testimonialsbackend_index>
8
+ <testimonials_adminhtml_testimonial_index>
9
+ <reference name="content">
10
+ <block type="testimonials/adminhtml_testimonial" name="testimonial" />
11
+ </reference>
12
+ </testimonials_adminhtml_testimonial_index>
13
  </layout>
app/design/frontend/base/default/layout/testimonials.xml CHANGED
@@ -1,30 +1,12 @@
1
- <?xml version="1.0" ?>
2
- <layout version="0.1.0">
3
- <default>
4
- <reference name="root">
5
- <action method="setTemplate">
6
- <template>page/1column.phtml</template>
7
- </action>
8
- </reference>
9
- <reference name="head">
10
- <action method="addCss">
11
- <template>css/testimonials.css</template>
12
- </action>
13
- </reference>
14
- </default>
15
- <testimonials_index_index>
16
- <reference name="content">
17
- <block type="testimonials/index" name="testimonials_index" template="testimonials/index.phtml" />
18
- </reference>
19
- </testimonials_index_index>
20
- <testimonials_index_testimonials>
21
- <reference name="content">
22
- <block type="testimonials/index" name="testimonials_testimonials" template="testimonials/testimonials.phtml" />
23
- </reference>
24
- </testimonials_index_testimonials>
25
- <testimonials_index_all>
26
- <reference name="content">
27
- <block type="testimonials/index" name="testimonials_all" template="testimonials/all.phtml" />
28
- </reference>
29
- </testimonials_index_all>
30
- </layout>
1
+ <?xml version="1.0"?>
2
+ <layout version="0.1.0">
3
+ <testimonials_index_index>
4
+ <reference name="root">
5
+ <action method="setTemplate"><template>page/1column.phtml</template></action>
6
+ </reference>
7
+ <reference name="content">
8
+ <block type="testimonials/index" name="testimonials_index" template="testimonials/index.phtml"/>
9
+ </reference>
10
+ </testimonials_index_index>
11
+ </layout>
12
+
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
app/etc/modules/Jaljale_Testimonials.xml CHANGED
@@ -1,10 +1,10 @@
1
- <?xml version="1.0" ?>
2
- <config>
3
- <modules>
4
- <Jaljale_Testimonials>
5
- <active>true</active>
6
- <codePool>community</codePool>
7
- <version>0.1.0</version>
8
- </Jaljale_Testimonials>
9
- </modules>
10
- </config>
1
+ <?xml version="1.0"?>
2
+ <config>
3
+ <modules>
4
+ <Jaljale_Testimonials>
5
+ <active>true</active>
6
+ <codePool>community</codePool>
7
+ <version>0.1.0</version>
8
+ </Jaljale_Testimonials>
9
+ </modules>
10
+ </config>
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Jaljale_Testimonials</name>
4
- <version>1.0.0</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.gnu.org/licenses/gpl-3.0.en.html">GNU General Public License (GPL)</license>
7
  <channel>community</channel>
@@ -20,9 +20,9 @@ Magento Supported Version: &#xD;
20
  Support for Magento 2.0 will be updated</description>
21
  <notes>A simple magneto module for testimonial</notes>
22
  <authors><author><name>Krish</name><user>jaljale</user><email>jaljaletech@gmail.com</email></author><author><name>Subin Shrestha</name><user>sthasbin</user><email>sthasbin@jaljale.com</email></author></authors>
23
- <date>2015-06-16</date>
24
- <time>06:16:48</time>
25
- <contents><target name="magecommunity"><dir name="Jaljale"><dir name="Testimonials"><dir name="Block"><dir name="Adminhtml"><dir name="Testimonial"><dir name="Edit"><file name="Form.php" hash="ac7a4c4ddf863c2ece0a520965494d70"/><dir name="Tab"><file name="Form.php" hash="e738d03c420d0df7f8d428ea2eba3958"/></dir><file name="Tabs.php" hash="1819ce16380bd4d25e01b6db9e2de4df"/></dir><file name="Edit.php" hash="4a17e51b2fa9d07012c0b83a5ad050f2"/><file name="Grid.php" hash="423d6ad3085fcc00a723286eae7c6015"/></dir><file name="Testimonial.php" hash="1c63057236b5278810773444841a21b3"/><file name="Testimonialsbackend.php" hash="84e8c38cb00defa003da9aa89960b4c3"/></dir><file name="Index.php" hash="dd280e811504ed94e7bbf0ae25124208"/></dir><dir name="Helper"><file name="Data.php" hash="6754286c5f49dc232e6d2d7a963692fe"/></dir><dir name="Model"><dir name="Mysql4"><dir name="Testimonial"><file name="Collection.php" hash="4999acde88c6cb936e359ad35361f681"/></dir><file name="Testimonial.php" hash="6556f75356bff5a7e60e39af26b29408"/></dir><file name="Testimonial.php" hash="858eee754d8c78cb006074a29d0e3cd9"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="TestimonialController.php" hash="f640888f4931b6c8dd1a2e4c189195ba"/><file name="TestimonialsbackendController.php" hash="e01406a0e4fdc624fe9a7266b75b537c"/></dir><file name="IndexController.php" hash="354d759c88ed607cb156d6932f803822"/></dir><dir name="etc"><file name="config.xml" hash="2d448080ec95df0ac4012f19f6c8467b"/></dir><dir name="sql"><dir name="testimonials_setup"><file name="mysql4-install-0.1.0.php" hash="019f4fb97141e5aff7fda57066894158"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="testimonials.xml" hash="35ee0c6dffecda0f9864953b4718f470"/></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="testimonials.xml" hash="99cbd9e9e347cd33c30eeb5b3e2be79f"/></dir><dir name="template"><dir name="testimonials"><file name="all.phtml" hash="a692c92713e8b1f3961caf637844f291"/><file name="index.phtml" hash="395b5512423d31a9526f94e3d7dcc13a"/><file name="testimonials.phtml" hash="57a09a43b3431261c7387177936486bf"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Jaljale_Testimonials.xml" hash="b558ad0a1ed075974ca6179ddcd55bc8"/></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="css"><file name="testimonials.css" hash="1ece9085d758334a21da27c21c30f960"/></dir></dir></dir></dir></target></contents>
26
  <compatible/>
27
  <dependencies><required><php><min>5.1.3</min><max>6.5.5</max></php></required></dependencies>
28
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Jaljale_Testimonials</name>
4
+ <version>1.0.1</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.gnu.org/licenses/gpl-3.0.en.html">GNU General Public License (GPL)</license>
7
  <channel>community</channel>
20
  Support for Magento 2.0 will be updated</description>
21
  <notes>A simple magneto module for testimonial</notes>
22
  <authors><author><name>Krish</name><user>jaljale</user><email>jaljaletech@gmail.com</email></author><author><name>Subin Shrestha</name><user>sthasbin</user><email>sthasbin@jaljale.com</email></author></authors>
23
+ <date>2015-08-09</date>
24
+ <time>07:40:04</time>
25
+ <contents><target name="magecommunity"><dir name="Jaljale"><dir name="Testimonials"><dir name="Block"><dir name="Adminhtml"><dir name="Testimonial"><dir name="Edit"><file name="Form.php" hash="ac7a4c4ddf863c2ece0a520965494d70"/><dir name="Tab"><file name="Form.php" hash="e738d03c420d0df7f8d428ea2eba3958"/></dir><file name="Tabs.php" hash="1819ce16380bd4d25e01b6db9e2de4df"/></dir><file name="Edit.php" hash="4a17e51b2fa9d07012c0b83a5ad050f2"/><file name="Grid.php" hash="423d6ad3085fcc00a723286eae7c6015"/></dir><file name="Testimonial.php" hash="1c63057236b5278810773444841a21b3"/><file name="Testimonialsbackend.php" hash="84e8c38cb00defa003da9aa89960b4c3"/></dir><file name="Index.php" hash="dd280e811504ed94e7bbf0ae25124208"/></dir><dir name="Helper"><file name="Data.php" hash="6754286c5f49dc232e6d2d7a963692fe"/></dir><dir name="Model"><dir name="Mysql4"><dir name="Testimonial"><file name="Collection.php" hash="4999acde88c6cb936e359ad35361f681"/></dir><file name="Testimonial.php" hash="6556f75356bff5a7e60e39af26b29408"/></dir><file name="Testimonial.php" hash="858eee754d8c78cb006074a29d0e3cd9"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="TestimonialController.php" hash="f640888f4931b6c8dd1a2e4c189195ba"/><file name="TestimonialsbackendController.php" hash="e01406a0e4fdc624fe9a7266b75b537c"/></dir><file name="IndexController.php" hash="354d759c88ed607cb156d6932f803822"/></dir><dir name="etc"><file name="config.xml" hash="b895540daaaf65226d45f8097c6c32b7"/></dir><dir name="sql"><dir name="testimonials_setup"><file name="mysql4-install-0.1.0.php" hash="019f4fb97141e5aff7fda57066894158"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="testimonials.xml" hash="3d927747b182e30cfe790aa3f62a2202"/></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="testimonials.xml" hash="5d3a17de57ee123fc77b5e8d3a7811aa"/></dir><dir name="template"><dir name="testimonials"><file name="all.phtml" hash="a692c92713e8b1f3961caf637844f291"/><file name="index.phtml" hash="395b5512423d31a9526f94e3d7dcc13a"/><file name="testimonials.phtml" hash="57a09a43b3431261c7387177936486bf"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Jaljale_Testimonials.xml" hash="054a9e8372a395a0eb03005b0bb1d93c"/></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="css"><file name="testimonials.css" hash="1ece9085d758334a21da27c21c30f960"/></dir></dir></dir></dir></target></contents>
26
  <compatible/>
27
  <dependencies><required><php><min>5.1.3</min><max>6.5.5</max></php></required></dependencies>
28
  </package>