Commit Graph

1162 Commits

Author SHA1 Message Date
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
Evgeny Gryaznov
6adf0da114 update Simplified Chinese (by Xiaoyu) 2011-09-18 01:13:32 +02:00
Evgeny Gryaznov
5b485a0410 update Spanish (by Jesus Plaza) 2011-09-18 01:03:17 +02:00
Evgeny Gryaznov
a3a12bab3e update Portuguese European, pt-pt (by Carlos Silva) 2011-09-18 00:36:55 +02:00
Evgeny Gryaznov
83f61978fe update Indonesian (by Adi Nugroho), without images though 2011-09-18 00:28:51 +02:00
Evgeny Gryaznov
40e5242b8b update Italian (Luca Sasdelli) 2011-09-18 00:22:47 +02:00
Evgeny Gryaznov
29f27300a2 update English (by Olimax) 2011-09-18 00:14:28 +02:00
Evgeny Gryaznov
14d42d71b2 update Belarusian (by Berasneu) 2011-09-18 00:14:09 +02:00
Evgeny Gryaznov
b7661d5957 update pl (by WebTower), hu, fr 2011-06-12 13:57:10 +02:00
Evgeny Gryaznov
9780210973 fix encoding in operators list 2011-04-21 00:44:04 +02:00
11fa45cb19 Merge branch 'index_fix' 2011-04-18 16:10:28 +04:00
b102988073 Prepare to cut off branch 2011-04-18 16:06:27 +04:00
f0b8fd06c3 Prepare to cut off branch 2011-04-18 16:05:45 +04:00
d091447409 Fix check of existance of tables indexes during database upgrade process 2011-04-15 23:53:43 +02:00
b498de216e Create indexes for database tables during installation process 2011-04-15 23:53:19 +02:00
2a5b6015de Fix check of existance of tables indexes during database upgrade process 2011-04-15 18:57:55 +04:00
d6ac8f443a Create indexes for database tables during installation process 2011-04-15 18:56:57 +04:00
0bb8eeab44 Merge remote branch 'upstream/master' into mibew 2011-04-15 18:30:25 +04:00
dc203af8a0 Fix check of existance of tables indexes during database upgrade process 2011-04-15 17:51:14 +04:00
f3367271f5 Create indexes for database tables during installation process 2011-04-15 17:50:51 +04:00
Haynes
e34b0d1c0d This commit forces the User to set a password for the Administrator before doing anything else after the installation. 2011-04-15 16:47:54 +04:00
Haynes
152c15dde4 This commit forces the User to set a password for the Administrator before doing anything else after the installation. 2011-04-15 16:45:35 +04:00
Evgeny Gryaznov
b1d924c60a redirect to profile page after first login; informational banner when password is blank; do not enforce password change; rename Home -> Dashboard 2011-04-15 16:11:40 +04:00
Evgeny Gryaznov
6e239bbf0f redirect to profile page after first login; informational banner when password is blank; do not enforce password change; rename Home -> Dashboard 2011-04-15 15:52:12 +04:00
Evgeny Gryaznov
65b00240d3 redirect to profile page after first login; informational banner when password is blank; do not enforce password change; rename Home -> Dashboard 2011-04-15 01:43:03 +02:00
Haynes
68f0e13e09 This commit forces the User to set a password for the Administrator before doing anything else after the installation. 2011-04-15 01:40:01 +02:00
Evgeny Gryaznov
84f37eb14c invitation patch by Fedor Fetisov 2011-04-07 10:34:37 +02:00
Evgeny Gryaznov
5bba5ed824 extract libs/getcode.php, use google closure compiler 2011-04-07 10:09:10 +02:00
Evgeny Gryaznov
f4c3c56789 update jQuery to 1.4.2; "enabled ban" after statistics 2011-04-07 00:35:03 +02:00
Evgeny Gryaznov
79b37c720f fix groupids in visitors update; fix DB error reporting in installer; smaller opaway/oponline image 2011-04-07 00:31:22 +02:00
Evgeny Gryaznov
66130ec312 silver skin by Alekin Pavel (update) 2011-03-31 09:59:11 +02:00
Evgeny Gryaznov
2354cf1ef0 silver skin by Alekin Pavel (initial commit) 2011-03-31 09:56:59 +02:00
Evgeny Gryaznov
4516fabf62 fix theme preview; fix bottom anchor in chat.js 2011-03-30 00:01:04 +02:00
Evgeny Gryaznov
2479f2e684 fix TYPE -> ENGINE (mysql 5.5 compatibility) 2011-03-06 23:36:34 +01:00