Commit Graph

1574 Commits (f4d1e63a628d2d9d4d87f163da5b9e7e3c4ff729)

Author SHA1 Message Date
Ivan Tcholakov 8f036917b3 Task #1765 - Removing/changing obsolete code for encoding management (2). 14 years ago
Ivan Tcholakov e9a1213bd6 Task #1765 - Removing/changing obsolete code for encoding management (1). LP tool, Tracking tool. 14 years ago
Ivan Tcholakov 290ce063d6 Task #1765 - A sophisticated method for encoding detection is applied before parsing a SCORM manifest file (XML). 14 years ago
Ivan Tcholakov 6e5058467c Task #1765 - newscorm/scorm.class.php: A new private static method detect_manifest_encoding() has been added. The purpose of this method is to determine the encoding of the input XML text (the manifest). Detection tries to resolve cases of missing encoding declaration or wrongly declared encoding. 14 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. 14 years ago
Ivan Tcholakov 76df00ff94 Task #1765 - The remaining calls api_get_setting('platform_charset') have been replaced with api_get_system_encoding(). 14 years ago
Ivan Tcholakov 3c83d18083 Task #1765 - LP tool, cleaning files (13). 14 years ago
Ivan Tcholakov aadc0c6271 Task #1765 - LP tool, cleaning files (12). Removing PHP4 specific, obsolete code. 14 years ago
Ivan Tcholakov bed9e7a700 Task #1765 - LP tool, cleaning files (11). 14 years ago
Ivan Tcholakov 47417fbb5a Task #1765 - LP tool, cleaning files (10). The files are obsolete (newscorm/resourcelinker*.php). 14 years ago
Ivan Tcholakov 778510d39c Task #1765 - LP tool, cleaning files (9). 14 years ago
Ivan Tcholakov 6cd582b541 Task #1765 - LP tool, cleaning files (8). 14 years ago
Ivan Tcholakov 1ef3c90085 Task #1765 - LP tool, cleaning files (7). 14 years ago
Ivan Tcholakov e08e95326c Task #1765 - LP tool, cleaning files (6). 14 years ago
Ivan Tcholakov 4ddb34fef2 Task #1765 - LP tool, cleaning files (5). 14 years ago
Ivan Tcholakov 40f318e6da Task #1765 - LP tool, cleaning files (4). 14 years ago
Ivan Tcholakov 01fa1abd50 Task #1765 - LP tool, cleaning files (3). 14 years ago
Ivan Tcholakov 88d0e16fb7 Task #1765 - LP tool, cleaning files (2). 14 years ago
Ivan Tcholakov 643a575db9 Task #1765 - LP tool, cleaning files (1). 14 years ago
Ivan Tcholakov f4adb7c366 Task #1765 - Reverting previous changes, a new attempt for modification of encoding management will be done. 14 years ago
Ivan Tcholakov 6d885c163b Task #1765 - Minor corrections. 14 years ago
Ivan Tcholakov 933e5943fd Task #1765 - newscorm/lp_controller.php: Elimination of $stats_charset variable. 14 years ago
Ivan Tcholakov 40e1e929c4 Task #1765 - newscorm/lp_stats.php: The extra- encoding management layer has been removed, the system encoding is always to be used. 14 years ago
Ivan Tcholakov 39f071a55c Task #1765 - Cleaning the file newscorm/lp_view.php. 14 years ago
Ivan Tcholakov eea59693fb Task #1765 - Cleaning the file newscorm/lp_toc.php. 14 years ago
Ivan Tcholakov ff0ce45056 Task #1765 - Cleaning the file newscorm/lp_author_image.php. 14 years ago
Ivan Tcholakov d6fca17d4d Task #1765 - Cleaning the file learnpathList.class.php. 14 years ago
Ivan Tcholakov 1529ff0774 Task #1765 - learnpathList class: A modification for ignoring the encoding value stored in the database and always using the system encoding. 14 years ago
Ivan Tcholakov bd10212ceb Task #1765 - Cleaning previously disabled code. 14 years ago
Ivan Tcholakov d902106f3f Task #1765 - Code cleaning - newscorm/audiorecorder.inc.php, newscorm/display_audiorecorder.php. 14 years ago
Ivan Tcholakov 49a99d03cb Task #1765 - newscorm/display_audiorecorder.php: Removing obsolete encoding management code. 14 years ago
Ivan Tcholakov 0228733468 Task #1765 - Careful start of removing the useless encoding management layer within the LP tool. 14 years ago
Julio Montoya dd7e0310a2 Fixing the "In table of contents" select when inserting a new "Add learning object or activity" in a LP see BT#1545 14 years ago
Ivan Tcholakov 6388bd2f00 Feature #747 - Replacement of the function api_parse_tex() with the function text_filter() which has generic purpose. The function text_filter is dummy yet, it may be developed in the future. 14 years ago
Julio Montoya 7367cac7ac Prevents "f is undefined" javascript error when using fullscreen mode with an imported Lectora scorm package see BT#1560 14 years ago
Julio Montoya a135f0a2f3 Replacing ie icons 14 years ago
Julio Montoya dbe0e6a281 When editing a document in a LP, the position does not appear fixed #1890 by Andre Boivin 14 years ago
Yannick Warnier abb9fccf58 Fixed several bugs related with use of learning paths in several sessions at a time (very rare case). Related to private task BT#1414. 14 years ago
Yannick Warnier 308113a387 Minor - style review 14 years ago
Yannick Warnier ad09c47e2a Removed debug flag from previous commit 14 years ago
Yannick Warnier 343330a67a Fixing parse error in learnpaths list 14 years ago
Yannick Warnier bb5e6d6beb Minor - style review 14 years ago
Yannick Warnier 87de42e390 Partial fix for sessions tracking bugs in learning paths (see BT#1414) 14 years ago
Yannick Warnier 462194aa6f Updated calls to constructor to match previous changes (introducing bug) 14 years ago
Yannick Warnier 06b420679f Fixing an uncaught bug about getting the session-specific lp view 14 years ago
Ivan Tcholakov ebdec2d305 Feature #1807 - Introduction of a new function api_get_visual_theme(), elimination of repetitive code and other related changes. 15 years ago
Ivan Tcholakov 401a73c826 Duplicate inclusions of the library 'text.lib.php' have been removed. 15 years ago
Yannick Warnier dae8643a46 Fixed new bug introduced by cleanup of constructors -> __construct 15 years ago
Yannick Warnier f1ecd93227 Fixed a bug whereby hotpotatoes score, time and status was ignored - specific changes for hotpotatoes, should not affect other resources (fixes CT#1512) 15 years ago
Yannick Warnier d3c5f27849 Updated hotpotatoes icon 15 years ago