Julio
9602b3acbd
Fix set author to HTML see BT#15259
6 years ago
Julio
b7b2e2001d
Minor - format code
6 years ago
Julio
0c3b06fcc2
Fix double escape_string, remove security::remove_xss BT#15259
6 years ago
Julio
543d1c931f
Minor - format code
6 years ago
Julio Montoya
b19a9ab106
Minor - flint fixes
6 years ago
Julio Montoya
75f1644d2a
Add setting 'show_full_lp_item_title_in_edition' see BT#15259
6 years ago
Julio Montoya
eb2417e44a
Fix ordering, logs removed see BT#15967
7 years ago
Julio Montoya
d8593ad72b
WIP - Fix ordering see BT#15967
7 years ago
Julio Montoya
b9770a1d7e
Minor - remove error_log, add int cast
7 years ago
Julio Montoya
5271ef3b74
Fix order items see BT#15967
7 years ago
Julio Montoya
adae9738d3
Fix lp item list order BT#15967
7 years ago
Julio Montoya
196a2fa171
Add up/down arrows in LP item list see BT#15967
7 years ago
Julio Montoya
b9944096ab
Option "use_new_tracking_in_lp_item" requires to add an LP extra field.
...
LP extrafield called "track_lp_item"
7 years ago
Julio Montoya
01a2af6085
Save lp_item_id and attempt id, new tracking system can check LP item spend.
...
See BT#15768
$_configuration['use_new_tracking_in_lp_item'] = false;
7 years ago
Julio Montoya
e07c51a686
Fix redirection see BT#15921
7 years ago
Julio Montoya
a348c8f4d2
Improve function is_lp_visible_for_student see BT#15881
7 years ago
Julio
b04fc3d65a
Lp title and lp item title can have html content see BT#15259
7 years ago
Julio Montoya
c6a4858de5
Add LP title in export + fix php warning + fix access to teacher to the export
...
BT#15682
7 years ago
Julio Montoya
1c935a3c64
Auto launch elements won't work for coaches or tutors see BT#15650
7 years ago
Alex Aragón
f88f85054d
fix learnpath css - refs #7683
7 years ago
Julio Montoya
19d9ae06b4
Minor - flint fixes
7 years ago
Julio Montoya
a1885af57c
Minor - Remove debug, comments
7 years ago
Julio Montoya
b9d8bef940
Minor - remove debug, remove unused code
7 years ago
Julio Montoya
34640d210f
Minor - Fix LP category delete test
7 years ago
Julio Montoya
18427072b8
Minor - Fix travis behat test (delete lp category)
7 years ago
Julio Montoya
f4ded69c9d
Allow min prerequisite to be 0 BT#15494, don't over write value
7 years ago
Julio Montoya
f01c8af942
Minor - fix php warning
7 years ago
Julio
c07b9958a4
Replace $(document).ready with shortcut version
7 years ago
Angel Fernando Quiroz Campos
be4f22be03
Moving api_unserialize_content for Unserialize::unserialize
...
Moving to avoid overload api.lib.php
7 years ago
Angel Fernando Quiroz Campos
fa8b097564
Add function to wrap Unserialize::unserialize function
7 years ago
Angel Fernando Quiroz Campos
f936d459b9
Use brumann/polyfill-unserialize to unserialize content
7 years ago
Julio Montoya
db5b1d84e8
Add lp icons (loaded using extra fields) see BT#15162
...
In order to setup the icons you need too:
1. Create the LP extra field text "lp_icon".
2. Add images in the theme dir "lp_icons"
Example:
web/css/themes/chamilo_green/lp_icons/icon1.png
web/css/themes/chamilo_green/lp_icons/icon2.png
3. Setup the icon when editing a LP
7 years ago
Julio Montoya
8eb003ef6c
Minor - flint fixes
7 years ago
Julio Montoya
e72a084267
Fix LP calculation time, use new total course time system by NSR see BT#15020
...
Fix how the time is count in the new NSR system
7 years ago
Angel Fernando Quiroz Campos
71a968f54a
Minor - add get_lang #2757
7 years ago
Angel Fernando Quiroz Campos
016cce31b1
Fix comments in code from #2757 + rename variables
7 years ago
Angel Fernando Quiroz Campos
b271d1c9f9
Minor - Fix comments in code from #2757
7 years ago
Julio Montoya
dcbdc12748
Remove setting "allow_track_complete" use only "lp_minimum_time" BT#15020
...
Replace Tracking::get_time_spent_in_lp with Tracking::getCalculateTime
7 years ago
Julio Montoya
6b3c037883
Minor - update lang vars
7 years ago
Julio Montoya
b70f12622a
Add "send_notify_teacher" action see BT#15020
7 years ago
Julio Montoya
85e1093d6c
Update LP view using lp min time BT#15020
7 years ago
Julio Montoya
fe19616765
WIP: Adding AccumulateWorkTime (a.k.a lp min time) BT#15020
...
New conf setting: $_configuration['lp_minimum_time'] = false;
Code added "as is" from NSR
7 years ago
Julio Montoya
406228de21
Minor - format code, add flash message
7 years ago
Angel Fernando Quiroz Campos
2267f91f0d
Rename highlighted document to read-out text - refs BT#14334
7 years ago
Angel Fernando Quiroz Campos
1062b71bd1
Add highlighted document for learnin paths - refs BT#14334
7 years ago
Julio Montoya
638f5e6bc8
Fix LP export document paths see BT#14644
...
- Fix export of images inside "default_course_document", users/upload,
and the use of relative paths.
- Fix error when export LP using the directory "document/learning_path"
8 years ago
Julio Montoya
e8b97279d8
Minor - format code, fix php notices
8 years ago
Julio
04ca68cdd1
Minor - Remove modification of $_REQUEST['action']
...
Doesn't affect the render of the page
8 years ago
Julio
cce29556be
Get isStudentView from session see BT#14460
8 years ago
Julio
5d4afd8208
Minor - add "exit" after header()
8 years ago