Version Notes
changes:
- signup to trial account
- minor fixes
Download this release
Release Info
Developer | Juraj Simon |
Extension | Liveagent |
Version | 2.5.4 |
Comparing to | |
See all releases |
Code changes from version 2.5.3 to 2.5.4
- app/code/local/Qualityunit/Liveagent/Block/Account.php +2 -2
- app/code/local/Qualityunit/Liveagent/Block/Buttoncode.php +1 -1
- app/code/local/Qualityunit/Liveagent/Block/Signup.php +3 -3
- app/code/local/Qualityunit/Liveagent/Block/Waiting.php +1 -1
- app/code/local/Qualityunit/Liveagent/Helper/Signup.php +1 -1
- app/code/local/Qualityunit/Liveagent/sql/liveagent_setup/mysql4-install-2.5.4.php +8 -0
- app/locale/en_US/qualityunit_liveagent.csv +4 -4
- package.xml +7 -6
app/code/local/Qualityunit/Liveagent/Block/Account.php
CHANGED
@@ -9,7 +9,7 @@ class Qualityunit_Liveagent_Block_Account extends Qualityunit_Liveagent_Block_Ba
|
|
9 |
|
10 |
public function _prepareLayout() {
|
11 |
parent::_prepareLayout();
|
12 |
-
$this->assignVariable('dialogCaption', Mage::helper('adminhtml')->__('LiveAgent -
|
13 |
$this->assignVariable('submitCaption', Mage::helper('adminhtml')->__('Save Account Settings'));
|
14 |
$this->assignVariable('settingsSection', Mage::helper('adminhtml')->__('Account Settings'));
|
15 |
$this->assignVariable('beforeDeleteQuestion', Mage::helper('adminhtml')->__('Are you sure you want to cancel your account?'));
|
@@ -23,7 +23,7 @@ class Qualityunit_Liveagent_Block_Account extends Qualityunit_Liveagent_Block_Ba
|
|
23 |
$this->assignVariable('nameLabel', Mage::helper('adminhtml')->__('Username')) . ':';
|
24 |
$this->assignVariable('passwordLabel', Mage::helper('adminhtml')->__('Password')) . ':';
|
25 |
$this->assignVariable('cancelLink', Mage::helper('adminhtml')->__('Cancel account'));
|
26 |
-
$this->assignVariable('cancelHelp', Mage::helper('adminhtml')->__('this will clear all your existing account settings and offer you to create a new
|
27 |
$this->assignVariable('contactLink', Mage::helper('adminhtml')->__('contact us'));
|
28 |
$this->assignVariable('contactHelp', Mage::helper('adminhtml')->__('Do you need any help with this plugin? Feel free to'));
|
29 |
$this->assignVariable(Qualityunit_Liveagent_Helper_Settings::LA_URL_SETTING_NAME, $this->getInputBox(Qualityunit_Liveagent_Helper_Settings::LA_URL_SETTING_NAME, ''));
|
9 |
|
10 |
public function _prepareLayout() {
|
11 |
parent::_prepareLayout();
|
12 |
+
$this->assignVariable('dialogCaption', Mage::helper('adminhtml')->__('LiveAgent - Live chat and helpdesk plugin for Magento'));
|
13 |
$this->assignVariable('submitCaption', Mage::helper('adminhtml')->__('Save Account Settings'));
|
14 |
$this->assignVariable('settingsSection', Mage::helper('adminhtml')->__('Account Settings'));
|
15 |
$this->assignVariable('beforeDeleteQuestion', Mage::helper('adminhtml')->__('Are you sure you want to cancel your account?'));
|
23 |
$this->assignVariable('nameLabel', Mage::helper('adminhtml')->__('Username')) . ':';
|
24 |
$this->assignVariable('passwordLabel', Mage::helper('adminhtml')->__('Password')) . ':';
|
25 |
$this->assignVariable('cancelLink', Mage::helper('adminhtml')->__('Cancel account'));
|
26 |
+
$this->assignVariable('cancelHelp', Mage::helper('adminhtml')->__('this will clear all your existing account settings and offer you to create a new trial account'));
|
27 |
$this->assignVariable('contactLink', Mage::helper('adminhtml')->__('contact us'));
|
28 |
$this->assignVariable('contactHelp', Mage::helper('adminhtml')->__('Do you need any help with this plugin? Feel free to'));
|
29 |
$this->assignVariable(Qualityunit_Liveagent_Helper_Settings::LA_URL_SETTING_NAME, $this->getInputBox(Qualityunit_Liveagent_Helper_Settings::LA_URL_SETTING_NAME, ''));
|
app/code/local/Qualityunit/Liveagent/Block/Buttoncode.php
CHANGED
@@ -7,7 +7,7 @@ class Qualityunit_Liveagent_Block_Buttoncode extends Qualityunit_Liveagent_Block
|
|
7 |
public function _prepareLayout() {
|
8 |
$settings = new Qualityunit_Liveagent_Helper_Settings();
|
9 |
parent::_prepareLayout();
|
10 |
-
$this->assignVariable('dialogCaption', Mage::helper('adminhtml')->__('LiveAgent -
|
11 |
$this->assignVariable('submitCaption', Mage::helper('adminhtml')->__('Save'));
|
12 |
$this->assignVariable('formKey', Mage::getSingleton('core/session')->getFormKey());
|
13 |
$this->assignVariable('saveUrlAction', $this->getUrl('*/*/post'));
|
7 |
public function _prepareLayout() {
|
8 |
$settings = new Qualityunit_Liveagent_Helper_Settings();
|
9 |
parent::_prepareLayout();
|
10 |
+
$this->assignVariable('dialogCaption', Mage::helper('adminhtml')->__('LiveAgent - Live chat and helpdesk plugin for Magento'));
|
11 |
$this->assignVariable('submitCaption', Mage::helper('adminhtml')->__('Save'));
|
12 |
$this->assignVariable('formKey', Mage::getSingleton('core/session')->getFormKey());
|
13 |
$this->assignVariable('saveUrlAction', $this->getUrl('*/*/post'));
|
app/code/local/Qualityunit/Liveagent/Block/Signup.php
CHANGED
@@ -6,11 +6,11 @@ class Qualityunit_Liveagent_Block_Signup extends Qualityunit_Liveagent_Block_Bas
|
|
6 |
|
7 |
public function _prepareLayout() {
|
8 |
parent::_prepareLayout();
|
9 |
-
$this->assignVariable('dialogCaption', Mage::helper('adminhtml')->__('LiveAgent -
|
10 |
$this->assignVariable(self::FULL_NAME_FIELD, $this->getInputBox(self::FULL_NAME_FIELD, $this->getOwnerName()));
|
11 |
$this->assignVariable(Qualityunit_Liveagent_Helper_Settings::LA_OWNER_EMAIL_SETTING_NAME, $this->getInputBox(Qualityunit_Liveagent_Helper_Settings::LA_OWNER_EMAIL_SETTING_NAME, $this->getOwnerEmail()));
|
12 |
$this->assignVariable(Qualityunit_Liveagent_Helper_Settings::LA_URL_SETTING_NAME, $this->getInputBox(Qualityunit_Liveagent_Helper_Settings::LA_URL_SETTING_NAME, $this->getdomainOnly()));
|
13 |
-
$this->assignVariable('submitCaption', Mage::helper('adminhtml')->__('Create your
|
14 |
$this->assignVariable('skipUrlAction', $this->getUrl('*/*/index', array('key' => $this->getRequest()->get('key'), 'action' => Qualityunit_Liveagent_Block_Account::CREATE_ACCOUNT_ACTION_FLAF)));
|
15 |
$this->assignVariable('registerUrlAction', $this->getUrl('*/*/post'));
|
16 |
$this->assignVariable('formKey', Mage::getSingleton('core/session')->getFormKey());
|
@@ -23,7 +23,7 @@ class Qualityunit_Liveagent_Block_Signup extends Qualityunit_Liveagent_Block_Bas
|
|
23 |
$this->assignVariable('termsLink', Mage::helper('adminhtml')->__('Terms & Conditions'));
|
24 |
$this->assignVariable('skipLink', Mage::helper('adminhtml')->__('Skip this step, I already have an account'));
|
25 |
$this->assignVariable('settingsSection', Mage::helper('adminhtml')->__('New account'));
|
26 |
-
$this->assignVariable('pluginHelpText', Mage::helper('adminhtml')->__('We want you to enjoy the full functionality of LiveAgent with the
|
27 |
}
|
28 |
|
29 |
private function getdomainOnly() {
|
6 |
|
7 |
public function _prepareLayout() {
|
8 |
parent::_prepareLayout();
|
9 |
+
$this->assignVariable('dialogCaption', Mage::helper('adminhtml')->__('LiveAgent - Live chat and helpdesk plugin for Magento'));
|
10 |
$this->assignVariable(self::FULL_NAME_FIELD, $this->getInputBox(self::FULL_NAME_FIELD, $this->getOwnerName()));
|
11 |
$this->assignVariable(Qualityunit_Liveagent_Helper_Settings::LA_OWNER_EMAIL_SETTING_NAME, $this->getInputBox(Qualityunit_Liveagent_Helper_Settings::LA_OWNER_EMAIL_SETTING_NAME, $this->getOwnerEmail()));
|
12 |
$this->assignVariable(Qualityunit_Liveagent_Helper_Settings::LA_URL_SETTING_NAME, $this->getInputBox(Qualityunit_Liveagent_Helper_Settings::LA_URL_SETTING_NAME, $this->getdomainOnly()));
|
13 |
+
$this->assignVariable('submitCaption', Mage::helper('adminhtml')->__('Create your trial account'));
|
14 |
$this->assignVariable('skipUrlAction', $this->getUrl('*/*/index', array('key' => $this->getRequest()->get('key'), 'action' => Qualityunit_Liveagent_Block_Account::CREATE_ACCOUNT_ACTION_FLAF)));
|
15 |
$this->assignVariable('registerUrlAction', $this->getUrl('*/*/post'));
|
16 |
$this->assignVariable('formKey', Mage::getSingleton('core/session')->getFormKey());
|
23 |
$this->assignVariable('termsLink', Mage::helper('adminhtml')->__('Terms & Conditions'));
|
24 |
$this->assignVariable('skipLink', Mage::helper('adminhtml')->__('Skip this step, I already have an account'));
|
25 |
$this->assignVariable('settingsSection', Mage::helper('adminhtml')->__('New account'));
|
26 |
+
$this->assignVariable('pluginHelpText', Mage::helper('adminhtml')->__('We want you to enjoy the full functionality of LiveAgent with the trial account. It does not limit the number of agents and you have the option to activate the most of available features.'));
|
27 |
}
|
28 |
|
29 |
private function getdomainOnly() {
|
app/code/local/Qualityunit/Liveagent/Block/Waiting.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
class Qualityunit_Liveagent_Block_Waiting extends Qualityunit_Liveagent_Block_Base {
|
3 |
protected function _prepareLayout() {
|
4 |
parent::_prepareLayout();
|
5 |
-
$this->assignVariable('dialogCaption', Mage::helper('adminhtml')->__('LiveAgent -
|
6 |
$this->assignVariable('sectionCaption', Mage::helper('adminhtml')->__('Account Installation'));
|
7 |
$this->assignVariable('completeUrlAction', $this->getUrl('*/*/post'));
|
8 |
$this->assignVariable('installingText', Mage::helper('adminhtml')->__('Thank you! Your account will be online within next few minutes. Please wait...'));
|
2 |
class Qualityunit_Liveagent_Block_Waiting extends Qualityunit_Liveagent_Block_Base {
|
3 |
protected function _prepareLayout() {
|
4 |
parent::_prepareLayout();
|
5 |
+
$this->assignVariable('dialogCaption', Mage::helper('adminhtml')->__('LiveAgent - Live chat and helpdesk plugin for Magento'));
|
6 |
$this->assignVariable('sectionCaption', Mage::helper('adminhtml')->__('Account Installation'));
|
7 |
$this->assignVariable('completeUrlAction', $this->getUrl('*/*/post'));
|
8 |
$this->assignVariable('installingText', Mage::helper('adminhtml')->__('Thank you! Your account will be online within next few minutes. Please wait...'));
|
app/code/local/Qualityunit/Liveagent/Helper/Signup.php
CHANGED
@@ -17,7 +17,7 @@ class Qualityunit_Liveagent_Helper_Signup extends Qualityunit_Liveagent_Helper_B
|
|
17 |
$request->addParam('name', $name);
|
18 |
$request->addParam('email', $email);
|
19 |
$request->addParam('password', $password);
|
20 |
-
$request->addParam('variationid', '
|
21 |
$request->addParam('PAPvisitorId', $papVisitorId);
|
22 |
$request->addParam('source', 'magento');
|
23 |
$request->sendNow();
|
17 |
$request->addParam('name', $name);
|
18 |
$request->addParam('email', $email);
|
19 |
$request->addParam('password', $password);
|
20 |
+
$request->addParam('variationid', '3513230f');
|
21 |
$request->addParam('PAPvisitorId', $papVisitorId);
|
22 |
$request->addParam('source', 'magento');
|
23 |
$request->sendNow();
|
app/code/local/Qualityunit/Liveagent/sql/liveagent_setup/mysql4-install-2.5.4.php
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
$installer = $this;
|
3 |
+
$installer->startSetup();
|
4 |
+
$installer->run("
|
5 |
+
ALTER TABLE {$this->getTable('liveagentsettings')}
|
6 |
+
CHANGE `value` `value` text COLLATE 'utf8_general_ci';
|
7 |
+
");
|
8 |
+
$installer->endSetup();
|
app/locale/en_US/qualityunit_liveagent.csv
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
"LiveAgent -
|
2 |
"Save","Save"
|
3 |
"Button code","Button code"
|
4 |
"Place here the code from your LiveAgent admin panel","Place here the code from your LiveAgent admin panel"
|
@@ -9,7 +9,7 @@
|
|
9 |
"Integration","Integration"
|
10 |
"contact us","contact us"
|
11 |
"Do you need any help with this plugin? Feel free to","Do you need any help with this plugin? Feel free to"
|
12 |
-
"Create your
|
13 |
"Full name","Full name"
|
14 |
"Email","Email"
|
15 |
"Your first name and last name","Your first name and last name"
|
@@ -19,7 +19,7 @@
|
|
19 |
"Terms & Conditions","Terms & Conditions"
|
20 |
"Skip this step, I already have an account","Skip this step, I already have an account"
|
21 |
"New account","New account"
|
22 |
-
"We want you to enjoy the full functionality of LiveAgent with the
|
23 |
"Save Account Settings","Save Account Settings"
|
24 |
"Account Settings","Account Settings"
|
25 |
"Are you sure you want to cancel your account?","Are you sure you want to cancel your account?"
|
@@ -30,7 +30,7 @@
|
|
30 |
"Username","Username"
|
31 |
"Password","Password"
|
32 |
"Cancel account","Cancel account"
|
33 |
-
"this will clear all your existing account settings and offer you to create a new
|
34 |
"Account Installation","Account Installation"
|
35 |
"Thank you! Your account will be online within next few minutes. Please wait...","Thank you! Your account will be online within next few minutes. Please wait..."
|
36 |
"You should recieve confirmation email with your account credentials shortly.","You should recieve confirmation email with your account credentials shortly."
|
1 |
+
"LiveAgent - Live chat and helpdesk plugin for Magento","LiveAgent - Live chat and helpdesk plugin for Magento"
|
2 |
"Save","Save"
|
3 |
"Button code","Button code"
|
4 |
"Place here the code from your LiveAgent admin panel","Place here the code from your LiveAgent admin panel"
|
9 |
"Integration","Integration"
|
10 |
"contact us","contact us"
|
11 |
"Do you need any help with this plugin? Feel free to","Do you need any help with this plugin? Feel free to"
|
12 |
+
"Create your trial account","Create your trial account"
|
13 |
"Full name","Full name"
|
14 |
"Email","Email"
|
15 |
"Your first name and last name","Your first name and last name"
|
19 |
"Terms & Conditions","Terms & Conditions"
|
20 |
"Skip this step, I already have an account","Skip this step, I already have an account"
|
21 |
"New account","New account"
|
22 |
+
"We want you to enjoy the full functionality of LiveAgent with the trial account. It does not limit the number of agents and you have the option to activate the most of available features.","We want you to enjoy the full functionality of LiveAgent with the trial account. It does not limit the number of agents and you have the option to activate the most of available features."
|
23 |
"Save Account Settings","Save Account Settings"
|
24 |
"Account Settings","Account Settings"
|
25 |
"Are you sure you want to cancel your account?","Are you sure you want to cancel your account?"
|
30 |
"Username","Username"
|
31 |
"Password","Password"
|
32 |
"Cancel account","Cancel account"
|
33 |
+
"this will clear all your existing account settings and offer you to create a new trial account","this will clear all your existing account settings and offer you to create a new trial account"
|
34 |
"Account Installation","Account Installation"
|
35 |
"Thank you! Your account will be online within next few minutes. Please wait...","Thank you! Your account will be online within next few minutes. Please wait..."
|
36 |
"You should recieve confirmation email with your account credentials shortly.","You should recieve confirmation email with your account credentials shortly."
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Liveagent</name>
|
4 |
-
<version>2.5.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.gnu.org/licenses/gpl-3.0.txt">GPLv3</license>
|
7 |
<channel>community</channel>
|
@@ -10,11 +10,12 @@
|
|
10 |
<description>Magento-LiveAgent plugin integrates full featured help desk and live chat software Live Agent into any Magento installation.
|
11 |
Simply add "start chat" button by few simple clicks and be live within 5 minutes.</description>
|
12 |
<notes>changes:
|
13 |
-
-
|
|
|
14 |
<authors><author><name>Juraj Simon</name><user>jurajsim</user><email>jsimon@qualityunit.com</email></author></authors>
|
15 |
-
<date>
|
16 |
-
<time>
|
17 |
-
<contents><target name="magelocal"><dir name="Qualityunit"><dir name="Liveagent"><dir name="Block"><file name="Account.php" hash="
|
18 |
<compatible/>
|
19 |
-
<dependencies><required><php><min>5.2.0</min><max>5.6.0</max></php><extension><name>curl</name><min
|
20 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Liveagent</name>
|
4 |
+
<version>2.5.4</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.gnu.org/licenses/gpl-3.0.txt">GPLv3</license>
|
7 |
<channel>community</channel>
|
10 |
<description>Magento-LiveAgent plugin integrates full featured help desk and live chat software Live Agent into any Magento installation.
|
11 |
Simply add "start chat" button by few simple clicks and be live within 5 minutes.</description>
|
12 |
<notes>changes:
|
13 |
+
- signup to trial account
|
14 |
+
- minor fixes</notes>
|
15 |
<authors><author><name>Juraj Simon</name><user>jurajsim</user><email>jsimon@qualityunit.com</email></author></authors>
|
16 |
+
<date>2014-05-07</date>
|
17 |
+
<time>12:45:52</time>
|
18 |
+
<contents><target name="magelocal"><dir name="Qualityunit"><dir name="Liveagent"><dir name="Block"><file name="Account.php" hash="56e4f19da52a86005818c67a3fb1f3f5"/><file name="Base.php" hash="dc71cde05c3010139be7ccab1b9a9120"/><file name="Buttoncode.php" hash="9f9b35152e7aa37fa84500e758d2f2d6"/><file name="Signup.php" hash="d6626e4c914129490415d28b1ebe8cd8"/><file name="Waiting.php" hash="223cd9f902b00860c53d1f4fd395ee3f"/></dir><dir name="Exception"><file name="Base.php" hash="6efd9dcda657c33bc9cfe6709300b883"/><file name="ConnectProblem.php" hash="f2c9840d533e6389ba84989337de32c9"/><file name="SignupFailed.php" hash="e370773d3b306bb8c24e5263d1491860"/></dir><dir name="Helper"><file name="Account.php" hash="e82e7c5f8bfc34ce8016a50d9c072046"/><file name="Auth.php" hash="3e7e9f453cf7949d04f519e8f47e8749"/><file name="Base.php" hash="5d7b663453478d14458103a694ab9137"/><file name="Data.php" hash="006a11910d2f5365f4d3fddb2a4058bf"/><file name="PhpApi.php" hash="adb77eb5ef4cc7a2d5b2adc076a3ee81"/><file name="Settings.php" hash="71025affe5879d766ec335bf68b43065"/><file name="Signup.php" hash="afcf742f8f0ad2d84892365f5e86fb45"/></dir><dir name="Model"><file name="Buttons.php" hash="2db48b5ff722dc0aa13c27ee0d625e74"/><file name="Liveagent.php" hash="91844f01d97d79cff0ee0c91496fa3a3"/><dir name="Mysql4"><dir name="Buttons"><file name="Collection.php" hash="b93a104561a802454e06bfb8ffc29ef5"/></dir><file name="Buttons.php" hash="12ea6a6a4cd03692c1665bfd86b81aa8"/><dir name="Liveagent"><file name="Collection.php" hash="3682b0f4f0ec4b640c5ee215cec222f1"/></dir><file name="Liveagent.php" hash="c52f750808b18966862ef49738eb8daf"/><dir name="Settings"><file name="Collection.php" hash="19b1f3e92b930af46d36d436fb0cdc23"/></dir><file name="Settings.php" hash="7e02819c52cc34ffd14d27aad6165697"/></dir><file name="Settings.php" hash="0c99b933072e01be32b202315367fce9"/><file name="Status.php" hash="c743fdabadd7527820e7b8ede6937f38"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="LiveagentController.php" hash="03ed29c55aaeae3c4fdf698f2b524ee1"/></dir><file name="IndexController.php" hash="425c0f6b8d7e19d42ad491c5248efded"/></dir><dir name="etc"><file name="config.xml" hash="698ba467e2f87a54844e0ab544b55875"/></dir><dir name="sql"><dir name="liveagent_setup"><file name="mysql4-install-0.1.0.php" hash="21c2e292c7366bc46ff9a7b53ed72678"/><file name="mysql4-install-2.5.4.php" hash="ab55adfa2214c5ae0bb19053159377b3"/></dir></dir></dir><file name=".buildpath" hash="0d2475e3be03419439e2a22ebc4e0813"/><file name=".project" hash="41fa1353a5ab19352d5636d52e17351d"/><dir name=".settings"><file name="org.eclipse.php.core.prefs" hash="abf8f34f8087365ab830524698638d7c"/><file name="org.eclipse.wst.jsdt.ui.superType.container" hash="b27d1cf62dde4473bab7c433317bb0ce"/><file name="org.eclipse.wst.jsdt.ui.superType.name" hash="c89686a387d2b12b3c729ce35a0bcb5b"/><file name=".jsdtscope" hash="d098ed1fa924b2d9d9cb377fb391d758"/></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="liveagent.xml" hash="e07cbd75c0faa7d86c9c0a8a2ff53df1"/></dir><dir name="template"><dir name="liveagent"><file name="button.phtml" hash="3cef6df19c905140c8c8ce01520f0ebd"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Qualityunit_Liveagent.xml" hash="db13786c45588e15d5a390201a1709e4"/></dir></target><target name="magelocale"><dir name="en_US"><file name="qualityunit_liveagent.csv" hash="234db3c1cdc05df98928ae633500bc04"/></dir></target></contents>
|
19 |
<compatible/>
|
20 |
+
<dependencies><required><php><min>5.2.0</min><max>5.6.0</max></php><extension><name>curl</name><min/><max/></extension></required></dependencies>
|
21 |
</package>
|