Commit Graph

749 Commits

Author SHA1 Message Date
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
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
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
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
Evgeny Gryaznov
8a1cc74803 1.6.4 released 2011-03-05 23:06:30 +01:00
Evgeny Gryaznov
53b54d09d4 1.6.4 RC2 2011-03-05 00:17:04 +01:00
Evgeny Gryaznov
724b63422d 1.6.4 RC1 2011-03-04 23:42:35 +01:00
Evgeny Gryaznov
cc6d385c8a update whatsnew 2011-03-04 23:35:35 +01:00
Evgeny Gryaznov
4ef160897b better installation messages; ignore \r in checksum 2011-03-04 23:34:00 +01:00
Evgeny Gryaznov
c6c614b3c2 fix cr in .htaccess; disable drop tables; do not show change password/delete install folder if admin has password; check file permissions/checksum 2011-03-04 23:01:24 +01:00
Evgeny Gryaznov
f832e38e75 fix sound issues in windows 2011-03-02 02:21:54 +01:00
Evgeny Gryaznov
00362f7457 update whatsnew, recompute resources 2011-03-02 00:20:42 +01:00
Evgeny Gryaznov
dd595fc4f7 ability to override notification email for group 2011-03-01 23:56:27 +01:00
Evgeny Gryaznov
10e676e05f fix: do not cache button image (thanks to Alex Morozov) 2011-02-28 22:12:07 +01:00
Evgeny Gryaznov
df590adf81 install page: links to check the sound 2011-02-27 01:54:27 +01:00
Evgeny Gryaznov
40655b8a47 update release script 2011-02-27 00:15:36 +01:00
Evgeny Gryaznov
20bcf3c1f5 code cleanup 2011-02-27 00:02:29 +01:00