Commit Graph

70 Commits (0213d7609e302c829e969f771df88da7041c9357)

Author SHA1 Message Date
Yannick Warnier 0fe954e854 Switch all session.date_start and date_end to session.access_start_date and access_end_date - refs #7719 10 years ago
Yannick Warnier c37f395103 Risky: move many api_get_course_info() calls to api_get_course_info_by_id() and remove many useless and resource-consuming function calls 10 years ago
Julio Montoya 03d263a9a6 Improve code to load user picture. 10 years ago
Julio Montoya 254eaf32e4 Minor - format code, fix PHP warnings. 10 years ago
Julio Montoya c8ef4daf90 Change function names and implementation. 10 years ago
Julio Montoya 83e3494c02 Replace course_code with c_id 10 years ago
Julio Montoya 065e4863a4 Replace course_rel_user.course_code with course_rel_user.c_id 10 years ago
Yannick Warnier d575fa47a3 Move survey, gradebook, wiki, learnpath, tracking, document, exercice, help and admin language files to trad4all - refs #4467 10 years ago
Yannick Warnier 5ff099376f Move registration and create_course language files to trad4all - refs #4467 10 years ago
Yannick Warnier 652c6ecf19 Move index language file to trad4all - refs #4467 10 years ago
Julio Montoya 277c7fdb37 Add c_id in track tables 10 years ago
Julio Montoya 5728167447 Removes require_once for libs already added with composer 10 years ago
Julio Montoya 6d3eb54297 Adding work/forum stats data see BT#7707 11 years ago
Julio Montoya b14987d443 Adding export option in user information + forum and time info BT#7707 11 years ago
Julio Montoya b07512dc75 Minor - format code. 11 years ago
Julio Montoya ba3000da55 Minor - Adding comments, removing white spaces, fixing PHP warnings. 11 years ago
aragonc 94984e6b12 merge 11 years ago
Yannick Warnier c475a0b85a Minor improvement - Add link on session name from the admin's user info page - refs BT#7161 12 years ago
Yannick Warnier 84c261c579 Add information about user who created the user on screen and when - refs BT#7123 12 years ago
Yannick Warnier ba31509bd6 Removed condition for login_as using parameters not yet defined 12 years ago
Julio Montoya 478a4be6c4 Fixing session course coach label see BT#6707 12 years ago
Julio Montoya d7275b1cb9 Minor - adding edit button 12 years ago
Julio Montoya c3bfd8ec74 Minor - adding date start/date end 12 years ago
Julio Montoya f26a010166 Admin can see the relations between user and sessions see BT#6369 12 years ago
Julio Montoya e46ba568af Commented old classes code - Tables were removed 13 years ago
Julio Montoya d566f172b4 Some session fixes 13 years ago
Julio Montoya 1221ac981d Minor - showing URL link 13 years ago
Julio Montoya d28f5445a0 Fixes bug while importing sessions via a XML file see #4069 13 years ago
Julio Montoya 9bdecfe917 Minor - Adding page header 13 years ago
Julio Montoya 5cdf70f972 Replacing some '32' strings with the new icon constant ICON_SIZE_MEDIUM 13 years ago
Julio Montoya 66e244282f Improving icons + fixing forms, fixing styles 14 years ago
Julio Montoya f75fb86fc4 Minor - cleaning layout 14 years ago
Julio Montoya 84f3b15cfd Improving course catalog + fixing user information action bar 14 years ago
root 5b2ec4f888 permission commit + removes tests directory 14 years ago
Julio Montoya d2989fcb40 Fixing query + other security fixes see #2625 14 years ago
ywarnier 6ffbc16aa5 Minor - updated code style 15 years ago
ywarnier 202fc817ef Added login_as icon in user admin details page, to boost switching from one user to another 15 years ago
Noel Dieschburg 409a1f0b06 Suppresses the test directory and sets the permission for production use 15 years ago
Ivan Tcholakov f0c4747bf3 Feature #1744 - Cleaning logical conditions: if ($_configuration['multiple_access_urls'] == true) ------> if ($_configuration['multiple_access_urls']) 15 years ago
Noel Dieschburg e6444dc928 Dummy permission commitx 15 years ago
cfasanando 9fca61be94 merge 15 years ago
Ivan Tcholakov e49f68df46 Feature #347 - Platform administration tool: All "magic" parameters __FILE__ and __LINE__, passed within the method Database::query() have been removed. They are not needed anymore, the method Database::query() has been upgraded to retrieve alone the corresponding values needed for error message creation. 15 years ago
Cristian Fasanando d8c3027a59 fixed - user and course information from course list - partial CT#462 16 years ago
cvargas e969a4161a merge 16 years ago
Juan Carlos Raña e35d8a204a fix some text 16 years ago
Ivan Tcholakov 1aedc44cd6 Feature #306 - Fixing name ordering for two places in admin/user_information.php 16 years ago
Ivan Tcholakov f87ebd4795 Feature #5397 - Replacing mysql_fetch_object() with Database::fetch_object(). Installation scripts are skipped in this transaction. 16 years ago
Cristian Fasanando 22a61cf7c1 Implemented new functionalities for training sessions - partial DT #5377 16 years ago
Yannick Warnier 47022680ce Accept gzopen64() too as a test of the zlib extension load 16 years ago
Ivan Tcholakov 8b50531cc0 Feature #306 - Platform admin tools: Replacing the function api_sql_query() with Database::query(). 16 years ago