Version Notes
First Release
Download this release
Release Info
Developer | Carotechs |
Extension | Carotechs_Audittrack |
Version | 0.1.0 |
Comparing to | |
See all releases |
Version 0.1.0
app/design/adminhtml/default/default/layout/audittrack.xml
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<layout version="0.1.0">
|
3 |
+
<audittrack_adminhtml_audittrack_index>
|
4 |
+
<reference name="content">
|
5 |
+
<block type="audittrack/adminhtml_audittrack" name="audittrack" />
|
6 |
+
</reference>
|
7 |
+
</audittrack_adminhtml_audittrack_index>
|
8 |
+
</layout>
|
app/etc/modules/Carotechs_Audittrack.xml
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<config>
|
3 |
+
<modules>
|
4 |
+
<Carotechs_Audittrack>
|
5 |
+
<active>true</active>
|
6 |
+
<codePool>local</codePool>
|
7 |
+
</Carotechs_Audittrack>
|
8 |
+
</modules>
|
9 |
+
</config>
|
package.xml
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<package>
|
3 |
+
<name>Carotechs_Audittrack</name>
|
4 |
+
<version>0.1.0</version>
|
5 |
+
<stability>stable</stability>
|
6 |
+
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
+
<channel>community</channel>
|
8 |
+
<extends/>
|
9 |
+
<summary>Audit Track extension is simple but powerful mechanism to log and track the changes in various entities like Product, Category, Attribute, Price Rules and Customer.</summary>
|
10 |
+
<description>Audit Track extension is simple but powerful mechanism to log and track the changes in various entities like Product, Category, Attribute, Price Rules and Customer.
|
11 |
+

|
12 |
+
It also allows to send email notification when the product price is updated.</description>
|
13 |
+
<notes>First Release</notes>
|
14 |
+
<authors><author><name>Carotechs</name><user>carotechsinc</user><email>apps@carotechs.com</email></author></authors>
|
15 |
+
<date>2013-07-12</date>
|
16 |
+
<time>10:20:58</time>
|
17 |
+
<contents><target name="magelocal"><dir name="Carotechs"><file name="Audittrack" hash=""/></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="audittrack.xml" hash="73d7014c2371143c3a9f34683c446c51"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Carotechs_Audittrack.xml" hash="9f1a85ba90bd65b2bb44127e02b40331"/></dir></target></contents>
|
18 |
+
<compatible/>
|
19 |
+
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
|
20 |
+
</package>
|