jmontoyaa
1b00eb0113
Minor - format code
9 years ago
jmontoyaa
10de35b2cd
Change TestCategory class use getCategory instead of constructor.
9 years ago
jmontoyaa
4643f1d525
Format code, fix message
9 years ago
jmontoyaa
b7ebb9a01c
Remove unused code, format code
9 years ago
José Loguercio
c0846a9383
Fix prevent multiple simultaneous login (1.10.x) - Refs #8340
9 years ago
José Loguercio
98450dfe3a
Fix prevent multiple simultaneous login - Refs #8340
9 years ago
Angel Fernando Quiroz Campos
f64e6b89f7
Remove webchatdeny.php
9 years ago
Angel Fernando Quiroz Campos
f9ffa0fccf
Renew course chat - refs BT#11284 #tmi ( #1225 )
...
* Fix get history files from course chat - refs BT#11284
* Clean code + Create template for course chat - refs BT#11284
* Renew course chat - refs BT#11284
* Allow course chat between two users - refs BT#11284
* Improve course chat style and template - refs BT#11284
* Add event when user access to chat tool - refs BT#11284
* Show all course users instead of connected users only - refs BT#11284
* Fix course chat in basis courses - refs BT#111284
* Filter users on chat by course - refs BT#11284
* Update jquery.textcomplete.js - refs BT#11248
* Fix autocomplete for emojis in course chat - refs BT#11284
* Search url in messages for course chat - refs BT#11284
* Add ctrl + Enter event to send messages in course chat - refs BT#11284
9 years ago
Angel Fernando Quiroz Campos
bcfdf70f75
Renew course chat - refs BT#11284 #tmi ( #1225 )
...
* Fix get history files from course chat - refs BT#11284
* Clean code + Create template for course chat - refs BT#11284
* Renew course chat - refs BT#11284
* Allow course chat between two users - refs BT#11284
* Improve course chat style and template - refs BT#11284
* Add event when user access to chat tool - refs BT#11284
* Show all course users instead of connected users only - refs BT#11284
* Fix course chat in basis courses - refs BT#111284
* Filter users on chat by course - refs BT#11284
* Update jquery.textcomplete.js - refs BT#11248
* Fix autocomplete for emojis in course chat - refs BT#11284
* Search url in messages for course chat - refs BT#11284
* Add ctrl + Enter event to send messages in course chat - refs BT#11284
9 years ago
jmontoyaa
a1bc3c2d52
FIx Paths see BT #11047
10 years ago
Julio Montoya
797043fb48
Fix missing c_id
10 years ago
Julio Montoya
ec07e3cb0c
Format code, add docs, fix PHP warnings.
10 years ago
Julio Montoya
ed680d26c8
Minor - format code
10 years ago
Julio Montoya
43523019c3
Replace globals, remove unused code
10 years ago
Yannick Warnier
628e0ccd81
Move prevent_multiple_simultaneous_login setting to database - refs #7794
10 years ago
Julio Montoya
b3a020a62f
Replace global $_course with api_get_course_info()
10 years ago
Julio Montoya
3a88d6757e
Minor - format code.
11 years ago
Julio Montoya
4b06b652b2
Fix queries.
11 years ago
Julio Montoya
dd3094cecb
Minor - format code.
11 years ago
Yannick Warnier
00b07c39d3
Replace user_id by id in SQL queries for whoisonline
11 years ago
Julio Montoya
667da00f39
Fix query if course is empty.
11 years ago
Julio Montoya
f83214dd11
Refactor chat function, fix chat js errors.
11 years ago
Yannick Warnier
36bf640aaa
Remove course_code field from all queries using track_e_attempt - refs #7555
11 years ago
Yannick Warnier
01882969e1
Fix remaining track_e_exercices and other minor issues with the renaming of the table (and update db version) - refs #7268
11 years ago
Julio Montoya
277c7fdb37
Add c_id in track tables
...
Change function parameters to use c_id instead of course code
11 years ago
Angel Fernando Quiroz Campos
d2d1206f6f
Rename table column from login_ip to user_ip - refs #7268
11 years ago
Yannick Warnier
28baec78d2
Remove Database::escape_string() without quotes to avoid SQL injections - partial - refs #7440
11 years ago
Julio Montoya
f0b412817f
Adding user_is_online() to condition see BT#8796
11 years ago
Julio Montoya
98a218b7d4
Adding warning when multiple_connection_not_allowed is on see BT#8796
...
Adding prevent_multiple_simultaneous_login in configuration.dist.php
11 years ago
Julio Montoya
88126fe2e2
Prevent multiple login option see BT#8796
11 years ago
Julio Montoya
5e243b05f0
Minor - format code + adding intval.
11 years ago
Yannick Warnier
6830ae3f0f
Add Memcache + persistent DB session storage mode (re-applied PR133 by @FraGoTe manually to avoid conflicts) - refs BT#8340
11 years ago
aragonc
94984e6b12
merge
12 years ago
Julio Montoya
9ea8abd0e5
Minor - fixing PHP warnings.
12 years ago
Julio Montoya
a2b53a49c9
Session destroy is now handled by the security component.
12 years ago
Julio Montoya
c53583ef1b
Fixing notice in logout could fix BT#6539
12 years ago
Julio Montoya
006c007262
Format code
12 years ago
Julio Montoya
5aa76ef211
Replacing function get_statistic_table() with get_main_table() see BT#6220
12 years ago
Julio Montoya
96b2c934af
Removing require_once learnpathList.class.php already loading the class via composer
13 years ago
Julio Montoya
dad69fb238
Adding c_id in track_* and session_rel_course and session_rel_course_rel_user tables see BT#5638
13 years ago
Julio Montoya
2a86c0ed41
Minor - Adding comments, preparing code to move whoisonline.php to web/users/online but not for 1.10
13 years ago
Julio Montoya
a4ce9f2ea3
Minor - removing require_once libs already added in global.inc.php
13 years ago
Julio Montoya
c69667f714
Adding static in functions
13 years ago
Julio Montoya
cb3020e45a
Removing var_dumps
13 years ago
Julio Montoya
cfac24c461
Removing deprecating function function get_setting() is replaced with api_get_setting(),
...
removing Database::get_user_info_from_id() replaced with api_get_user_info(), putting the text.lib.php, array.lib.php and online.inc.php into classes,
now we call libs with Text:: ArrayClass::, and Online::
13 years ago
Yannick Warnier
e8ab3bfe83
Applying patch already applied in 1.9.x for little bug of repeated users online
13 years ago
Julio Montoya
e54b3dd21e
Minor changes using api_get_user_id() instead of globals['user'], cleaning code
13 years ago
Yannick Warnier
af80e81528
Added DISTINCT clause to whoisonline query to avoid repeated users - refs BT#5878
13 years ago
Julio Montoya
34198f38e3
Fixing whoisonline wrong date validation
13 years ago
Julio Montoya
9a0f4317fb
Fixing date comparison
13 years ago