Angel Fernando Quiroz Campos
8e7ef78b4e
Rename single_thematic_pdf_orientation with thematic_pdf_orientation - refs BT#12665
8 years ago
Scrutinizer Auto-Fixer
09280de8dc
Scrutinizer Auto-Fixes
...
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
8 years ago
jmontoyaa
9757d82b56
Add conf variable 'session_list_show_count_users' see BT#12471
...
Shows the number of users in session.
8 years ago
Angel Fernando Quiroz Campos
547bdb5d83
Rename save_titles_as_html to save_titles_as_html - refs BT#1244
9 years ago
Angel Fernando Quiroz Campos
e7406cf633
Replace question_title_html with save_titles_like_html - refs BT#12441 BT#12538
9 years ago
Angel Fernando Quiroz Campos
8af6ed9d4e
Allow set the orientation when exporting thematic to pdf - refs BT#12665
9 years ago
jmontoyaa
04047d2932
Adding my_students_lp/my_progress_lp tracking column settings
...
See BT#12474
9 years ago
Yannick Warnier
6bbe303a26
Minor - Code style
9 years ago
Scrutinizer Auto-Fixer
9ba150d7c1
Scrutinizer Auto-Fixes
...
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
9 years ago
jmontoyaa
244a19d4c7
Replace Database :: get_main_table with Database::get_main_table
9 years ago
Angel Fernando Quiroz Campos
e0d21096e3
Show the full toolbar set to all CKEditor - refs BT#12538
9 years ago
Angel Fernando Quiroz Campos
f34970e21f
Allow save question titles with HTML - refs BT#12538
9 years ago
jmontoyaa
2d580b6a18
Add 'agenda_legend' configuration setting see BT#12500
9 years ago
Yannick Warnier
d1b37f34fe
Minor - Add license refs + change dirname(__FILE__) to __DIR__ (about 4 times faster). See http://stackoverflow.com/questions/2749416/is-there-any-difference-between-dir-and-dirname-file-in-php
9 years ago
jmontoyaa
063278adc9
"remove_session_url" false by default see #1835
9 years ago
Miguel C
05ace29d1b
Opción dentro de configuración que permite o no poner el link de la sesión (muchos usuarios que clican se confunden cuando entran en esa página),GOPCFO-210
9 years ago
jmontoyaa
3ce40fd7e8
Add config tracking_columns
...
To hide/show columns in show user progress.
See BT#12474
9 years ago
jmontoyaa
be1b2d80cb
Don't load default theme fixes #1816
9 years ago
Scrutinizer Auto-Fixer
1f901f0a32
Scrutinizer Auto-Fixes
...
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
9 years ago
jmontoyaa
807cf5697b
Rewrite generate password and check password - requires composer update
...
- Added ircmaxell/random-lib lib to improve security.
- Add 'password_requirements' setting see BT#12571 to customize min
requirements.
9 years ago
jmontoyaa
a98f331670
Add configuration setting 'hide_lp_time' see BT#12521
9 years ago
Yannick Warnier
5c6eb5c721
Merge student homepage progress PR 1668. Fix issues with double language variables. Factorize calls to api_get_configuration_value()
9 years ago
Yannick Warnier
2ed4420f83
Update version number in preparation for 1.11.4 release
9 years ago
jmontoyaa
6335a05b34
Rename configuration setting allow_course_introduction_low_security
...
- Renamed to "course_introduction_html_strict_filtering"
- Update docs
9 years ago
Angel Fernando Quiroz Campos
f7e0b79889
Add missing config variable show_simple_session_info - refs BT#12539
9 years ago
Angel Fernando Quiroz Campos
6de5b9ce4d
Add option to hide the course notification - refs BT#12430
9 years ago
Angel Fernando Quiroz Campos
00ecb30cc9
Allow show course grouped by category in session list - refs BT#12430
9 years ago
Angel Fernando Quiroz Campos
7bed12704e
Fix documentation in configuration.php variables
9 years ago
Rafa
e5b740666c
Improvement of Student info: Now the client is allow to activate the options (‘progress’,’score’,’certificate’) individually.
9 years ago
jmontoyaa
5e765870e2
Add "pdf_img_dpi" configuration option see BT#11019
9 years ago
Rafa
8fbbe40f19
done
9 years ago
jmontoyaa
0b6e2e0304
Fix setting allow_fields_inscription see BT#12527
9 years ago
Yannick Warnier
abeffdd8e4
Minor - Code style - Use "self" instead of classname within the class and remove spaces around :: operator
9 years ago
Angel Fernando Quiroz Campos
63080063dd
Fix bootstrap-select reference in install page
9 years ago
jmontoyaa
ffb18e0133
Add setting hide_header_footer_in_certificate see BT#12383
9 years ago
jmontoyaa
2d48717202
Add configuration variable per portal see BT#12383
...
If multiple_access_urls is set then you can setup a configuration value
per value. Example:
$_configuration['session_lifetime'][2] = false; to affect only URL id 2
9 years ago
jmontoyaa
e6faa0ee9f
Add hide_main_navigation_menu setting.
9 years ago
jmontoyaa
4c22567da8
Restore ticket test + fix chamilo installation through chash.
9 years ago
jmontoyaa
0204752ed1
Add missing setting 'certificate_pdf_orientation'
9 years ago
Yannick Warnier
32344d65b5
Add documentation to new configuration setting for work_time - refs BT#12212
9 years ago
Julio
ffb966dbc2
Add setting "update_users_email_to_dummy_except_admins" see #12302
9 years ago
Rafa
d3daa7e9b0
- Removed new SQL added in the file data.sql
...
- Added new config value in the file configuration.dist.php
- Changed function api_get_setting() to api_get_configuration_value()
9 years ago
José Loguercio
056b9cdf2d
Added configuration value ConsideredWorkingTime work extra field variable show in MyStudents page works report - Refs BT#12212
9 years ago
Rafa
dba07d6673
New feature "Show student progress in My courses page"
...
This feature will display to the student's progress, rating and certificate below the title of each of his courses. By default the feature will be deactivated and it will be up to the admin to activate it or not.
1 - Admin: activate new option (Show course progress to student)
main/admin/settings.php?category=Course
2 - Student: Progress displayed for each course
user_portal.php
9 years ago
José Loguercio
5ee5dc6dc8
Added configuration value assignment_prevent_duplicate_upload to prevent duplicate upload
9 years ago
José Loguercio
5c5795fdfe
Add configuration value to allow course introduction html in low security for removeXSS - Refs BT#12244
9 years ago
jmontoyaa
e8c03d3046
Change setting to mail_content_style
9 years ago
jmontoyaa
423e8efd3f
Add mail_body_style setting see BT#12156
9 years ago
José Loguercio
92aba7ec1c
Redirect To Session feature after inscription - BT#12220
9 years ago
Angel Fernando Quiroz Campos
56cf3e0f25
Fix setting to allow download documents by mobile API - refs BT#7402 chamilo/mobile#8
9 years ago