Yannick Warnier
fb1b1103d7
Display: Update icons positions in action bars (more coherent between tools) of dropbox, forum, grade book, learning path and wiki
7 years ago
Julio Montoya
20a434da87
Minor - format code, remove unused code
7 years ago
Julio Montoya
747000f776
Add LP icon code see BT#15162
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
57d8fe0932
Minor - add more downloadable doc extensions see BT#15198
7 years ago
Julio Montoya
3f670e534a
Use new calculated time instead of old time spent in LP See BT#15020
7 years ago
Julio Montoya
1c0690a931
Fix php warning, format code, use lp progress instead of time progress
...
See BT#15020
7 years ago
Angel Fernando Quiroz Campos
b271d1c9f9
Minor - Fix comments in code from #2757
7 years ago
Julio Montoya
96d5e124f1
Minor - fix php warning, use casting
7 years ago
Julio Montoya
bfdfc062fc
Use c_link.iid during migration + fix c_link.id cases see BT#15056
7 years ago
Julio Montoya
53b68b6aaf
LP / Link - Use iid instead of id see BT#15056
7 years ago
Julio Montoya
afd0f43c44
Minor - format code
7 years ago
Julio Montoya
2da99aeb3e
LP: show download link instead of downloading the file directly BT#15131
7 years ago
Julio Montoya
3a512497f0
Minor - flint fixes
7 years ago
Julio Montoya
959e4b2698
LP: Fix file empty location see BT#15056
7 years ago
Julio Montoya
78e2dbb24d
Minor - format code
7 years ago
Julio Montoya
8c2b7215ac
Minor - format code, remove unused error_log
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
a35d15d38a
Minor - remove error_log, format code
7 years ago
Julio Montoya
dc87fd5e90
Fix lp item prerequisite after migration from 1.9.x see BT#15056
7 years ago
Julio Montoya
d4d41eebef
Use mastery_score as "min prerequisite" value if it was set before
...
See BT#15056
In 1.9.x c_lp_item.mastery_score was used as a min value. This value
will be checked if "c_lp_item.prerequisite_min_score" is empty only
when a exercise is a prerequisite.
7 years ago
Julio Montoya
015cb70646
Minor - format code
7 years ago
Alex Aragón
ad1ecb2b28
PDF view with viewerjs in LP
7 years ago
Julio
35f5f30a21
Fix course restore when exercise in LP has a document in description
...
See BT#10885
7 years ago
Julio Montoya
33732f5139
Minor - flint fixes
7 years ago
Julio Montoya
744479d6df
Add option to setting to hide lp navigation with arrows see BT#14938
...
New option in setting added "hide_lp_arrow_navigation":
$_configuration['lp_view_settings'] = [
'display' => [
'show_reporting_icon' => true,
'hide_lp_arrow_navigation' => false,
],
];
7 years ago
Julio Montoya
36a247df97
Minor - flint fixes, use (int) instead of intval
8 years ago
Angel Fernando Quiroz Campos
c9e7c9e5bb
Add introduction to form when adding read-out text - refs BT#14334
8 years ago
Angel Fernando Quiroz Campos
2267f91f0d
Rename highlighted document to read-out text - refs BT#14334
8 years ago
Angel Fernando Quiroz Campos
1062b71bd1
Add highlighted document for learnin paths - refs BT#14334
8 years ago
Julio Montoya
40edf9f446
Minor - fix wrong variable name
8 years ago
Julio Montoya
b0501cfdbe
Use default LP folder instead of document root
8 years ago
Julio Montoya
3a0b336eb8
Minor - format code
8 years ago
Julio Montoya
32700f8a61
Minor - format code, flint fixes
8 years ago
Julio Montoya
833806c381
Minor - format code, use (int)
8 years ago
Julio Montoya
e3e2713c02
Minor - format code
8 years ago
Julio Montoya
9ce5eb789a
Fix Chamilo quiz to scorm export see BT#14644
...
Requires composer update to install new serializer.
8 years ago
Julio Montoya
0697e1562d
Minor - format code, remove debug
8 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
7c0a032079
Check first the iid then try the id to get the correct item BT#14506
8 years ago
Julio Montoya
ae91b48ec5
Minor - Format code
8 years ago
Julio Montoya
47542dc868
Fix LP export see BT#14644
...
- If an HTML document is inside a sub directory, the included image is
taking into account as a relative path not as a absolute path
8 years ago
Julio Montoya
eaff1047e8
Minor - format code
8 years ago
Julio Montoya
e8b97279d8
Minor - format code, fix php notices
8 years ago
Julio Montoya
a15168c466
Fix LP export to scorm see BT#14644
...
- Remove use of $_SERVER['DOCUMENT_ROOT']
- fix wrong strpos()
8 years ago
Julio Montoya
89ac2f824f
Learning calendar plugin changed dir name to "learning_calendar"
...
BT#14608
8 years ago
Julio Montoya
9171910c5c
Minor - format code
8 years ago
Julio Montoya
834622f8f6
LpCalendar WIP - See BT#14608
...
- New config: private_messages_about_user_visible_to_user,
allow_teachers_to_classes
- Format code, ui fixes for the new calendar year view
8 years ago
Julio Montoya
d665ae011f
Minor - format code, fix phpdoc, move classes into a file
8 years ago