Version Notes
Fix for 404 Admin links on Linux clients.
Download this release
Release Info
Developer | Branko Ajzele |
Extension | ActionLogger |
Version | 1.1.0 |
Comparing to | |
See all releases |
Code changes from version 1.0.0 to 1.1.0
app/code/community/ActiveCodeline/ActionLogger/etc/adminhtml.xml
CHANGED
@@ -18,12 +18,12 @@
|
|
18 |
<admin_logs translate="title" module="activecodeline_actionlogger">
|
19 |
<title>Check logs for recorded Admin actions</title>
|
20 |
<sort_order>5</sort_order>
|
21 |
-
<action>adminhtml/
|
22 |
</admin_logs>
|
23 |
<frontend_logs translate="title" module="activecodeline_actionlogger">
|
24 |
<title>Check logs for recorded Frontend actions</title>
|
25 |
<sort_order>5</sort_order>
|
26 |
-
<action>adminhtml/
|
27 |
</frontend_logs>
|
28 |
</children>
|
29 |
</activecodeline_actionlogger>
|
18 |
<admin_logs translate="title" module="activecodeline_actionlogger">
|
19 |
<title>Check logs for recorded Admin actions</title>
|
20 |
<sort_order>5</sort_order>
|
21 |
+
<action>adminhtml/ActionLogger_Admin_Grid/index</action>
|
22 |
</admin_logs>
|
23 |
<frontend_logs translate="title" module="activecodeline_actionlogger">
|
24 |
<title>Check logs for recorded Frontend actions</title>
|
25 |
<sort_order>5</sort_order>
|
26 |
+
<action>adminhtml/ActionLogger_Frontend_Grid/index</action>
|
27 |
</frontend_logs>
|
28 |
</children>
|
29 |
</activecodeline_actionlogger>
|
package.xml
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>ActionLogger</name>
|
4 |
-
<version>1.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
-
<summary>
|
10 |
-
<description>This extension is inspired, to some extent, by
|
11 |
-
<notes>
|
12 |
<authors><author><name>Branko Ajzele</name><user>brankoa</user><email>ajzele@gmail.com</email></author></authors>
|
13 |
-
<date>2011-02-
|
14 |
-
<time>
|
15 |
-
<contents><target name="magecommunity"><dir name="ActiveCodeline"><dir name="ActionLogger"><dir name="Block"><dir name="Adminhtml"><dir name="List"><dir name="Admin"><file name="Grid.php" hash="8062ab8c65627e62a291e79158cf67d0"/></dir><dir name="Frontend"><file name="Grid.php" hash="64369eb1f1f2164288433a09c0edcb3a"/></dir><dir name="Renderer"><file name="Param.php" hash="18d7d0c55b948112348eefa370eff40e"/></dir></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="5786dbb70993b61e0b4b30062cd71806"/></dir><dir name="Model"><file name="Admin.php" hash="97bc0d1abedc0ba9d49ea5ca7d8aa811"/><file name="Frontend.php" hash="bb3c11adf75dcb8ad3d16719d5b24c35"/><dir name="Mysql4"><dir name="Admin"><file name="Collection.php" hash="5d2704b7792499377e709c0c80263261"/></dir><file name="Admin.php" hash="b20cf82f97457e265123ef8dfade51df"/><dir name="Frontend"><file name="Collection.php" hash="53c8b81d7438b575b9ed211d76f82385"/></dir><file name="Frontend.php" hash="71236e7158dc7d42a09a21858cd97b7f"/></dir><file name="Observer.php" hash="dfd15e2676b9e05b390f10de2e44073b"/></dir><dir name="controllers"><dir name="Adminhtml"><dir name="ActionLogger"><dir name="Admin"><file name="GridController.php" hash="04fed13b304bc912dff51bff5e368830"/></dir><dir name="Frontend"><file name="GridController.php" hash="c3e62c75e7fd41870d0c3e758cca3375"/></dir></dir></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>ActionLogger</name>
|
4 |
+
<version>1.1.0</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
+
<summary>Frontend and Admin action logger. Useful for site monitoring and/or development.</summary>
|
10 |
+
<description>This extension is inspired, to some extent, by "Logging of Administrator Actions" feature available in Magento Enterprise. Extension has several configurable parameters to set its behavior. It supports localization, via ActiveCodeline_ActionLogger.csv file. </description>
|
11 |
+
<notes>Fix for 404 Admin links on Linux clients.</notes>
|
12 |
<authors><author><name>Branko Ajzele</name><user>brankoa</user><email>ajzele@gmail.com</email></author></authors>
|
13 |
+
<date>2011-02-23</date>
|
14 |
+
<time>14:05:32</time>
|
15 |
+
<contents><target name="magecommunity"><dir name="ActiveCodeline"><dir name="ActionLogger"><dir name="Block"><dir name="Adminhtml"><dir name="List"><dir name="Admin"><file name="Grid.php" hash="8062ab8c65627e62a291e79158cf67d0"/></dir><dir name="Frontend"><file name="Grid.php" hash="64369eb1f1f2164288433a09c0edcb3a"/></dir><dir name="Renderer"><file name="Param.php" hash="18d7d0c55b948112348eefa370eff40e"/></dir></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="5786dbb70993b61e0b4b30062cd71806"/></dir><dir name="Model"><file name="Admin.php" hash="97bc0d1abedc0ba9d49ea5ca7d8aa811"/><file name="Frontend.php" hash="bb3c11adf75dcb8ad3d16719d5b24c35"/><dir name="Mysql4"><dir name="Admin"><file name="Collection.php" hash="5d2704b7792499377e709c0c80263261"/></dir><file name="Admin.php" hash="b20cf82f97457e265123ef8dfade51df"/><dir name="Frontend"><file name="Collection.php" hash="53c8b81d7438b575b9ed211d76f82385"/></dir><file name="Frontend.php" hash="71236e7158dc7d42a09a21858cd97b7f"/></dir><file name="Observer.php" hash="dfd15e2676b9e05b390f10de2e44073b"/></dir><dir name="controllers"><dir name="Adminhtml"><dir name="ActionLogger"><dir name="Admin"><file name="GridController.php" hash="04fed13b304bc912dff51bff5e368830"/></dir><dir name="Frontend"><file name="GridController.php" hash="c3e62c75e7fd41870d0c3e758cca3375"/></dir></dir></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="f08cb7cfaaff5ca9225a964e21ae4e9b"/><file name="config.xml" hash="373a0b02e9feafe2de77299691d89215"/><file name="system.xml" hash="511ad9f53d32ba2fd328cd3e7ae4e550"/></dir><dir name="sql"><dir name="activecodeline_actionlogger_setup"><file name="mysql4-install-1.0.0.php" hash="6a2d5a4ba81922bd9abbd6efde738a73"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="ActiveCodeline_ActionLogger.xml" hash="276359fcf9f52f645861c8d0abb3791f"/></dir></target><target name="magelocale"><dir name="en_US"><file name="ActiveCodeline_ActionLogger.csv" hash="e098d88a3713d6f6a466e340587af5b0"/></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|