.. |
js
|
6ef14576bb
Merge with CBlue 1.8.8.2
|
13 years ago |
packaging
|
a5222167c0
Dummy changes
|
15 years ago |
README.txt
|
645d73ec59
Updated phpdoc comments packages.
|
14 years ago |
aicc.class.php
|
6716e11536
Replacing pclZip wirh PclZip
|
12 years ago |
aiccBlock.class.php
|
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 |
aiccItem.class.php
|
9be8659dff
Improving LP list speed see BT#4701
|
12 years ago |
aiccObjective.class.php
|
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 |
aiccResource.class.php
|
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 |
aicc_api.php
|
4807477e39
Fixing fulltext indexer tool - refs #3166
|
12 years ago |
aicc_hacp.php
|
6aab5c3641
Fixing AICC string manage see #4131 fixed/reported by M. Holden
|
12 years ago |
audiorecorder.inc.php
|
c7b150b0e9
Fixing SQL queries due the nes DB changes (singe database) see #3910
|
13 years ago |
back_compat.inc.php
|
f433aa1a77
Removing some classes that are already loaded using autoload
|
13 years ago |
blank.php
|
faee8f4be6
Removed -lang- prefix in get_lang() calls
|
12 years ago |
content_makers.inc.php
|
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 |
display_audiorecorder.php
|
33b2fc8871
Removing unused scripts + replacing the reduced_header.inc.php with the Display::display_reduced_header() function
|
13 years ago |
download.php
|
b25ada27d7
Minor - Adding static into some classes to avoid PHP warnings
|
12 years ago |
embed.php
|
3ffacb4a92
Backing out Cesar's mistaken push
|
13 years ago |
index.php
|
a8828b931d
Minor - Adapting code comments to phpdoc
|
13 years ago |
learnpath.class.php
|
9567d2799d
Fixing LP UI when editing a Chapter see #5593
|
12 years ago |
learnpathItem.class.php
|
ce32bb0709
Minor corrections in learnpathItem.class.php $sql_verified replaced with $row_verified
|
12 years ago |
learnpathList.class.php
|
3608ad1d47
Fixing function: If empty return false
|
12 years ago |
learnpath_functions.inc.php
|
60ee6d6f14
Minor removing constants already added
|
12 years ago |
lp_add.php
|
f232796e2b
Minor - removing comments
|
12 years ago |
lp_add_audio.php
|
0bb9a06e61
Fixing LP audio bug see #5134
|
12 years ago |
lp_add_item.php
|
f2b1a31566
Improving LP UI see #5593
|
12 years ago |
lp_admin_view.php
|
9567d2799d
Fixing LP UI when editing a Chapter see #5593
|
12 years ago |
lp_ajax_initialize.php
|
3f2a7daf64
Setting the lp view id
|
12 years ago |
lp_ajax_last_update_status.php
|
258b92ad06
No need to call a variable by reference when calling the $oLP variable saved in session possible error in php 5.4 see BT#5198
|
12 years ago |
lp_ajax_log.php
|
a8828b931d
Minor - Adapting code comments to phpdoc
|
13 years ago |
lp_ajax_save_item.php
|
39abec47d7
Use Session class instead of a simple $_SESSION
|
12 years ago |
lp_ajax_save_objectives.php
|
258b92ad06
No need to call a variable by reference when calling the $oLP variable saved in session possible error in php 5.4 see BT#5198
|
12 years ago |
lp_ajax_start_timer.php
|
e08e95326c
Task #1765 - LP tool, cleaning files (6).
|
14 years ago |
lp_ajax_switch_item.php
|
258b92ad06
No need to call a variable by reference when calling the $oLP variable saved in session possible error in php 5.4 see BT#5198
|
12 years ago |
lp_ajax_switch_item_toc.php
|
258b92ad06
No need to call a variable by reference when calling the $oLP variable saved in session possible error in php 5.4 see BT#5198
|
12 years ago |
lp_build.php
|
322dd09457
Fixing UI in LP adding actions bar
|
12 years ago |
lp_comm.common.php
|
a8828b931d
Minor - Adapting code comments to phpdoc
|
13 years ago |
lp_comm.server.php
|
258b92ad06
No need to call a variable by reference when calling the $oLP variable saved in session possible error in php 5.4 see BT#5198
|
12 years ago |
lp_content.php
|
3312bb7a84
Adding copy LP to another LP in the same course (cd icon in the lp list) see BT#3591
|
13 years ago |
lp_controller.php
|
9567d2799d
Fixing LP UI when editing a Chapter see #5593
|
12 years ago |
lp_edit.php
|
f2b1a31566
Improving LP UI see #5593
|
12 years ago |
lp_edit_item.php
|
9567d2799d
Fixing LP UI when editing a Chapter see #5593
|
12 years ago |
lp_edit_item_prereq.php
|
7e40f9652e
Minor - changing get_lang('Prerequisites') with get_lang('LearnpathPrerequisites')
|
12 years ago |
lp_export.php
|
1ef3c90085
Task #1765 - LP tool, cleaning files (7).
|
14 years ago |
lp_impress.php
|
e8837f1803
Impress LP preview is only available for the admin see #4595
|
13 years ago |
lp_list.php
|
553570a968
Adding some LP UI changes see #5593
|
12 years ago |
lp_list_search.css
|
bd1ab08d8c
Showing search settings status when trying to use the search module see #3166
|
14 years ago |
lp_list_search.php
|
4807477e39
Fixing fulltext indexer tool - refs #3166
|
12 years ago |
lp_move_item.php
|
5ddb6e944f
More fixes in the LP UI
|
12 years ago |
lp_nav.php
|
d9b3498aaa
Removal of non-Chamilo elements - refs #189
|
12 years ago |
lp_save.php
|
6cd582b541
Task #1765 - LP tool, cleaning files (8).
|
14 years ago |
lp_stats.php
|
af8859a422
Improving UI for scorm status failed/completed/etc
|
12 years ago |
lp_upload.php
|
9ebba86c1e
When using oogie now the files are moved to the "learnpath" folder
|
12 years ago |
lp_view.lib.js
|
778510d39c
Task #1765 - LP tool, cleaning files (9).
|
14 years ago |
lp_view.php
|
12ec50e016
Fixing breadcrumb links see #5593
|
12 years ago |
lp_view_item.php
|
f2b1a31566
Improving LP UI see #5593
|
12 years ago |
openoffice_document.class.php
|
9ebba86c1e
When using oogie now the files are moved to the "learnpath" folder
|
12 years ago |
openoffice_presentation.class.php
|
e3ddea49f8
Replacing old D0kIndexer class with ChamiloIndexer class
|
12 years ago |
openoffice_text.class.php
|
e3ddea49f8
Replacing old D0kIndexer class with ChamiloIndexer class
|
12 years ago |
openoffice_text_document.class.php
|
e3ddea49f8
Replacing old D0kIndexer class with ChamiloIndexer class
|
12 years ago |
resourcelinker.inc.php
|
32b945b189
Adding a preview when checking the LP items in the reporting tab see BT#4961
|
12 years ago |
resourcelinker.php
|
fc1dff7906
#4784 session register
|
12 years ago |
scorm.class.php
|
e3ddea49f8
Replacing old D0kIndexer class with ChamiloIndexer class
|
12 years ago |
scormItem.class.php
|
9be8659dff
Improving LP list speed see BT#4701
|
12 years ago |
scormMetadata.class.php
|
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 |
scormOrganization.class.php
|
fd797078f3
Task #1765 - Removing/changing obsolete code for encoding management (3).
|
14 years ago |
scormResource.class.php
|
542dff144e
Removing learnpath::escape_string
|
12 years ago |
scorm_api.php
|
1d32d4b277
Undo error logs
|
12 years ago |
scorm_manage.php
|
645d73ec59
Updated phpdoc comments packages.
|
14 years ago |
storageapi.php
|
7ef86e8b94
Replacing name stored_values with track_stored_values
|
12 years ago |