Commit Graph

115 Commits (e7c246f349e51c318b6ef99cf2bcc8cf6fbde156)

Author SHA1 Message Date
Julio Montoya d18560e28c Removing the use of the admin table, roles are now handled in the users_roles table, also adding a new ROLE_GLOBAL_ADMIN role that can login as users 12 years ago
Yannick Warnier f73f5667c5 Developed new option to block the "set password" feature - refs #6166 13 years ago
Julio Montoya 33609a1d9c Minor - changing function names 13 years ago
Julio Montoya b0e315664c Adding Question Manager role see BT#6042 13 years ago
Julio Montoya f5f1392ff9 Using the ExtraFieldValue obj instead of a custom script 13 years ago
Julio Montoya 58db885a50 Fixing PHP notice 13 years ago
Julio Montoya b46d2ad26d Using $app['template'] instead of new Template 13 years ago
Julio Montoya cfac24c461 Removing deprecating function function get_setting() is replaced with api_get_setting(), 13 years ago
Julio Montoya 23f364d2cf Removing fileUpload.lib and fileManager.lib calls lib already loaded with composer. fileManage.lib.php renamed to fileManager.lib.php 13 years ago
Julio Montoya d31593061f Fixing user extra field dates see #5879 13 years ago
Julio Montoya b34d576a9c Fixing user expiration date see #5846 13 years ago
Julio Montoya 12bf5b6410 PHP warning/notices avoided 13 years ago
Julio Montoya a7a56e8f13 No need to call a variable by reference when using formvalidator 13 years ago
Yoselyn Castillo dce31c5d27 Fixing email required bug see #5556 13 years ago
Julio Montoya 7dbb273294 Removing add_course.lib.inc.php files functions moved to course.lib.php 13 years ago
Julio Montoya e0b5b069b5 Fixing fatal errors due recent changes 13 years ago
Julio Montoya 3e8613fc8c Fixes bug when there any session field 13 years ago
Julio Montoya b4e37125c0 Minor changing field order 13 years ago
Julio Montoya 38ef514596 Should fix some bugs when using the user tags 13 years ago
Julio Montoya 1dbb87d809 Session admins can add/edit users see #5146 14 years ago
Julio Montoya 2979883ff4 Adding new admin function in usermanager add_user_as_admin, delete_user_admin using UserManager::is_admin see 4682 14 years ago
Julio Montoya 6a91bac32a Should fix bug #3816 14 years ago
Julio Montoya b3364704cb Adding sent email option in UserManager::add_user and UserManager::update_user see BT#4335 14 years ago
Julio Montoya a1b1fc92ee Minor - cosmetic changes 14 years ago
Julio Montoya 1627551325 Moving constants to the main_api.lib.php, moving usermanager constants to the class see #4808 14 years ago
Julio Montoya 7180911b4f Class Usermanager not found -> should have been UserManager with capital M see #4806 14 years ago
Hubert Borderiou 7a86cb95f0 CAS authentification configuration 14 years ago
Julio Montoya 3250b698eb Fixing bug when editing the username see #4516 14 years ago
Julio Montoya a990c19a04 Minor - cosmetic changes 14 years ago
Noel Dieschburg 7d6e68c723 Adds a login_is_email setting 14 years ago
Julio Montoya 6093f148b0 "Super admins" can't be modified by "simple admins" see BT#3738 14 years ago
Julio Montoya c07af6d72a Minor fixing user_edit in order to see more extra fields 14 years ago
Julio Montoya 09121a6463 Cleaning exercise report + fixing exercise result exports (partial) 14 years ago
Julio Montoya 5ded4085af Removing formvalidator library alread included in global.inc.php 14 years ago
Julio Montoya f76509d58e Updating Skills management with Smarty 3 + fixing chosen close image (X) 14 years ago
Julio Montoya a3085fabe8 Adding smarty support to some admin page 14 years ago
Julio Montoya 98692604ec Removing libs that are already loaded in global.inc.php 14 years ago
Julio Montoya b47e60aa2d Adding comments due wrong user registration date. It should be the UTC time not the server time ... 14 years ago
Julio Montoya 9c1a10dfed Adding chzn js when adding/editing users 14 years ago
Julio Montoya 7e55f0aefc Minor - changing status icons 14 years ago
root 5b2ec4f888 permission commit + removes tests directory 15 years ago
Julio Montoya 684c323f08 Image class improved, adding Imagick support to Chamilo, by default the gd lib is available need to change a constant in IMAGE_PROCESSOR in the image.lib.php file see #2664 requires testing 15 years ago
Julio Montoya 81d6af69f2 Adding get_langs for the notify user extra fields 15 years ago
Julio Montoya a23a10f8b2 Adding documentation, changinh lang vars 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']) 16 years ago
Noel Dieschburg e6444dc928 Dummy permission commitx 16 years ago
Julio Montoya 0da3407ec4 minor - cleaning 16 years ago
Carlos Vargas 5ceb0e2292 minor innessesary condition CT#602 16 years ago
Guillaume Viguier d492bee5d3 Date and time management; correcting calls to api_get_local_time - Chamilo - CT#696 16 years ago