Commit Graph

166 Commits (849efb08dc486b78a8da6bd64eda3dcd4ae817ec)

Author SHA1 Message Date
Ivan Tcholakov 7e40ec0aac Duplicate slashes in filenames have been removed. 15 years ago
Yannick Warnier 1b26bc3e0e Removed inclusion of debug.lib.inc.php (to be included in global.inc.php as a debug class definition file) 15 years ago
Ivan Tcholakov 7515a2354b Feature #1744 - Cleaning logical conditions (2). 15 years ago
Julio Montoya 0481770f83 Removing double validation: Database::escape_string + Security::remove_XSS 15 years ago
Ivan Tcholakov 232177cc4f Feature #272 - TableSort class: Removing old hacks, cleaning and optimization. 15 years ago
Ivan Tcholakov 54a9b942c2 Task #763 - All the replacements api_get_path('WEB_COURSE_PATH') --> api_get_path(WEB_COURSE_PATH) and other similar to them. 15 years ago
Guillaume Viguier 7afd8c72d2 Dates refactoring - Chamilo - CT#696 15 years ago
Ivan Tcholakov 83e7aa8d98 Feature #675 - Dropbox tool: The icons for every item have been made clickable. 15 years ago
Ivan Tcholakov 05a14efe4c Feature #272 - "Dropbox" tool, downloading zip-archives: Adding html-metadata to the generated supplemental file "overview.html" (which you may find inside the downloaded archive). 15 years ago
Ivan Tcholakov 7df22b3ad3 Feature #272 - "Dropbox" tool: Fixing a mistake. 15 years ago
Ivan Tcholakov 2d81d29b4a Feature #272 - "Assignments" and "Dropbox" tools: Showing dates correctly on PHP 5.2 and PHP 5.3. 15 years ago
Ivan Tcholakov 6928690ac0 Feature #272 - Edition of comments in "Dropbox" tool. Function simplification in "Assignments" tool. 15 years ago
Ivan Tcholakov 02c7a86e61 Feature #272 - Some corrections in "Assignments" tool. Code cleaning for "Assignments" and "Dropbox" tools. 15 years ago
Ivan Tcholakov 874dca0a68 Feature #272 - The Dropbox tool code - additional minor changes. 15 years ago
Ivan Tcholakov 7b8738101a Feature #272 - The Dropbox tool code - cosmetic changes before abandonning it. 15 years ago
Ivan Tcholakov edb3658f54 Feature #272 - The Dropbox tool fully uses the conventional language sub-system, the function dropbox_leng() has been eliminated. 15 years ago
Julio Montoya 6d99ee3612 Security issue: Adding Security::remove_XSS function 15 years ago
Julio Montoya 51ccd6f401 Security issue: Adding Database::escape_string function 15 years ago
Julio Montoya b634cb5451 Security issues: adding \"intval\" function, replace include_once to require_once 15 years ago
Guillaume Viguier e529f97ae9 Implemented api_get_local_time in many chamilo tools - First pass (see CT#599) 15 years ago
aportugal 8c80a59e5a merge 15 years ago
cfasanando 9fca61be94 merge 15 years ago
Ivan Tcholakov bc60747b1b Feature #347 - Course settings and Course creation, Documents, Dropbox tool: 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
Arthur Portugal 879fb4bdca Minor - added variable global to can load the tables. Changed in the query the method of call the tables CT#191 15 years ago
Arthur Portugal e41ef635ea Minor - added variable global to can load the tables. Changed in the query the method of call the tables CT#191 15 years ago
Arthur Portugal 5316e57a09 MInor - Removed global.inc.php is not neccesary for this file CT#191 15 years ago
Arthur Portugal b1b4bdb7ca Minor - Added call global to the table database CT#191 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
Ivan Tcholakov cab39a97c1 Feature #272 - Fixing an author's name. 15 years ago
Ivan Tcholakov d8f4aa15f6 Feature #272 - Various corrections about mailing functionality. 15 years ago
Ivan Tcholakov c088a21b36 Feature #272 - Mailing: Duplicate statements for loading the configuration file have been removed. 15 years ago
Ivan Tcholakov 427bdffdd3 Feature #272 - Writting an author's name (Ren?) correctly within UTF-8 source code. 15 years ago
Cristian Fasanando 53ef2b8213 minor - fixed current tab for group, chat and dropbox - partial CT#512 15 years ago
Cristian Fasanando 8607a209fd minor - fixed error typo changed input text by hidden - partial CT#493 15 years ago
Cristian Fasanando d68a113d94 added token for feedback form in dropbox tool - partial CT#493 15 years ago
Patrick Cool b0c1303ee4 Added a platform setting that determines how the users should be sorted: on first name or on last name. 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
cvargas e969a4161a merge 15 years ago
Cristian Fasanando 12cc5b34e9 Fixed - users duplicated into recipient list in dropbox tool - partial DT# 15 years ago
Cristian Fasanando 64cc78fc89 implemented display shared files from dropbox tool into current training session - partial DT#5496 15 years ago
Juan Carlos Raña a67d4cad72 fix icon text 15 years ago
Ivan Tcholakov 6e016fb743 Feature #5397 - Replacing mysql_num_rows() with Database::num_rows(). 15 years ago
Ivan Tcholakov bb90a73e87 Feature #5397 - Replacing mysql_real_escape_string() with Database::escape_string(). 15 years ago
Ivan Tcholakov f41848b652 Feature #5397 - Replacing mysql_insert_id() with Database::insert_id(). 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 588a409e3a Feature #306 - Line endigs cohrrence, Part 1: Converting \r\n line endings (Windows style) to \n (Unix style) in php, html, js, xml, txt files. 15 years ago
Yannick Warnier 47022680ce Accept gzopen64() too as a test of the zlib extension load 15 years ago