Commit Graph

312 Commits (e150372d529b307100bb91a2c9ced338ff82f422)

Author SHA1 Message Date
unknown 4b66f7ae1f changing api_get_datetime function by api_get_utc_datetime -refs #7131 12 years ago
Yannick Warnier 3602820344 Fix time tracking bug - refs #7130 12 years ago
Eric Marguin 67bd8a0a87 Set course password - refs #7094 12 years ago
Julio Montoya de7c0eb471 Removing unused libraries #7120 12 years ago
Julio Montoya e288b7776a Format code, adding Database::escape_string() due recent merge. 12 years ago
aragonc 94984e6b12 merge 12 years ago
Julio Montoya 41cabb452a Blocking execution of local.inc.php 12 years ago
baelmyhu 40a74ad602 Correction for direct course login, see git comment 12 years ago
Daniel Barreto 421c910198 Delete error_log 12 years ago
Yannick Warnier d370f56deb Merged 12 years ago
Daniel Barreto 3f2c71382c Add comment for last item in -refs BT#7674 12 years ago
Francis Gonzales 9c21f2b376 Avoid string id_session - ref BT#7578 12 years ago
Francis Gonzales 5688925395 Avoid save 0 as id_session when id_session in the $_GET is a string - refs BT#7578 12 years ago
Hubert Borderiou adbd1a60b5 Coding convention and replace some api_get_course_id() with api_get_course_int_id() 12 years ago
Hubert Borderiou 301fb962da Ask for login after direct link to a course - ref #6768 12 years ago
Yannick Warnier 61be3814e0 Fixed warnings about undeclared variables 12 years ago
Julio Montoya cc5b2ec93b Drh can enter to a course as an student see BT#6770 a setting in configuration must be set before. 12 years ago
Kevin LEVRON abbe760c11 Minor : fit coding guideline 12 years ago
Yannick Warnier 9dccd5b5f0 Minor - Replaced deprecated split() by preg_split() 12 years ago
Kevin LEVRON b34e1a1a68 Fix cas redirection loop (refs #6124) 12 years ago
Julio Montoya 4cd1a376f7 Minor - cosmetic changes. 12 years ago
Yannick Warnier 82914a005a Added new Drupal SSO plugin counterpart - read first lines to know how to configure - refs BT#6733 12 years ago
Yoselyn Castillo c0c673effe removing term an conditions check y user foollow a link -refs #6535 12 years ago
Yoselyn Castillo 43a9f5d5c2 removing term an conditions check y user foollow a link -refs #6535 12 years ago
Yannick Warnier 24495c93f9 Implementation of "hidden" visibility for courses - fixed visibility of courses in sessions - refs BT#6585 12 years ago
Julio Montoya 6773a8829b Adding account blocked due number of wrong attempts see BT#6486 12 years ago
Julio Montoya e9a09258da loginFailed is now based in a session instead of a _GET see BT#6486 12 years ago
Julio Montoya 37597b882b Show captcha after the first wrong attempt see BT#6486 12 years ago
Julio Montoya e476795411 Undo return in local.inc.php 13 years ago
Julio Montoya 0602af2321 Using the new role approach. The user authentification now depends in the SecurityServiceProvider settings. This service depends as well in the SessionServiceProvider. 13 years ago
Julio Montoya d76b6cc817 Adding "api_" in function inside main_api.lib.php 13 years ago
Julio Montoya e04b466ee7 Removing unused error_logs 13 years ago
Julio Montoya 59e18b4944 Fixing notices see BT#6329 13 years ago
Julio Montoya de8a0f597d Adding course extra_fields and settings in order to avoid calls to the DB 13 years ago
Julio Montoya 533cf953bd Improving local.inc.php in order to have extra_field values from the user once, because the _api_get_timezone() makes query to the DB to get the user timezone. 13 years ago
Julio Montoya 5aa76ef211 Replacing function get_statistic_table() with get_main_table() see BT#6220 13 years ago
Julio Montoya 4b31d20e72 Fixing PHP warning 13 years ago
Julio Montoya 06300f381b Fixing SQL error 13 years ago
Julio Montoya 1df55367aa Fixing _user session variable in order to load once the _user array 13 years ago
Julio Montoya 7ad45b4dda Fixing queries, php notices and warnings due recent changes (adding c_id in new tables) 13 years ago
Julio Montoya 01c79247da Adding middlewares to set course permissions in global.inc 13 years ago
Julio Montoya 6e1279f783 Adding c_id in table access_url_rel_course chaging a lot of queries see BT#5638 13 years ago
Julio Montoya 5eeac46588 Adding new structure for Exercises: adding "iid" fields in quiz_ tables. Adding autolaunch for exercise 13 years ago
Julio Montoya 9499b6d347 Fixing login error messages (to see the changes you need to clean the temp folder) 13 years ago
Julio Montoya 6cc22982ff Moving courses to data/courses see #5871 13 years ago
Julio Montoya d9e1759718 Paths changes due the new structure see #5871 (pending confirmation) 13 years ago
Julio Montoya 5a1d010dbf Minor - adding comments, cosmetic changes 13 years ago
Julio Montoya cfac24c461 Removing deprecating function function get_setting() is replaced with api_get_setting(), 13 years ago
Julio Montoya f6beb2420f Improving performace: loading user info once in local.inc. Moving requires in global.inc instead of adding the requires in other files in inc/lib (internationalization) 13 years ago
Julio Montoya 6269766522 Moving db files into the a new folder see #6061 13 years ago