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().
|
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 |
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 |
Yannick Warnier
|
47022680ce
Accept gzopen64() too as a test of the zlib extension load
|
15 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.
|
15 years ago |
Ivan Tcholakov
|
b1872644bf
Feature #306 - Trimming totally trailing whitespace in php-source files, part 2, 140 files.
|
15 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.
|
15 years ago |
Ivan Tcholakov
|
933b1bebdd
Issue #306 - Elimination of some direct calls of the function mb_convert_encoding(). The goal is we not to depend badly on the mbstring extension.
|
15 years ago |
Yannick Warnier
|
fdde2efbbe
[svn r21136] Using api_convert_encoding() instead of mb_convert_encoding()
|
16 years ago |
Isaac Flores
|
7291a8993b
[svn r20572] logic changes - improvements in scorm export - (partial FS#2602)
|
16 years ago |
Yannick Warnier
|
98df6fce03
[svn r17598] Fixes to latest commits
|
16 years ago |
Marco Villegas
|
15ef79fbb7
[svn r17550] search: refactor search engine index and search interface and let learnpath follow it
|
16 years ago |
Julio Montoya
|
5d2468d2ce
[svn r16074] Showing the LP image and the author name. FS#2841
|
16 years ago |
Yannick Warnier
|
d15c9d9592
[svn r15577] Updated API documentation
|
16 years ago |
Julio Montoya
|
d9c9153aa3
[svn r14477] Enabled optional learning path -level CSS (see FS#576)
|
17 years ago |
Yannick Warnier
|
0ce0a7a2e7
[svn r13978] Deal (badly) with cases where charset cannot be found in parsing a SCORM imsmanifest
|
17 years ago |
Yannick Warnier
|
a4d160ec66
[svn r13628] Various minor changes to improved non-UTF-8 XML encoding support - Includes fix for FS#2032
|
17 years ago |
Yannick Warnier
|
59c6274628
[svn r13287] New SCORM and AICC paths are now visible by default
|
17 years ago |
Yannick Warnier
|
142f776f6a
[svn r13109] Added insertion of display_order
|
17 years ago |
Yannick Warnier
|
50a611f23f
[svn r13100] Added call to api_item_property_update() to insert the learnpaths in item_property
|
17 years ago |
Eric Marguin
|
9214f00d43
[svn r13082] add api_chmod_R function and chmod imported scorm directory (recursively)
|
17 years ago |
Eric Marguin
|
1606dbf6d6
[svn r13081] chmod impoerted scorm directory
|
17 years ago |
Yannick Warnier
|
7e2a86eed7
[svn r12958] Added code to deal with SCORM 1.2's mastery_score and max_time_allowed. Possibly introducing a risk in calculating the status of the element. If the mastery score has been reached, then the status is changed to "passed" (if not already 'completed').
|
17 years ago |
Yannick Warnier
|
e26cbd3999
[svn r12370] Allowing but renaming .php and .phtml files in SCORM and AICC packages
|
18 years ago |
Yannick Warnier
|
d290f59922
[svn r12224] Fixed little bug in database naming. Partial database names are enough for Database::get_course_table(), no need to give table_prefix
|
18 years ago |
Eric Marguin
|
0ddd1e61a9
[svn r12192] fix a bug when selecting the tables
|
18 years ago |
Yannick Warnier
|
c4f440387c
[svn r12167] Fixed errors with unique db mode (see forum http://www.dokeos.com/forum/viewtopic.php?t=8084 )
|
18 years ago |
Yannick Warnier
|
fd509e1ed0
[svn r10437] Added handling of the parameters attribute in imsmanifest <item> element
|
18 years ago |
Yannick Warnier
|
aaa14e93dc
[svn r10334] Improved imsmanifest.xml locating
|
18 years ago |
Patrick Cool
|
43833b9ae9
[svn r10190] first run of cleanup of the table names
|
18 years ago |