Version Notes
This module will help you manage the product attributes.
Download this release
Release Info
Developer | Marcin Frymark |
Extension | ajaxified_product_edit |
Version | 0.1.0.2 |
Comparing to | |
See all releases |
Code changes from version 0.1.0.1 to 0.1.0.2
- app/code/community/Alekseon/AdminNotification/Helper/Data.php +0 -10
- app/code/community/Alekseon/AdminNotification/etc/adminhtml.xml +0 -31
- app/code/community/Alekseon/AdminNotification/etc/config.xml +0 -48
- app/code/community/Alekseon/AdminNotification/etc/system.xml +0 -74
- app/code/community/Alekseon/AjaxifiedProductEdit/Block/Adminhtml/System/Config/Form/Field/AlekseonLogo.php +16 -0
- app/code/community/Alekseon/{AdminNotification/Block/Adminhtml/System/Config/Form/Field/Notification.php → AjaxifiedProductEdit/Block/Adminhtml/System/Config/Form/Field/AlekseonNotification.php} +1 -1
- app/code/community/Alekseon/AjaxifiedProductEdit/Helper/Data.php +5 -0
- app/code/community/Alekseon/{AdminNotification/Model → AjaxifiedProductEdit/Model/AlekseonAdminNotification}/Feed.php +2 -2
- app/code/community/Alekseon/{AdminNotification/Model → AjaxifiedProductEdit/Model/AlekseonAdminNotification}/Observer.php +2 -2
- app/code/community/Alekseon/AjaxifiedProductEdit/etc/adminhtml.xml +4 -0
- app/code/community/Alekseon/AjaxifiedProductEdit/etc/config.xml +1 -3
- app/code/community/Alekseon/AjaxifiedProductEdit/etc/system.xml +57 -2
- app/code/community/Alekseon/Core/Block/Adminhtml/System/Config/Fieldset/Alekseon.php +0 -11
- app/code/community/Alekseon/Core/Helper/Data.php +0 -19
- app/code/community/Alekseon/Core/etc/config.xml +0 -28
- app/design/adminhtml/default/default/template/alekseon/cronTasks/runTask.phtml +30 -0
- app/etc/modules/Alekseon_AdminNotification.xml +0 -21
- app/etc/modules/Alekseon_Core.xml +0 -17
- package.xml +4 -4
app/code/community/Alekseon/AdminNotification/Helper/Data.php
DELETED
@@ -1,10 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* @author Marcin Frymark
|
4 |
-
* @email contact@alekseon.com
|
5 |
-
* @company Alekseon
|
6 |
-
* @website www.alekseon.com
|
7 |
-
*/
|
8 |
-
class Alekseon_AdminNotification_Helper_Data extends Mage_Core_Helper_Abstract
|
9 |
-
{
|
10 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/Alekseon/AdminNotification/etc/adminhtml.xml
DELETED
@@ -1,31 +0,0 @@
|
|
1 |
-
<?xml version="1.0"?>
|
2 |
-
<!--
|
3 |
-
/**
|
4 |
-
* @author Marcin Frymark
|
5 |
-
* @email contact@alekseon.com
|
6 |
-
* @company Alekseon
|
7 |
-
* @website www.alekseon.com
|
8 |
-
*/
|
9 |
-
-->
|
10 |
-
<config>
|
11 |
-
<acl>
|
12 |
-
<resources>
|
13 |
-
<admin>
|
14 |
-
<children>
|
15 |
-
<system>
|
16 |
-
<children>
|
17 |
-
<config>
|
18 |
-
<children>
|
19 |
-
<alekseon_adminNotification translate="title">
|
20 |
-
<title>Alekseon Notifications</title>
|
21 |
-
<sort_order>10</sort_order>
|
22 |
-
</alekseon_adminNotification>
|
23 |
-
</children>
|
24 |
-
</config>
|
25 |
-
</children>
|
26 |
-
</system>
|
27 |
-
</children>
|
28 |
-
</admin>
|
29 |
-
</resources>
|
30 |
-
</acl>
|
31 |
-
</config>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/Alekseon/AdminNotification/etc/config.xml
DELETED
@@ -1,48 +0,0 @@
|
|
1 |
-
<?xml version="1.0"?>
|
2 |
-
<!--
|
3 |
-
/**
|
4 |
-
* @author Marcin Frymark
|
5 |
-
* @email contact@alekseon.com
|
6 |
-
* @company Alekseon
|
7 |
-
* @website www.alekseon.com
|
8 |
-
*/
|
9 |
-
-->
|
10 |
-
<config>
|
11 |
-
<modules>
|
12 |
-
<Alekseon_AdminNotification>
|
13 |
-
<version>0.1.0</version>
|
14 |
-
</Alekseon_AdminNotification>
|
15 |
-
</modules>
|
16 |
-
<global>
|
17 |
-
<models>
|
18 |
-
<alekseon_adminNotification>
|
19 |
-
<class>Alekseon_AdminNotification_Model</class>
|
20 |
-
</alekseon_adminNotification>
|
21 |
-
</models>
|
22 |
-
<helpers>
|
23 |
-
<alekseon_adminNotification>
|
24 |
-
<class>Alekseon_AdminNotification_Helper</class>
|
25 |
-
</alekseon_adminNotification>
|
26 |
-
</helpers>
|
27 |
-
</global>
|
28 |
-
<adminhtml>
|
29 |
-
<events>
|
30 |
-
<controller_action_predispatch>
|
31 |
-
<observers>
|
32 |
-
<alekseon_adminNotification>
|
33 |
-
<class>alekseon_adminNotification/observer</class>
|
34 |
-
<method>preDispatch</method>
|
35 |
-
</alekseon_adminNotification>
|
36 |
-
</observers>
|
37 |
-
</controller_action_predispatch>
|
38 |
-
</events>
|
39 |
-
</adminhtml>
|
40 |
-
<default>
|
41 |
-
<alekseon_adminNotification>
|
42 |
-
<general>
|
43 |
-
<enabled>1</enabled>
|
44 |
-
<frequency>12</frequency>
|
45 |
-
</general>
|
46 |
-
</alekseon_adminNotification>
|
47 |
-
</default>
|
48 |
-
</config>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/Alekseon/AdminNotification/etc/system.xml
DELETED
@@ -1,74 +0,0 @@
|
|
1 |
-
<?xml version="1.0"?>
|
2 |
-
<!--
|
3 |
-
/**
|
4 |
-
* @author Marcin Frymark
|
5 |
-
* @email contact@alekseon.com
|
6 |
-
* @company Alekseon
|
7 |
-
* @website www.alekseon.com
|
8 |
-
*/
|
9 |
-
-->
|
10 |
-
<config>
|
11 |
-
<tabs>
|
12 |
-
<alekseon>
|
13 |
-
<label>Alekseon</label>
|
14 |
-
<sort_order>450</sort_order>
|
15 |
-
</alekseon>
|
16 |
-
</tabs>
|
17 |
-
<sections>
|
18 |
-
<alekseon_adminNotification translate="label" module="alekseon_adminNotification">
|
19 |
-
<label>Alekseon Notifications</label>
|
20 |
-
<tab>alekseon</tab>
|
21 |
-
<frontend_type>text</frontend_type>
|
22 |
-
<sort_order>10</sort_order>
|
23 |
-
<show_in_default>1</show_in_default>
|
24 |
-
<show_in_website>0</show_in_website>
|
25 |
-
<show_in_store>0</show_in_store>
|
26 |
-
<groups>
|
27 |
-
<hint>
|
28 |
-
<frontend_model>alekseon_core/adminhtml_system_config_fieldset_alekseon</frontend_model>
|
29 |
-
<sort_order>0</sort_order>
|
30 |
-
<show_in_default>1</show_in_default>
|
31 |
-
<show_in_website>1</show_in_website>
|
32 |
-
<show_in_store>1</show_in_store>
|
33 |
-
</hint>
|
34 |
-
<general translate="label" module="alekseon_adminNotification">
|
35 |
-
<label>General Options</label>
|
36 |
-
<frontend_type>text</frontend_type>
|
37 |
-
<sort_order>10</sort_order>
|
38 |
-
<show_in_default>1</show_in_default>
|
39 |
-
<show_in_website>0</show_in_website>
|
40 |
-
<show_in_store>0</show_in_store>
|
41 |
-
<fields>
|
42 |
-
<enabled translate="label">
|
43 |
-
<label>Enabled</label>
|
44 |
-
<source_model>adminhtml/system_config_source_yesno</source_model>
|
45 |
-
<frontend_type>select</frontend_type>
|
46 |
-
<sort_order>10</sort_order>
|
47 |
-
<show_in_default>1</show_in_default>
|
48 |
-
<show_in_website>0</show_in_website>
|
49 |
-
<show_in_store>0</show_in_store>
|
50 |
-
</enabled>
|
51 |
-
<frequency translate="label">
|
52 |
-
<label>Update Frequency</label>
|
53 |
-
<frontend_type>select</frontend_type>
|
54 |
-
<source_model>adminhtml/system_config_source_notification_frequency</source_model>
|
55 |
-
<sort_order>20</sort_order>
|
56 |
-
<show_in_default>1</show_in_default>
|
57 |
-
<show_in_website>0</show_in_website>
|
58 |
-
<show_in_store>0</show_in_store>
|
59 |
-
</frequency>
|
60 |
-
<last_update translate="label">
|
61 |
-
<label>Last Update</label>
|
62 |
-
<frontend_type>label</frontend_type>
|
63 |
-
<frontend_model>adminhtml/system_config_form_field_notification</frontend_model>
|
64 |
-
<sort_order>30</sort_order>
|
65 |
-
<show_in_default>1</show_in_default>
|
66 |
-
<show_in_website>0</show_in_website>
|
67 |
-
<show_in_store>0</show_in_store>
|
68 |
-
</last_update>
|
69 |
-
</fields>
|
70 |
-
</general>
|
71 |
-
</groups>
|
72 |
-
</alekseon_adminNotification>
|
73 |
-
</sections>
|
74 |
-
</config>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/Alekseon/AjaxifiedProductEdit/Block/Adminhtml/System/Config/Form/Field/AlekseonLogo.php
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* @author Marcin Frymark
|
4 |
+
* @email contact@alekseon.com
|
5 |
+
* @company Alekseon
|
6 |
+
* @website www.alekseon.com
|
7 |
+
*/
|
8 |
+
class Alekseon_AjaxifiedProductEdit_Block_Adminhtml_System_Config_Form_Field_AlekseonLogo extends Mage_Adminhtml_Block_Abstract implements Varien_Data_Form_Element_Renderer_Interface
|
9 |
+
{
|
10 |
+
public function render(Varien_Data_Form_Element_Abstract $element)
|
11 |
+
{
|
12 |
+
$alekseonUrl = Mage::helper('alekseon_ajaxifiedProductEdit')->getAlekseonUrl();
|
13 |
+
$createdAtImageUrl = $alekseonUrl . '/images/created_by_alekseon.png';
|
14 |
+
return '<div><a href="' . $alekseonUrl . '" target="_blank"><img src="' . $createdAtImageUrl . '" alt="Created by Alekseon" title="Created by Alekseon" /></a></div>';
|
15 |
+
}
|
16 |
+
}
|
app/code/community/Alekseon/{AdminNotification/Block/Adminhtml/System/Config/Form/Field/Notification.php → AjaxifiedProductEdit/Block/Adminhtml/System/Config/Form/Field/AlekseonNotification.php}
RENAMED
@@ -5,7 +5,7 @@
|
|
5 |
* @company Alekseon
|
6 |
* @website www.alekseon.com
|
7 |
*/
|
8 |
-
class
|
9 |
{
|
10 |
protected function _getElementHtml(Varien_Data_Form_Element_Abstract $element)
|
11 |
{
|
5 |
* @company Alekseon
|
6 |
* @website www.alekseon.com
|
7 |
*/
|
8 |
+
class Alekseon_AjaxifiedProductEdit_Block_Adminhtml_System_Config_Form_Field_AlekseonNotification extends Mage_Adminhtml_Block_System_Config_Form_Field
|
9 |
{
|
10 |
protected function _getElementHtml(Varien_Data_Form_Element_Abstract $element)
|
11 |
{
|
app/code/community/Alekseon/AjaxifiedProductEdit/Helper/Data.php
CHANGED
@@ -9,6 +9,11 @@
|
|
9 |
{
|
10 |
protected $_currentGridView;
|
11 |
protected $_currentGridViewsCollection;
|
|
|
|
|
|
|
|
|
|
|
12 |
|
13 |
public function getAttributeOptions($attribute)
|
14 |
{
|
9 |
{
|
10 |
protected $_currentGridView;
|
11 |
protected $_currentGridViewsCollection;
|
12 |
+
|
13 |
+
public function getAlekseonUrl()
|
14 |
+
{
|
15 |
+
return 'http://www.alekseon.com';
|
16 |
+
}
|
17 |
|
18 |
public function getAttributeOptions($attribute)
|
19 |
{
|
app/code/community/Alekseon/{AdminNotification/Model → AjaxifiedProductEdit/Model/AlekseonAdminNotification}/Feed.php
RENAMED
@@ -5,7 +5,7 @@
|
|
5 |
* @company Alekseon
|
6 |
* @website www.alekseon.com
|
7 |
*/
|
8 |
-
class
|
9 |
{
|
10 |
const XML_ENABLED_PATH = 'alekseon_adminNotification/general/enabled';
|
11 |
const XML_FREQUENCY_PATH = 'alekseon_adminNotification/general/frequency';
|
@@ -16,7 +16,7 @@ class Alekseon_AdminNotification_Model_Feed extends Mage_AdminNotification_Model
|
|
16 |
public function getFeedUrl()
|
17 |
{
|
18 |
if (is_null($this->_feedUrl)) {
|
19 |
-
$this->_feedUrl = Mage::helper('
|
20 |
$query = '?utm_source=' . urlencode(Mage::getStoreConfig('web/unsecure/base_url'));
|
21 |
$query .= '&utm_medium=' . urlencode('Magento Connect');
|
22 |
$query .= '&utm_content=' . urlencode(Mage::getEdition() . ' ' . Mage::getVersion());
|
5 |
* @company Alekseon
|
6 |
* @website www.alekseon.com
|
7 |
*/
|
8 |
+
class Alekseon_AjaxifiedProductEdit_Model_AlekseonAdminNotification_Feed extends Mage_AdminNotification_Model_Feed
|
9 |
{
|
10 |
const XML_ENABLED_PATH = 'alekseon_adminNotification/general/enabled';
|
11 |
const XML_FREQUENCY_PATH = 'alekseon_adminNotification/general/frequency';
|
16 |
public function getFeedUrl()
|
17 |
{
|
18 |
if (is_null($this->_feedUrl)) {
|
19 |
+
$this->_feedUrl = Mage::helper('alekseon_ajaxifiedProductEdit')->getAlekseonUrl() . '/rss/magento_rss.xml';
|
20 |
$query = '?utm_source=' . urlencode(Mage::getStoreConfig('web/unsecure/base_url'));
|
21 |
$query .= '&utm_medium=' . urlencode('Magento Connect');
|
22 |
$query .= '&utm_content=' . urlencode(Mage::getEdition() . ' ' . Mage::getVersion());
|
app/code/community/Alekseon/{AdminNotification/Model → AjaxifiedProductEdit/Model/AlekseonAdminNotification}/Observer.php
RENAMED
@@ -5,12 +5,12 @@
|
|
5 |
* @company Alekseon
|
6 |
* @website www.alekseon.com
|
7 |
*/
|
8 |
-
class
|
9 |
{
|
10 |
public function preDispatch(Varien_Event_Observer $observer)
|
11 |
{
|
12 |
if (Mage::getSingleton('admin/session')->isLoggedIn()) {
|
13 |
-
$feedModel = Mage::getModel('
|
14 |
$feedModel->checkUpdate();
|
15 |
}
|
16 |
|
5 |
* @company Alekseon
|
6 |
* @website www.alekseon.com
|
7 |
*/
|
8 |
+
class Alekseon_AjaxifiedProductEdit_Model_AlekseonAdminNotification_Observer
|
9 |
{
|
10 |
public function preDispatch(Varien_Event_Observer $observer)
|
11 |
{
|
12 |
if (Mage::getSingleton('admin/session')->isLoggedIn()) {
|
13 |
+
$feedModel = Mage::getModel('alekseon_ajaxifiedProductEdit/alekseonAdminNotification_feed');
|
14 |
$feedModel->checkUpdate();
|
15 |
}
|
16 |
|
app/code/community/Alekseon/AjaxifiedProductEdit/etc/adminhtml.xml
CHANGED
@@ -42,6 +42,10 @@
|
|
42 |
<children>
|
43 |
<config>
|
44 |
<children>
|
|
|
|
|
|
|
|
|
45 |
<alekseon_ajaxifiedProductEdit translate="title" module="alekseon_ajaxifiedProductEdit">
|
46 |
<title>Ajaxified Product Edit</title>
|
47 |
<sort_order>88</sort_order>
|
42 |
<children>
|
43 |
<config>
|
44 |
<children>
|
45 |
+
<alekseon_adminNotification translate="title" module="alekseon_ajaxifiedProductEdit">
|
46 |
+
<title>Alekseon Notifications</title>
|
47 |
+
<sort_order>10</sort_order>
|
48 |
+
</alekseon_adminNotification>
|
49 |
<alekseon_ajaxifiedProductEdit translate="title" module="alekseon_ajaxifiedProductEdit">
|
50 |
<title>Ajaxified Product Edit</title>
|
51 |
<sort_order>88</sort_order>
|
app/code/community/Alekseon/AjaxifiedProductEdit/etc/config.xml
CHANGED
@@ -1 +1 @@
|
|
1 |
-
<?xml version="1.0"?>
|
2 |
* @author Marcin Frymark
|
3 |
* @email contact@alekseon.com
|
4 |
* @company Alekseon
|
5 |
* @website www.alekseon.com
|
6 |
*/
|
7 |
-
->
|
8 |
<modules>
|
9 |
<Alekseon_AjaxifiedProductEdit>
|
10 |
<version>0.1.0</version>
|
11 |
</Alekseon_AjaxifiedProductEdit>
|
12 |
</modules>
|
13 |
<global>
|
14 |
<blocks>
|
15 |
<alekseon_ajaxifiedProductEdit>
|
16 |
<class>Alekseon_AjaxifiedProductEdit_Block</class>
|
17 |
</alekseon_ajaxifiedProductEdit>
|
18 |
</blocks>
|
19 |
<models>
|
20 |
<alekseon_ajaxifiedProductEdit>
|
21 |
<class>Alekseon_AjaxifiedProductEdit_Model</class>
|
22 |
<resourceModel>alekseon_ajaxifiedproductedit_resource</resourceModel>
|
23 |
</alekseon_ajaxifiedProductEdit>
|
24 |
<alekseon_ajaxifiedproductedit_resource>
|
25 |
<class>Alekseon_AjaxifiedProductEdit_Model_Resource</class>
|
26 |
<gridview>
|
27 |
<table>alekseon_ajaxifiedproductedit_gridview</table>
|
28 |
</gridview>
|
29 |
<gridview_attributeColumns>
|
30 |
<table>alekseon_ajaxifiedproductedit_gridview_attributeColumns</table>
|
31 |
</gridview_attributeColumns>
|
32 |
</entities>
|
33 |
</alekseon_ajaxifiedproductedit_resource>
|
34 |
</models>
|
35 |
<helpers>
|
36 |
<alekseon_ajaxifiedProductEdit>
|
37 |
<class>Alekseon_AjaxifiedProductEdit_Helper</class>
|
38 |
</alekseon_ajaxifiedProductEdit>
|
39 |
</helpers>
|
40 |
<resources>
|
41 |
<alekseon_ajaxifiedproductedit_setup>
|
42 |
<setup>
|
43 |
<module>Alekseon_AjaxifiedProductEdit</module>
|
44 |
<class>Mage_Core_Model_Resource_Setup</class>
|
45 |
</setup>
|
46 |
</alekseon_ajaxifiedproductedit_setup>
|
47 |
</resources>
|
48 |
</global>
|
49 |
<admin>
|
50 |
<routers>
|
51 |
<adminhtml>
|
52 |
<args>
|
53 |
<modules>
|
54 |
<alekseon_ajaxifiedProductEdit before="Mage_Adminhtml">Alekseon_AjaxifiedProductEdit_Adminhtml</alekseon_ajaxifiedProductEdit>
|
55 |
</modules>
|
56 |
</args>
|
57 |
</adminhtml>
|
58 |
</routers>
|
59 |
</admin>
|
60 |
<adminhtml>
|
61 |
<layout>
|
62 |
<updates>
|
63 |
<alekseon_ajaxifiedProductEdit>
|
64 |
<file>alekseon/ajaxifiedProductEdit.xml</file>
|
65 |
</alekseon_ajaxifiedProductEdit>
|
66 |
</updates>
|
67 |
</layout>
|
68 |
</adminhtml>
|
69 |
<default>
|
70 |
<alekseon_ajaxifiedProductEdit>
|
71 |
<general>
|
72 |
<enabled>1</enabled>
|
73 |
</general>
|
74 |
<advanced>
|
75 |
<refresh_row>1</refresh_row>
|
76 |
</advanced>
|
77 |
</alekseon_ajaxifiedProductEdit>
|
78 |
</default>
|
|
|
79 |
* @author Marcin Frymark
|
80 |
* @email contact@alekseon.com
|
81 |
* @company Alekseon
|
82 |
* @website www.alekseon.com
|
83 |
*/
|
84 |
-
->
|
85 |
<modules>
|
86 |
<Alekseon_AjaxifiedProductEdit>
|
87 |
<version>0.1.0</version>
|
88 |
</Alekseon_AjaxifiedProductEdit>
|
89 |
</modules>
|
90 |
<global>
|
91 |
<blocks>
|
92 |
<alekseon_ajaxifiedProductEdit>
|
93 |
<class>Alekseon_AjaxifiedProductEdit_Block</class>
|
94 |
</alekseon_ajaxifiedProductEdit>
|
95 |
</blocks>
|
96 |
<models>
|
97 |
<alekseon_ajaxifiedProductEdit>
|
98 |
<class>Alekseon_AjaxifiedProductEdit_Model</class>
|
99 |
<resourceModel>alekseon_ajaxifiedproductedit_resource</resourceModel>
|
100 |
</alekseon_ajaxifiedProductEdit>
|
101 |
<alekseon_ajaxifiedproductedit_resource>
|
102 |
<class>Alekseon_AjaxifiedProductEdit_Model_Resource</class>
|
103 |
<gridview>
|
104 |
<table>alekseon_ajaxifiedproductedit_gridview</table>
|
105 |
</gridview>
|
106 |
<gridview_attributeColumns>
|
107 |
<table>alekseon_ajaxifiedproductedit_gridview_attributeColumns</table>
|
108 |
</gridview_attributeColumns>
|
109 |
</entities>
|
110 |
</alekseon_ajaxifiedproductedit_resource>
|
111 |
</models>
|
112 |
<helpers>
|
113 |
<alekseon_ajaxifiedProductEdit>
|
114 |
<class>Alekseon_AjaxifiedProductEdit_Helper</class>
|
115 |
</alekseon_ajaxifiedProductEdit>
|
116 |
</helpers>
|
117 |
<resources>
|
118 |
<alekseon_ajaxifiedproductedit_setup>
|
119 |
<setup>
|
120 |
<module>Alekseon_AjaxifiedProductEdit</module>
|
121 |
<class>Mage_Core_Model_Resource_Setup</class>
|
122 |
</setup>
|
123 |
</alekseon_ajaxifiedproductedit_setup>
|
124 |
</resources>
|
125 |
</global>
|
126 |
<adminhtml>
|
127 |
<events>
|
128 |
<controller_action_predispatch>
|
129 |
<observers>
|
130 |
<alekseon_adminNotification>
|
131 |
<class>alekseon_ajaxifiedProductEdit/alekseonAdminNotification_observer</class>
|
132 |
<method>preDispatch</method>
|
133 |
</alekseon_adminNotification>
|
134 |
</observers>
|
135 |
</controller_action_predispatch>
|
136 |
</events>
|
137 |
</adminhtml>
|
138 |
<admin>
|
139 |
<routers>
|
140 |
<adminhtml>
|
141 |
<args>
|
142 |
<modules>
|
143 |
<alekseon_ajaxifiedProductEdit before="Mage_Adminhtml">Alekseon_AjaxifiedProductEdit_Adminhtml</alekseon_ajaxifiedProductEdit>
|
144 |
</modules>
|
145 |
</args>
|
146 |
</adminhtml>
|
147 |
</routers>
|
148 |
</admin>
|
149 |
<adminhtml>
|
150 |
<layout>
|
151 |
<updates>
|
152 |
<alekseon_ajaxifiedProductEdit>
|
153 |
<file>alekseon/ajaxifiedProductEdit.xml</file>
|
154 |
</alekseon_ajaxifiedProductEdit>
|
155 |
</updates>
|
156 |
</layout>
|
157 |
</adminhtml>
|
158 |
<default>
|
159 |
<alekseon_adminNotification>
|
160 |
<general>
|
161 |
<enabled>1</enabled>
|
162 |
<frequency>12</frequency>
|
163 |
</general>
|
164 |
</alekseon_adminNotification>
|
165 |
<alekseon_ajaxifiedProductEdit>
|
166 |
<general>
|
167 |
<enabled>1</enabled>
|
168 |
</general>
|
169 |
<advanced>
|
170 |
<refresh_row>1</refresh_row>
|
171 |
</advanced>
|
172 |
</alekseon_ajaxifiedProductEdit>
|
173 |
</default>
|
|
|
1 |
* @author Marcin Frymark
|
2 |
* @email contact@alekseon.com
|
3 |
* @company Alekseon
|
4 |
* @website www.alekseon.com
|
5 |
*/
|
|
|
6 |
<modules>
|
7 |
<Alekseon_AjaxifiedProductEdit>
|
8 |
<version>0.1.0</version>
|
9 |
</Alekseon_AjaxifiedProductEdit>
|
10 |
</modules>
|
11 |
<global>
|
12 |
<blocks>
|
13 |
<alekseon_ajaxifiedProductEdit>
|
14 |
<class>Alekseon_AjaxifiedProductEdit_Block</class>
|
15 |
</alekseon_ajaxifiedProductEdit>
|
16 |
</blocks>
|
17 |
<models>
|
18 |
<alekseon_ajaxifiedProductEdit>
|
19 |
<class>Alekseon_AjaxifiedProductEdit_Model</class>
|
20 |
<resourceModel>alekseon_ajaxifiedproductedit_resource</resourceModel>
|
21 |
</alekseon_ajaxifiedProductEdit>
|
22 |
<alekseon_ajaxifiedproductedit_resource>
|
23 |
<class>Alekseon_AjaxifiedProductEdit_Model_Resource</class>
|
24 |
<gridview>
|
25 |
<table>alekseon_ajaxifiedproductedit_gridview</table>
|
26 |
</gridview>
|
27 |
<gridview_attributeColumns>
|
28 |
<table>alekseon_ajaxifiedproductedit_gridview_attributeColumns</table>
|
29 |
</gridview_attributeColumns>
|
30 |
</entities>
|
31 |
</alekseon_ajaxifiedproductedit_resource>
|
32 |
</models>
|
33 |
<helpers>
|
34 |
<alekseon_ajaxifiedProductEdit>
|
35 |
<class>Alekseon_AjaxifiedProductEdit_Helper</class>
|
36 |
</alekseon_ajaxifiedProductEdit>
|
37 |
</helpers>
|
38 |
<resources>
|
39 |
<alekseon_ajaxifiedproductedit_setup>
|
40 |
<setup>
|
41 |
<module>Alekseon_AjaxifiedProductEdit</module>
|
42 |
<class>Mage_Core_Model_Resource_Setup</class>
|
43 |
</setup>
|
44 |
</alekseon_ajaxifiedproductedit_setup>
|
45 |
</resources>
|
46 |
</global>
|
47 |
<admin>
|
48 |
<routers>
|
49 |
<adminhtml>
|
50 |
<args>
|
51 |
<modules>
|
52 |
<alekseon_ajaxifiedProductEdit before="Mage_Adminhtml">Alekseon_AjaxifiedProductEdit_Adminhtml</alekseon_ajaxifiedProductEdit>
|
53 |
</modules>
|
54 |
</args>
|
55 |
</adminhtml>
|
56 |
</routers>
|
57 |
</admin>
|
58 |
<adminhtml>
|
59 |
<layout>
|
60 |
<updates>
|
61 |
<alekseon_ajaxifiedProductEdit>
|
62 |
<file>alekseon/ajaxifiedProductEdit.xml</file>
|
63 |
</alekseon_ajaxifiedProductEdit>
|
64 |
</updates>
|
65 |
</layout>
|
66 |
</adminhtml>
|
67 |
<default>
|
68 |
<alekseon_ajaxifiedProductEdit>
|
69 |
<general>
|
70 |
<enabled>1</enabled>
|
71 |
</general>
|
72 |
<advanced>
|
73 |
<refresh_row>1</refresh_row>
|
74 |
</advanced>
|
75 |
</alekseon_ajaxifiedProductEdit>
|
76 |
</default>
|
77 |
+
<?xml version="1.0"?>
|
78 |
* @author Marcin Frymark
|
79 |
* @email contact@alekseon.com
|
80 |
* @company Alekseon
|
81 |
* @website www.alekseon.com
|
82 |
*/
|
|
|
83 |
<modules>
|
84 |
<Alekseon_AjaxifiedProductEdit>
|
85 |
<version>0.1.0</version>
|
86 |
</Alekseon_AjaxifiedProductEdit>
|
87 |
</modules>
|
88 |
<global>
|
89 |
<blocks>
|
90 |
<alekseon_ajaxifiedProductEdit>
|
91 |
<class>Alekseon_AjaxifiedProductEdit_Block</class>
|
92 |
</alekseon_ajaxifiedProductEdit>
|
93 |
</blocks>
|
94 |
<models>
|
95 |
<alekseon_ajaxifiedProductEdit>
|
96 |
<class>Alekseon_AjaxifiedProductEdit_Model</class>
|
97 |
<resourceModel>alekseon_ajaxifiedproductedit_resource</resourceModel>
|
98 |
</alekseon_ajaxifiedProductEdit>
|
99 |
<alekseon_ajaxifiedproductedit_resource>
|
100 |
<class>Alekseon_AjaxifiedProductEdit_Model_Resource</class>
|
101 |
<gridview>
|
102 |
<table>alekseon_ajaxifiedproductedit_gridview</table>
|
103 |
</gridview>
|
104 |
<gridview_attributeColumns>
|
105 |
<table>alekseon_ajaxifiedproductedit_gridview_attributeColumns</table>
|
106 |
</gridview_attributeColumns>
|
107 |
</entities>
|
108 |
</alekseon_ajaxifiedproductedit_resource>
|
109 |
</models>
|
110 |
<helpers>
|
111 |
<alekseon_ajaxifiedProductEdit>
|
112 |
<class>Alekseon_AjaxifiedProductEdit_Helper</class>
|
113 |
</alekseon_ajaxifiedProductEdit>
|
114 |
</helpers>
|
115 |
<resources>
|
116 |
<alekseon_ajaxifiedproductedit_setup>
|
117 |
<setup>
|
118 |
<module>Alekseon_AjaxifiedProductEdit</module>
|
119 |
<class>Mage_Core_Model_Resource_Setup</class>
|
120 |
</setup>
|
121 |
</alekseon_ajaxifiedproductedit_setup>
|
122 |
</resources>
|
123 |
</global>
|
124 |
<adminhtml>
|
125 |
<events>
|
126 |
<controller_action_predispatch>
|
127 |
<observers>
|
128 |
<alekseon_adminNotification>
|
129 |
<class>alekseon_ajaxifiedProductEdit/alekseonAdminNotification_observer</class>
|
130 |
<method>preDispatch</method>
|
131 |
</alekseon_adminNotification>
|
132 |
</observers>
|
133 |
</controller_action_predispatch>
|
134 |
</events>
|
135 |
</adminhtml>
|
136 |
<admin>
|
137 |
<routers>
|
138 |
<adminhtml>
|
139 |
<args>
|
140 |
<modules>
|
141 |
<alekseon_ajaxifiedProductEdit before="Mage_Adminhtml">Alekseon_AjaxifiedProductEdit_Adminhtml</alekseon_ajaxifiedProductEdit>
|
142 |
</modules>
|
143 |
</args>
|
144 |
</adminhtml>
|
145 |
</routers>
|
146 |
</admin>
|
147 |
<adminhtml>
|
148 |
<layout>
|
149 |
<updates>
|
150 |
<alekseon_ajaxifiedProductEdit>
|
151 |
<file>alekseon/ajaxifiedProductEdit.xml</file>
|
152 |
</alekseon_ajaxifiedProductEdit>
|
153 |
</updates>
|
154 |
</layout>
|
155 |
</adminhtml>
|
156 |
<default>
|
157 |
<alekseon_adminNotification>
|
158 |
<general>
|
159 |
<enabled>1</enabled>
|
160 |
<frequency>12</frequency>
|
161 |
</general>
|
162 |
</alekseon_adminNotification>
|
163 |
<alekseon_ajaxifiedProductEdit>
|
164 |
<general>
|
165 |
<enabled>1</enabled>
|
166 |
</general>
|
167 |
<advanced>
|
168 |
<refresh_row>1</refresh_row>
|
169 |
</advanced>
|
170 |
</alekseon_ajaxifiedProductEdit>
|
171 |
</default>
|
app/code/community/Alekseon/AjaxifiedProductEdit/etc/system.xml
CHANGED
@@ -15,6 +15,61 @@
|
|
15 |
</alekseon>
|
16 |
</tabs>
|
17 |
<sections>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
<alekseon_ajaxifiedProductEdit translate="label" module="alekseon_ajaxifiedProductEdit">
|
19 |
<label>Ajaxified Product Edit</label>
|
20 |
<tab>alekseon</tab>
|
@@ -25,13 +80,13 @@
|
|
25 |
<show_in_store>0</show_in_store>
|
26 |
<groups>
|
27 |
<hint>
|
28 |
-
<frontend_model>
|
29 |
<sort_order>0</sort_order>
|
30 |
<show_in_default>1</show_in_default>
|
31 |
<show_in_website>1</show_in_website>
|
32 |
<show_in_store>1</show_in_store>
|
33 |
</hint>
|
34 |
-
<general translate="label"
|
35 |
<label>General Settings</label>
|
36 |
<frontend_type>text</frontend_type>
|
37 |
<sort_order>10</sort_order>
|
15 |
</alekseon>
|
16 |
</tabs>
|
17 |
<sections>
|
18 |
+
<alekseon_adminNotification translate="label" module="alekseon_ajaxifiedProductEdit">
|
19 |
+
<label>Alekseon Notifications</label>
|
20 |
+
<tab>alekseon</tab>
|
21 |
+
<frontend_type>text</frontend_type>
|
22 |
+
<sort_order>10</sort_order>
|
23 |
+
<show_in_default>1</show_in_default>
|
24 |
+
<show_in_website>0</show_in_website>
|
25 |
+
<show_in_store>0</show_in_store>
|
26 |
+
<groups>
|
27 |
+
<hint>
|
28 |
+
<frontend_model>alekseon_ajaxifiedProductEdit/adminhtml_system_config_form_field_alekseonLogo</frontend_model>
|
29 |
+
<sort_order>0</sort_order>
|
30 |
+
<show_in_default>1</show_in_default>
|
31 |
+
<show_in_website>1</show_in_website>
|
32 |
+
<show_in_store>1</show_in_store>
|
33 |
+
</hint>
|
34 |
+
<general translate="label">
|
35 |
+
<label>General Options</label>
|
36 |
+
<frontend_type>text</frontend_type>
|
37 |
+
<sort_order>10</sort_order>
|
38 |
+
<show_in_default>1</show_in_default>
|
39 |
+
<show_in_website>0</show_in_website>
|
40 |
+
<show_in_store>0</show_in_store>
|
41 |
+
<fields>
|
42 |
+
<enabled translate="label">
|
43 |
+
<label>Enabled</label>
|
44 |
+
<source_model>adminhtml/system_config_source_yesno</source_model>
|
45 |
+
<frontend_type>select</frontend_type>
|
46 |
+
<sort_order>10</sort_order>
|
47 |
+
<show_in_default>1</show_in_default>
|
48 |
+
<show_in_website>0</show_in_website>
|
49 |
+
<show_in_store>0</show_in_store>
|
50 |
+
</enabled>
|
51 |
+
<frequency translate="label">
|
52 |
+
<label>Update Frequency</label>
|
53 |
+
<frontend_type>select</frontend_type>
|
54 |
+
<source_model>adminhtml/system_config_source_notification_frequency</source_model>
|
55 |
+
<sort_order>20</sort_order>
|
56 |
+
<show_in_default>1</show_in_default>
|
57 |
+
<show_in_website>0</show_in_website>
|
58 |
+
<show_in_store>0</show_in_store>
|
59 |
+
</frequency>
|
60 |
+
<last_update translate="label">
|
61 |
+
<label>Last Update</label>
|
62 |
+
<frontend_type>label</frontend_type>
|
63 |
+
<frontend_model>adminhtml/system_config_form_field_notification</frontend_model>
|
64 |
+
<sort_order>30</sort_order>
|
65 |
+
<show_in_default>1</show_in_default>
|
66 |
+
<show_in_website>0</show_in_website>
|
67 |
+
<show_in_store>0</show_in_store>
|
68 |
+
</last_update>
|
69 |
+
</fields>
|
70 |
+
</general>
|
71 |
+
</groups>
|
72 |
+
</alekseon_adminNotification>
|
73 |
<alekseon_ajaxifiedProductEdit translate="label" module="alekseon_ajaxifiedProductEdit">
|
74 |
<label>Ajaxified Product Edit</label>
|
75 |
<tab>alekseon</tab>
|
80 |
<show_in_store>0</show_in_store>
|
81 |
<groups>
|
82 |
<hint>
|
83 |
+
<frontend_model>alekseon_ajaxifiedProductEdit/adminhtml_system_config_form_field_alekseonLogo</frontend_model>
|
84 |
<sort_order>0</sort_order>
|
85 |
<show_in_default>1</show_in_default>
|
86 |
<show_in_website>1</show_in_website>
|
87 |
<show_in_store>1</show_in_store>
|
88 |
</hint>
|
89 |
+
<general translate="label">
|
90 |
<label>General Settings</label>
|
91 |
<frontend_type>text</frontend_type>
|
92 |
<sort_order>10</sort_order>
|
app/code/community/Alekseon/Core/Block/Adminhtml/System/Config/Fieldset/Alekseon.php
DELETED
@@ -1,11 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
class Alekseon_Core_Block_Adminhtml_System_Config_Fieldset_Alekseon extends Mage_Adminhtml_Block_Abstract implements Varien_Data_Form_Element_Renderer_Interface
|
4 |
-
{
|
5 |
-
public function render(Varien_Data_Form_Element_Abstract $element)
|
6 |
-
{
|
7 |
-
$alekseonUrl = Mage::helper('alekseon_core')->getAlekseonUrl();
|
8 |
-
$createdAtImageUrl = $alekseonUrl . '/images/created_by_alekseon.png';
|
9 |
-
return '<div><a href="' . $alekseonUrl . '" target="_blank"><img src="' . $createdAtImageUrl . '" alt="Created by Alekseon" title="Created by Alekseon" /></a></div>';
|
10 |
-
}
|
11 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/Alekseon/Core/Helper/Data.php
DELETED
@@ -1,19 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* @author Marcin Frymark
|
4 |
-
* @email contact@alekseon.com
|
5 |
-
* @company Alekseon
|
6 |
-
* @website www.alekseon.com
|
7 |
-
*/
|
8 |
-
class Alekseon_Core_Helper_Data extends Mage_Core_Helper_Abstract
|
9 |
-
{
|
10 |
-
public function getAlekseonUrl()
|
11 |
-
{
|
12 |
-
return 'http://www.alekseon.com';
|
13 |
-
}
|
14 |
-
|
15 |
-
public function getAlekseonEmail()
|
16 |
-
{
|
17 |
-
return 'contact@alekseon.com';
|
18 |
-
}
|
19 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/Alekseon/Core/etc/config.xml
DELETED
@@ -1,28 +0,0 @@
|
|
1 |
-
<?xml version="1.0"?>
|
2 |
-
<!--
|
3 |
-
/**
|
4 |
-
* @author Marcin Frymark
|
5 |
-
* @email contact@alekseon.com
|
6 |
-
* @company Alekseon
|
7 |
-
* @website www.alekseon.com
|
8 |
-
*/
|
9 |
-
-->
|
10 |
-
<config>
|
11 |
-
<modules>
|
12 |
-
<Alekseon_Core>
|
13 |
-
<version>0.1.0</version>
|
14 |
-
</Alekseon_Core>
|
15 |
-
</modules>
|
16 |
-
<global>
|
17 |
-
<blocks>
|
18 |
-
<alekseon_core>
|
19 |
-
<class>Alekseon_Core_Block</class>
|
20 |
-
</alekseon_core>
|
21 |
-
</blocks>
|
22 |
-
<helpers>
|
23 |
-
<alekseon_core>
|
24 |
-
<class>Alekseon_Core_Helper</class>
|
25 |
-
</alekseon_core>
|
26 |
-
</helpers>
|
27 |
-
</global>
|
28 |
-
</config>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/design/adminhtml/default/default/template/alekseon/cronTasks/runTask.phtml
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* @author Marcin Frymark
|
4 |
+
* @email contact@alekseon.com
|
5 |
+
* @company Alekseon
|
6 |
+
* @website www.alekseon.com
|
7 |
+
*/
|
8 |
+
?>
|
9 |
+
<select id="run_cron_task_code">
|
10 |
+
<option value=""> --- <?php echo $this->__('Select Cron Task') ?> --- </option>
|
11 |
+
<?php foreach($this->getCronJonsList() as $code): ?>
|
12 |
+
<option value="<?php echo $code ?>"><?php echo $code ?></option>
|
13 |
+
<?php endforeach ?>
|
14 |
+
</select>
|
15 |
+
<?php echo $this->getRunButtonHtml() ?>
|
16 |
+
<br />
|
17 |
+
<br />
|
18 |
+
<iframe id="runTask_iframe" src="" frameborder=0 style="width:100%; height:500px;"></iframe>
|
19 |
+
<script type="text/javascript">
|
20 |
+
function runTask()
|
21 |
+
{
|
22 |
+
var taskCode = $('run_cron_task_code').value;
|
23 |
+
if (taskCode) {
|
24 |
+
var url = '<?php echo $this->getRunTaskUrl() ?>' + '?taskcode=' + taskCode;
|
25 |
+
$('runTask_iframe').src = url;
|
26 |
+
} else {
|
27 |
+
alert("<?php echo $this->__('Please Select Cron Task.') ?>");
|
28 |
+
}
|
29 |
+
}
|
30 |
+
</script>
|
app/etc/modules/Alekseon_AdminNotification.xml
DELETED
@@ -1,21 +0,0 @@
|
|
1 |
-
<?xml version="1.0"?>
|
2 |
-
<!--
|
3 |
-
/**
|
4 |
-
* @author Marcin Frymark
|
5 |
-
* @email contact@alekseon.com
|
6 |
-
* @company Alekseon
|
7 |
-
* @website www.alekseon.com
|
8 |
-
*/
|
9 |
-
-->
|
10 |
-
<config>
|
11 |
-
<modules>
|
12 |
-
<Alekseon_AdminNotification>
|
13 |
-
<active>true</active>
|
14 |
-
<codePool>community</codePool>
|
15 |
-
<depends>
|
16 |
-
<Mage_AdminNotification />
|
17 |
-
<Alekseon_Core />
|
18 |
-
</depends>
|
19 |
-
</Alekseon_AdminNotification>
|
20 |
-
</modules>
|
21 |
-
</config>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/etc/modules/Alekseon_Core.xml
DELETED
@@ -1,17 +0,0 @@
|
|
1 |
-
<?xml version="1.0"?>
|
2 |
-
<!--
|
3 |
-
/**
|
4 |
-
* @author Marcin Frymark
|
5 |
-
* @email contact@alekseon.com
|
6 |
-
* @company Alekseon
|
7 |
-
* @website www.alekseon.com
|
8 |
-
*/
|
9 |
-
-->
|
10 |
-
<config>
|
11 |
-
<modules>
|
12 |
-
<Alekseon_Core>
|
13 |
-
<active>true</active>
|
14 |
-
<codePool>community</codePool>
|
15 |
-
</Alekseon_Core>
|
16 |
-
</modules>
|
17 |
-
</config>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>ajaxified_product_edit</name>
|
4 |
-
<version>0.1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
@@ -12,9 +12,9 @@
|
|
12 |
You can create several grid views with different attributes, and manage acces to them for specific user groups.</description>
|
13 |
<notes>This module will help you manage the product attributes.</notes>
|
14 |
<authors><author><name>Marcin Frymark</name><user>Alekseon</user><email>contact@alekseon.com</email></author></authors>
|
15 |
-
<date>2014-03-
|
16 |
-
<time>
|
17 |
-
<contents><target name="magecommunity"><dir name="Alekseon"><dir name="AjaxifiedProductEdit"><dir><dir name="Block"><dir name="Adminhtml"><dir name="GridView"><dir name="Grid"><dir name="Renderer"><file name="Input.php" hash="76d280c9180820166361143f057fabce"/><file name="SaveButton.php" hash="881214c7b1f657d976c9692231567f05"/></dir></dir><file name="Grid.php" hash="a511a4652fa31f2b15f71cc6b14bf6fb"/><dir name="Manager"><dir name="Edit"><file name="Form.php" hash="5a607b626d7aea903f9bbeca066d0803"/><dir name="Tabs"><file name="General.php" hash="baa7871b27568f2bb8f6f8914aee0dd8"/><dir name="ManageColumns"><file name="Attributes.php" hash="5a2e20af80d8171174da915228c3a932"/></dir><file name="ManageColumns.php" hash="36fbd89f31f2ca5e4f5198c329b513ac"/></dir><file name="Tabs.php" hash="9ad143b7b77e307b95f30b87c4e20af1"/></dir><file name="Edit.php" hash="2cc5679f87e5c63b6196898b0cdcd81e"/><file name="Grid.php" hash="6ce65a1fe5f5e6c9b47f926c1d130fe8"/></dir><file name="Manager.php" hash="6f93b82e166d0e65b4b279a25c3958cc"/></dir><file name="GridView.php" hash="dca5276d52cd0f23af91fc4ecd72c236"/><file name="GridViewSwitcher.php" hash="01f6c060326f05ddbf5d566d81a14dd6"/><dir name="Store"><file name="Switcher.php" hash="90287308aeda8573a39b8cff0677e084"/></dir><dir name="System"><dir name="Config"><dir name="Form"><dir name="Field"><file name="ManageGridViewsButton.php" hash="7ffe45be1540f827c0223e322404dba2"/></dir></dir></dir></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="
|
18 |
<compatible/>
|
19 |
<dependencies><required><php><min>5.3.0</min><max>6.0.0</max></php></required></dependencies>
|
20 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>ajaxified_product_edit</name>
|
4 |
+
<version>0.1.0.2</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>
|
12 |
You can create several grid views with different attributes, and manage acces to them for specific user groups.</description>
|
13 |
<notes>This module will help you manage the product attributes.</notes>
|
14 |
<authors><author><name>Marcin Frymark</name><user>Alekseon</user><email>contact@alekseon.com</email></author></authors>
|
15 |
+
<date>2014-03-18</date>
|
16 |
+
<time>09:14:53</time>
|
17 |
+
<contents><target name="magecommunity"><dir name="Alekseon"><dir name="AjaxifiedProductEdit"><dir><dir name="Block"><dir name="Adminhtml"><dir name="GridView"><dir name="Grid"><dir name="Renderer"><file name="Input.php" hash="76d280c9180820166361143f057fabce"/><file name="SaveButton.php" hash="881214c7b1f657d976c9692231567f05"/></dir></dir><file name="Grid.php" hash="a511a4652fa31f2b15f71cc6b14bf6fb"/><dir name="Manager"><dir name="Edit"><file name="Form.php" hash="5a607b626d7aea903f9bbeca066d0803"/><dir name="Tabs"><file name="General.php" hash="baa7871b27568f2bb8f6f8914aee0dd8"/><dir name="ManageColumns"><file name="Attributes.php" hash="5a2e20af80d8171174da915228c3a932"/></dir><file name="ManageColumns.php" hash="36fbd89f31f2ca5e4f5198c329b513ac"/></dir><file name="Tabs.php" hash="9ad143b7b77e307b95f30b87c4e20af1"/></dir><file name="Edit.php" hash="2cc5679f87e5c63b6196898b0cdcd81e"/><file name="Grid.php" hash="6ce65a1fe5f5e6c9b47f926c1d130fe8"/></dir><file name="Manager.php" hash="6f93b82e166d0e65b4b279a25c3958cc"/></dir><file name="GridView.php" hash="dca5276d52cd0f23af91fc4ecd72c236"/><file name="GridViewSwitcher.php" hash="01f6c060326f05ddbf5d566d81a14dd6"/><dir name="Store"><file name="Switcher.php" hash="90287308aeda8573a39b8cff0677e084"/></dir><dir name="System"><dir name="Config"><dir name="Form"><dir name="Field"><file name="AlekseonLogo.php" hash="2d37ae3ae541c76cf51c8b2715f9780d"/><file name="AlekseonNotification.php" hash="0609a98a476f4054779add757b91d9fe"/><file name="ManageGridViewsButton.php" hash="7ffe45be1540f827c0223e322404dba2"/></dir></dir></dir></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="379c67bccdeb129afda9cc30b9c68aa0"/></dir><dir name="Model"><dir name="AlekseonAdminNotification"><file name="Feed.php" hash="c7379e4b4b86c0f6a95dbf38df7232b5"/><file name="Observer.php" hash="9e6aab48c6c57254ad304e7d4053fe8e"/></dir><file name="GridView.php" hash="8486fc0283216f3cbba04275d3dff67f"/><dir name="Resource"><dir name="GridView"><dir name="Attribute"><file name="Collection.php" hash="e81a0072797932cb0e68e1458f2e057a"/></dir><file name="Collection.php" hash="103a52eb43697774f4b4a1a7948ac20a"/></dir><file name="GridView.php" hash="d5f19460fd18a8292848eb974ee67b4b"/></dir><dir name="System"><dir name="Config"><dir name="Backend"><file name="Cache.php" hash="8e3b12fe3a60e4fa2be4d0e3c956fcdf"/></dir><dir name="Source"><file name="ProductAttributes.php" hash="6d685822dd377e403ff9b35f8107c63d"/><file name="UserRole.php" hash="68411f383ed71b48452bac3f575a35dc"/></dir></dir></dir></dir><dir name="controllers"><dir name="Adminhtml"><dir name="AjaxifiedProductEdit"><file name="ManageGridViewsController.php" hash="40388bf41d0885b7650a37949556fba3"/></dir><file name="AjaxifiedProductEditController.php" hash="c59b4c7035e744f1addf49b9182c086d"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="50a707a1fc35b129b67f1e124fdb9ade"/><file name="config.xml" hash="c67046dddd6f6acb0d6f0fcca24b9092"/><file name="logging.xml" hash="2876868df1ebedfd3f7fe773fdbed0c0"/><file name="system.xml" hash="8c2936670ca3e73139babdc1c880af8f"/></dir><dir name="sql"><dir name="alekseon_ajaxifiedproductedit_setup"><file name="mysql4-install-0.1.0.php" hash="fe315b9f9c6a75439bfc1d164e07f39b"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Alekseon_AjaxifiedProductEdit.xml" hash="f651f22f2378cddd5fccdba04c6fd758"/></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="js"><dir name="alekseon"><file name="ajaxifiedProductEdit.js" hash="5a111780b3e03327972e2b6826178dbd"/></dir></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><dir name="alekseon"><file name="ajaxifiedProductEdit.xml" hash="3cbe92362cc6f89f35915ebc85cc893a"/></dir></dir><dir name="template"><dir name="alekseon"><dir><dir name="ajaxifiedProductEdit"><dir name="grid"><dir name="input"><file name="boolean.phtml" hash="3f473d5ba3a7a91c9cb2901267b0fb87"/><file name="date.phtml" hash="e7d702354ec4d129928ae66acd3a905a"/><file name="hidden.phtml" hash="f9c98f36fa00488c1ea671b219023557"/><file name="multiselect.phtml" hash="7d634e663647cc313c6ac3becba4281c"/><file name="price.phtml" hash="34c4ee0a56a5ff069ec42d538fea74f3"/><file name="save.phtml" hash="2023ca4a0f48a6ca83d9799bed134e64"/><file name="select.phtml" hash="3f473d5ba3a7a91c9cb2901267b0fb87"/><file name="text.phtml" hash="ca59e8eaa2ed388152a3be547ed7f023"/><file name="textarea.phtml" hash="c8788dd3b628c5ef8cdb0faf6581e9ce"/><file name="usedefault.phtml" hash="82f478a8aba513dab232740abc32c731"/></dir></dir><file name="gridView.phtml" hash="540624c3b84074dce7085eab4719ce98"/><file name="gridViewSwitcher.phtml" hash="2269d77a164d46f59c5567235814882d"/><dir name="store"><file name="switcher.phtml" hash="03c8037a7915b663814419842095473f"/></dir></dir><dir name="cronTasks"><file name="runTask.phtml" hash="f93c1b8516b08b8ce8d8a5a955ad2130"/></dir></dir></dir></dir></dir></dir></dir></target></contents>
|
18 |
<compatible/>
|
19 |
<dependencies><required><php><min>5.3.0</min><max>6.0.0</max></php></required></dependencies>
|
20 |
</package>
|