Commit Graph

472 Commits (b9b8c56c1694b59291243b8f8047d4f5ddafca5a)

Author SHA1 Message Date
Carlos Vargas e0413b63cb minor unnecessary condition CT#602 15 years ago
Julio Montoya eec5e3c1b5 Fixing sql queries 15 years ago
Julio Montoya 0dcad12793 Fixes http://chamilo.org/node/143 work.php deletes all homeworks 15 years ago
Noel Dieschburg a5222167c0 Dummy changes 15 years ago
Guillaume Viguier fcc5a3766f Timezone management (see CT#599) 15 years ago
Julio Montoya 23ef599607 Fixes BT#778 15 years ago
Guillaume Viguier e529f97ae9 Implemented api_get_local_time in many chamilo tools - First pass (see CT#599) 15 years ago
Julio Montoya 090bd9c1c5 Minor - adding intval function 15 years ago
Julio Montoya 0d9ec8e69e Improving display_user_link_work function 15 years ago
Julio Montoya f9ba1ce3d6 Security issue: Adding \"intval\" function. Renaming Remove_XX to remove_XSS function. See DT#388 15 years ago
Julio Montoya f7fd7c36bf Security issue: Adding \"intval\" function. See DT#388 15 years ago
Ivan Tcholakov c2c757eed0 Feature #347 - The old tracking tool, Users, Web-services, Wiki, Assignments, and some files on the root level: Removing the parameters __FILE__ and __LINE__ in the Database::query() calls. 15 years ago
Ivan Tcholakov 0ab1c275e1 Feature #272 - Elimination of mysql_*() function calls. 15 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. 15 years ago
Arthur Portugal 4b5fc316b1 Changed the name of function display_user_work because is redundant have two functions with the same name. So this permit than the tests running CT#191 15 years ago
Ivan Tcholakov 059fc21ed7 Feature #272 - Fixing sorting by dates in the Assignments tool. An initial workaround has been proposed by Andr? Boivin (aboivin), see http://www.chamilo.org/en/node/147 15 years ago
Carlos Vargas 9e0780d51c minor ambiguos id in sql query see 15 years ago
Ivan Tcholakov 01f7b2c2c3 Feature #272 - The Assignments tool: Fixing user's name ordering inside an e-mail sending routine. 15 years ago
Arthur Portugal 3e37c18177 Fixed ambiguous field in sql query - partial CT#191 15 years ago
Arthur Portugal fbd74ac367 Added a validation for the foreach and added a @ to hide the permission message for the test CT#191 15 years ago
Cristian Fasanando 24c2690567 Fixed - courses temp files is not cleanup when the zip in documents or work tool is downloaded - CT#394 15 years ago
Julio Montoya 68a4273998 Fixing display order see CT#493 15 years ago
Arthur Portugal 09eadcc8ba Changed in the java script $(window) by $(document) CT#462 15 years ago
Arthur Portugal 5eafe32d03 Added in all tools a java script to set a focus in the text box CT#462 15 years ago
Carlos Vargas 5f2932d70c complete reminder mail to users without task see BT#489 15 years ago
Carlos Vargas b34cc38fec add function Send an email to those who have given their task see BT#487 15 years ago
Carlos Vargas 134697c30c Edit sending mail from one task to the teacher and also send an email to the student see bt#489 15 years ago
Carlos Vargas 3cfbaaf976 list of users who have not given the task see bt#487 15 years ago
Juan Carlos Raña d75c5ee9f1 students must also be able to read the explanation of the task 15 years ago
Carlos Vargas 210c14280c minor filter option in groups see #5612 15 years ago
cvargas e969a4161a merge 15 years ago
Juan Carlos Raña e0bc0def08 students must also be able to read the explanation of the task 15 years ago
Carlos Vargas dd00f6c839 Delete all the tasks on the agenda see #5612 15 years ago
Carlos Vargas b44dd8745a Change the presentation of the task and include the description. #5612 15 years ago
Yannick Warnier 400a0e0272 Updated inclusion path to suit testing batch 15 years ago
Juan Carlos Raña 0ede8e397c Using a more consistent icon with the tool 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 de1e6c6f71 Ability to delete files and recover depending api_get_setting ( 'permanently_remove_deleted_files') see #5496 15 years ago
Carlos Vargas d597995e08 minor, check user_id, course_id and session_id, in $is_course_member. Fixed #5496 15 years ago
iflores a22c77e420 improvements of work tool with gradebook 15 years ago
Arthur Portugal 02e5192236 Added style to the button filter task DT#5496 15 years ago
Patrick Cool 795638844f remove two debug messages 15 years ago
Patrick Cool ccfd386449 course setting that allows the course admin to decide if the users are allowed to delete their own document or not 15 years ago
iflores 2689900048 Improvements in work tool - allow modify the weight of the work into gradebook 15 years ago
Cristian Fasanando dcaa2dbc2b Fixed missing id_coach field into session_rel_course table - partial DT#5496 15 years ago
Ivan Tcholakov c81137da87 Feature #306 - Removing the function replace_accents(). This function is not needed anymore. 15 years ago
Ivan Tcholakov bb90a73e87 Feature #5397 - Replacing mysql_real_escape_string() with Database::escape_string(). 15 years ago
Ivan Tcholakov ada9c84124 Feature #5397 - Replacing mysql_fetch_array() with Database::fetch_array(). Installation scripts and some other files are skipped in this transaction. 15 years ago
Cristian Fasanando 22a61cf7c1 Implemented new functionalities for training sessions - partial DT #5377 15 years ago
Ivan Tcholakov de0ec5ca3d Feature #306 - Line endigs cohrrence, Part 3: Converting \r\n line endings (Windows style) to \n (Unix style) in php, html, js, xml, txt files. 15 years ago