Commit Graph

251 Commits (1fe811a0dec20ddac8d88e588adfa45afe25d3ab)

Author SHA1 Message Date
Cristian Fasanando 91fe686d66 Added keyword \"static\" in classes that implement it - partial CT#387 16 years ago
Julio Montoya 538bd0041e Minor - Fixing get_picture_user function 16 years ago
Julio Montoya 277cef357d Fixing social network UI see #190 16 years ago
Julio Montoya b1f7e58919 Changing _medium, _small , big_ to constants in user_manager class 16 years ago
Cristian Fasanando 6222f4759b Fixed - hide waiting list option when group is open and search users and groups - partial CT#190 16 years ago
Arthur Portugal bfd7367c52 Changed text static using get lang CT#444 16 years ago
Julio Montoya 900c544fae Messages can be sent no matter if the content is the same, groups usability improvements, see #190 16 years ago
Julio Montoya e7b3944958 Avoid problems when using tag with spaces trim function added 16 years ago
Yannick Warnier b7b013b0ed dummy change 16 years ago
Julio Montoya caf817febb Delete duplicated function 16 years ago
Julio Montoya 3c84987966 Group improvements + message improvements see #5611 16 years ago
Carlos Vargas 67f70a3c3f changes to auto-register mechanism for courses #5376 16 years ago
Julio Montoya a37b60ec76 First Chamilo fixes (groups, installation files, partial documentation updated) 16 years ago
Carlos Vargas af61e24258 some changues to auto-register mechanism for courses #5376 16 years ago
Julio Montoya eb87720e04 Cleaning more code 16 years ago
Julio Montoya 583513230c More improvements to the group feature see #5611 16 years ago
Juan Carlos Raña e7dd70bd0c social tool replace relative by absolute path 16 years ago
Julio Montoya 6e965b8cad Fixing admin funcionality add user to group see #5611 16 years ago
Julio Montoya d7600dc5cc UI improvements - user groups see #5508 16 years ago
Julio Montoya dcf6c5f4a3 Social network improvements see #5508 16 years ago
Carlos Vargas e7f6aa8cc6 minor, add Ability to delete files and recover depending api_get_setting ( 'permanently_remove_deleted_files') in profile, and change get_lang in work see #5496 16 years ago
Carlos Vargas e49cabe265 ad fucntion that Gives a list of emails from all administrators see 5496 16 years ago
Julio Montoya 0f3c892a40 Fixes #5568 requires testing 16 years ago
Cristian Fasanando 7eb4159f59 Fixing field id_coach doesn't exists in session_rel_course table - partial DT#5496 16 years ago
Julio Montoya 1942167c0f First attempt to implement the user tags (interests) see DT#5508 (partial) 16 years ago
Patrick Cool 82f856bf34 bugfix: sorting as defined in course management is not respected 16 years ago
Julio Montoya 8999b49e33 Adding intval function to querys see DT#4389 16 years ago
Julio Montoya 7217790b59 Improving whoisonline feature changing a table view to a grid view see DT#5490 16 years ago
Julio Montoya 4c12818d5e Adding some intval and escape_string functions see DT#4389 16 years ago
Ivan Tcholakov e5c9dddad1 Feature #5397 - There are two methods in Database class that do the same thing: Database::get_last_insert_id() and Database::insert_id(). Let us deprecate Database::get_last_insert_id(), it is longer and it doesn't follow the intuitive pattern for replacement mysql_* --> Database::*. Replacing Database::get_last_insert_id() with Database::insert_id(). 16 years ago
Ivan Tcholakov a6779b91f9 Feature #5397 - Replacing api_store_result() with Database::store_result(). 16 years ago
Ivan Tcholakov 9b1f3ed934 Feature #5397 - Replacing again the deprecated function api_sql_query() with Database::query(). 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 302eb4dc0e Feature #306 - Replacing everywhere the function api_store_result() with Database::store_result(). 16 years ago
Ivan Tcholakov 3eea1f1a8d Feature #306 - Code rework about uploading user photos in administration section and in profile tool. 16 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). 16 years ago
Ivan Tcholakov d45fb5c55c Feature #306 - Cleaning code of the user profile page (further checks are to be done). A correction in UserManager class that prevents user photos to be shown as productions. 16 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. 16 years ago
Ivan Tcholakov 1aec623a1f Feature #306 - Changes (final maybe) about username related logic. 16 years ago
Ivan Tcholakov de8687bf06 Feature #306 - Moving the constants for username specification from UserManager to the main API. They have to be accessible not only by the UserManager class. 16 years ago
Ivan Tcholakov a3019a9959 Issue #306 - FormValidator: Updating code for the validation rule 'username'. This rule is served by the UserManager class now. 16 years ago
Ivan Tcholakov cb1a44e1a2 Issue #306 - The UserManager class: Fixing an accidentally noticed issue related with getimagesize(), see http://www.dokeos.com/forum/viewtopic.php?t=16355 . Minir modification of the function get_lang() as it is needed for UserManager. Other minor changes. 16 years ago
Ivan Tcholakov adc74d7b26 Issue #306 - The UserManager class: Cleaning source code before making some modifications. 16 years ago
Ivan Tcholakov a794b60d52 Issue #306 - Elimination of the method UserManager::cut_username(). Reverting a fragment of code that was inserted by mistake. Other minor corrections. 16 years ago
Ivan Tcholakov bf33ebf6cc Issue #306 - Making logic in the UserManager class about usernames more precise. Adding new methods UserManager::purify_username() and UserManager::is_username_valid(). 16 years ago
Ivan Tcholakov 24e356e318 Issue #306 - Platform admin: Various corrections in the scripts for xml-import of sessions and users, increasing reliability when data with extra-whitespace is imported. 16 years ago
Ivan Tcholakov bde25205ae Issue #306 - Cleaning code of UserManager::create_username(). 16 years ago
Ivan Tcholakov 6b66ad6c60 Issue #306 - UserManager - cleaning trailing whitespace. 16 years ago
Ivan Tcholakov 873e10e748 Issue #306 - Adding a new method UserManager::cut_username(). 16 years ago