Commit Graph

41 Commits (5ff099376f47cec7f327ff602d2d171ac0587841)

Author SHA1 Message Date
Yannick Warnier 5ff099376f Move registration and create_course language files to trad4all - refs #4467 11 years ago
Julio Montoya 067d1b4cab Fix DatePicker attributes. 11 years ago
Yannick Warnier b75beaf45b Replace datepicker[date] by DatePicker[Date] to fix f246e7278e 11 years ago
Julio Montoya 57eeea7543 Removing require_once already loaded with composer. 11 years ago
Yannick Warnier 1bc9f0abb7 Use new variable for signature formula - refs #7426 11 years ago
Julio Montoya 0e0d0246dc Fixing admin@example.org emails see BT#8815 11 years ago
aragonc 94984e6b12 merge 12 years ago
Yannick Warnier 9286629ab0 Minor - Added PHPDoc blocks 13 years ago
Julio Montoya a7a56e8f13 No need to call a variable by reference when using formvalidator 13 years ago
Julio Montoya d566f172b4 Some session fixes 13 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 1627551325 Moving constants to the main_api.lib.php, moving usermanager constants to the class see #4808 14 years ago
Julio Montoya 4898326a3e Removing formvalidator class calls 14 years ago
Julio Montoya 98692604ec Removing libs that are already loaded in global.inc.php 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
ywarnier 7b0394e698 Minor - Removed comments confusing the language vars searcher 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 fb9f602e48 Cleaning code (deleting \"---\" comment lines, changing headers) 16 years ago
Ivan Tcholakov 446492fc35 Feature #347 - Reporting, Learning path: Removing the parameters __FILE__ and __LINE__ in the Database::query() calls. 16 years ago
Ivan Tcholakov 14108b1593 Feature #576 - Applying the function api_get_permissions_for_new_directories() on its relevant places. Using the function umask() has been avoided because this function is not thread-safe. Other minot corrections. 16 years ago
cvargas e969a4161a merge 16 years ago
Carlos Vargas 71aa1bb7be Add the possibility to import users via cvs, to session manager, and update mySpace/user_add.php #5618 16 years ago
Julio Montoya da0981e358 Replacing the 'Settings' DLTT variable to WithTheFollowingSettings 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 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 6df1c39ca2 Feature #306 - Replacing hard-coded values for username length in validation rules in some forms. Including "." (dot) and "_" (underscore) in the specification for usernames as valid characters. 16 years ago
Ivan Tcholakov f1466121dc Training reporting tool: Trimming whitespace from all source files. 16 years ago
Ivan Tcholakov e6c22cfb4d Issue #306 - Training reporting: Reworks are in progress. 16 years ago
Ivan Tcholakov 96fca8e749 Bug #3646 and Issue #306 - Training reports (part 5): Fixing person name order and sorting to be dependable on the internationalization settings. Other fixes have been done too. 16 years ago
Ivan Tcholakov 3fc6b57c73 Bug #3646 and Issue #306 - Training reports (part3 ): Cleaning and minor reworks for all the code in this tool. This is needed for code readability and understanding, before further efforts for implementing person name related logic. 16 years ago
Ivan Tcholakov 0f78b8955b Feature #3287 - Replacement call of the deprecated function get_setting() with api_get_setting(). The function get_setting() will be deleted in the main API in Dokeos 1.8.7, the this task #3287 will be closed. Nothing is to be tested at the moment. 16 years ago
Ivan Tcholakov a64face33f [svn r22233] FS#2867 - The online editor: Renaming a toolbar, 'Profil' --> 'Profile'. 17 years ago
Ivan Tcholakov dc1f5e4143 [svn r22070] FS#2867 - The reporting tool: Adding a missing toolbar definition for the online editor. 17 years ago
Ivan Tcholakov 4279b7324b [svn r21524] FS#306 - Reporting tool, "Select session" dropdown box: Replacement a function for sorting, asort() ---> api_natsort(). 17 years ago
Julio Montoya 5bbfa49413 [svn r18782] Minor - Session admin can send email when registering a new user see FS#3685 17 years ago
Julio Montoya ebc9cbe19b [svn r18466] Adding the "field_filter" column see FS#3462 17 years ago
Julio Montoya 7618e24e82 [svn r18377] Bug fixed: now we show in the emails the correct Dokeos URL when the "multiple url" option is enabled see FS#3462 17 years ago
Cristian Fasanando 3a55b1bc7a [svn r18078] Logic changes - Assigned date by default for date and date time fields when you add those ones into manager user field and added the possibility to select the year from 1900 - see FS#3452 17 years ago
Julio Montoya 82f36399a7 [svn r17828] Session admins can add users, and view a user list. FS#3476 17 years ago
Cristian Fasanando d755149fd6 [svn r17754] Minor - Logic changes - Fixed e-mail sender headers - see FS#2445 17 years ago
Cristian Fasanando b261277568 [svn r17747] Logic Changes - Added definition Return-path and charset correctly and change the function api_send_mail by api_mail - see FS#2445 17 years ago
Cristian Fasanando 41a03b769b [svn r17663] Logic Changes - Fixed extrafield date type calendar bug founded in profile, user add, user edit and fill survey (see FS#2985) 17 years ago
Cristian Fasanando 85061309e7 [svn r17479] logic changes - improve make the user image clickable see FS#456 17 years ago
Cristian Fasanando 6237d0215d [svn r17362] logic changes - Implemented make the user Image clickable (see FS#456) 17 years ago
Cristian Fasanando b4d8351ee7 [svn r17075] Fixed bug in user fields, not displayed the default value in profile and add user, and you could modify this values (See FS#3307) 17 years ago
Yannick Warnier d7853a905b [svn r17058] Improved display of human resource manager option (see FS#3304) by cvargas 17 years ago