Julio Montoya
|
583513230c
More improvements to the group feature see #5611
|
15 years ago |
Juan Carlos Raña
|
e7dd70bd0c
social tool replace relative by absolute path
|
15 years ago |
Julio Montoya
|
6e965b8cad
Fixing admin funcionality add user to group see #5611
|
15 years ago |
Julio Montoya
|
d7600dc5cc
UI improvements - user groups see #5508
|
15 years ago |
Julio Montoya Armas
|
a07fd6c72b
Merge
|
15 years ago |
Julio Montoya
|
dcf6c5f4a3
Social network improvements see #5508
|
15 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
|
15 years ago |
Carlos Vargas
|
e49cabe265
ad fucntion that Gives a list of emails from all administrators see 5496
|
15 years ago |
Julio Montoya
|
0f3c892a40
Fixes #5568 requires testing
|
15 years ago |
Cristian Fasanando
|
7eb4159f59
Fixing field id_coach doesn't exists in session_rel_course table - partial DT#5496
|
15 years ago |
Julio Montoya
|
1942167c0f
First attempt to implement the user tags (interests) see DT#5508 (partial)
|
15 years ago |
Yannick Warnier
|
0245d4d1d1
Merged with Patrick - risky merge, please stay alert
|
15 years ago |
Patrick Cool
|
82f856bf34
bugfix: sorting as defined in course management is not respected
|
15 years ago |
Julio Montoya
|
8999b49e33
Adding intval function to querys see DT#4389
|
15 years ago |
Julio Montoya
|
7217790b59
Improving whoisonline feature changing a table view to a grid view see DT#5490
|
15 years ago |
Julio Montoya
|
4c12818d5e
Adding some intval and escape_string functions see DT#4389
|
15 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().
|
15 years ago |
Ivan Tcholakov
|
a6779b91f9
Feature #5397 - Replacing api_store_result() with Database::store_result().
|
15 years ago |
Ivan Tcholakov
|
9b1f3ed934
Feature #5397 - Replacing again the deprecated function api_sql_query() with Database::query().
|
15 years ago |
Cristian Fasanando
|
22a61cf7c1
Implemented new functionalities for training sessions - partial DT #5377
|
15 years ago |
Yannick Warnier
|
47022680ce
Accept gzopen64() too as a test of the zlib extension load
|
15 years ago |
Ivan Tcholakov
|
302eb4dc0e
Feature #306 - Replacing everywhere the function api_store_result() with Database::store_result().
|
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
|
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.
|
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 |
Ivan Tcholakov
|
1aec623a1f
Feature #306 - Changes (final maybe) about username related logic.
|
15 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.
|
15 years ago |
Ivan Tcholakov
|
a3019a9959
Issue #306 - FormValidator: Updating code for the validation rule 'username'. This rule is served by the UserManager class now.
|
15 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.
|
15 years ago |