-
2014-05-10 16:27:15
New version - 1.98v a lot of small changes
Huge list of changes :)
- https://github.com/LiveHelperChat/livehelperchat/issues/381
- https://github.com/LiveHelperChat/livehelperchat/issues/362
- Changed map link in chat window to be compatible with new google maps version
- Referer page will open in a new window
- End range for form's module will be included in combobox also
- Pure SQL queries for performance improvement in a few places. Also implemented SQL transaction in a few places.
- Then user naviagates to another page on site to operator will be shown user status with new page.
- https://github.com/LiveHelperChat/livehelperchat/pull/380
- https://github.com/LiveHelperChat/livehelperchat/pull/373
- https://github.com/LiveHelperChat/livehelperchat/pull/379
- https://github.com/LiveHelperChat/livehelperchat/issues/375
- Fixed bug then same chat was transfred to department multiple times, but was not shown in list.
- https://github.com/LiveHelperChat/livehelperchat/pull/373
- Avoid showing widget URL instead of page url, then widget is opened.
- Now most of generic chat's list are AngujarJS based.
- Fixed bug then closing tab, tab was not removed from session and upon page refresh was still open.
- Bugfix based on https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!msg/livehelperchat/Zh3aKnJJOnM/cki8uSL1Y7EJ
- https://github.com/LiveHelperChat/livehelperchat/issues/286 mod_security compatibility
execute doc/update_db/update_77.sql for update and follow standard upgrade tutorial.
-
2014-05-04 16:16:22
Few enhancements without required database update
I have made few minors enhancements which does not require database update. So if anyone want's to update to current github branch here is updates I have made.
-
2014-04-30 13:02:03
New version - 1.97v new module
Hi,
https://github.com/LiveHelperChat/livehelperchat/issues/363 - Foms module tutorial
https://github.com/LiveHelperChat/livehelperchat/issues/366
Also after update i suggest to operators to add these two new permissions
- lhuser - change_visibility_list (allow user to choose what lists he can see in homepage)
- lhuser - see_assigned_departments (allow user to see what departments are assigned to his account in account page)
execute doc/update_db/update_76.sql for update and follow standard upgrade tutorial.
Create a directory
var/storageform - and make it writable.
While I prepare forms module tutorial you can take a look at http://livehelperchat.com/demo-12c.html also see in back office how information is collected.
-
2014-04-20 14:24:12
AngularJS and it's first implementation in Live Helper Chat
Just wanted to inform that I have implemented AngularJS framework in online visitors list. So because of it we have few more fancy features
- Search in list
- Sort by clicking on table header column
- Less server bandwidth, only changed data is transfered on JSON, not html as before
- Faster list rendering, only updated items in list are rerendered.
Update 2014-04-21
- Chat list in right column and chat tabs, content etc. now also are AngularJS powered. So it gives us few advantages
- Less server bandwidth.
- Less server load, because server now just returns json data.
Update 2014-04-22
- Online users list now supports grouping. You can group online users by page, page title, country, identifier, referrer etc... Say thanks to AngularJS :)
Everyone who do not want to wait for a new version can update lhc from master branch now. No database update required. In the future we should migrate most of the Live Helper Chat JS to AngularJS, just step by step.
-
2014-04-19 06:46:51
New version - 1.96v even more features
This time even more users requested features.
Github changes
https://github.com/LiveHelperChat/livehelperchat/issues/345
https://github.com/LiveHelperChat/livehelperchat/issues/346
https://github.com/LiveHelperChat/livehelperchat/issues/347
https://github.com/LiveHelperChat/livehelperchat/issues/350
https://github.com/LiveHelperChat/livehelperchat/issues/352
https://github.com/LiveHelperChat/livehelperchat/issues/348
Sample argument
LHCChatOptions.attr_online = new Array();
LHCChatOptions.attr_online.push({'name':'email','value':'remdex@gmail.com'});
LHCChatOptions.attr_online.push({'name':'phone','value':'370454654'});
LHCChatOptions.attr_online.push({'name':'username','value':'Username here'});
https://github.com/LiveHelperChat/livehelperchat/issues/351
New variable for FAQ template - {url_question}
execute doc/update_db/update_75.sql for update and follow standard upgrade tutorial.