Commit Graph

2714 Commits (6434532b8937960f86735e5fb55d03944dea0e97)

Author SHA1 Message Date
Ivan Tcholakov f9172859b7 Feature #542 - Replacing the variable $_configuration['dokeos_version'] with $_configuration['system_version'] and other related changes. 15 years ago
Julio Montoya 035814565f Avoid warning message - Adding Database::num_rows 15 years ago
Julio Montoya b4532555c8 Security issue: Adding Security::remove_XSS function 15 years ago
Julio Montoya 267dc40f2a Security issue: Adding Security::remove_XSS function 15 years ago
Julio Montoya 8309f62a8a Security issues: adding \"intval\" function, replace include_once to require_once 15 years ago
Cristian Fasanando f0ce74b752 fixed - save session id inside item property table 15 years ago
Cristian Fasanando 8d4e382b0e Fixed - chars 'rn' are shown inside content when it's sent by email from system announcement - CT#791 15 years ago
Ivan Tcholakov 6c6bb458a8 Feature #553 - PclZip 2.8.2: Adding a supplemental "readme" file about the applied patches. 15 years ago
Ivan Tcholakov a0ca40ba0a Feature #553 - Re-implementing an old customization about PclZip in a new way, by defining the constant PCLZIP_TEMPORARY_DIR in the main API. 15 years ago
Ivan Tcholakov 5e3ff5e157 Bug #627 - Chamilo 1.8.7, PclZip 1.8.2 library: Applying a patch for compatibility of PclZip with some Windows-implemented archivers. Stored in an archive filenames with backslashes (Windows style) are interpreted correctly now. 15 years ago
Ivan Tcholakov a508a21804 Feature #626 - Upgrading the online editor to version 2.6.6. 15 years ago
Guillaume Viguier bc12e7f20c Inconsistent results returned by api_get_user_info (see CT#572) 15 years ago
Ivan Tcholakov f4846b5d44 Feature #272 - An insignificant change in the internationalization library. 15 years ago
Julio Montoya da38dcf17d Minor - moving require_once urlmanager.lib.php 15 years ago
Julio Montoya 75ba570fbd delete_url_rel_user() function added when deleting an user. Updates the table access_url_rel_user 15 years ago
Guillaume Viguier 4f7b47a028 Last commits of Dokeos (https://sources.dokeos.com/public/dokeos) added to Chamilo 15 years ago
Cristian Fasanando fff0a48eea minor - changed some variables langs, fixed some warnings inside dashboard tool - partial CT#540 15 years ago
Guillaume Viguier e57c92323a Timezone management (see CT#599) 15 years ago
Yannick Warnier feb68ecf6d fix to language var 15 years ago
Cristian Fasanando 20f6308d1a fixed - minimum width for dates columns inside attendance sheet, added lock icon 15 years ago
Guillaume Viguier 49a852d326 Added api_get_utc_datetime function (see CT#599) 15 years ago
Carlos Vargas ad430e9bf4 fixed avoid division by zero BT#540 15 years ago
Guillaume Viguier fcc5a3766f Timezone management (see CT#599) 15 years ago
Arthur Portugal 0c37a62a48 Added new path for the tests CT#191 15 years ago
Julio Montoya c2ef4aae6c Adding validation to the \"api_get_status_of_user_in_course\" function 15 years ago
Cristian Fasanando 054e8142aa minor - changed some correct langs variables for attendance and dashboard tools 15 years ago
Cristian Fasanando 032db7e233 minor - error typo name of variable 'ThematicAdvanceQuestions' 15 years ago
Guillaume Viguier 0b044e0b3d Management of timezones at user level (see CT#599) 15 years ago
Guillaume Viguier 0af043d319 Management of timezones at user level (see CT#599) 15 years ago
Cristian Fasanando 911282e1a2 added time spent last week for teachers' report inside dashboard 15 years ago
Guillaume Viguier e529f97ae9 Implemented api_get_local_time in many chamilo tools - First pass (see CT#599) 15 years ago
Yannick Warnier 6e7b9832d6 Fixed more tracking bugs on get_avg_student_progress() 15 years ago
Cristian Fasanando 491dfe5050 added check path exists inside document table when you create one 15 years ago
Julio Montoya 354bf47a4b Renaming Remove_XXS to remove_XSS function. See DT#388 15 years ago
Cristian Fasanando 0bbbe01823 Added condition relation type with drh inside sessions sql querys - partial CT#540 15 years ago
cfasanando 9fca61be94 merge 15 years ago
Ivan Tcholakov f44a6e3321 Feature #272 - Providing a better way for the function api_get_path() for detecting when installation runs, by using the constant SYSTEM_INSTALLATION. 15 years ago
Ivan Tcholakov 0c1280587b Feature #272 - Installation scripts: Replacement of all mysql_*() function calls with Database::*() equivalents. 15 years ago
Ivan Tcholakov fb1432145a Feature #272 - Installation scripts: Replacement of all ereg*() function calls with preg*() equivalents. 15 years ago
Ivan Tcholakov be0cdc8624 Feature #347 - A bug in mPDF library has been fixed, an eregi_replace() function call was missed to be replaced with preg_replace(). 15 years ago
Carlos Vargas fe535c4b8a Fixed, bug in the image of a template, has changed the directory CT#601 15 years ago
Cristian Fasanando ff168d7713 minor - added constant for relation type with human resources manager for sessions, courses - partial CT#540 15 years ago
Cristian Fasanando 81ec406ca9 added information for blocks in dashboards 15 years ago
Yannick Warnier af56dce48c More fixes to tracking with simplification of the get_avg_student_score() function. Still needs to be extended to support learning paths limitations by session. 15 years ago
Ivan Tcholakov 3217da82b5 Feature #347 - A duplicate and obviously wrong definition of the constant TABLE_MAIN_GROUP has been removed from the file database.lib.php. Reported by krikrizzz, see http://www.chamilo.org/en/node/190 15 years ago
Yannick Warnier f44dc3fd7f Added optional session management to get_avg_student_progress() 15 years ago
Ivan Tcholakov 0b86484fb3 Feature #347 - The strange, unused and undocumented constant REL_SYS_PATH inside the function api_get_path() has been removed. This is a partial fix for a problem reported by krikrizzz, see http://www.chamilo.org/en/node/190 15 years ago
Ivan Tcholakov a14751f441 Feature #272 - Corrections for the function api_display_language_form(). 15 years ago
Ivan Tcholakov 02d9c8a694 Feature #272 - Reworks for some functions to make them stable against non-string input parameters. 15 years ago
Yannick Warnier 7fb565329a Fixed bug in progress calculation in get_avg_student_progress() 15 years ago