Version Notes
Revised release of the module.
Download this release
Release Info
Developer | Ti |
Extension | Ti_AdminComment |
Version | 1.3.2 |
Comparing to | |
See all releases |
Code changes from version 1.3.1 to 1.3.2
app/code/community/Ti/AdminComment/etc/adminhtml.xml
CHANGED
@@ -7,6 +7,7 @@
|
|
7 |
<title>Admin Order Comments</title>
|
8 |
<sort_order>500</sort_order>
|
9 |
<action>admincomment/adminhtml_admincomment</action>
|
|
|
10 |
<depends>
|
11 |
<config>admincomment/admincomment_group/admincomment_enable</config>
|
12 |
</depends>
|
@@ -14,21 +15,25 @@
|
|
14 |
</children>
|
15 |
</cms>
|
16 |
</menu>
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
|
|
|
|
22 |
<children>
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
</
|
29 |
-
|
|
|
|
|
30 |
</admin>
|
31 |
-
|
32 |
-
|
33 |
-
</config>
|
34 |
|
|
7 |
<title>Admin Order Comments</title>
|
8 |
<sort_order>500</sort_order>
|
9 |
<action>admincomment/adminhtml_admincomment</action>
|
10 |
+
<!--<action>admincomment/adminhtml_index/index</action>-->
|
11 |
<depends>
|
12 |
<config>admincomment/admincomment_group/admincomment_enable</config>
|
13 |
</depends>
|
15 |
</children>
|
16 |
</cms>
|
17 |
</menu>
|
18 |
+
<acl>
|
19 |
+
<resources>
|
20 |
+
<admin>
|
21 |
+
<children>
|
22 |
+
<system>
|
23 |
+
<children>
|
24 |
+
<config>
|
25 |
<children>
|
26 |
+
<admincomment module="admincomment" translate="title">
|
27 |
+
<title>Admin Order Comments</title>
|
28 |
+
<sort_order>999</sort_order>
|
29 |
+
</admincomment>
|
30 |
+
</children>
|
31 |
+
</config>
|
32 |
+
</children>
|
33 |
+
</system>
|
34 |
+
</children>
|
35 |
</admin>
|
36 |
+
</resources>
|
37 |
+
</acl>
|
|
|
38 |
|
39 |
+
</config>
|
package.xml
CHANGED
@@ -1,23 +1,28 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Ti_AdminComment</name>
|
4 |
-
<version>1.3.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Administrator can create messages against each order status from admin control panel.</summary>
|
10 |
<description>Simple to use and easy to configure.
|
|
|
11 |
Administrator can create messages against each order status from admin control panel.
|
|
|
12 |
A dropdown will appear in admin's order detail page just above the comment textarea.
|
|
|
13 |
Select message title from dropdown then message will appear in order comments textarea.
|
|
|
14 |
Administrator can send notification email by checking 'Notify Customer by Email' checkbox.
|
|
|
15 |
The customer can view the comment on the order detail page.</description>
|
16 |
<notes>Revised release of the module.</notes>
|
17 |
<authors><author><name>Ti</name><user>ti</user><email>magneto@titechnologies.in</email></author></authors>
|
18 |
-
<date>2016-
|
19 |
-
<time>
|
20 |
-
<contents><target name="magecommunity"><dir name="Ti"><dir name="AdminComment"><dir name="Block"><dir name="Adminhtml"><dir name="Admincomment"><dir name="Edit"><file name="Form.php" hash="257666cdb89ebc4f57988f8413a63b7e"/><dir name="Tab"><file name="Form.php" hash="9911b9d8400a412114e4ced956906073"/></dir><file name="Tabs.php" hash="4277d75d20b0c5a3cbc643bd99d999d0"/></dir><file name="Edit.php" hash="4247e4810607506404c3ae66d3bb596a"/><dir name="Grid"><dir name="Renderer"><file name="Content.php" hash="5868bac0ea6d6c0f9dbd110276fbd7a2"/></dir></dir><file name="Grid.php" hash="3a834e5df84a2956fd39df877d0baea5"/></dir><file name="Admincomment.php" hash="5e0431487be5f07248d8b442a824967b"/><dir name="Order"><file name="Messages.php" hash="0f5eb50913eb389793fc64f7dca8e899"/></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="de238d5c1a3d4cc4bece1b382719c1e9"/></dir><dir name="Model"><file name="Messages.php" hash="10526fa8ea488fd6c93880431b7754f4"/><dir name="Mysql4"><dir name="Messages"><file name="Collection.php" hash="48305566c707ef3a6c6ab1702821dbb4"/></dir><file name="Messages.php" hash="b10f4067533f635fa8cc81cba2cffe0a"/></dir><file name="Observer.php" hash="5f16f18a8c303fcef9b08d57f20a8d86"/><file name="Status.php" hash="6bf903c61d78fc163d64c70be6960e0c"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="AdmincommentController.php" hash="e4dcc321e44d2a23a4c54354fcd5fc04"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="
|
21 |
<compatible/>
|
22 |
<dependencies><required><php><min>5.0.0</min><max>5.6.4</max></php></required></dependencies>
|
23 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Ti_AdminComment</name>
|
4 |
+
<version>1.3.2</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Administrator can create messages against each order status from admin control panel.</summary>
|
10 |
<description>Simple to use and easy to configure.
|
11 |
+

