Beck_LiveChat - Version 1.5.4

Version Notes

none

Download this release

Release Info

Developer Magento Core Team
Extension Beck_LiveChat
Version 1.5.4
Comparing to
See all releases


Code changes from version 1.5.3 to 1.5.4

app/code/community/Beck/LiveChat/Block/Operator/Edit/Form.php CHANGED
@@ -50,14 +50,14 @@ class Beck_LiveChat_Block_Operator_Edit_Form extends Mage_Adminhtml_Block_Widget
50
  foreach ($groupCollection as $group)
51
  {
52
  $storeCollection = $group->getStoreCollection();
53
- $values[$group->getName()]['value'] = array();
54
- $values[$group->getName()]['label'] = $group->getName();
55
  foreach ($storeCollection as $store)
56
  {
57
- $index = count($values[$group->getName()]['value']);
58
- $values[$group->getName()]['value'][$index]['value'] = $store->getId();
59
- $values[$group->getName()]['value'][$index]['label'] = $store->getName();
60
- $values[$group->getName()]['value'][$index]['title'] = $store->getName();
61
  }
62
  }
63
  }
50
  foreach ($groupCollection as $group)
51
  {
52
  $storeCollection = $group->getStoreCollection();
53
+ $values[$group->getId()]['value'] = array();
54
+ $values[$group->getId()]['label'] = $group->getName();
55
  foreach ($storeCollection as $store)
56
  {
57
+ $index = count($values[$group->getId()]['value']);
58
+ $values[$group->getId()]['value'][$index]['value'] = $store->getId();
59
+ $values[$group->getId()]['value'][$index]['label'] = $store->getName();
60
+ $values[$group->getId()]['value'][$index]['title'] = $store->getName();
61
  }
62
  }
63
  }
app/code/community/Beck/LiveChat/Block/Template.php CHANGED
@@ -113,6 +113,9 @@ class Beck_LiveChat_Block_Template extends Mage_Core_Block_Template
113
  $nb = 0;
114
  foreach ($operatorCollection as $operator)
115
  {
 
 
 
116
  if ($operator->getIs_online() == '1')
117
  {
118
  if ($operator->IsOperatorAffectedToStore($this->getStoreId()))
@@ -121,6 +124,7 @@ class Beck_LiveChat_Block_Template extends Mage_Core_Block_Template
121
  }
122
  }
123
  }
 
124
  if ($nb > 0)
125
  {
126
  return true;
113
  $nb = 0;
114
  foreach ($operatorCollection as $operator)
115
  {
116
+ echo '<b>Operator ' . $operator->getName() . '</b><br />';
117
+ echo 'Online = ' . $operator->getIs_online() . '<br />';
118
+ echo 'AffectedToStore('.$this->getStoreId().') = ' . (int)$operator->IsOperatorAffectedToStore($this->getStoreId()) . '<br /><br />';
119
  if ($operator->getIs_online() == '1')
120
  {
121
  if ($operator->IsOperatorAffectedToStore($this->getStoreId()))
124
  }
125
  }
126
  }
127
+ echo '<u>Total online : '.$nb.'</u><br />';
128
  if ($nb > 0)
