Version Notes
Fix problem of header already send
Download this release
Release Info
Developer | Magento Core Team |
Extension | Order_tickets |
Version | 1.1.2 |
Comparing to | |
See all releases |
Code changes from version 1.1.1 to 1.1.2
- app/code/community/Laurent/OrderTickets/Block/Adminhtml/Chat.php +0 -2
- app/code/community/Laurent/OrderTickets/Block/Adminhtml/Chat/Create.php +0 -1
- app/code/community/Laurent/OrderTickets/Block/Adminhtml/Chat/Create/Form.php +0 -2
- app/code/community/Laurent/OrderTickets/Block/Adminhtml/Chat/Create/Order.php +0 -2
- app/code/community/Laurent/OrderTickets/Block/Adminhtml/Chat/Create/Order/Grid.php +0 -2
- app/code/community/Laurent/OrderTickets/Block/Adminhtml/Chat/Create/Steptwo.php +0 -2
- app/code/community/Laurent/OrderTickets/Block/Adminhtml/Chat/Create/Steptwo/Form.php +0 -2
- app/code/community/Laurent/OrderTickets/Block/Adminhtml/Chat/Grid.php +0 -2
- app/code/community/Laurent/OrderTickets/Block/Adminhtml/Chat/View.php +0 -2
- app/code/community/Laurent/OrderTickets/Block/Adminhtml/Chat/View/Form.php +0 -2
- app/code/community/Laurent/OrderTickets/Block/Adminhtml/Chat/View/Tab/Main.php +0 -2
- app/code/community/Laurent/OrderTickets/Block/Adminhtml/Chat/View/Tab/Tickets.php +0 -2
- app/code/community/Laurent/OrderTickets/Block/Adminhtml/Chat/View/Tabs.php +0 -2
- app/code/community/Laurent/OrderTickets/Block/Adminhtml/Customer/Edit/Tab/Tickets.php +0 -2
- app/code/community/Laurent/OrderTickets/Block/Adminhtml/Order/View/Tab/Tickets.php +0 -2
- app/code/community/Laurent/OrderTickets/Block/Chat.php +0 -2
- app/code/community/Laurent/OrderTickets/Block/Order/Tabs.php +0 -2
- app/code/community/Laurent/OrderTickets/Controller/Adminhtml/Chat.php +28 -31
- app/code/community/Laurent/OrderTickets/Helper/Data.php +0 -2
- app/code/community/Laurent/OrderTickets/Model/Abstract.php +0 -2
- app/code/community/Laurent/OrderTickets/Model/Chat.php +0 -2
- app/code/community/Laurent/OrderTickets/Model/Config/Cron.php +0 -2
- app/code/community/Laurent/OrderTickets/Model/Mysql4/Chat.php +0 -2
- app/code/community/Laurent/OrderTickets/Model/Mysql4/Chat/Collection.php +0 -2
- app/code/community/Laurent/OrderTickets/Model/Mysql4/Ticket.php +0 -2
- app/code/community/Laurent/OrderTickets/Model/Mysql4/Ticket/Collection.php +0 -2
- app/code/community/Laurent/OrderTickets/Model/Observer.php +0 -2
- app/code/community/Laurent/OrderTickets/Model/Ticket.php +0 -2
- app/code/community/Laurent/OrderTickets/controllers/Adminhtml/ChatController.php +0 -2
- app/code/community/Laurent/OrderTickets/controllers/Adminhtml/CreateController.php +0 -2
- app/code/community/Laurent/OrderTickets/controllers/ChatController.php +1 -3
- app/code/community/Laurent/OrderTickets/etc/config.xml +1 -1
- app/code/community/Laurent/OrderTickets/sql/ordertickets_setup/mysql4-install-0.1.0.php +0 -1
- app/code/community/Laurent/OrderTickets/sql/ordertickets_setup/mysql4-upgrade-0.1.0-0.1.1.php +0 -1
- package.xml +5 -5
app/code/community/Laurent/OrderTickets/Block/Adminhtml/Chat.php
CHANGED
@@ -35,5 +35,3 @@ class Laurent_OrderTickets_Block_Adminhtml_Chat extends Mage_Adminhtml_Block_Wid
|
|
35 |
return $this->getUrl('*/adminhtml_create');
|
36 |
}
|
37 |
}
|
38 |
-
|
39 |
-
?>
|
35 |
return $this->getUrl('*/adminhtml_create');
|
36 |
}
|
37 |
}
|
|
|
|
app/code/community/Laurent/OrderTickets/Block/Adminhtml/Chat/Create.php
CHANGED
@@ -42,4 +42,3 @@ class Laurent_OrderTickets_Block_Adminhtml_Chat_Create extends Mage_Adminhtml_Bl
|
|
42 |
}
|
43 |
|
44 |
}
|
45 |
-
?>
|
42 |
}
|
43 |
|
44 |
}
|
|
app/code/community/Laurent/OrderTickets/Block/Adminhtml/Chat/Create/Form.php
CHANGED
@@ -22,5 +22,3 @@ class Laurent_OrderTickets_Block_Adminhtml_Chat_Create_Form extends Mage_Adminht
|
|
22 |
return parent::_prepareForm();
|
23 |
}
|
24 |
}
|
25 |
-
|
26 |
-
?>
|
22 |
return parent::_prepareForm();
|
23 |
}
|
24 |
}
|
|
|
|
app/code/community/Laurent/OrderTickets/Block/Adminhtml/Chat/Create/Order.php
CHANGED
@@ -23,5 +23,3 @@ class Laurent_OrderTickets_Block_Adminhtml_Chat_Create_Order extends Mage_Adminh
|
|
23 |
}
|
24 |
|
25 |
}
|
26 |
-
|
27 |
-
?>
|
23 |
}
|
24 |
|
25 |
}
|
|
|
|
app/code/community/Laurent/OrderTickets/Block/Adminhtml/Chat/Create/Order/Grid.php
CHANGED
@@ -117,5 +117,3 @@ class Laurent_OrderTickets_Block_Adminhtml_Chat_Create_Order_Grid extends Mage_A
|
|
117 |
return $this->getUrl('*/*/stepTwo', array('order_id' => $order->getId()));
|
118 |
}
|
119 |
}
|
120 |
-
|
121 |
-
?>
|
117 |
return $this->getUrl('*/*/stepTwo', array('order_id' => $order->getId()));
|
118 |
}
|
119 |
}
|
|
|
|
app/code/community/Laurent/OrderTickets/Block/Adminhtml/Chat/Create/Steptwo.php
CHANGED
@@ -44,5 +44,3 @@ class Laurent_OrderTickets_Block_Adminhtml_Chat_Create_Steptwo extends Mage_Admi
|
|
44 |
}
|
45 |
|
46 |
}
|
47 |
-
|
48 |
-
?>
|
44 |
}
|
45 |
|
46 |
}
|
|
|
|
app/code/community/Laurent/OrderTickets/Block/Adminhtml/Chat/Create/Steptwo/Form.php
CHANGED
@@ -100,5 +100,3 @@ class Laurent_OrderTickets_Block_Adminhtml_Chat_Create_Steptwo_Form extends Mage
|
|
100 |
}
|
101 |
|
102 |
}
|
103 |
-
|
104 |
-
?>
|
100 |
}
|
101 |
|
102 |
}
|
|
|
|
app/code/community/Laurent/OrderTickets/Block/Adminhtml/Chat/Grid.php
CHANGED
@@ -114,5 +114,3 @@ class Laurent_OrderTickets_Block_Adminhtml_Chat_Grid extends Mage_Adminhtml_Bloc
|
|
114 |
return $this->getUrl('*/*/view', array('chat_id' => $row->getId()));
|
115 |
}
|
116 |
}
|
117 |
-
|
118 |
-
?>
|
114 |
return $this->getUrl('*/*/view', array('chat_id' => $row->getId()));
|
115 |
}
|
116 |
}
|
|
|
|
app/code/community/Laurent/OrderTickets/Block/Adminhtml/Chat/View.php
CHANGED
@@ -41,5 +41,3 @@ class Laurent_OrderTickets_Block_Adminhtml_Chat_View extends Mage_Adminhtml_Bloc
|
|
41 |
}
|
42 |
|
43 |
}
|
44 |
-
|
45 |
-
?>
|
41 |
}
|
42 |
|
43 |
}
|
|
|
|
app/code/community/Laurent/OrderTickets/Block/Adminhtml/Chat/View/Form.php
CHANGED
@@ -26,5 +26,3 @@ class Laurent_OrderTickets_Block_Adminhtml_Chat_View_Form extends Mage_Adminhtml
|
|
26 |
return parent::_prepareForm();
|
27 |
}
|
28 |
}
|
29 |
-
|
30 |
-
?>
|
26 |
return parent::_prepareForm();
|
27 |
}
|
28 |
}
|
|
|
|
app/code/community/Laurent/OrderTickets/Block/Adminhtml/Chat/View/Tab/Main.php
CHANGED
@@ -114,5 +114,3 @@ implements Mage_Adminhtml_Block_Widget_Tab_Interface {
|
|
114 |
}
|
115 |
|
116 |
}
|
117 |
-
|
118 |
-
?>
|
114 |
}
|
115 |
|
116 |
}
|
|
|
|
app/code/community/Laurent/OrderTickets/Block/Adminhtml/Chat/View/Tab/Tickets.php
CHANGED
@@ -68,5 +68,3 @@ implements Mage_Adminhtml_Block_Widget_Tab_Interface {
|
|
68 |
return false;
|
69 |
}
|
70 |
}
|
71 |
-
|
72 |
-
?>
|
68 |
return false;
|
69 |
}
|
70 |
}
|
|
|
|
app/code/community/Laurent/OrderTickets/Block/Adminhtml/Chat/View/Tabs.php
CHANGED
@@ -32,5 +32,3 @@ class Laurent_OrderTickets_Block_Adminhtml_Chat_View_Tabs extends Mage_Adminhtml
|
|
32 |
return $this->__('Chat Information');
|
33 |
}
|
34 |
}
|
35 |
-
|
36 |
-
?>
|
32 |
return $this->__('Chat Information');
|
33 |
}
|
34 |
}
|
|
|
|
app/code/community/Laurent/OrderTickets/Block/Adminhtml/Customer/Edit/Tab/Tickets.php
CHANGED
@@ -123,5 +123,3 @@ class Laurent_OrderTickets_Block_Adminhtml_Customer_Edit_Tab_Tickets
|
|
123 |
return false;
|
124 |
}
|
125 |
}
|
126 |
-
|
127 |
-
?>
|
123 |
return false;
|
124 |
}
|
125 |
}
|
|
|
|
app/code/community/Laurent/OrderTickets/Block/Adminhtml/Order/View/Tab/Tickets.php
CHANGED
@@ -81,5 +81,3 @@ class Laurent_OrderTickets_Block_Adminhtml_Order_View_Tab_Tickets
|
|
81 |
return $this->getUrl('ordertickets/adminhtml_chat/view', array('chat_id' => $this->getChat()->getId()));
|
82 |
}
|
83 |
}
|
84 |
-
|
85 |
-
?>
|
81 |
return $this->getUrl('ordertickets/adminhtml_chat/view', array('chat_id' => $this->getChat()->getId()));
|
82 |
}
|
83 |
}
|
|
|
|
app/code/community/Laurent/OrderTickets/Block/Chat.php
CHANGED
@@ -66,5 +66,3 @@ class Laurent_OrderTickets_Block_Chat extends Mage_Core_Block_Template {
|
|
66 |
}
|
67 |
|
68 |
}
|
69 |
-
|
70 |
-
?>
|
66 |
}
|
67 |
|
68 |
}
|
|
|
|
app/code/community/Laurent/OrderTickets/Block/Order/Tabs.php
CHANGED
@@ -62,5 +62,3 @@ class Laurent_OrderTickets_Block_Order_Tabs extends Mage_Core_Block_Template {
|
|
62 |
return (strstr($requestString, self::ORDER_CHAT_LINK) !== false);
|
63 |
}
|
64 |
}
|
65 |
-
|
66 |
-
?>
|
62 |
return (strstr($requestString, self::ORDER_CHAT_LINK) !== false);
|
63 |
}
|
64 |
}
|
|
|
|
app/code/community/Laurent/OrderTickets/Controller/Adminhtml/Chat.php
CHANGED
@@ -1,40 +1,37 @@
|
|
1 |
-
|
2 |
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
$this->loadLayout()
|
25 |
->_setActiveMenu('sales/ordertickets')
|
26 |
->_addBreadcrumb($this->__('Sales'), $this->__('Sales'))
|
27 |
->_addBreadcrumb($this->__('Order tickets'), $this->__('Order tickets'));
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
/**
|
32 |
-
* Set base title for order tickets actions
|
33 |
-
*/
|
34 |
-
protected function _baseTitle(){
|
35 |
-
$this->_title($this->__('Sales'))->_title($this->__('Order tickets'));
|
36 |
-
}
|
37 |
|
|
|
|
|
|
|
|
|
|
|
38 |
}
|
39 |
|
40 |
-
|
1 |
+
<?php
|
2 |
|
3 |
+
/*
|
4 |
+
* @category Laurent
|
5 |
+
* @package Laurent_OrderTickets
|
6 |
+
* @copyright Copyright (c) 2012 Laurent Clouet
|
7 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
8 |
+
* @author Laurent Clouet <laurent35240@gmail.com>
|
9 |
+
*/
|
10 |
|
11 |
+
/**
|
12 |
+
* Description of Chat
|
13 |
+
*
|
14 |
+
*/
|
15 |
+
class Laurent_OrderTickets_Controller_Adminhtml_Chat extends Mage_Adminhtml_Controller_Action {
|
16 |
|
17 |
+
/**
|
18 |
+
* Initialize action
|
19 |
+
*
|
20 |
+
* @return Mage_Adminhtml_Controller_Action
|
21 |
+
*/
|
22 |
+
protected function _initAction() {
|
23 |
+
$this->loadLayout()
|
|
|
24 |
->_setActiveMenu('sales/ordertickets')
|
25 |
->_addBreadcrumb($this->__('Sales'), $this->__('Sales'))
|
26 |
->_addBreadcrumb($this->__('Order tickets'), $this->__('Order tickets'));
|
27 |
+
return $this;
|
28 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
|
30 |
+
/**
|
31 |
+
* Set base title for order tickets actions
|
32 |
+
*/
|
33 |
+
protected function _baseTitle() {
|
34 |
+
$this->_title($this->__('Sales'))->_title($this->__('Order tickets'));
|
35 |
}
|
36 |
|
37 |
+
}
|
app/code/community/Laurent/OrderTickets/Helper/Data.php
CHANGED
@@ -52,5 +52,3 @@ class Laurent_OrderTickets_Helper_Data extends Mage_Core_Helper_Abstract{
|
|
52 |
);
|
53 |
}
|
54 |
}
|
55 |
-
|
56 |
-
?>
|
52 |
);
|
53 |
}
|
54 |
}
|
|
|
|
app/code/community/Laurent/OrderTickets/Model/Abstract.php
CHANGED
@@ -30,5 +30,3 @@ abstract class Laurent_OrderTickets_Model_Abstract extends Mage_Core_Model_Abstr
|
|
30 |
return $this;
|
31 |
}
|
32 |
}
|
33 |
-
|
34 |
-
?>
|
30 |
return $this;
|
31 |
}
|
32 |
}
|
|
|
|
app/code/community/Laurent/OrderTickets/Model/Chat.php
CHANGED
@@ -83,5 +83,3 @@ class Laurent_OrderTickets_Model_Chat extends Laurent_OrderTickets_Model_Abstrac
|
|
83 |
return $this->load($orderId, 'order_id');
|
84 |
}
|
85 |
}
|
86 |
-
|
87 |
-
?>
|
83 |
return $this->load($orderId, 'order_id');
|
84 |
}
|
85 |
}
|
|
|
|
app/code/community/Laurent/OrderTickets/Model/Config/Cron.php
CHANGED
@@ -40,5 +40,3 @@ class Laurent_OrderTickets_Model_Config_Cron extends Mage_Core_Model_Config_Data
|
|
40 |
}
|
41 |
}
|
42 |
}
|
43 |
-
|
44 |
-
?>
|
40 |
}
|
41 |
}
|
42 |
}
|
|
|
|
app/code/community/Laurent/OrderTickets/Model/Mysql4/Chat.php
CHANGED
@@ -20,5 +20,3 @@ class Laurent_OrderTickets_Model_Mysql4_Chat extends Mage_Core_Model_Mysql4_Abst
|
|
20 |
}
|
21 |
|
22 |
}
|
23 |
-
|
24 |
-
?>
|
20 |
}
|
21 |
|
22 |
}
|
|
|
|
app/code/community/Laurent/OrderTickets/Model/Mysql4/Chat/Collection.php
CHANGED
@@ -34,5 +34,3 @@ class Laurent_OrderTickets_Model_Mysql4_Chat_Collection extends Mage_Core_Model_
|
|
34 |
return $this;
|
35 |
}
|
36 |
}
|
37 |
-
|
38 |
-
?>
|
34 |
return $this;
|
35 |
}
|
36 |
}
|
|
|
|
app/code/community/Laurent/OrderTickets/Model/Mysql4/Ticket.php
CHANGED
@@ -19,5 +19,3 @@ class Laurent_OrderTickets_Model_Mysql4_Ticket extends Mage_Core_Model_Mysql4_Ab
|
|
19 |
}
|
20 |
|
21 |
}
|
22 |
-
|
23 |
-
?>
|
19 |
}
|
20 |
|
21 |
}
|
|
|
|
app/code/community/Laurent/OrderTickets/Model/Mysql4/Ticket/Collection.php
CHANGED
@@ -18,5 +18,3 @@ class Laurent_OrderTickets_Model_Mysql4_Ticket_Collection extends Mage_Core_Mode
|
|
18 |
$this->_init('ordertickets/ticket');
|
19 |
}
|
20 |
}
|
21 |
-
|
22 |
-
?>
|
18 |
$this->_init('ordertickets/ticket');
|
19 |
}
|
20 |
}
|
|
|
|
app/code/community/Laurent/OrderTickets/Model/Observer.php
CHANGED
@@ -70,5 +70,3 @@ class Laurent_OrderTickets_Model_Observer {
|
|
70 |
}
|
71 |
|
72 |
}
|
73 |
-
|
74 |
-
?>
|
70 |
}
|
71 |
|
72 |
}
|
|
|
|
app/code/community/Laurent/OrderTickets/Model/Ticket.php
CHANGED
@@ -55,5 +55,3 @@ class Laurent_OrderTickets_Model_Ticket extends Laurent_OrderTickets_Model_Abstr
|
|
55 |
}
|
56 |
|
57 |
}
|
58 |
-
|
59 |
-
?>
|
55 |
}
|
56 |
|
57 |
}
|
|
|
|
app/code/community/Laurent/OrderTickets/controllers/Adminhtml/ChatController.php
CHANGED
@@ -123,5 +123,3 @@ class Laurent_OrderTickets_Adminhtml_ChatController extends Laurent_OrderTickets
|
|
123 |
$this->getResponse()->setBody($this->getLayout()->createBlock('ordertickets/adminhtml_customer_edit_tab_tickets')->toHtml());
|
124 |
}
|
125 |
}
|
126 |
-
|
127 |
-
?>
|
123 |
$this->getResponse()->setBody($this->getLayout()->createBlock('ordertickets/adminhtml_customer_edit_tab_tickets')->toHtml());
|
124 |
}
|
125 |
}
|
|
|
|
app/code/community/Laurent/OrderTickets/controllers/Adminhtml/CreateController.php
CHANGED
@@ -149,5 +149,3 @@ class Laurent_OrderTickets_Adminhtml_CreateController extends Laurent_OrderTicke
|
|
149 |
}
|
150 |
|
151 |
}
|
152 |
-
|
153 |
-
?>
|
149 |
}
|
150 |
|
151 |
}
|
|
|
|
app/code/community/Laurent/OrderTickets/controllers/ChatController.php
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
|
2 |
|
3 |
/*
|
4 |
* @category Laurent
|
@@ -122,5 +122,3 @@ class Laurent_OrderTickets_ChatController extends Mage_Core_Controller_Front_Act
|
|
122 |
}
|
123 |
|
124 |
}
|
125 |
-
|
126 |
-
?>
|
1 |
+
<?php
|
2 |
|
3 |
/*
|
4 |
* @category Laurent
|
122 |
}
|
123 |
|
124 |
}
|
|
|
|
app/code/community/Laurent/OrderTickets/etc/config.xml
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
<config>
|
10 |
<modules>
|
11 |
<Laurent_OrderTickets>
|
12 |
-
<version>1.1.
|
13 |
</Laurent_OrderTickets>
|
14 |
</modules>
|
15 |
<global>
|
9 |
<config>
|
10 |
<modules>
|
11 |
<Laurent_OrderTickets>
|
12 |
+
<version>1.1.2</version>
|
13 |
</Laurent_OrderTickets>
|
14 |
</modules>
|
15 |
<global>
|
app/code/community/Laurent/OrderTickets/sql/ordertickets_setup/mysql4-install-0.1.0.php
CHANGED
@@ -47,4 +47,3 @@ $installer->run("
|
|
47 |
");
|
48 |
|
49 |
$installer->endSetup();
|
50 |
-
?>
|
47 |
");
|
48 |
|
49 |
$installer->endSetup();
|
|
app/code/community/Laurent/OrderTickets/sql/ordertickets_setup/mysql4-upgrade-0.1.0-0.1.1.php
CHANGED
@@ -17,4 +17,3 @@ ALTER TABLE `{$this->getTable('ordertickets_chat')}` ADD `last_answer_date` DA
|
|
17 |
|
18 |
$installer->endSetup();
|
19 |
|
20 |
-
?>
|
17 |
|
18 |
$installer->endSetup();
|
19 |
|
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Order_tickets</name>
|
4 |
-
<version>1.1.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/afl-3.0.php">Academic Free License (AFL 3.0)</license>
|
7 |
<channel>community</channel>
|
@@ -11,11 +11,11 @@
|
|
11 |
- customer can add message to orders
|
12 |
- administrator can see these messages, reply to them, change status of a chat and create new messages
|
13 |
- a cron also exists to send a reminder email to administrator about new messages</description>
|
14 |
-
<notes>Fix problem of
|
15 |
<authors><author><name>Laurent Clouet</name><user>auto-converted</user><email>laurent35240@gmail.com</email></author></authors>
|
16 |
-
<date>2012-03-
|
17 |
-
<time>
|
18 |
-
<contents><target name="magecommunity"><dir name="Laurent"><dir name="OrderTickets"><dir name="Block"><dir name="Adminhtml"><dir name="Chat"><dir name="Create"><dir name="Order"><file name="Grid.php" hash="
|
19 |
<compatible/>
|
20 |
<dependencies/>
|
21 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Order_tickets</name>
|
4 |
+
<version>1.1.2</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/afl-3.0.php">Academic Free License (AFL 3.0)</license>
|
7 |
<channel>community</channel>
|
11 |
- customer can add message to orders
|
12 |
- administrator can see these messages, reply to them, change status of a chat and create new messages
|
13 |
- a cron also exists to send a reminder email to administrator about new messages</description>
|
14 |
+
<notes>Fix problem of header already send</notes>
|
15 |
<authors><author><name>Laurent Clouet</name><user>auto-converted</user><email>laurent35240@gmail.com</email></author></authors>
|
16 |
+
<date>2012-03-08</date>
|
17 |
+
<time>11:37:40</time>
|
18 |
+
<contents><target name="magecommunity"><dir name="Laurent"><dir name="OrderTickets"><dir name="Block"><dir name="Adminhtml"><dir name="Chat"><dir name="Create"><dir name="Order"><file name="Grid.php" hash="c7f1c769d398155bd346edb8fe76d6bf"/></dir><dir name="Steptwo"><file name="Form.php" hash="00359248809a4f067f8c488fda650712"/></dir><file name="Form.php" hash="521cca1147cbcecdf66d6e25e42e93d4"/><file name="Order.php" hash="4b5cbda78abda88f5858b1b389ef5b75"/><file name="Steptwo.php" hash="3a439f520e3469d0499ddf4443df674f"/></dir><dir name="View"><dir name="Tab"><file name="Main.php" hash="03c4041d1cf51152b81960301c1a7a09"/><file name="Tickets.php" hash="1113741720801f3101ba7eea34be9e0f"/></dir><file name="Form.php" hash="39fdb499109549c3f343c558016bbeba"/><file name="Tabs.php" hash="f8013ba3783ab56b81ddf85a9322f6eb"/></dir><file name="Create.php" hash="9d942043e00405babea776855b70f3a5"/><file name="Grid.php" hash="991c017b9bc30ea7d21abc37d5357d1f"/><file name="View.php" hash="415937396e67aea31d58140084885e6b"/></dir><dir name="Customer"><dir name="Edit"><dir name="Tab"><file name="Tickets.php" hash="d784d0ff541dc941ccd1a3c421acddc9"/></dir></dir></dir><dir name="Order"><dir name="View"><dir name="Tab"><file name="Tickets.php" hash="20dfff77bead43724946ef6ee289ffb2"/></dir></dir></dir><file name="Chat.php" hash="e49c52f90f3ced6a00602c1125cffc44"/></dir><dir name="Order"><file name="Tabs.php" hash="33f15dfed00eca206271cef1f6d17f88"/></dir><file name="Chat.php" hash="ca64119de20bcdca3a8ea51447c83d55"/></dir><dir name="Controller"><dir name="Adminhtml"><file name="Chat.php" hash="43b419b5c2b5e6900051e6358153175d"/></dir></dir><dir name="Helper"><file name="Data.php" hash="93cacb500a03173347d3136403be13b1"/></dir><dir name="Model"><dir name="Config"><file name="Cron.php" hash="71180552ddcaa52e340668255ed871a0"/></dir><dir name="Mysql4"><dir name="Chat"><file name="Collection.php" hash="3765532820c8272190ad6bd65a42594d"/></dir><dir name="Ticket"><file name="Collection.php" hash="c04b0fe47e291380a57dce1939425b95"/></dir><file name="Chat.php" hash="105edfaafa9109c87dfb509b641decdc"/><file name="Ticket.php" hash="f9f4e7f6e9da8c110d5042760fe1183e"/></dir><file name="Abstract.php" hash="1c3cebb3cdfbba03c4b21198e2412bd5"/><file name="Chat.php" hash="64ee63f9f7d636c24ba9bde51f7fa5d3"/><file name="Observer.php" hash="e8df8052d45030c5a0548aa1caccbd8b"/><file name="Ticket.php" hash="967e3fd66fd24b689a38f3e1970d5e98"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="ChatController.php" hash="f3bdbe2cf3e01082ed5c651415b46319"/><file name="CreateController.php" hash="1b7772d9296c89460cdb7828be20ef3e"/></dir><file name="ChatController.php" hash="ee6c820a624dfb487b5c935fe109989c"/></dir><dir name="doc"><dir name="screeenshots"><file name="bo_order_tickets_tab.png" hash="ca1d6d13d53cc6a1c2af3c9b4bfa61a9"/><file name="bo_ticket_details.png" hash="7228ed41de8dfe0626bdcadbeae05f4b"/><file name="bo_ticket_tickets.png" hash="7491fb1b62a9352d1abe9bdbbd6bc845"/><file name="bo_tickets_grid.png" hash="1270d49ebe5bb6c93420ad8f7a9ba08f"/><file name="fo_tickets_on_order.png" hash="e8a7af6d00a3c19d8de4a66d022b2988"/></dir><file name="CREATE-IN-BO.txt" hash="020114172e426f95d7a1d733fcaaf49a"/><file name="EVOLUTIONS.txt" hash="f7916ea0d3d00122873970c678f026a6"/><file name="INSTALL.txt" hash="316098ba4cebfa621753e18d550880fe"/><file name="logo.png" hash="2a863ae353401ed20c679782b8e694bf"/><file name="logo.svg" hash="eb6d4bd165834e3fd308c421c6a6e9bd"/><file name="tables_scheme.graphml" hash="66b71ac524ad926ba5a4c110840f5b57"/><file name="tables_scheme.jpg" hash="c26b66b1381efa32c7140892e11932ba"/></dir><dir name="etc"><file name="adminhtml.xml" hash="7dbe3d5338b8b68c87e09b1cd25c48f1"/><file name="config.xml" hash="ab865a6ffc4806251efa69904066230d"/><file name="system.xml" hash="37739c5007d90bdf7ee8cbe567e98b6a"/></dir><dir name="sql"><dir name="ordertickets_setup"><file name="mysql4-install-0.1.0.php" hash="eaf0ed1190d400612f7eda66b51a28df"/><file name="mysql4-upgrade-0.1.0-0.1.1.php" hash="a59e90142a8ba64c370f59699878a7e1"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="ordertickets.xml" hash="f3802540ee8a0f81c288dcfc19c0a589"/></dir><dir name="template"><dir name="ordertickets"><dir name="chat"><dir name="create"><file name="abstract.phtml" hash="19cbea5ac678b9197b08c6d9e8f55880"/><file name="form.phtml" hash="5a45de144e3f0b6b52a2e2ee19450413"/></dir><dir name="view"><dir name="tab"><file name="tickets.phtml" hash="8843f45ab15ab1159cd78daa9af1e5a5"/></dir></dir></dir><dir name="order"><dir name="view"><dir name="tab"><file name="tickets.phtml" hash="f3aa00997858afcf85373b8e0f1716db"/></dir></dir></dir></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="ordertickets.xml" hash="ff2e6b3a75dcf121fdc5a11bc320d46f"/></dir><dir name="template"><dir name="ordertickets"><dir name="order"><file name="tabs.phtml" hash="3a146acbd5ef5af0a7c939f60ee4c383"/></dir><file name="chat.phtml" hash="2c87d7b906dd80ebdfd86dcf2aadd755"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Laurent_OrderTickets.xml" hash="46fdc0a685ad8d9144f4db4cb99f97fe"/></dir></target><target name="magelocale"><dir name="fr_FR"><file name="Laurent_OrderTickets.csv" hash="c8eafd1da65d14384b589d3db5c1537e"/></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="css"><file name="ordertickets.css" hash="f009140fffa838b6b3a3bfe011cebaa2"/></dir></dir></dir></dir></target></contents>
|
19 |
<compatible/>
|
20 |
<dependencies/>
|
21 |
</package>
|