Commit Graph

1145 Commits

Author SHA1 Message Date
c6e5e23057 Fix bug in old threads cleansing 2012-01-24 16:40:11 +04:00
Dmitriy Simushev
2876d9deed Open mibew.org link in the bottom of operators pages in a new window 2012-01-22 22:09:43 +00:00
Dmitriy Simushev
219b593b94 The 'Group' checkbox in system settings do not affect the ability to edit groups of operators, but affects only their actual availability to visitors. 2012-01-21 15:09:49 +00:00
Dmitriy Simushev
87064f2da4 Only administrators can change operators' logins 2012-01-18 10:24:09 +00:00
Dmitriy Simushev
169680eda7 Fixed the bug related with the need to enter passwords when you change the profile of any operator. 2012-01-18 10:11:49 +00:00
Dmitriy Simushev
450e970ed8 When enabled the groups, visitors cannot start a chat, if only operators, who don't relate to any groups, online. 2012-01-15 20:51:12 +00:00
Dmitriy Simushev
13554a8e43 Fixed confirmation dialog before closing chat for operator 2012-01-10 16:35:31 +00:00
8ebe7ce06f Merge pull request #1 from OSSG/master
synchronization of the codebase
2012-01-10 02:04:33 -08:00
Dmitriy Simushev
f2ab19036a Added department description at select department screen 2012-01-03 19:45:49 +00:00
Dmitriy Simushev
2dc674e5d6 Added confirmation before closing chat 2011-12-26 18:39:27 +00:00
Dmitriy Simushev
fbeba2a54f Added ability to disable operator's account 2011-12-19 17:55:22 +00:00
Dmitriy Simushev
7bd3e21ca8 Excluded not started after invitation chats from daily statistics 2011-12-15 19:29:04 +00:00
Dmitriy Simushev
57f742a539 Added invitations styles 2011-12-15 08:14:07 +00:00
Dmitriy Simushev
b2167895e6 Implemented cross-domain invitations 2011-12-15 08:13:40 +00:00
Dmitriy Simushev
04a096fea1 Added Cross-domain javascript requests 2011-12-11 14:37:46 +00:00
Dmitriy Simushev
777b640f8e Added closing threads by timeout 2011-11-25 21:00:22 +00:00
Dmitriy Simushev
7569720a52 Added view times in by page statistics 2011-11-24 16:25:43 +00:00
Evgeny Gryaznov
567f61d7ca update Persian (by Amir Khani) 2011-11-23 10:21:51 +00:00
Evgeny Gryaznov
108c2f7d5c update Hungarian (by Istvan Somlai) 2011-11-23 10:21:39 +00:00
Evgeny Gryaznov
1020716f6a update Simplified Chinese (by Xiaoyu) 2011-11-23 10:21:18 +00:00
Evgeny Gryaznov
81a8bb1d2b update Spanish (by Jesus Plaza) 2011-11-23 10:21:00 +00:00
Evgeny Gryaznov
ef9e3c841e update Portuguese European, pt-pt (by Carlos Silva) 2011-11-23 10:20:43 +00:00
Evgeny Gryaznov
f6844739cf update Indonesian (by Adi Nugroho), without images though 2011-11-23 10:20:20 +00:00
Evgeny Gryaznov
bcb3409cc5 update Italian (Luca Sasdelli) 2011-11-23 10:19:54 +00:00
Evgeny Gryaznov
a7950b3a4e update English (by Olimax) 2011-11-23 10:18:39 +00:00
Evgeny Gryaznov
49be184c50 update Belarusian (by Berasneu) 2011-11-23 10:12:33 +00:00
Evgeny Gryaznov
6cf1baeace update pl (by WebTower), hu, fr 2011-11-23 10:12:26 +00:00
Evgeny Gryaznov
1da924416c fix encoding in operators list 2011-11-23 10:12:18 +00:00
Dmitriy Simushev
12b0883686 Split chatsitevisitor table into chatsitevisitor and visitedpage 2011-11-22 21:57:25 +00:00
Dmitriy Simushev
856123de48 Added Average chat time and Average waiting time statistics 2011-11-21 20:25:59 +00:00
Dmitriy Simushev
863de0057c Added Page statistics 2011-11-21 20:25:49 +00:00
Dmitriy Simushev
82d4e79dc9 Add missed asterisk in /view/ban.php near form.field.ban_comment 2011-11-21 18:21:08 +00:00
Dmitriy Simushev
a923a3cfdc Replaced all mysql_free_result by db_free_result, except for the directory /install 2011-11-21 18:20:46 +00:00
Dmitriy Simushev
ef94a7eaf8 Added wrapper function for mysql_free_result 2011-11-21 18:20:38 +00:00
Dmitriy Simushev
12e7d34929 Replaced all mysql_query by perform_query, except for the directory /install 2011-11-21 18:19:58 +00:00
Dmitriy Simushev
7f31dfa2af Changed perform_query function. It now returns a reference to the query result 2011-11-21 18:19:44 +00:00
Dmitriy Simushev
65404ac1d2 Replaced all mysql_fetch_array by mysql_fetch_assoc or mysql_fetch_row, except for the directory /install 2011-11-21 18:19:04 +00:00
Dmitriy Simushev
b22f5456fc Added wrapper functions for mysql_fetch_assoc and mysql_fetch_row 2011-11-21 18:18:54 +00:00
Dmitriy Simushev
20701ad5da Replaced reciving associative arrays from database by select_multi_assoc function 2011-11-21 18:13:45 +00:00
Dmitriy Simushev
720c4472d3 Replaced all mysql_insert_id by db_insert_id 2011-11-21 18:11:59 +00:00
Dmitriy Simushev
863f6867c6 Added wrapper function for mysql_insert_id 2011-11-21 18:06:53 +00:00
Dmitriy Simushev
3e5834983f Replaced all mysql_error by db_error except for the directory /install 2011-11-21 18:06:04 +00:00
Dmitriy Simushev
51f6af7ced Added wrapper function for mysql_error 2011-11-21 18:05:57 +00:00
Dmitriy Simushev
5a3af46203 Replaced all mysql_real_escape_string by db_escape_string 2011-11-21 18:03:40 +00:00
Dmitriy Simushev
a47e66a6a6 Added wrapper function for mysql_real_escape_string 2011-11-21 17:55:03 +00:00
Dmitriy Simushev
1cd6926f4f Replaced all mysql_close by close_connection, except for the directory /install 2011-11-21 17:52:19 +00:00
Dmitry Simushev
6698601d19 Added wrapper function for mysql_close 2011-11-20 21:12:26 +00:00
Dmitry Simushev
b54cd674e6 Added the ability to use persistent connections 2011-11-20 21:11:27 +00:00
Evgeny Gryaznov
7b790bbfdb update Persian (by Amir Khani) 2011-09-18 01:38:54 +02:00
Evgeny Gryaznov
af5414a9eb update Hungarian (by Istvan Somlai) 2011-09-18 01:20:24 +02:00