129
  {
130
  return true;
app/code/community/Beck/LiveChat/Block/Template.zip ADDED
Binary file
app/code/community/Beck/LiveChat/etc/config.xml CHANGED
@@ -2,7 +2,7 @@
2
  <config>
3
  <modules>
4
  <Beck_LiveChat>
5
- <version>1.5.3</version>
6
  </Beck_LiveChat>
7
  </modules>
8
  <admin>
2
  <config>
3
  <modules>
4
  <Beck_LiveChat>
5
+ <version>1.5.4</version>
6
  </Beck_LiveChat>
7
  </modules>
8
  <admin>
app/etc/modules/ZBeck_LiveChat.xml CHANGED
@@ -5,7 +5,7 @@
5
  <active>true</active>
6
  <codePool>community</codePool>
7
  <depends />
8
- <version>1.5.3</version>
9
  </Beck_LiveChat>
10
  </modules>
11
  </config>
5
  <active>true</active>
6
  <codePool>community</codePool>
7
  <depends />
8
+ <version>1.5.4</version>
9
  </Beck_LiveChat>
10
  </modules>
11
  </config>
app/locale/de_DE/Beck_LiveChat.csv ADDED
@@ -0,0 +1,122 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ "Configuration","Konfiguration"
2
+ "General options","Grundeinstellung"
3
+ "Is enabled","aktiviert"
4
+ "Display options","Anzeigeoptionen"
5
+ "Chat label","Chat Bezeichnung"
6
+ "LiveChat configuration","LiveChat Konfiguration"
7
+ "LiveChat operators","LiveChat Operator"
8
+ "Operators","Operatoren"
9
+ "Operators list","Operatorliste"
10
+ "Create new operator","Erstelle neuen Operator"
11
+ "Operator's data","Operator Daten"
12
+ "Password","Passwort"
13
+ "Name","Name"
14
+ "Enabled","Aktiviert"
15
+ "Disabled","Deaktiviert"
16
+ "Save","speichern"
17
+ "Create","erstellen"
18
+ "Operator %s has been successfully created.","Benutzer %s wurde erfolgreich erstellt."
19
+ "Operator %s has been successfully modified.","Benutzer %s wurde erfolgreich bearbeitet."
20
+ "Operator %s has been successfully deleted.","Benutzer %s wurde erfolgreich gelöscht."
21
+ "Edit operator","Benutzer bearbeiten."
22
+ "disabled","Deaktiviert"
23
+ "Send","Senden"
24
+ "Chat refresh frequency","Chat refresh Frequenz"
25
+ "Chat refresh decay","Chat refresh Rate"
26
+ "Image style","Bild Style"
27
+ "Get chat list","Chat Liste anfordern"
28
+ "Get chat messages messages","Chat Nachricht erhalten"
29
+ "Send message to customer","Nachricht an Kunden senden"
30
+ "Operator disconnection","Operator trennen"
31
+ "Operator connection","Operator anmelden"
32
+ "Title label","Überschrift"
33
+ "Unavailable message","Nicht verfügbare Nachricht"
34
+ "Default customer name","Standart Benutzername"
35
+ "Get new messages","Neue Nachrichten abfragen"
36
+ "Get new sessions","Neue Sitzung starten"
37
+ "System name","Systemname"
38
+ "System wait message","System arbeitet - bitte warten"
39
+ "Customers chat list","Chat Benutzerliste"
40
+ "Customer name","Kundenname"
41
+ "Started at","gestartet am"
42
+ "Dispatched to","abgesendet an"
43
+ "Store","Store"
44
+ "State","Land"
45
+ "Not dispatched","nicht abgesendet"
46
+ "Closed","geschlossen"
47
+ "Close","schliessen"
48
+ "Open","öffnen"
49
+ "Are you sure ?","Sind Sie sicher?"
50
+ "Total of %d record(s) were successfully deleted","von %d Aufzeichnung(en) sind gelöscht"
51
+ "Please select chat(s)","Bitte chat(s) aussuchen"
52
+ "Status","Status"
53
+ "Online","online"
54
+ "Disconnected","getrennt"
55
+ "Autor","Autor"
56
+ "Message","Nachricht"
57
+ "Placed at","Abgelegt in"
58
+ "Please select message(s)","Bitte Nachrichten auswählen"
59
+ "Delete","löschen"
60
+ "-- Session terminated --","-- Sitzung beendet --"
61
+ "Total of %d record(s) were successfully closed","Insg. %d Aufzeichnungen erfolgreich geschlossen"
62
+ "There is no chat available for operator %s","Es ist kein Chat für Operator verfügbar"
63
+ "This session is closed, you cannot send message.","Diese Sitzung ist geschlossen, Sie können keine Nachricht versenden."
64
+ "Access denied for %s","Zugriff verweigert für %s"
65
+ "Operator access","Operator Zugang"
66
+ "Operator %s is now disconnected and no longer appear online.","Operator %s ist jetzt getrennt und scheint nicht mehr online zu sein"
67
+ "Operator %s has just been created configure the store allowed for him <a href=\'%s\'>here</a>.","Operator %s ist gerade erstellt. Erlaube ihm hier Zugang zum Store <a href=\'%s\'>here</a>."
68
+ "Admin refresh rate","Admin Aktualisierungszeit"
69
+ "Behaviour","Verhalten"
70
+ "On Operator disconnect","Operator trennen"
71
+ "On chat session close","Chat-Sitzung schließen"
72
+ "On customer connexion","Kunden verbinden"
73
+ "Close dispatched chat session","Getrennte Sessions schließen"
74
+ "Undispatch non-closed chat session","Aktivieren nicht geschlossener Sitzung"
75
+ "Send a close message","Sitzung-Schließen Nachricht senden"
76
+ "Allow to reopen a closed chat session","Erlaube geschlossene Sitzung wieder zu öffnen"
77
+ "Replace the chat session creator name","Ersetze den Namen des Eröffners der Sitzung"
78
+ "Replace all customer's messages autor name","Ersetze den Author-Namen aller Kunden Nachrichten"
79
+ "When the customer sends a message","Wenn der Kunde eine Nachricht sendet"
80
+ "System message when session is automatically created","System-Nachricht wenn die Sitzung automatisch erstellt wurde"
81
+ "Chat session creation","Chat Sitzungseröffung"
82
+ "When customer send his first message","Wenn Benutzer seine erste Nachricht sendet"
83
+ "Automatically create a new chatsession for everyone","Automatisch eine neue Sitzung für jeden eröffnen"
84
+ "Automatically create a new chat session for every customer logged in","Automatisch eine neue Sitzung für jeden Käufer eröffnen"
85
+ "Customer url","Kunden Url"
86
+ "Total of %d record(s) were successfully opened","Insg. wurden %d Sitzungen erfolgreich geöffnet"
87
+ "Running chat sessions","Laufende Chat-Sitzungen"
88
+ "Archived chat sessions","archiviere Chat Sitzungen"
89
+ "View archived sessions","zeige archivierte Sitzungen"
90
+ "View live sessions","zeige aktuelle Sitzungen"
91
+ "Back","Zurück"
92
+ "Messages","Nachrichten"
93
+ "Total of %d record(s) were successfully archived","Insg. wurden %d Aufzeichnungen erfolgreich archiviert"
94
+ "Archive","Archive"
95
+ "Close a session","Sitzung beenden"
96
+ "Display LiveChat box in front office.","LiveChat kutusunu Ofis ön yüzünde görüntüle."
97
+ "Message refresh interval for customer (in seconds).","Nachrichten-Aktualisierungs-Intervall (in Sekunden)"
98
+ "Admin operator page refresh rate (in seconds).","Aktualisierungs-Intervall für das Admin-Operator-Fenster (in Sekunden)"
99
+ "Message which is displaying when no operator are online.","Nachricht die angezeigt wird, wenn kein Operator online ist."
100
+ "Name of the customer when not logged in.","Name des Kunden, wenn er nicht eingeloggt ist"
101
+ "Sender name of the automatic messages.","Benutzername für automatisch generierte Nachrichten"
102
+ "Message sent when a customer has just started a chat session.","Nachricht die gesendet wird, wenn ein Käufer eine Sitzung gestartet hat"
103
+ "Message sent when a chat has been automatically created.","Nachricht die gesendet wird, wenn eine Sitzung automatisch gestartet wurde"
104
+ "The chat session is closed, so no operator can get it.","Die Sitzung wurde geschlossen und kein Operator kann sie lesen. "
105
+ "The chat session is released, so another operator can get it.","Die Chat-Sitzung wurde weitergegeben - ein anderer Operator wird sie empfangen."
106
+ "If the chat session is not archived the customer can reactivate it by sending a new message.","Wenn die Chat-Sitzung nicht archiviert ist, kann der Kunde die Sitzung reaktivieren indem er eine neue Nachricht sendet."
107
+ "Archived session are definitevely closed. If not chat sessions are only closed.","Archivierte Sitzungen sind definitiv geschlossen. "
108
+ "Total of %d record(s) were successfully disconnected","Insg. %d Sitzungen wurden erfolgreich getrennt"
109
+ "Disconnect","Trennen"
110
+ "Update existing sessions","bestehende Sitzungen aktualisieren"
111
+ "Maximum number of lines displayed","maximale Anzahl der darzustellenden Zeilen"
112
+ "Set 0 to display all lines","Setze 0 um alle Zeilen anzuzeigen"
113
+ "When the session expire","Wenn die Sitzung endet"
114
+ "Archivate the session","Sitzung archivieren"
115
+ "Session","Sitzung"
116
+ "Sessions Live","aktuelle Sitzungen"
117
+ "Display only for registered user","Anzeige nur für registrierte Benutzer"
118
+ "If yes, only connected customer can see the chatbox.","Wenn ja, können nur verbundene Kunden die Chatbox sehen."
119
+ "Reporting","Statistik"
120
+ "Convert rate","Umwandlungsrate"
121
+ "Chat with order","Chat mit Kunden mit Auftrag"
122
+ "Chat without order","Chat mit Kunden ohne Auftrag"
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Beck_LiveChat</name>
4
- <version>1.5.3</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>
@@ -20,12 +20,15 @@ Allow your customer to chat with your store's operators.
20
  &lt;li&gt;Tracking : you know if a chat was ended by an order&lt;/li&gt;&lt;/ul&gt;
21
  &lt;h3&gt;Improve you convert rate&lt;/h3&gt;
22
  By providing tips online.
23
- Interact with your customer by sending them link to your product pages.</description>
 
 
 
24
  <notes>none</notes>
25
  <authors><author><name>Fabrice Beck</name><user>auto-converted</user><email>fabrice.beck@fia-net.com</email></author></authors>
26
- <date>2009-05-19</date>
27
- <time>12:23:10</time>
28
- <contents><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="images"><dir name="livechat"><file name="base_mini_actions_bg.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="base_mini_head_bg.gif" hash="f8c1f130ad69464fe7aff2f589b2ec75"/><file name="chat.png" hash="0b6147abc4b325b6adc53101020214fd"/><file name="close.png" hash="453440e151c84241d7e96fbef87e3ce4"/><file name="close_hover.png" hash="504658759baedc0fae5461fc25d1258d"/></dir></dir><dir name="livechat"><file name="livechat.css" hash="dc9579be4ca477338f78cb63d63dc5f4"/></dir><dir name="media"><dir name="livechat"><dir name="charts_library"><file name="ar3d.swf" hash="fb7a5ccea0ef3623a100861ad1b3177f"/><file name="arno.swf" hash="6f456468baea864aacf66638bac2b589"/><file name="ars3.swf" hash="f987c6b33b986081b16ffc7c32816e1c"/><file name="arst.swf" hash="fbea762106f595c8a80d0836765888b0"/><file name="brfl.swf" hash="0f670edbeeb28e39e3bd67af6f2edbe7"/><file name="brno.swf" hash="048dee265c0261516f3d7372ab3be8b5"/><file name="brst.swf" hash="f2dba1bfc8edb0afc338b419fb48e2fa"/><file name="buno.swf" hash="3d9300f94accd4088b35c46aac3e44a4"/><file name="cl3d.swf" hash="ebe6bf32cf48b06471cb6a0573014a1b"/><file name="clfl.swf" hash="7f5f46d5aa493d70ee5c7b2ddbdc78dc"/><file name="clim.swf" hash="36ee76079777bb8e64050b61c4cc1c97"/><file name="clno.swf" hash="deb606ffde80297088a35286e50a9ca3"/><file name="clp3.swf" hash="b341e66d7a3463bfa2e27fbde386df8c"/><file name="cls3.swf" hash="043fcd28ed20a2b1367eb31039caac03"/><file name="clst.swf" hash="c69eed5bbac1cfb3e00a5ce06bf0948e"/><file name="cnno.swf" hash="10b9081bbaac03b8899b2801e949ca78"/><file name="dollar.jpg" hash="2e5353fa0aaff541926f0a90693211fe"/><file name="dono.swf" hash="9d1f9c75850599448c9faed3c050e1af"/><file name="lnno.swf" hash="c23393fe4574aae26d59b9e8f6fb40bf"/><file name="mxno.swf" hash="1f4c2d4283fa10f48a3b92562a59c0a2"/><file name="pi3d.swf" hash="bcb13d2e348979745c11a9368a24d2ff"/><file name="pie.jpg" hash="b1c6fc913c3b3a8ef5d674be32bffe0f"/><file name="piim.swf" hash="83ca329f031841560721ffd3ca4473ed"/><file name="pino.swf" hash="2c9b396e3b5194380d78a0331cd2ec37"/><file name="pono.swf" hash="3cdef367c4ff70b4772d64e48291bc58"/><file name="scno.swf" hash="c50bcebd97ee6def9079a51f54c4db8f"/></dir><file name="charts.swf" hash="2570563b5c23598a97e3c74cf47a2dc8"/></dir></dir></dir></dir></dir><dir name="frontend"><dir name="default"><dir name="default"><dir name="css"><dir name="livechat"><file name="livechat.css" hash="b4e4554301897980dfb271a5f33549b4"/></dir></dir><dir name="images"><dir name="livechat"><file name="ajax-loader.gif" hash="622c5fd994ddbd1dd7295e975a855394"/><file name="chat.png" hash="0b6147abc4b325b6adc53101020214fd"/><file name="livechat_icon_1_offline.gif" hash="6f29645dd823de420f87406adeefbd74"/><file name="livechat_icon_1_online.gif" hash="0fb04fadb0291cae8fb18f077e5cb287"/><file name="livechat_icon_2_offline.gif" hash="ccac8aead3064b6b573b36790c259a4f"/><file name="livechat_icon_2_online.gif" hash="ccffb2ccd56232a48a2886b987095398"/><file name="livechat_icon_3_offline.gif" hash="fee4fd690feaad68955e4d3f17ea61ba"/><file name="livechat_icon_3_online.gif" hash="7218d4f034d4eb13e3d5b0c309687c61"/><file name="livechat_icon_4_offline.gif" hash="17bc9d490e7c66482aaa813c4c542e93"/><file name="livechat_icon_4_online.gif" hash="dd529dbdf1ffc62c593fd6c4548dfd52"/><file name="Thumbs.db" hash="2089b8492f53243c46f05e1d86ae85dc"/></dir></dir></dir><dir name="modern"><dir name="css"><dir name="livechat"><file name="livechat.css" hash="f0595e7964bdae458d1c7fb4a0e71060"/></dir></dir><dir name="images"><dir name="livechat"><file name="ajax-loader.gif" hash="622c5fd994ddbd1dd7295e975a855394"/><file name="chat.png" hash="0b6147abc4b325b6adc53101020214fd"/><file name="livechat_icon_1_offline.gif" hash="6f29645dd823de420f87406adeefbd74"/><file name="livechat_icon_1_online.gif" hash="0fb04fadb0291cae8fb18f077e5cb287"/><file name="livechat_icon_2_offline.gif" hash="ccac8aead3064b6b573b36790c259a4f"/><file name="livechat_icon_2_online.gif" hash="ccffb2ccd56232a48a2886b987095398"/><file name="livechat_icon_3_offline.gif" hash="fee4fd690feaad68955e4d3f17ea61ba"/><file name="livechat_icon_3_online.gif" hash="7218d4f034d4eb13e3d5b0c309687c61"/><file name="livechat_icon_4_offline.gif" hash="17bc9d490e7c66482aaa813c4c542e93"/><file name="livechat_icon_4_online.gif" hash="dd529dbdf1ffc62c593fd6c4548dfd52"/><file name="Thumbs.db" hash="5d6de5587cb6edace482aa9ceb9d5363"/></dir></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="livechat.xml" hash="af3e2fb377187626cb2dd1568b041789"/></dir><dir name="template"><dir name="livechat"><file name="operator.phtml" hash="7013c5fe4dbd2cba0fe06336dba4c7a7"/><file name="reporting.phtml" hash="9d85c067799b93afa051f06c8fe69f91"/><file name="session.phtml" hash="bed057fb47975a3a7a09187b82c76483"/><dir name="notification"><file name="toolbar.phtml" hash="17cf821d5949f14a61fcd5e8b36e5038"/></dir><dir name="session"><file name="detail.phtml" hash="278dbb25de95e687d02b291a67261518"/></dir><dir name="widget"><file name="chatlive.phtml" hash="309a7cfb21f706f63f90d937112d9d26"/><file name="sessionslive.phtml" hash="692226dc8625b3765030d6b48711cea4"/></dir></dir></dir></dir></dir></dir><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="livechat.xml" hash="7a80c2f0893481af99d2acabf14de075"/></dir><dir name="template"><dir name="livechat"><file name="chat.phtml" hash="9b1d6d6bfdee8d10093efa73143ba096"/></dir></dir></dir><dir name="modern"><dir name="layout"><file name="livechat.xml" hash="37e80dc38dd51095f830c1ca6349cbe5"/></dir><dir name="template"><dir name="livechat"><file name="chat.phtml" hash="9b1d6d6bfdee8d10093efa73143ba096"/></dir></dir></dir></dir></dir></target><target name="magecommunity"><dir name="Beck"><dir name="LiveChat"><dir name="Block"><file name="Operator.php" hash="359b81c070d1e6599fec6186adbb76cb"/><file name="Reporting.php" hash="563ca4dfcd96a16544e0665eeb73cba4"/><file name="Session.php" hash="4ef2dd4fbfc349b31acc707882860d9c"/><file name="Template.php" hash="0c074cc3ac23df715131bc5e3be4f043"/><dir name="Notification"><file name="Toolbar.php" hash="4b158993a40a24fe1f355fa8d29623af"/></dir><dir name="Operator"><file name="Edit.php" hash="540a5246fcff5b1a8e821445e07ebd12"/><file name="List.php" hash="e4f392b7522aa002744abcb33fa5ce70"/><dir name="Edit"><file name="Form.php" hash="e97d951a63ed996560cb1526e23cb358"/></dir></dir><dir name="Session"><file name="Detail.php" hash="821d5c92c500cafa72ed50ba29eab352"/><file name="Grid.php" hash="b2116c31cbd297ed046296083bbf2fcf"/><dir name="Detail"><file name="Grid.php" hash="15786bd48ac663b9e9292d0d27fe8a30"/></dir></dir><dir name="Widget"><file name="Chat.php" hash="926f6fc13b7490d2f97035f1276078e7"/><file name="Sessions.php" hash="97e5f2686cc6f2762731b1fa536d91dc"/><dir name="Grid"><dir name="Column"><dir name="Filter"><file name="Dispatched.php" hash="9052fa22cd9e07375d0de4f312c8bcf3"/><file name="Online.php" hash="1810c742fe22fd536798f2f76a11479c"/><file name="State.php" hash="c4367ea40d730b6b42e887fb0f57f758"/></dir><dir name="Renderer"><file name="Dispatched.php" hash="21e79c6d3662fd71737f1f6021509883"/><file name="Online.php" hash="e16ef426e2d329986774670c75188901"/><file name="State.php" hash="4efb918376b7b23ec182ad7d1c981ec9"/></dir></dir></dir></dir></dir><dir name="controllers"><file name="ChatController.php" hash="6ec1063832d7133d2f0ad866cc460376"/><file name="OperatorController.php" hash="68e72482a399d247bd8972032c0ea797"/><file name="ReportingController.php" hash="4b4ed6c8ae7d765e173c5befd0f40fea"/><file name="TestController.php" hash="b636abdbd22fefe47d74ce4bc1d5a605"/><dir name="Operator"><file name="ListController.php" hash="6e82400d65838594f0f139d3884fd75f"/></dir><dir name="Session"><file name="ListController.php" hash="174608c0fb4446193f4ad2dfbbd127f9"/><file name="LiveController.php" hash="d3642bbfca2c6e54bd902187c46c4276"/></dir></dir><dir name="etc"><file name="api.xml" hash="557b013a006d6cb0700b9bd80be41ace"/><file name="config.xml" hash="5f6377ff9868ca73d146c577d0008bcb"/><file name="system.xml" hash="0ace3cfb75089b603ae902f1d31c0af1"/></dir><dir name="Helper"><file name="Data.php" hash="9b8122364bcd6d142aaf2221229fb79e"/></dir><dir name="Model"><file name="AdminSession.php" hash="c6edda40339ae92777ff627d56fd69f7"/><file name="Api.php" hash="141e0881638f58ba2cfba370bfc209d1"/><file name="Event.php" hash="1f9664d6b3455d4bf7e34aa2500163d1"/><file name="Message.php" hash="14b9b7ffef2638e2178ed449945f2189"/><file name="Operator.php" hash="0a79de761f0f1b8b2cfb5318529c6c16"/><file name="Session.php" hash="38e464f28d70d3993d6797cd2a4ed77f"/><dir name="Archives"><file name="Message.php" hash="77405730511ada4e8f973189cc04a70a"/><file name="Session.php" hash="e7e342df2a427a31c6d0392ae230f084"/></dir><dir name="Mysql4"><file name="Message.php" hash="15f54ff4ac2e42d499a465ba02f54545"/><file name="Operator.php" hash="183d4556a4adb362080db8b29b3d363b"/><file name="Session.php" hash="23470233413431cb15fd64d6f6a9e57a"/><dir name="Archives"><file name="Message.php" hash="08a24b0294485713fa948a6bdc321d95"/><file name="Session.php" hash="1e9179810d16098a15e318aec9fecb7d"/><dir name="Message"><file name="Collection.php" hash="312e6198632cc2cbd4fc7b5ace253383"/></dir><dir name="Session"><file name="Collection.php" hash="2f25d488fde87349bfa0e39faa7b6a11"/></dir></dir><dir name="Message"><file name="Collection.php" hash="fe88b353a34e33a8c1dd3ff7fb31dcd4"/></dir><dir name="Operator"><file name="Collection.php" hash="1f85ba68d6c707589b7650fc3fbf1929"/></dir><dir name="Session"><file name="Collection.php" hash="4409f4ba36832a8c0ff8e186b4945de8"/></dir></dir><dir name="Session"><file name="List.php" hash="c97c0507a2ead10e3df948a985f94aae"/></dir><dir name="Source"><file name="Images.php" hash="a78214110d992b5f1267360fac8ffb10"/><file name="Online.php" hash="16a3933b4c4801ce20c714635ea52a47"/><file name="SessionCreation.php" hash="bf20fc0949be23a892b5744e9a68ed4b"/></dir></dir><dir name="sql"><dir name="livechat_setup"><file name="mysql4-install-1.0.0.php" hash="5a967b18d8bc56b345cd3870d1c9ebb7"/><file name="mysql4-upgrade-1.0.0-1.2.4.php" hash="852891c2299a597fe671ca3e06101f82"/><file name="mysql4-upgrade-1.2.4-1.2.9.php" hash="573b71d02e8690e8c4903cf0447a928e"/><file name="mysql4-upgrade-1.2.9-1.3.0.php" hash="d487ca45bb75f68b8f813d4bd3c04ca7"/><file name="mysql4-upgrade-1.3.0-1.3.5.php" hash="aeacf36dc4f8c9df0dcae5dc2c1620ab"/><file name="mysql4-upgrade-1.3.1-1.3.5.php" hash="aeacf36dc4f8c9df0dcae5dc2c1620ab"/><file name="mysql4-upgrade-1.3.2-1.3.5.php" hash="aeacf36dc4f8c9df0dcae5dc2c1620ab"/><file name="mysql4-upgrade-1.3.3-1.3.5.php" hash="aeacf36dc4f8c9df0dcae5dc2c1620ab"/><file name="mysql4-upgrade-1.3.4-1.3.5.php" hash="aeacf36dc4f8c9df0dcae5dc2c1620ab"/></dir></dir></dir></dir></target><target name="magelocale"><dir name="da_DK"><file name="Beck_LiveChat.csv" hash="cc3e27db788935eb162d3bf2b45b289a"/></dir><dir name="es_ES"><file name="Beck_LiveChat.csv" hash="0de4700d9dd2fbac7d55868d6b7e8e50"/></dir><dir name="fr_FR"><file name="Beck_LiveChat.csv" hash="34e520dc019a8824be7d55f833005406"/></dir><dir name="hu_HU"><file name="Beck_LiveChat.csv" hash="54ac103d11ce3b50f7dea53743f61ed5"/></dir><dir name="lt_LT"><file name="Beck_LiveChat.csv" hash="49c8f61e6d80cf79f52502a268f65aa7"/></dir><dir name="nl_NL"><file name="Beck_LiveChat.csv" hash="8e7fdb53f6bd85f5a5b5a3a2bb0920e7"/></dir><dir name="pt_BR"><file name="Beck_LiveChat.csv" hash="dcc95caec18cf727489eb48a523368fe"/></dir><dir name="vi_VN"><file name="Beck_LiveChat.csv" hash="7174a4d1b4dc358c4246729be74721be"/></dir></target><target name="mage"><dir name="js"><dir name="livechat"><file name="js.js" hash="e2e673b8f54faa02279c669e5db595fa"/></dir></dir></target><target name="mageetc"><dir name="modules"><file name="ZBeck_LiveChat.xml" hash="6bec6df2da1553629026a5dd002ffcb0"/></dir></target></contents>
29
  <compatible/>
30
  <dependencies/>
31
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Beck_LiveChat</name>
4
+ <version>1.5.4</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>
20
  &lt;li&gt;Tracking : you know if a chat was ended by an order&lt;/li&gt;&lt;/ul&gt;
21
  &lt;h3&gt;Improve you convert rate&lt;/h3&gt;
22
  By providing tips online.
23
+ Interact with your customer by sending them link to your product pages.
24
+ &lt;h3&gt;Change in v1.5.4&lt;/h3&gt;
25
+ &lt;ul&gt;&lt;li&gt;Corrected a bug that prevent to configure properly store affectation when some store group have the same name.&lt;/li&gt;
26
+ &lt;li&gt;Added german translation&lt;/li&gt;&lt;/ul&gt;</description>
27
  <notes>none</notes>
28
  <authors><author><name>Fabrice Beck</name><user>auto-converted</user><email>fabrice.beck@fia-net.com</email></author></authors>
29
+ <date>2009-05-27</date>
30
+ <time>08:40:35</time>
31
+ <contents><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="images"><dir name="livechat"><file name="base_mini_actions_bg.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="base_mini_head_bg.gif" hash="f8c1f130ad69464fe7aff2f589b2ec75"/><file name="chat.png" hash="0b6147abc4b325b6adc53101020214fd"/><file name="close.png" hash="453440e151c84241d7e96fbef87e3ce4"/><file name="close_hover.png" hash="504658759baedc0fae5461fc25d1258d"/></dir></dir><dir name="livechat"><file name="livechat.css" hash="dc9579be4ca477338f78cb63d63dc5f4"/></dir><dir name="media"><dir name="livechat"><dir name="charts_library"><file name="ar3d.swf" hash="fb7a5ccea0ef3623a100861ad1b3177f"/><file name="arno.swf" hash="6f456468baea864aacf66638bac2b589"/><file name="ars3.swf" hash="f987c6b33b986081b16ffc7c32816e1c"/><file name="arst.swf" hash="fbea762106f595c8a80d0836765888b0"/><file name="brfl.swf" hash="0f670edbeeb28e39e3bd67af6f2edbe7"/><file name="brno.swf" hash="048dee265c0261516f3d7372ab3be8b5"/><file name="brst.swf" hash="f2dba1bfc8edb0afc338b419fb48e2fa"/><file name="buno.swf" hash="3d9300f94accd4088b35c46aac3e44a4"/><file name="cl3d.swf" hash="ebe6bf32cf48b06471cb6a0573014a1b"/><file name="clfl.swf" hash="7f5f46d5aa493d70ee5c7b2ddbdc78dc"/><file name="clim.swf" hash="36ee76079777bb8e64050b61c4cc1c97"/><file name="clno.swf" hash="deb606ffde80297088a35286e50a9ca3"/><file name="clp3.swf" hash="b341e66d7a3463bfa2e27fbde386df8c"/><file name="cls3.swf" hash="043fcd28ed20a2b1367eb31039caac03"/><file name="clst.swf" hash="c69eed5bbac1cfb3e00a5ce06bf0948e"/><file name="cnno.swf" hash="10b9081bbaac03b8899b2801e949ca78"/><file name="dollar.jpg" hash="2e5353fa0aaff541926f0a90693211fe"/><file name="dono.swf" hash="9d1f9c75850599448c9faed3c050e1af"/><file name="lnno.swf" hash="c23393fe4574aae26d59b9e8f6fb40bf"/><file name="mxno.swf" hash="1f4c2d4283fa10f48a3b92562a59c0a2"/><file name="pi3d.swf" hash="bcb13d2e348979745c11a9368a24d2ff"/><file name="pie.jpg" hash="b1c6fc913c3b3a8ef5d674be32bffe0f"/><file name="piim.swf" hash="83ca329f031841560721ffd3ca4473ed"/><file name="pino.swf" hash="2c9b396e3b5194380d78a0331cd2ec37"/><file name="pono.swf" hash="3cdef367c4ff70b4772d64e48291bc58"/><file name="scno.swf" hash="c50bcebd97ee6def9079a51f54c4db8f"/></dir><file name="charts.swf" hash="2570563b5c23598a97e3c74cf47a2dc8"/></dir></dir></dir></dir></dir><dir name="frontend"><dir name="default"><dir name="default"><dir name="css"><dir name="livechat"><file name="livechat.css" hash="b4e4554301897980dfb271a5f33549b4"/></dir></dir><dir name="images"><dir name="livechat"><file name="ajax-loader.gif" hash="622c5fd994ddbd1dd7295e975a855394"/><file name="chat.png" hash="0b6147abc4b325b6adc53101020214fd"/><file name="livechat_icon_1_offline.gif" hash="6f29645dd823de420f87406adeefbd74"/><file name="livechat_icon_1_online.gif" hash="0fb04fadb0291cae8fb18f077e5cb287"/><file name="livechat_icon_2_offline.gif" hash="ccac8aead3064b6b573b36790c259a4f"/><file name="livechat_icon_2_online.gif" hash="ccffb2ccd56232a48a2886b987095398"/><file name="livechat_icon_3_offline.gif" hash="fee4fd690feaad68955e4d3f17ea61ba"/><file name="livechat_icon_3_online.gif" hash="7218d4f034d4eb13e3d5b0c309687c61"/><file name="livechat_icon_4_offline.gif" hash="17bc9d490e7c66482aaa813c4c542e93"/><file name="livechat_icon_4_online.gif" hash="dd529dbdf1ffc62c593fd6c4548dfd52"/><file name="Thumbs.db" hash="2089b8492f53243c46f05e1d86ae85dc"/></dir></dir></dir><dir name="modern"><dir name="css"><dir name="livechat"><file name="livechat.css" hash="f0595e7964bdae458d1c7fb4a0e71060"/></dir></dir><dir name="images"><dir name="livechat"><file name="ajax-loader.gif" hash="622c5fd994ddbd1dd7295e975a855394"/><file name="chat.png" hash="0b6147abc4b325b6adc53101020214fd"/><file name="livechat_icon_1_offline.gif" hash="6f29645dd823de420f87406adeefbd74"/><file name="livechat_icon_1_online.gif" hash="0fb04fadb0291cae8fb18f077e5cb287"/><file name="livechat_icon_2_offline.gif" hash="ccac8aead3064b6b573b36790c259a4f"/><file name="livechat_icon_2_online.gif" hash="ccffb2ccd56232a48a2886b987095398"/><file name="livechat_icon_3_offline.gif" hash="fee4fd690feaad68955e4d3f17ea61ba"/><file name="livechat_icon_3_online.gif" hash="7218d4f034d4eb13e3d5b0c309687c61"/><file name="livechat_icon_4_offline.gif" hash="17bc9d490e7c66482aaa813c4c542e93"/><file name="livechat_icon_4_online.gif" hash="dd529dbdf1ffc62c593fd6c4548dfd52"/><file name="Thumbs.db" hash="5d6de5587cb6edace482aa9ceb9d5363"/></dir></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="livechat.xml" hash="af3e2fb377187626cb2dd1568b041789"/></dir><dir name="template"><dir name="livechat"><file name="operator.phtml" hash="7013c5fe4dbd2cba0fe06336dba4c7a7"/><file name="reporting.phtml" hash="9d85c067799b93afa051f06c8fe69f91"/><file name="session.phtml" hash="bed057fb47975a3a7a09187b82c76483"/><dir name="notification"><file name="toolbar.phtml" hash="17cf821d5949f14a61fcd5e8b36e5038"/></dir><dir name="session"><file name="detail.phtml" hash="278dbb25de95e687d02b291a67261518"/></dir><dir name="widget"><file name="chatlive.phtml" hash="309a7cfb21f706f63f90d937112d9d26"/><file name="sessionslive.phtml" hash="692226dc8625b3765030d6b48711cea4"/></dir></dir></dir></dir></dir></dir><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="livechat.xml" hash="7a80c2f0893481af99d2acabf14de075"/></dir><dir name="template"><dir name="livechat"><file name="chat.phtml" hash="9b1d6d6bfdee8d10093efa73143ba096"/></dir></dir></dir><dir name="modern"><dir name="layout"><file name="livechat.xml" hash="37e80dc38dd51095f830c1ca6349cbe5"/></dir><dir name="template"><dir name="livechat"><file name="chat.phtml" hash="9b1d6d6bfdee8d10093efa73143ba096"/></dir></dir></dir></dir></dir></target><target name="magecommunity"><dir name="Beck"><dir name="LiveChat"><dir name="Block"><file name="Operator.php" hash="359b81c070d1e6599fec6186adbb76cb"/><file name="Reporting.php" hash="563ca4dfcd96a16544e0665eeb73cba4"/><file name="Session.php" hash="4ef2dd4fbfc349b31acc707882860d9c"/><file name="Template.php" hash="00fc5670c1c8f3564f80c3951b1d817a"/><file name="Template.zip" hash="aea099fa127cf610c8d7b06b50008776"/><dir name="Notification"><file name="Toolbar.php" hash="4b158993a40a24fe1f355fa8d29623af"/></dir><dir name="Operator"><file name="Edit.php" hash="540a5246fcff5b1a8e821445e07ebd12"/><file name="List.php" hash="e4f392b7522aa002744abcb33fa5ce70"/><dir name="Edit"><file name="Form.php" hash="beb33ee90e506d838365f87add8eb49a"/></dir></dir><dir name="Session"><file name="Detail.php" hash="821d5c92c500cafa72ed50ba29eab352"/><file name="Grid.php" hash="b2116c31cbd297ed046296083bbf2fcf"/><dir name="Detail"><file name="Grid.php" hash="15786bd48ac663b9e9292d0d27fe8a30"/></dir></dir><dir name="Widget"><file name="Chat.php" hash="926f6fc13b7490d2f97035f1276078e7"/><file name="Sessions.php" hash="97e5f2686cc6f2762731b1fa536d91dc"/><dir name="Grid"><dir name="Column"><dir name="Filter"><file name="Dispatched.php" hash="9052fa22cd9e07375d0de4f312c8bcf3"/><file name="Online.php" hash="1810c742fe22fd536798f2f76a11479c"/><file name="State.php" hash="c4367ea40d730b6b42e887fb0f57f758"/></dir><dir name="Renderer"><file name="Dispatched.php" hash="21e79c6d3662fd71737f1f6021509883"/><file name="Online.php" hash="e16ef426e2d329986774670c75188901"/><file name="State.php" hash="4efb918376b7b23ec182ad7d1c981ec9"/></dir></dir></dir></dir></dir><dir name="controllers"><file name="ChatController.php" hash="6ec1063832d7133d2f0ad866cc460376"/><file name="OperatorController.php" hash="68e72482a399d247bd8972032c0ea797"/><file name="ReportingController.php" hash="4b4ed6c8ae7d765e173c5befd0f40fea"/><file name="TestController.php" hash="b636abdbd22fefe47d74ce4bc1d5a605"/><dir name="Operator"><file name="ListController.php" hash="6e82400d65838594f0f139d3884fd75f"/></dir><dir name="Session"><file name="ListController.php" hash="174608c0fb4446193f4ad2dfbbd127f9"/><file name="LiveController.php" hash="d3642bbfca2c6e54bd902187c46c4276"/></dir></dir><dir name="etc"><file name="api.xml" hash="557b013a006d6cb0700b9bd80be41ace"/><file name="config.xml" hash="b4ba5c14d53d0af78ef779718a01db4e"/><file name="system.xml" hash="0ace3cfb75089b603ae902f1d31c0af1"/></dir><dir name="Helper"><file name="Data.php" hash="9b8122364bcd6d142aaf2221229fb79e"/></dir><dir name="Model"><file name="AdminSession.php" hash="c6edda40339ae92777ff627d56fd69f7"/><file name="Api.php" hash="141e0881638f58ba2cfba370bfc209d1"/><file name="Event.php" hash="1f9664d6b3455d4bf7e34aa2500163d1"/><file name="Message.php" hash="14b9b7ffef2638e2178ed449945f2189"/><file name="Operator.php" hash="0a79de761f0f1b8b2cfb5318529c6c16"/><file name="Session.php" hash="38e464f28d70d3993d6797cd2a4ed77f"/><dir name="Archives"><file name="Message.php" hash="77405730511ada4e8f973189cc04a70a"/><file name="Session.php" hash="e7e342df2a427a31c6d0392ae230f084"/></dir><dir name="Mysql4"><file name="Message.php" hash="15f54ff4ac2e42d499a465ba02f54545"/><file name="Operator.php" hash="183d4556a4adb362080db8b29b3d363b"/><file name="Session.php" hash="23470233413431cb15fd64d6f6a9e57a"/><dir name="Archives"><file name="Message.php" hash="08a24b0294485713fa948a6bdc321d95"/><file name="Session.php" hash="1e9179810d16098a15e318aec9fecb7d"/><dir name="Message"><file name="Collection.php" hash="312e6198632cc2cbd4fc7b5ace253383"/></dir><dir name="Session"><file name="Collection.php" hash="2f25d488fde87349bfa0e39faa7b6a11"/></dir></dir><dir name="Message"><file name="Collection.php" hash="fe88b353a34e33a8c1dd3ff7fb31dcd4"/></dir><dir name="Operator"><file name="Collection.php" hash="1f85ba68d6c707589b7650fc3fbf1929"/></dir><dir name="Session"><file name="Collection.php" hash="4409f4ba36832a8c0ff8e186b4945de8"/></dir></dir><dir name="Session"><file name="List.php" hash="c97c0507a2ead10e3df948a985f94aae"/></dir><dir name="Source"><file name="Images.php" hash="a78214110d992b5f1267360fac8ffb10"/><file name="Online.php" hash="16a3933b4c4801ce20c714635ea52a47"/><file name="SessionCreation.php" hash="bf20fc0949be23a892b5744e9a68ed4b"/></dir></dir><dir name="sql"><dir name="livechat_setup"><file name="mysql4-install-1.0.0.php" hash="5a967b18d8bc56b345cd3870d1c9ebb7"/><file name="mysql4-upgrade-1.0.0-1.2.4.php" hash="852891c2299a597fe671ca3e06101f82"/><file name="mysql4-upgrade-1.2.4-1.2.9.php" hash="573b71d02e8690e8c4903cf0447a928e"/><file name="mysql4-upgrade-1.2.9-1.3.0.php" hash="d487ca45bb75f68b8f813d4bd3c04ca7"/><file name="mysql4-upgrade-1.3.0-1.3.5.php" hash="aeacf36dc4f8c9df0dcae5dc2c1620ab"/><file name="mysql4-upgrade-1.3.1-1.3.5.php" hash="aeacf36dc4f8c9df0dcae5dc2c1620ab"/><file name="mysql4-upgrade-1.3.2-1.3.5.php" hash="aeacf36dc4f8c9df0dcae5dc2c1620ab"/><file name="mysql4-upgrade-1.3.3-1.3.5.php" hash="aeacf36dc4f8c9df0dcae5dc2c1620ab"/><file name="mysql4-upgrade-1.3.4-1.3.5.php" hash="aeacf36dc4f8c9df0dcae5dc2c1620ab"/></dir></dir></dir></dir></target><target name="magelocale"><dir name="da_DK"><file name="Beck_LiveChat.csv" hash="cc3e27db788935eb162d3bf2b45b289a"/></dir><dir name="de_DE"><file name="Beck_LiveChat.csv" hash="4dacbe0e9a050475d06d60b80f1f55db"/></dir><dir name="es_ES"><file name="Beck_LiveChat.csv" hash="0de4700d9dd2fbac7d55868d6b7e8e50"/></dir><dir name="fr_FR"><file name="Beck_LiveChat.csv" hash="34e520dc019a8824be7d55f833005406"/></dir><dir name="hu_HU"><file name="Beck_LiveChat.csv" hash="54ac103d11ce3b50f7dea53743f61ed5"/></dir><dir name="lt_LT"><file name="Beck_LiveChat.csv" hash="49c8f61e6d80cf79f52502a268f65aa7"/></dir><dir name="nl_NL"><file name="Beck_LiveChat.csv" hash="8e7fdb53f6bd85f5a5b5a3a2bb0920e7"/></dir><dir name="pt_BR"><file name="Beck_LiveChat.csv" hash="dcc95caec18cf727489eb48a523368fe"/></dir><dir name="vi_VN"><file name="Beck_LiveChat.csv" hash="7174a4d1b4dc358c4246729be74721be"/></dir></target><target name="mage"><dir name="js"><dir name="livechat"><file name="js.js" hash="e2e673b8f54faa02279c669e5db595fa"/></dir></dir></target><target name="mageetc"><dir name="modules"><file name="ZBeck_LiveChat.xml" hash="cb82b97a2b1ea1c66b9f072955f44612"/></dir></target></contents>
32
  <compatible/>
33
  <dependencies/>
34
  </package>