Angel Fernando Quiroz Campos
45c84dbaaa
Add gradebook_score_display_custom_standalone conf setting - refs BT#17863
...
Allow show the score display custom (when it is enabled) in a standalone column in gradebook
5 years ago
Julio Montoya
af2b65b0ec
Minor - flint fixes
5 years ago
Angel Cubas
62f646c403
Admin: WYSIWYG: Add configuration setting 'ck_editor_block_image_copy_paste' to block image copy & paste creating a base64 image in HTML source (and ending up filling the database) - refs #3322
5 years ago
Yannick Warnier
930aea2819
Install: Bump Chamilo version number stability in preparation for stable release of 1.11.12
5 years ago
Angel Fernando Quiroz Campos
a33422803a
Minor - Fix HTML in install page
5 years ago
Julio Montoya
30d31f7544
Minor - format code
5 years ago
Yannick Warnier
5118e778c9
Update documentation and installer in preparation for 1.11.12
6 years ago
Yannick Warnier
e8a4ed4a11
Internal: Rename My_course_course_extrafields_to_be_presented to my_course_course_extrafields_to_be_presented
6 years ago
Julio Montoya
6788494355
Minor - format code
6 years ago
Angel Fernando Quiroz Campos
a039285117
Install: Use Display::input
6 years ago
Angel Fernando Quiroz Campos
eb11792920
Minor - Install: Add cursor style in label
6 years ago
Julio Montoya
de5ff36fff
Fix constant USERNAME_MAX_LENGTH during installation
6 years ago
Julio Montoya
ccc0d4451b
Installation: Fix email validation for anon user
6 years ago
Julio Montoya
c380d5b30f
Define USERNAME_MAX_LENGTH by default during installation
6 years ago
Julio Montoya
7d31cc6d51
Minor - flint fixes
6 years ago
carlos alvarado
58a5278e03
Install: Hide admin password #3299
...
only change passForm with form-control class
6 years ago
carlos alvarado
8cd3255d2e
Install: Hide admin password #3299
...
Add fontawsome eye to show/hide password.
6 years ago
carlos alvarado
9785377002
Install: Hide admin password #3299
...
Add fontawsome eye to show/hide password.
6 years ago
Yannick Warnier
0d54d24f63
Social: Add configuration setting social_make_teachers_friend_all - refs BT#3309
6 years ago
Julio Montoya
82ab68e350
Admin add config allow_working_time_edition BT#17516
...
Allow add/delete working time in reporting page
6 years ago
Julio Montoya
5b279b9cd8
Admin: Add config add_teachers_in_course_list see BT#17478
...
Add new "trainers" column in main/admin/course_list.php
6 years ago
Yannick Warnier
8aa9c353cb
Install: Remove literal mention of required field (now shown with a red asterisk - refs #3300
6 years ago
Angel Fernando Quiroz Campos
adbd49989c
Add quiz_confirm_saved_answers conf setting - refs BT#17519
...
Add a checkbox to allow to user confirm the number of answers saved in quiz attempt
- Requires to edit the src/Chamilo/CoreBundle/Entity/TrackEExerciseConfirmation.php file adding the "@" in the ORM phpdoc block
- Requires DB changes:
CREATE TABLE track_e_exercise_confirmation (id INT AUTO_INCREMENT NOT NULL, user_id INT NOT NULL, course_id INT NOT NULL, attempt_id INT NOT NULL, quiz_id INT NOT NULL, session_id INT NOT NULL, confirmed TINYINT(1) DEFAULT '0' NOT NULL, questions_count INT NOT NULL, saved_answers_count INT NOT NULL, created_at DATETIME NOT NULL, updated_at DATETIME DEFAULT NULL, PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8 COLLATE `utf8_unicode_ci` ENGINE = InnoDB;
6 years ago
Julio Montoya
075861cb2c
Admin: add configuration setting my_space_users_items_per_page BT#16343
...
- Add calendar plan from ofaj
6 years ago
Julio Montoya
0c85f6682e
Admin: Add config allow_my_student_publication_page BT#17508
6 years ago
Yannick Warnier
8b7280e1e9
Admin: Add configuration setting to enable a donation message on the course creation page - refs BT#17502
6 years ago
Julio Montoya
bef8a45901
Minor - format code
6 years ago
alvaradocarlo@gmail.com
a551a12c7b
#3300 Install: URL field has "Required Field" text instead of red star and space between words
6 years ago
Julio Montoya
bcb96734a2
Admin: Add setting disable_document_quota_message_for_students BT#17404
6 years ago
Julio Montoya
a16883a4f5
Admin: Add setting 'disable_search_documents' BT#17404
6 years ago
Julio Montoya
5836af685e
Admin: Add setting 'disable_slideshow_documents' BT#17404
6 years ago
Julio Montoya
f560d7f7b5
Admin: Add setting 'show_exercise_question_certainty_ribbon_result'
...
Add option to show the question certainty degree score result BT#17394
6 years ago
Angel Fernando Quiroz Campos
9aa5718a40
Minor - Format code in conf variable
...
Closes #3283
6 years ago
Angel Fernando Quiroz Campos
d7a583ba77
Add lp_prevents_beforeunload conf setting - refs BT#17345
...
Allows prevent to the user before leaving a learning path
6 years ago
Yannick Warnier
420c264332
Admin: Survey: Add configuration setting 'survey_allow_answered_question_edit' to allow edition of survey questions after use - refs BT#16553
6 years ago
Angel Fernando Quiroz Campos
cf9eaf0644
Move conf var in configuration.dist.php
6 years ago
Angel Fernando Quiroz Campos
9aab29a1ad
CKEditor: Integrate vimeo embed plugin
6 years ago
Julio Montoya
d775d89ec4
Admin: Add setting 'disable_clean_exercise_results_for_teachers'
...
See BT#17196
6 years ago
Alex Aragón
190da224d8
fix flintci
6 years ago
Alex Aragón
e486742cd7
adding time increment for DateRangePicker
6 years ago
Yannick Warnier
6417aebcd6
Admin: Add configuration setting 'quiz_answer_extra_recording' to use track_e_attempt_recording to store all answer attempts (even temporary) and improve audit capabilities for exams - refs #3249
6 years ago
Sébastien Ducoulombier
292edbf9a2
reunited course catalog settings options - refs BT#16818
...
Replaced respective configuration options
catalog_settings_order_by
and
course_catalogue_order_by_extrafield
by
course_catalog_settings/standard_sort_options
and
course_catalog_settings/extra_field_sort_options
The new syntax allows to specify the sorting order (ascending or
descending).
6 years ago
Julio Montoya
b887b38473
Admin: Add 'allow_session_lp_category' setting BT#17196
6 years ago
Sébastien Ducoulombier
1348ccf13d
catalog course sort keys can be disabled in config - refs BT#16818
6 years ago
Angel Fernando Quiroz Campos
d9b46e6cf0
Quiz: Add answer-saving procedure check before starting the quiz #3226
...
Add $_configuration['quiz_check_button_enable'] conf setting
6 years ago
Sébastien Ducoulombier
f11eb7d09e
configuration option enable_unsubscribe_button_on_my_course_page - refs BT#17176
6 years ago
Julio Montoya
9034c03524
Add catalog_settings option to hide search by title in catalog BT#16817
6 years ago
Yannick Warnier
3c833a53ad
Minor: Add documentation about enabling CRON for scheduled announcements in configuration.dist.php
6 years ago
Julio Montoya
00a443e245
Admin: Add configuration setting 'auth_password_links' BT#9859
...
Add extra conditions in the user profile to show/hide password
or/and show a link.
6 years ago
Julio Montoya
3a1c1e4722
Admin: Add configuration setting 'download_files_after_all_lp_finished'
...
BT#17028
6 years ago