Commit Graph

51 Commits (805fce30a3bd0a38c599a39dcdfef39102108fb7)

Author SHA1 Message Date
Julio Montoya 80982cc02d Remove use of Database::error() 10 years ago
Julio Montoya aa4a022449 Replace Database::get_course_info with api_get_course_info() 10 years ago
Julio Montoya 5728167447 Removes require_once for libs already added with composer 10 years ago
Julio Montoya 57eeea7543 Removing require_once already loaded with composer. 10 years ago
Julio Montoya a384b7f845 Minor - format code. 10 years ago
aragonc 94984e6b12 merge 11 years ago
Julio Montoya 6716e11536 Replacing pclZip wirh PclZip 13 years ago
Hubert Borderiou dc99331f7a Adding the c_id field in some lp request for scorm and aicc table - ref #3910 13 years ago
Julio Montoya 1c9ddb4341 Fixing more queries due the new database changes (single database) see #3910 13 years ago
Julio Montoya c7b150b0e9 Fixing SQL queries due the nes DB changes (singe database) see #3910 13 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 14 years ago
root 5b2ec4f888 permission commit + removes tests directory 14 years ago
ywarnier 2e90ff2bf9 Minor - remove notices 14 years ago
Noel Dieschburg 409a1f0b06 Suppresses the test directory and sets the permission for production use 14 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 15 years ago
Yannick Warnier 645d73ec59 Updated phpdoc comments packages. 15 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. 15 years ago
Ivan Tcholakov dfcfaf5d8d Feature #1744 - Cleaning logical conditions (4). 15 years ago
Noel Dieschburg e6444dc928 Dummy permission commitx 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
Ivan Tcholakov 446492fc35 Feature #347 - Reporting, Learning path: 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
Julio Montoya 23e511c7f2 Adding exit function when calling export_table_XXX or file_send_for_download() to avoid exporting html content 15 years ago
cvargas e969a4161a merge 15 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
Yannick Warnier 47022680ce Accept gzopen64() too as a test of the zlib extension load 16 years ago
Ivan Tcholakov 1fa21303bd Feature #306 - Replacing the function api_sql_query() with Database::query(), starting from "link" folder and ending with "work" folder. 16 years ago
Ivan Tcholakov b1872644bf Feature #306 - Trimming totally trailing whitespace in php-source files, part 2, 140 files. 16 years ago
Ivan Tcholakov e27f8ea601 Bug #1370 - Before going further, cleaning code first. Clarification of using constants for selecting database tables. Replacing everywhere hardcoded database names with the corresponding constants. 16 years ago
Julio Montoya 5d2468d2ce [svn r16074] Showing the LP image and the author name. FS#2841 17 years ago
Yannick Warnier d15c9d9592 [svn r15577] Updated API documentation 17 years ago
Julio Montoya d9c9153aa3 [svn r14477] Enabled optional learning path -level CSS (see FS#576) 17 years ago
Yannick Warnier 59c6274628 [svn r13287] New SCORM and AICC paths are now visible by default 18 years ago
Yannick Warnier 142f776f6a [svn r13109] Added insertion of display_order 18 years ago
Yannick Warnier 50a611f23f [svn r13100] Added call to api_item_property_update() to insert the learnpaths in item_property 18 years ago
Yannick Warnier e26cbd3999 [svn r12370] Allowing but renaming .php and .phtml files in SCORM and AICC packages 18 years ago
Patrick Cool 43833b9ae9 [svn r10190] first run of cleanup of the table names 19 years ago
Yannick Warnier 847a4b3d55 [svn r9899] Improved parse_ini_string_quotes_safe() to manage param-tags differently 19 years ago
Yannick Warnier 3f42f5efe8 [svn r9897] Added parse_ini_string_quotes_safe() 19 years ago
Yannick Warnier 5303bc9cf1 [svn r9894] Fixed referencing problem overwriting elements 19 years ago