Angel Fernando Quiroz Campos
2c32fdef69
Security: User FormValidator::addHtmlEditor FormValidator::addElement('html_editor')
11 months ago
Borja Sánchez
0e014d6485
Survey: Allow creation or edition of survey without end date - refs #4240
3 years ago
Christian
76a7bcbc54
Lp: Implement partial surveys in lps and base survey in sessions - refs BT#19049
4 years ago
Julio
ee7f7240bf
Skills: rework skills form #13334
4 years ago
Julio
239f1c2119
Skills: Refactor skill rel item BT#13334
4 years ago
carlos alvarado
9be32d9b6d
Survey: Doodle type: Set UTC datetime at save's moment of end and start date - refs #3499
...
* Doodle : Set utc time at save's moment of end and start date - refs #3499
* Doodle : Replace Y-m-d H:i:s by Y-m-d H:i to correct db save - refs #3499
* Doodle : into survey list, adjust to show correct local time - refs #3499
* Doodle : into survey list, adjust to show correct local time - refs #3499
* Doodle : Set default start/end date to local time - refs #3499
5 years ago
Julio Montoya
c44978554a
Minor - format code update from master
5 years ago
Julio Montoya
8b077e0ac1
Minor - format code
5 years ago
Julio Montoya
50c394b90d
Minor - flint fixes
6 years ago
Julio Montoya
d55f51daae
Minor - format code
6 years ago
Julio Montoya
c9e0c25b2d
Add group_id extra field in surveys in order to multiplicate questions
...
BT#16850
6 years ago
Yannick Warnier
a067dbf5ad
Survey: Enable translatable survey (for textarea contents only) - refs BT#16553
6 years ago
Julio Montoya
0f4d89d1b5
Minor - format code, remove error_log
7 years ago
Julio Montoya
14c4be77d5
Add doodle edition see BT#15378
7 years ago
Julio Montoya
0469f700d9
Fix survey creation, set start/end date as required BT#15378
7 years ago
Julio Montoya
99429a53cb
Survey: Add one_question_per_page and shuffle in restore and backup
...
- Allow edit of "shuffle" and "one question per page" #2180
7 years ago
Julio Montoya
585ea84fba
Minor - set undefined variable, remove comment
7 years ago
Julio
e6a3ef2940
Minor - flint fixes
7 years ago
Angel Fernando Quiroz Campos
f94d73aa05
Fix edit survey dates when allow_survey_availability_datetime is enabled - refs BT#14468
7 years ago
Angel Fernando Quiroz Campos
c2efa245d1
Add allow_survey_availability_datetime conf - refs BT#14468
...
Allows to set the date and time of availability for surveys.
Requires DB changes:
ALTER TABLE c_survey CHANGE avail_from avail_from DATETIME DEFAULT NULL, CHANGE avail_till avail_till DATETIME DEFAULT NULL;
Requires change the Doctrine type from date to datime in CSurvey::$availFrom and CSurvey::$availTill
7 years ago
Julio Montoya
ecdc2037e2
Applied fixes from FlintCI
8 years ago
jmontoyaa
fa43e77779
Minor - format code
8 years ago
jmontoyaa
2003a01117
Minor - format code
8 years ago
jmontoyaa
9ec102fb80
Don't edit survey code, "freeze" the input see BT#14089
8 years ago
jmontoyaa
93a64d5f4a
Add "allow_skill_rel_items" setting see BT#13334
...
Allows connect skills with course tools.
8 years ago
Julio Montoya
bf885f42f4
Applied fixes from FlintCI
8 years ago
Angel Fernando Quiroz Campos
6b65c500b1
Avoid show form field for survey results and 9 lang variale - refs BT#13203
8 years ago
jmontoyaa
201cf11bb7
Minor - format code
8 years ago
Angel Fernando Quiroz Campos
288b4fa5e3
Fix create mandatory surveys - refs BT#12915
8 years ago
Angel Fernando Quiroz Campos
829a93c966
Add mandatory surveys to course
8 years ago
Angel Fernando Quiroz Campos
0532419f13
Rename properly $is_courseCoach and api_is_course_coach - refs BT#12881
8 years ago
jmontoyaa
613a560bb3
Minor - format code
8 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
4af8524c05
Minor - format function "Database ::" to "Database::"
9 years ago
jmontoyaa
244a19d4c7
Replace Database :: get_main_table with Database::get_main_table
9 years ago
jmontoyaa
fab7a58076
Use __DIR__ when calling global.inc.php
...
This is needed for an easy migration to chamilo v2
9 years ago
jmontoyaa
d6381bee81
Format code
9 years ago
José Loguercio
32d1e06a3b
Fix course survey confirmation language - Refs #8255
9 years ago
Julio Montoya
35e49cb6bd
Fix js error see #7814
10 years ago
Julio Montoya
ad349c4871
Fix survey flash messages.
10 years ago
Julio Montoya
baba1a056e
Format code.
10 years ago
Julio Montoya
6f2484808d
Partial fix to survey reports.
11 years ago
Julio Montoya
2738abd54a
Rename survey_manager with SurveyManager + fix queries.
11 years ago
Julio Montoya
1399e0c822
Use $form->addButtonAdvancedSetting(), remove advanced_parameter js code
...
See #7602
11 years ago
Yannick Warnier
d575fa47a3
Move survey, gradebook, wiki, learnpath, tracking, document, exercice, help and admin language files to trad4all - refs #4467
11 years ago
Yannick Warnier
e9824c36a5
Minor - Fix issue with confirmation message - refs #7170
11 years ago
Julio Montoya
b55ac70d10
Replace buttons calls.
...
From:
$form->addElement(
'style_submit_button',
'submit',
get_lang('ModifyInformation'),
'class="save"'
);
To
$form->addButtonUpdate(get_lang('ModifyInformation'));
11 years ago
Julio Montoya
6adf1811d6
Using FormValidator in survey (up/down button missing) BT#8968
11 years ago
Julio Montoya
272710bb16
Adds lib GradebookUtils class to avoid unneeded requires
11 years ago
Julio Montoya
5728167447
Removes require_once for libs already added with composer
11 years ago