|
12 |
Administrator can create messages against each order status from admin control panel.
|
13 |
+

|
14 |
A dropdown will appear in admin's order detail page just above the comment textarea.
|
15 |
+

|
16 |
Select message title from dropdown then message will appear in order comments textarea.
|
17 |
+

|
18 |
Administrator can send notification email by checking 'Notify Customer by Email' checkbox.
|
19 |
+

|
20 |
The customer can view the comment on the order detail page.</description>
|
21 |
<notes>Revised release of the module.</notes>
|
22 |
<authors><author><name>Ti</name><user>ti</user><email>magneto@titechnologies.in</email></author></authors>
|
23 |
+
<date>2016-09-05</date>
|
24 |
+
<time>12:12:53</time>
|
25 |
+
<contents><target name="magecommunity"><dir name="Ti"><dir name="AdminComment"><dir name="Block"><dir name="Adminhtml"><dir name="Admincomment"><dir name="Edit"><file name="Form.php" hash="257666cdb89ebc4f57988f8413a63b7e"/><dir name="Tab"><file name="Form.php" hash="9911b9d8400a412114e4ced956906073"/></dir><file name="Tabs.php" hash="4277d75d20b0c5a3cbc643bd99d999d0"/></dir><file name="Edit.php" hash="4247e4810607506404c3ae66d3bb596a"/><dir name="Grid"><dir name="Renderer"><file name="Content.php" hash="5868bac0ea6d6c0f9dbd110276fbd7a2"/></dir></dir><file name="Grid.php" hash="3a834e5df84a2956fd39df877d0baea5"/></dir><file name="Admincomment.php" hash="5e0431487be5f07248d8b442a824967b"/><dir name="Order"><file name="Messages.php" hash="0f5eb50913eb389793fc64f7dca8e899"/></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="de238d5c1a3d4cc4bece1b382719c1e9"/></dir><dir name="Model"><file name="Messages.php" hash="10526fa8ea488fd6c93880431b7754f4"/><dir name="Mysql4"><dir name="Messages"><file name="Collection.php" hash="48305566c707ef3a6c6ab1702821dbb4"/></dir><file name="Messages.php" hash="b10f4067533f635fa8cc81cba2cffe0a"/></dir><file name="Observer.php" hash="5f16f18a8c303fcef9b08d57f20a8d86"/><file name="Status.php" hash="6bf903c61d78fc163d64c70be6960e0c"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="AdmincommentController.php" hash="e4dcc321e44d2a23a4c54354fcd5fc04"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="01fa061336d23d36d70499724b821159"/><file name="config.xml" hash="f2be8e88d43b2c0195b034f3fbd7e248"/><file name="system.xml" hash="18de14fbd1ed9ee8f81dd5b7d76b3ebb"/></dir><dir name="sql"><dir name="admincomment_setup"><file name="mysql4-install-1.0.0.php" hash="dc1e8985adab9b24f2875ea0fa9205cb"/><file name="mysql4-upgrade-1.0.0-1.0.1.php" hash="72f389e5619bb345f8b93803de412716"/></dir></dir></dir></dir></target><target name="mage"><dir name="app"><dir name="design"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><dir name="ti"><file name="admincomment.xml" hash="002b04524a45218f9750c5ab31f0ae90"/></dir></dir><dir name="template"><dir name="admincomment"><dir name="order"><file name="dropdown.phtml" hash="aa337bbed8c96c012dd5f2df7e1b2bc0"/><file name="messages.phtml" hash="f762084c401c376491d78e3b19ead924"/></dir></dir></dir></dir></dir></dir></dir></dir><dir name="js"><dir name="ti"><dir name="admincomment"><file name="order_messages.js" hash="809c09dbc43b2cc1dc490f7eb6d588c3"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Ti_AdminComment.xml" hash="9523dfc413b58496466cab3027b2449f"/></dir></target></contents>
|
26 |
<compatible/>
|
27 |
<dependencies><required><php><min>5.0.0</min><max>5.6.4</max></php></required></dependencies>
|
28 |
</package>
|