Commit Graph

3 Commits (4d3f93bfec00e2db96ff174cc028eeeff27f9643)

Author SHA1 Message Date
jmontoyaa ea549fce47 Remove unused code, format code. 10 years ago
jmontoyaa 208bcb14a1 Remove Session::read('message'); use Display::addFlash, remove api_set_failure/api_get_failure 10 years ago
Yannick Warnier 21e47bca07 Refactoring: move main/newscorm/ to main/lp/ and related folders (except code for migration from 1.9 and 1.10) 10 years ago
Julio Montoya b0f1a0fa00 Remove include 10 years ago
Yannick Warnier bd847b2c11 Fixes to allow for time and status to be saved with alternative AICC/HACP communication format - refs BT#9817 11 years ago
Yannick Warnier 685a71e35b merge 11 years ago
Julio Montoya d5317add1c Remove unused files. 11 years ago
Julio Montoya 110b31075d Remove "stric"t option the api_replace_dangerous_char() is always strict. 11 years ago
Julio Montoya dfb663ae83 Fix query error. 11 years ago
Julio Montoya 8519c89d0d Fix queries. 11 years ago
Julio Montoya 80982cc02d Remove use of Database::error() 11 years ago
Julio Montoya aa4a022449 Replace Database::get_course_info with api_get_course_info() 11 years ago
Julio Montoya 5728167447 Removes require_once for libs already added with composer 11 years ago
Julio Montoya 57eeea7543 Removing require_once already loaded with composer. 11 years ago
Julio Montoya a384b7f845 Minor - format code. 11 years ago
aragonc 94984e6b12 merge 12 years ago
Julio Montoya d76b6cc817 Adding "api_" in function inside main_api.lib.php 13 years ago
Julio Montoya d9d92e9f4d Replaced Database::get_course_info() with api_get_course_info(), 13 years ago
Julio Montoya 627c7bb720 Removing require_once calls 13 years ago
Julio Montoya 23f364d2cf Removing fileUpload.lib and fileManager.lib calls lib already loaded with composer. fileManage.lib.php renamed to fileManager.lib.php 13 years ago
Julio Montoya efc4ecaadf Moving function from fileDisplay.lib.php to fileManage.lib.php 13 years ago
Julio Montoya 6716e11536 Replacing pclZip wirh PclZip 14 years ago
Hubert Borderiou dc99331f7a Adding the c_id field in some lp request for scorm and aicc table - ref #3910 14 years ago
Julio Montoya 1c9ddb4341 Fixing more queries due the new database changes (single database) see #3910 14 years ago
Julio Montoya c7b150b0e9 Fixing SQL queries due the nes DB changes (singe database) see #3910 14 years ago
Julio Montoya b020f1dc61 Changing lot of queries in order to use one real course database see #3910 14 years ago
Yannick Warnier a8828b931d Minor - Adapting code comments to phpdoc 15 years ago
root 5b2ec4f888 permission commit + removes tests directory 15 years ago
ywarnier 2e90ff2bf9 Minor - remove notices 15 years ago
Noel Dieschburg 409a1f0b06 Suppresses the test directory and sets the permission for production use 15 years ago
Ivan Tcholakov 6505586c3b Task #1765 - Removing/changing obsolete code for encoding management (9). 15 years ago
Ivan Tcholakov 0f2815884d Task #1765 - Removing/changing obsolete code for encoding management (8). 15 years ago
Ivan Tcholakov caf6544fbf Task #1765 - LP tool, cleaning files (14). Tabs are converted automatically to 4 spaces according to the last versions 11 of our coding conventions. The tool AnyEdit ( http://andrei.gmxhome.de/anyedit/ ) has been used for this conversion. 15 years ago
Ivan Tcholakov 778510d39c Task #1765 - LP tool, cleaning files (9). 15 years ago
Ivan Tcholakov 643a575db9 Task #1765 - LP tool, cleaning files (1). 15 years ago
Yannick Warnier dae8643a46 Fixed new bug introduced by cleanup of constructors -> __construct 16 years ago
Yannick Warnier 645d73ec59 Updated phpdoc comments packages. 16 years ago
Ivan Tcholakov 6458086e7a Task #1765 - A transaction for the 1.8.7.1 release. Minor optimizations, replacement of the function calls include(), require(), include_once() and require_once() with the correspondent statements. 16 years ago
Ivan Tcholakov dfcfaf5d8d Feature #1744 - Cleaning logical conditions (4). 16 years ago
Noel Dieschburg e6444dc928 Dummy permission commitx 16 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. 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 0ab1c275e1 Feature #272 - Elimination of mysql_*() function 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
Julio Montoya 23e511c7f2 Adding exit function when calling export_table_XXX or file_send_for_download() to avoid exporting html content 16 years ago
cvargas e969a4161a merge 16 years ago
Ivan Tcholakov bb90a73e87 Feature #5397 - Replacing mysql_real_escape_string() with Database::escape_string(). 16 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(). 16 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. 16 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. 16 years ago