Commit History

Author SHA1 Message Date
  Julio Montoya 5ded4085af Removing formvalidator library alread included in global.inc.php 13 years ago
  Julio Montoya f76509d58e Updating Skills management with Smarty 3 + fixing chosen close image (X) 13 years ago
  Julio Montoya a3085fabe8 Adding smarty support to some admin page 13 years ago
  Julio Montoya 98692604ec Removing libs that are already loaded in global.inc.php 13 years ago
  Julio Montoya b47e60aa2d Adding comments due wrong user registration date. It should be the UTC time not the server time ... 13 years ago
  Julio Montoya 9c1a10dfed Adding chzn js when adding/editing users 13 years ago
  Julio Montoya 7e55f0aefc Minor - changing status icons 13 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 13 years ago
  Julio Montoya 81d6af69f2 Adding get_langs for the notify user extra fields 13 years ago
  Julio Montoya a23a10f8b2 Adding documentation, changinh lang vars 13 years ago
  Ivan Tcholakov f0c4747bf3 Feature #1744 - Cleaning logical conditions: if ($_configuration['multiple_access_urls'] == true) ------> if ($_configuration['multiple_access_urls']) 14 years ago
  Julio Montoya 0da3407ec4 minor - cleaning 14 years ago
  Carlos Vargas 5ceb0e2292 minor innessesary condition CT#602 14 years ago
  Guillaume Viguier d492bee5d3 Date and time management; correcting calls to api_get_local_time - Chamilo - CT#696 14 years ago
  Carlos Vargas 4693374b80 improve status user CT#602 14 years ago
  Cristian Fasanando 7481dc4695 added check for registered courses when you change status (DRH) to edit a user - partial CT#603 14 years ago
  Cristian Fasanando e400a37048 removed to assign an user to human resources manager from add or edit user interface - partial BT#570 14 years ago
  Ivan Tcholakov 7618b56b3c Task #347 - Cosmetic changes in a file. 14 years ago
  Carlos Vargas 4e5770d273 minor only the teacher can be admin CT#602 14 years ago
  Guillaume Viguier e529f97ae9 Implemented api_get_local_time in many chamilo tools - First pass (see CT#599) 14 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. 14 years ago
  Ivan Tcholakov d0fe777fc7 Feature #272 - A correction/reverting someone's change about e-mail notification by the platform admin. 14 years ago
  cvargas e969a4161a merge 15 years ago
  Julio Montoya da0981e358 Replacing the 'Settings' DLTT variable to WithTheFollowingSettings 15 years ago
  Juan Carlos Raña 79f06f55f2 merge 15 years ago
  Yannick Warnier 47022680ce Accept gzopen64() too as a test of the zlib extension load 15 years ago
  Ivan Tcholakov 3eea1f1a8d Feature #306 - Code rework about uploading user photos in administration section and in profile tool. 15 years ago
  Ivan Tcholakov e197cb109e Feature #306 - Replacing the ugly construct (my workaround) @getimagesize(api_url_to_local_path($image_path)) with a better one: api_getimagesize($image_path). 15 years ago
  Ivan Tcholakov c2f9d649d7 Feature #306 - Platform admin tool: Cleaning code + minor fixes in add/edit user forms. 15 years ago
  Ivan Tcholakov 4a20a38a7c Feature #306 - UserManager: Some minor optimizations ( this was the initial intention :-) ). A tricky rework about the method UserManager::get_user_picture_path_by_id(). A collateral fix about uploading user photos in the platform admin tool, now it works correctly, including the case api_get_setting('split_users_upload_directory') === 'true'. Uploading photos through user profile tool is to be checked. And... fixing two unsafe getimagesize() calls. By the way, the date picker in the forms "User add" and "User edit" (platform admin) does not work, IE8. 15 years ago