Minor - format code

pull/2487/head
jmontoyaa 9 years ago
parent 5460118b0c
commit 1b00eb0113
  1. 1
      main/admin/course_intro_pdf_import.php
  2. 23
      main/admin/course_list.php
  3. 17
      main/admin/course_user_import_by_email.php
  4. 7
      main/admin/dashboard_add_courses_to_user.php
  5. 65
      main/admin/dashboard_add_sessions_to_user.php
  6. 27
      main/admin/dashboard_add_users_to_user.php
  7. 8
      main/admin/email_tester.php
  8. 62
      main/admin/event_controller.php
  9. 27
      main/admin/event_type.php
  10. 3
      main/admin/export_certificates.php
  11. 27
      main/admin/extra_field_workflow.php
  12. 5
      main/admin/extra_fields.php
  13. 12
      main/admin/filler.php
  14. 69
      main/admin/grade_models.php
  15. 9
      main/admin/inactive_user_list.php
  16. 34
      main/admin/ldap_form_add_users_group.php
  17. 3
      main/admin/ldap_import_students.php
  18. 4
      main/admin/legal_add.php
  19. 2
      main/admin/legal_list.php
  20. 10
      main/admin/resource_sequence.php
  21. 5
      main/admin/skill_badge_create.php
  22. 3
      main/admin/skill_badge_list.php
  23. 4
      main/admin/skill_create.php
  24. 4
      main/admin/skill_edit.php
  25. 1
      main/admin/skill_level.php
  26. 2
      main/admin/skill_list.php
  27. 9
      main/admin/skills.php
  28. 50
      main/admin/skills_gradebook.php
  29. 240
      main/admin/skills_import.php
  30. 12
      main/admin/skills_profile.php
  31. 11
      main/admin/special_exports.php
  32. 11
      main/admin/system_announcements.php
  33. 3
      main/admin/teacher_time_report.php
  34. 6
      main/admin/teachers_time_by_session_report.php
  35. 14
      main/admin/user_import.php
  36. 8
      main/admin/usergroup_import.php
  37. 2
      main/inc/lib/SequenceResourceManager.php
  38. 2
      main/inc/lib/notification.lib.php
  39. 7
      main/inc/lib/online.inc.php
  40. 26
      main/inc/lib/pdf.lib.php
  41. 4
      main/inc/lib/plugin.class.php
  42. 3
      main/inc/lib/plugin.lib.php
  43. 57
      main/inc/lib/promotion.lib.php

@ -25,7 +25,6 @@ if ($_POST['formSent']) {
Display :: display_error_message($error_message, false);
} else {
$allowed_file_mimetype = array('zip');
$ext_import_file = substr($_FILES['import_file']['name'], (strrpos($_FILES['import_file']['name'], '.') + 1));
if (!in_array($ext_import_file, $allowed_file_mimetype)) {

@ -275,7 +275,7 @@ function get_course_visibility_icon($v) {
}
}
if (isset ($_POST['action'])) {
if (isset($_POST['action'])) {
switch ($_POST['action']) {
// Delete selected courses
case 'delete_courses':
@ -294,7 +294,7 @@ $content = '';
$message = '';
$actions = '';
if (isset ($_GET['search']) && $_GET['search'] == 'advanced') {
if (isset ($_GET['search']) && $_GET['search'] === 'advanced') {
// Get all course categories
$interbreadcrumb[] = array('url' => 'index.php', 'name' => get_lang('PlatformAdmin'));
$interbreadcrumb[] = array('url' => 'course_list.php', 'name' => get_lang('CourseList'));
@ -375,8 +375,9 @@ if (isset ($_GET['search']) && $_GET['search'] == 'advanced') {
$actions .= '<div class="row">';
$actions .= '<div class="col-md-2">';
$actions .= '<a href="course_add.php">'.Display::return_icon('new_course.png', get_lang('AddCourse'),'',ICON_SIZE_MEDIUM).'</a> ';
if (api_get_setting('course_validation') == 'true') {
$actions .= '<a href="course_request_review.php">'.Display::return_icon('course_request_pending.png', get_lang('ReviewCourseRequests'),'',ICON_SIZE_MEDIUM).'</a>';
if (api_get_setting('course_validation') === 'true') {
$actions .= '<a href="course_request_review.php">'.
Display::return_icon('course_request_pending.png', get_lang('ReviewCourseRequests'),'',ICON_SIZE_MEDIUM).'</a>';
}
$actions .= '</div>';
$actions .= '<div class="col-md-4">';
@ -419,13 +420,13 @@ if (isset ($_GET['search']) && $_GET['search'] == 'advanced') {
if (isset ($_GET['keyword'])) {
$parameters = array ('keyword' => Security::remove_XSS($_GET['keyword']));
} elseif (isset ($_GET['keyword_code'])) {
$parameters['keyword_code'] = Security::remove_XSS($_GET['keyword_code']);
$parameters['keyword_title'] = Security::remove_XSS($_GET['keyword_title']);
$parameters['keyword_category'] = Security::remove_XSS($_GET['keyword_category']);
$parameters['keyword_language'] = Security::remove_XSS($_GET['keyword_language']);
$parameters['keyword_visibility'] = Security::remove_XSS($_GET['keyword_visibility']);
$parameters['keyword_subscribe'] = Security::remove_XSS($_GET['keyword_subscribe']);
$parameters['keyword_unsubscribe'] = Security::remove_XSS($_GET['keyword_unsubscribe']);
$parameters['keyword_code'] = Security::remove_XSS($_GET['keyword_code']);
$parameters['keyword_title'] = Security::remove_XSS($_GET['keyword_title']);
$parameters['keyword_category'] = Security::remove_XSS($_GET['keyword_category']);
$parameters['keyword_language'] = Security::remove_XSS($_GET['keyword_language']);
$parameters['keyword_visibility'] = Security::remove_XSS($_GET['keyword_visibility']);
$parameters['keyword_subscribe'] = Security::remove_XSS($_GET['keyword_subscribe']);
$parameters['keyword_unsubscribe'] = Security::remove_XSS($_GET['keyword_unsubscribe']);
}
$table->set_additional_parameters($parameters);

@ -25,7 +25,7 @@ function validate_data($users_courses)
}
// 2. Check whether coursecode exists.
if (isset ($user_course['CourseCode']) && strlen($user_course['CourseCode']) != 0) {
if (isset($user_course['CourseCode']) && strlen($user_course['CourseCode']) != 0) {
// 2.1 Check whethher code has been allready used by this CVS-file.
if (!isset($coursecodes[$user_course['CourseCode']])) {
// 2.1.1 Check whether course with this code exists in the system.
@ -43,8 +43,7 @@ function validate_data($users_courses)
}
// 3. Check whether Email exists.
if (isset ($user_course['Email']) && strlen($user_course['Email']) !=
0) {
if (isset($user_course['Email']) && strlen($user_course['Email']) != 0) {
$user = api_get_user_info_from_email($user_course['Email']);
if (empty($user)) {
$user_course['error'] = get_lang('UnknownUser');
@ -53,7 +52,7 @@ function validate_data($users_courses)
}
// 4. Check whether status is valid.
if (isset ($user_course['Status']) && strlen($user_course['Status']) != 0) {
if (isset($user_course['Status']) && strlen($user_course['Status']) != 0) {
if ($user_course['Status'] != COURSEMANAGER && $user_course['Status'] != STUDENT) {
$user_course['error'] = get_lang('UnknownStatus');
$errors[] = $user_course;
@ -75,13 +74,13 @@ function save_data($users_courses)
$inserted_in_course = array();
foreach ($users_courses as $user_course) {
$csv_data[$user_course['Email']][$user_course['CourseCode']] =
$user_course['Status'];
$csv_data[$user_course['Email']][$user_course['CourseCode']] = $user_course['Status'];
}
foreach ($csv_data as $email => $csv_subscriptions) {
$sql = "SELECT * FROM $user_table u
WHERE u.email = '".Database::escape_string($email)."' LIMIT 1";
WHERE u.email = '".Database::escape_string($email)."'
LIMIT 1";
$res = Database::query($sql);
$obj = Database::fetch_object($res);
$user_id = $obj->user_id;
@ -96,7 +95,7 @@ function save_data($users_courses)
$to_subscribe = array_diff(array_keys($csv_subscriptions), array_keys($db_subscriptions));
$to_unsubscribe = array_diff(array_keys($db_subscriptions), array_keys($csv_subscriptions));
if ($_POST['subscribe']) {
if (isset($_POST['subscribe']) && $_POST['subscribe']) {
foreach ($to_subscribe as $courseId) {
$courseInfo = api_get_course_info_by_id($courseId);
$course_code = $courseInfo['code'];
@ -114,7 +113,7 @@ function save_data($users_courses)
}
}
if ($_POST['unsubscribe']) {
if (isset($_POST['unsubscribe']) && $_POST['unsubscribe']) {
foreach ($to_unsubscribe as $courseId) {
$courseInfo = api_get_course_info_by_id($courseId);
$course_code = $courseInfo['code'];

@ -91,7 +91,7 @@ function search_courses($needle, $type)
$rs = Database::query($sql);
$return .= '<select id="origin" name="NoAssignedCoursesList[]" multiple="multiple" size="20" >';
while($course = Database :: fetch_array($rs)) {
while ($course = Database :: fetch_array($rs)) {
$return .= '<option value="'.$course['code'].'" title="'.htmlspecialchars($course['title'],ENT_QUOTES).'">'.$course['title'].' ('.$course['code'].')</option>';
}
$return .= '</select>';
@ -192,7 +192,7 @@ foreach ($assigned_courses_code as &$value) {
$without_assigned_courses = '';
if (count($assigned_courses_code) > 0) {
$without_assigned_courses = " AND c.code NOT IN(".implode(',',$assigned_courses_code).")";
$without_assigned_courses = " AND c.code NOT IN(".implode(',', $assigned_courses_code).")";
}
$needle = '%';
@ -269,9 +269,6 @@ if(!empty($msg)) {
<?php echo '<button class="btn btn-success" type="button" value="" onclick="valide()" >'.$tool_name.'</button>'; ?>
</div>
</div>
</div>
<div class="col-md-4">
<h5><?php

@ -22,11 +22,11 @@ api_protect_admin_script(true);
// setting breadcrumbs
$interbreadcrumb[] = array('url' => 'index.php', 'name' => get_lang('PlatformAdmin'));
$interbreadcrumb[] = array('url' => 'user_list.php','name' => get_lang('UserList'));
$interbreadcrumb[] = array('url' => 'user_list.php', 'name' => get_lang('UserList'));
// Database Table Definitions
$tbl_session = Database::get_main_table(TABLE_MAIN_SESSION);
$tbl_session_rel_user = Database::get_main_table(TABLE_MAIN_SESSION_USER);
$tbl_session = Database::get_main_table(TABLE_MAIN_SESSION);
$tbl_session_rel_user = Database::get_main_table(TABLE_MAIN_SESSION_USER);
$tbl_session_rel_access_url = Database::get_main_table(TABLE_MAIN_ACCESS_URL_REL_SESSION);
// Initializing variables
@ -71,9 +71,11 @@ function search_sessions($needle, $type)
}
if (api_is_multiple_url_enabled()) {
$sql = " SELECT s.id, s.name FROM $tbl_session s
LEFT JOIN $tbl_session_rel_access_url a ON (s.id = a.session_id)
WHERE s.name LIKE '$needle%' $without_assigned_sessions AND access_url_id = ".api_get_current_access_url_id()."";
$sql = " SELECT s.id, s.name FROM $tbl_session s
LEFT JOIN $tbl_session_rel_access_url a ON (s.id = a.session_id)
WHERE
s.name LIKE '$needle%' $without_assigned_sessions AND
access_url_id = ".api_get_current_access_url_id();
} else {
$sql = "SELECT s.id, s.name FROM $tbl_session s
WHERE s.name LIKE '$needle%' $without_assigned_sessions ";
@ -214,7 +216,6 @@ $result = Database::query($sql);
<div class="row">
<div class="col-md-4">
<h5><?php echo get_lang('SessionsListInPlatform') ?> :</h5>
<div id="ajax_list_sessions_multiple">
<select id="origin" name="NoAssignedSessionsList[]" multiple="multiple" size="20" style="width:340px;">
<?php
@ -246,11 +247,7 @@ $result = Database::query($sql);
<em class="fa fa-arrow-left"></em>
</button>
</div>
<?php
}
else
{
?>
<?php } else { ?>
<div class="separate-action">
<button class="btn btn-primary" type="button" onclick="moveItem(document.getElementById('origin'), document.getElementById('destination'))" onclick="moveItem(document.getElementById('origin'), document.getElementById('destination'))">
<em class="fa fa-arrow-right"></em>
@ -264,39 +261,35 @@ $result = Database::query($sql);
<?php
}
?>
<?php
echo '<button class="btn btn-success" type="button" value="" onclick="valide()" >'.$tool_name.'</button>';
?>
</div>
</div>
<div class="col-md-4">
<h5><?php
if (UserManager::is_admin($user_id)) {
echo get_lang('AssignedSessionsListToPlatformAdministrator');
} else if ($user_info['status'] == SESSIONADMIN) {
echo get_lang('AssignedSessionsListToSessionsAdministrator');
} else {
echo get_lang('AssignedSessionsListToHumanResourcesManager');
}
?>
<h5>
<?php
if (UserManager::is_admin($user_id)) {
echo get_lang('AssignedSessionsListToPlatformAdministrator');
} else if ($user_info['status'] == SESSIONADMIN) {
echo get_lang('AssignedSessionsListToSessionsAdministrator');
} else {
echo get_lang('AssignedSessionsListToHumanResourcesManager');
}
?>
:</h5>
<select id='destination' name="SessionsList[]" multiple="multiple" size="20" style="width:320px;">
<?php
if (is_array($assigned_sessions_to_hrm)) {
foreach($assigned_sessions_to_hrm as $enreg) {
?>
<option value="<?php echo $enreg['id']; ?>" <?php echo 'title="'.htmlspecialchars($enreg['name'],ENT_QUOTES).'"'; ?>>
<?php echo $enreg['name'] ?>
</option>
<?php }
}?>
</select>
<?php
if (is_array($assigned_sessions_to_hrm)) {
foreach($assigned_sessions_to_hrm as $enreg) {
?>
<option value="<?php echo $enreg['id']; ?>" <?php echo 'title="'.htmlspecialchars($enreg['name'],ENT_QUOTES).'"'; ?>>
<?php echo $enreg['name'] ?>
</option>
<?php }
}?>
</select>
</div>
</div>
</form>
<?php
Display::display_footer();

@ -122,7 +122,7 @@ function search_users($needle, $type)
}
$rs = Database::query($sql);
$xajax_response->addAssign('ajax_list_users_multiple','innerHTML',api_utf8_encode($return));
$xajax_response->addAssign('ajax_list_users_multiple', 'innerHTML', api_utf8_encode($return));
if ($type == 'single') {
$tbl_user_rel_access_url = Database::get_main_table(TABLE_MAIN_ACCESS_URL_REL_USER);
@ -172,6 +172,7 @@ function search_users($needle, $type)
$xajax_response->addAssign('ajax_list_users_multiple', 'innerHTML', api_utf8_encode($return));
}
}
return $xajax_response;
}
@ -312,12 +313,12 @@ Display::display_header($tool_name);
$actionsLeft = '';
if ($userStatus != STUDENT_BOSS) {
$actionsLeft = Display::url(
Display::return_icon('course-add.png', get_lang('AssignCourses'), null, ICON_SIZE_MEDIUM ),
Display::return_icon('course-add.png', get_lang('AssignCourses'), null, ICON_SIZE_MEDIUM),
"dashboard_add_courses_to_user.php?user=$user_id"
);
$actionsLeft .= Display::url(
Display::return_icon('session-add.png', get_lang('AssignSessions'), null, ICON_SIZE_MEDIUM ) ,
Display::return_icon('session-add.png', get_lang('AssignSessions'), null, ICON_SIZE_MEDIUM),
"dashboard_add_sessions_to_user.php?user=$user_id"
);
}
@ -424,11 +425,12 @@ if(!empty($msg)) {
<div class="col-sm-12">
<div id="ajax_list_users_multiple">
<select id="origin" class="form-control" name="NoAssignedUsersList[]" multiple="multiple" size="15">
<?php while ($enreg = Database::fetch_array($result)) {
<?php
while ($enreg = Database::fetch_array($result)) {
$person_name = api_get_person_name($enreg['firstname'], $enreg['lastname']); ?>
<option value="<?php echo $enreg['user_id']; ?>" <?php echo 'title="'.htmlspecialchars($person_name,ENT_QUOTES).'"';?>>
<?php echo $person_name.' ('.$enreg['username'].')'; ?>
</option>
<option value="<?php echo $enreg['user_id']; ?>" <?php echo 'title="'.htmlspecialchars($person_name,ENT_QUOTES).'"';?>>
<?php echo $person_name.' ('.$enreg['username'].')'; ?>
</option>
<?php } ?>
</select>
</div>
@ -463,7 +465,6 @@ if(!empty($msg)) {
<em class="fa fa-chevron-left"></em>
</button>
</div>
<?php
}
?>
@ -492,13 +493,13 @@ if(!empty($msg)) {
<select id='destination' class="form-control" name="UsersList[]" multiple="multiple" size="15" >
<?php
if (is_array($assigned_users_to_hrm)) {
foreach($assigned_users_to_hrm as $enreg) {
$person_name = api_get_person_name($enreg['firstname'], $enreg['lastname']);
foreach($assigned_users_to_hrm as $enreg) {
$person_name = api_get_person_name($enreg['firstname'], $enreg['lastname']);
?>
<option value="<?php echo $enreg['user_id']; ?>" <?php echo 'title="'.htmlspecialchars($person_name,ENT_QUOTES).'"'; ?>>
<?php echo $person_name.' ('.$enreg['username'].')'; ?>
</option>
<?php }
<?php echo $person_name.' ('.$enreg['username'].')'; ?>
</option>
<?php }
}?>
</select>
</div>

@ -21,7 +21,13 @@ $form->addText('smtp_host', get_lang('Host'), false, ['cols-size' => [2, 8, 2]])
$form->addText('smtp_port', get_lang('Port'), false, ['cols-size' => [2, 8, 2]]);
$form->addText('destination', get_lang('Destination'), true, ['cols-size' => [2, 8, 2]]);
$form->addText('subject', get_lang('Subject'), true, ['cols-size' => [2, 8, 2]]);
$form->addHtmlEditor('content', get_lang('Message'), true, false, ['ToolbarSet' => 'Minimal', 'cols-size' => [2, 8, 2]]);
$form->addHtmlEditor(
'content',
get_lang('Message'),
true,
false,
['ToolbarSet' => 'Minimal', 'cols-size' => [2, 8, 2]]
);
$form->addButtonSend(get_lang('SendMessage'), 'submit', false, ['cols-size' => [2, 8, 2]]);
$form->setDefaults([
'smtp_host' => $platform_email['SMTP_HOST'],

@ -12,68 +12,48 @@ if (api_get_setting('activate_email_template') != 'true') {
api_not_allowed();
}
class eventController { // extends Controller {
public function showAction() {
}
public function newAction() {
}
public function addAction() {
}
public function listingAction() {
$event_email_template = new EventEmailTemplate();
return $event_email_template->display();
}
public function deleteAction($id) {
$event_email_template = new EventEmailTemplate();
return $event_email_template->delete($id);
}
}
$event_controller = new eventController();
$action = isset($_GET['action']) ? $_GET['action'] : null;
switch ($action) {
case 'show':
$event_controller->showAction();
break;
case 'add':
$event_controller->addAction();
break;
case 'new':
$event_controller->newAction();
break;
case 'delete' :
$event_controller->deleteAction($_GET['id']);
$content = $event_controller->listingAction();
case 'delete':
$event_email_template = new EventEmailTemplate();
$event_email_template->delete($_GET['id']);
$content = $event_email_template->display();
break;
default:
case 'listing':
$content = $event_controller->listingAction();
$event_email_template = new EventEmailTemplate();
$content = $event_email_template->display();
break;
}
//jqgrid will use this URL to do the selects
$url = api_get_path(WEB_AJAX_PATH).'model.ajax.php?a=get_event_email_template';
$url = api_get_path(WEB_AJAX_PATH).'model.ajax.php?a=get_event_email_template';
//The order is important you need to check the the $column variable in the model.ajax.php file
$columns = array(get_lang('Subject'), get_lang('EventTypeName'), get_lang('Language'), get_lang('Status'), get_lang('Actions'));
$columns = array(
get_lang('Subject'),
get_lang('EventTypeName'),
get_lang('Language'),
get_lang('Status'),
get_lang('Actions'),
);
//Column config
$column_model = array(
array('name'=>'subject', 'index'=>'subject', 'width'=>'80', 'align'=>'left'),
$column_model = array(
array('name' => 'subject', 'index' => 'subject', 'width' => '80', 'align' => 'left'),
// array('name'=>'message', 'index'=>'message', 'width'=>'500', 'align'=>'left','sortable'=>'false'),
array('name'=>'event_type_name', 'index'=>'event_type_name', 'width'=>'80', 'align'=>'left'),
array('name'=>'language_id', 'index'=>'language_id', 'width'=>'80', 'align'=>'left'),
array('name'=>'activated', 'index'=>'activated', 'width'=>'80', 'align'=>'left'),
array('name'=>'actions', 'index'=>'actions', 'width'=>'100')
);
array('name' => 'event_type_name', 'index' => 'event_type_name', 'width' => '80', 'align' => 'left'),
array('name' => 'language_id', 'index' => 'language_id', 'width' => '80', 'align' => 'left'),
array('name' => 'activated', 'index' => 'activated', 'width' => '80', 'align' => 'left'),
array('name' => 'actions', 'index' => 'actions', 'width' => '100'),
);
//Autowidth
$extra_params['autowidth'] = 'true';
//height auto

@ -36,7 +36,14 @@ if ($action == 'modEventType') {
if (!empty($event_name)) {
$eventName = $event_name;
}
Event::save_event_type_message($eventName, $users, $eventMessage, $eventSubject, $eventMessageLanguage, $activated);
Event::save_event_type_message(
$eventName,
$users,
$eventMessage,
$eventSubject,
$eventMessageLanguage,
$activated
);
header('location: event_controller.php');
exit;
}
@ -47,7 +54,17 @@ $languages = api_get_languages();
$ajaxPath = api_get_path(WEB_CODE_PATH) . 'inc/ajax/events.ajax.php';
$action_array = array(array('url' =>'event_controller.php?action=listing' , 'content' => Display::return_icon('view_text.png', get_lang('ListView'), array(), ICON_SIZE_MEDIUM)));
$action_array = array(
array(
'url' => 'event_controller.php?action=listing',
'content' => Display::return_icon(
'view_text.png',
get_lang('ListView'),
array(),
ICON_SIZE_MEDIUM
),
)
);
$key_lang = get_lang('YouHaveSomeUnsavedChanges');
$users = UserManager::get_user_list(array(), array('firstname'));
@ -345,7 +362,9 @@ echo Display::actions($action_array);
<select id="languages" name="languages" style="margin-top:20px;" onclick='confirmMessage(this.name); return false;'>
<?php foreach ($languages["name"] as $key => $value) {
$english_name = $languages['folder'][$key]; ?>
<option value="<?php echo $english_name; ?>" <?php echo ($english_name == api_get_interface_language()) ? "selected=selected" : ""; ?>><?php echo $value; ?></option>
<option value="<?php echo $english_name; ?>" <?php echo ($english_name == api_get_interface_language()) ? "selected=selected" : ""; ?>>
<?php echo $value; ?>
</option>
<?php } ?>
</select>
@ -355,8 +374,6 @@ echo Display::actions($action_array);
<input type="hidden" id="eventName" value="<?php echo $event_name ?>"/>
<br />
<!-- <div id="descLangVar">
</div>-->
<br />
<label for="eventSubject">

@ -1,5 +1,4 @@
<?php
/* For licensing terms, see /license.txt */
/**
@ -28,7 +27,6 @@ if ($form->validate()) {
if (isset($_FILES['file']['tmp_name']) &&
!empty($_FILES['file']['tmp_name'])
) {
$users = Import::csv_reader($_FILES['file']['tmp_name']);
$courseId = $values['course'];
$courseInfo = api_get_course_info_by_id($courseId);
@ -62,7 +60,6 @@ if ($form->validate()) {
);
}
}
}
Display :: display_footer();

@ -47,24 +47,33 @@ if ($action == 'add') {
);
$interbreadcrumb[]=array('url' => '#','name' => get_lang('Add'));
} elseif ($action == 'edit') {
$interbreadcrumb[]=array('url' => 'extra_fields.php?type='.$extraField->type,'name' => $extraField->pageName);
$interbreadcrumb[]=array(
$interbreadcrumb[] = array(
'url' => 'extra_fields.php?type='.$extraField->type,
'name' => $extraField->pageName
);
$interbreadcrumb[] = array(
'url' => 'extra_fields.php?type='.$extraField->type.'&action=edit&id='.$extraFieldInfo['id'],
'name' => $extraFieldInfo['display_text']
);
$interbreadcrumb[]=array(
$interbreadcrumb[] = array(
'url' => 'extra_field_options.php?type='.$extraField->type.'&field_id='.$extraFieldInfo['id'],
'name' => get_lang('EditExtraFieldOptions')
);
$interbreadcrumb[]=array('url' => '#','name' => get_lang('Edit'));
$interbreadcrumb[] = array('url' => '#', 'name' => get_lang('Edit'));
} else {
$interbreadcrumb[]=array('url' => 'extra_fields.php?type='.$extraField->type,'name' => $extraField->pageName);
$interbreadcrumb[]=array(
'url' => 'extra_fields.php?type='.$extraField->type.'&action=edit&id='.$extraFieldInfo['id'],
$interbreadcrumb[] = array(
'url' => 'extra_fields.php?type='.$extraField->type,
'name' => $extraField->pageName
);
$interbreadcrumb[] = array(
'url' => 'extra_fields.php?type='.$extraField->type.'&action=edit&id='.$extraFieldInfo['id'],
'name' => $extraFieldInfo['display_text']
);
$interbreadcrumb[]=array('url' => '#','name' => get_lang('EditExtraFieldOptions'));
$interbreadcrumb[] = array(
'url' => '#',
'name' => get_lang('EditExtraFieldOptions')
);
}
$roleId = isset($_REQUEST['roleId']) ? $_REQUEST['roleId'] : null;
@ -120,7 +129,7 @@ $result = Database::select(
$obj->table,
array(
'where' => array("field_id = ? " => $field_id),
'order' => "option_order ASC",
'order' => "option_order ASC"
)
);

@ -111,7 +111,6 @@ $(function() {
Display::display_header($tool_name);
// Action handling: Add
switch ($action) {
case 'add':
if (api_get_session_id() != 0 &&
@ -124,14 +123,12 @@ switch ($action) {
// The validation or display
if ($form->validate()) {
//if ($check) {
$values = $form->exportValues();
unset($values['id']);
$res = $obj->save($values);
if ($res) {
Display::display_confirmation_message(get_lang('ItemAdded'));
}
//}
$obj->display();
} else {
echo '<div class="actions">';
@ -169,12 +166,10 @@ switch ($action) {
break;
case 'delete':
// Action handling: delete
//if ($check) {
$res = $obj->delete($_GET['id']);
if ($res) {
Display::display_confirmation_message(get_lang('ItemDeleted'));
}
//}
$obj->display();
break;
default:

@ -22,7 +22,7 @@ api_protect_admin_script(true);
$nameTools = get_lang('PlatformAdmin');
// setting breadcrumbs
$interbreadcrumb[] = array ("url" => 'index.php', "name" => $nameTools);
$interbreadcrumb[] = array ('url' => 'index.php', 'name' => $nameTools);
// setting the name of the tool
$nameTools = get_lang('DataFiller');
@ -30,8 +30,8 @@ $nameTools = get_lang('DataFiller');
$output = array();
if (!empty($_GET['fill'])) {
switch ($_GET['fill']) {
case 'users':
require api_get_path(SYS_TEST_PATH).'datafiller/fill_users.php';
case 'users':
require api_get_path(SYS_TEST_PATH).'datafiller/fill_users.php';
$output = fill_users();
break;
case 'courses':
@ -63,11 +63,11 @@ if (count($output)>0) {
?>
<div id="datafiller" class="panel panel-default">
<div class="panel-body">
<h4><?php echo Display::return_icon('bug.png',get_lang('DataFiller'),null,ICON_SIZE_MEDIUM).' '.get_lang('DataFiller')?></h4>
<h4><?php echo Display::return_icon('bug.png', get_lang('DataFiller'), null, ICON_SIZE_MEDIUM).' '.get_lang('DataFiller')?></h4>
<div class="description"><?php echo get_lang('ThisSectionIsOnlyVisibleOnSourceInstalls');?></div>
<ul class="fillers">
<li><a href="filler.php?fill=users"><?php echo Display::return_icon('user.png',get_lang('FillUsers'),null,ICON_SIZE_SMALL).' '.get_lang('FillUsers');?></a></li>
<li><a href="filler.php?fill=courses"><?php echo Display::return_icon('new-course.png',get_lang('FillCourses'),null,ICON_SIZE_SMALL).' '.get_lang('FillCourses');?></a></li>
<li><a href="filler.php?fill=users"><?php echo Display::return_icon('user.png', get_lang('FillUsers'), null, ICON_SIZE_SMALL).' '.get_lang('FillUsers');?></a></li>
<li><a href="filler.php?fill=courses"><?php echo Display::return_icon('new-course.png', get_lang('FillCourses'), null, ICON_SIZE_SMALL).' '.get_lang('FillCourses');?></a></li>
</ul>
</div>
</div>

@ -27,7 +27,7 @@ $action = isset($_GET['action']) ? $_GET['action'] : null;
$check = Security::check_token('request');
$token = Security::get_token();
if ($action == 'add') {
if ($action === 'add') {
$interbreadcrumb[]=array('url' => 'grade_models.php','name' => get_lang('GradeModel'));
$interbreadcrumb[]=array('url' => '#','name' => get_lang('Add'));
} elseif ($action == 'edit') {
@ -40,7 +40,7 @@ if ($action == 'add') {
$htmlHeadXtra[]= '<script>
function plusItem(item) {
if (item != 1) {
if (item != 1) {
document.getElementById(item).style.display = "inline";
document.getElementById("plus-"+item).style.display = "none";
document.getElementById("min-"+(item-1)).style.display = "none";
@ -49,18 +49,18 @@ function plusItem(item) {
//document.getElementById("txta-"+(item)).value = "100";
//document.getElementById("txta-"+(item-1)).value = "";
$("input").removeClass("form-control");
}
}
}
}
function minItem(item) {
if (item != 1) {
document.getElementById(item).style.display = "none";
//document.getElementById("txta-"+item).value = "";
//document.getElementById("txtb-"+item).value = "";
document.getElementById("plus-"+item).style.display = "inline";
document.getElementById("min-"+(item-1)).style.display = "inline";
//document.getElementById("txta-"+(item-1)).value = "100";
$("input").removeClass("form-control");
document.getElementById(item).style.display = "none";
//document.getElementById("txta-"+item).value = "";
//document.getElementById("txtb-"+item).value = "";
document.getElementById("plus-"+item).style.display = "inline";
document.getElementById("min-"+(item-1)).style.display = "inline";
//document.getElementById("txta-"+(item-1)).value = "100";
$("input").removeClass("form-control");
}
if (item = 1) {
document.getElementById("min-"+(item)).style.display = "none";
@ -73,17 +73,39 @@ function minItem(item) {
Display::display_header();
//jqgrid will use this URL to do the selects
$url = api_get_path(WEB_AJAX_PATH).'model.ajax.php?a=get_grade_models';
$url = api_get_path(WEB_AJAX_PATH).'model.ajax.php?a=get_grade_models';
//The order is important you need to check the the $column variable in the model.ajax.php file
$columns = array(get_lang('Name'), get_lang('Description'), get_lang('Actions'));
$columns = array(
get_lang('Name'),
get_lang('Description'),
get_lang('Actions'),
);
//Column config
$column_model = array(
array('name'=>'name', 'index'=>'name', 'width'=>'80', 'align'=>'left'),
array('name'=>'description', 'index'=>'description', 'width'=>'500', 'align'=>'left','sortable'=>'false'),
array('name'=>'actions', 'index'=>'actions', 'width'=>'100', 'align'=>'left','formatter'=>'action_formatter','sortable'=>'false')
);
$column_model = array(
array(
'name' => 'name',
'index' => 'name',
'width' => '80',
'align' => 'left'
),
array(
'name' => 'description',
'index' => 'description',
'width' => '500',
'align' => 'left',
'sortable' => 'false'
),
array(
'name' => 'actions',
'index' => 'actions',
'width' => '100',
'align' => 'left',
'formatter' => 'action_formatter',
'sortable' => 'false'
)
);
//Autowidth
$extra_params['autowidth'] = 'true';
//height auto
@ -100,7 +122,16 @@ $action_links = 'function action_formatter(cellvalue, options, rowObject) {
$(function() {
<?php
// grid definition see the $obj->display() function
echo Display::grid_js('grade_model', $url, $columns, $column_model, $extra_params, array(), $action_links,true);
echo Display::grid_js(
'grade_model',
$url,
$columns,
$column_model,
$extra_params,
array(),
$action_links,
true
);
?>
});
</script>

@ -3,7 +3,8 @@
/**
@author Andre Boivin base code
@author Julio Montoya fixing lot of little details
@todo this script is not ready for a production use that's why I'm commenting the function delete_inactive_student
@todo this script is not ready for a production use that's why
I'm commenting the function delete_inactive_student
* @package chamilo.admin
* script pour effacer les user inactif depuis x temps
@ -19,15 +20,13 @@ api_protect_admin_script(true);
*
*/
/** INIT SECTION
*/
Display :: display_header($tool_name, "");
Display :: display_header($tool_name);
//On sélectionne les user élèves
$sql = "SELECT user_id FROM ".$table_user." user WHERE user.status= '5' ORDER by lastname " ;
$result = Database::query($sql);
while($row = Database::fetch_array($result)) {
while ($row = Database::fetch_array($result)) {
$user_id = $row['user_id'];
// pour chaque élève, on trouve la dernière connexion
//$last_connection_date = UserManager:: delete_inactive_student($user_id, 2, true);

@ -11,21 +11,19 @@
*/
$nbre=0;
echo '<form name="form" method="post" action="'.api_get_self().'?annee='.Security::remove_XSS($annee).'">';
if($statut==1)
{
echo get_lang('EmailNotifySubscription').': <input type="checkbox" name="mailling" value="1" checked="checked"><i>'.get_lang('DontUnchek').'</i>';
}
else
{
echo '<input type="hidden" name="mailling" value="1">';
}
if(!empty($course))
{
echo '<input type="hidden" name="course" value="'.Security::remove_XSS($course).'">';
if ($statut == 1) {
echo get_lang(
'EmailNotifySubscription'
).': <input type="checkbox" name="mailling" value="1" checked="checked"><i>'.get_lang(
'DontUnchek'
).'</i>';
} else {
echo '<input type="hidden" name="mailling" value="1">';
}
elseif(!empty($id_session))
{
echo '<input type="hidden" name="id_session" value="'.Security::remove_XSS($id_session).'">';
if (!empty($course)) {
echo '<input type="hidden" name="course" value="'.Security::remove_XSS($course).'">';
} elseif (!empty($id_session)) {
echo '<input type="hidden" name="id_session" value="'.Security::remove_XSS($id_session).'">';
}
$is_western_name_order = api_is_western_name_order();
echo '<input type="hidden" name="confirmed" value="yes">';
@ -46,13 +44,10 @@ while (list ($key, $val) = each($nom_form)) {
echo '<tr align="center" id="header'.$ndiv.'">';
echo '<td><input type="checkbox" name="checkboxes[]" value="'.$key.'" checked="checked"></td>';
echo '<td>'.$email_form[$key].'<input type="hidden" name="email_form['.$key.']" size="40" value="'.$email_form[$key].'"></td>';
if ($is_western_name_order)
{
if ($is_western_name_order) {
echo '<td>'.$prenom_form[$key].'<input type="hidden" name="prenom_form['.$key.']" size="20" value="'.$prenom_form[$key].'"></td>';
echo '<td>'.$nom_form[$key].'<input type="hidden" name="nom_form['.$key.']" size="20" value="'.$nom_form[$key].'"></td>';
}
else
{
} else {
echo '<td>'.$nom_form[$key].'<input type="hidden" name="nom_form['.$key.']" size="20" value="'.$nom_form[$key].'"></td>';
echo '<td>'.$prenom_form[$key].'<input type="hidden" name="prenom_form['.$key.']" size="20" value="'.$prenom_form[$key].'"></td>';
}
@ -69,4 +64,3 @@ echo '<br />';
echo '<br />';
echo '<input type="submit" name="submit" value="'.get_lang('Submit').'">';
echo '</form>';
?>

@ -5,9 +5,6 @@
* @package chamilo.admin
* Copyright (c) 2007 Mustapha Alouani (supervised by Michel Moreau-Belliard)
*/
/**
* Code
*/
// resetting the course id
$cidReset=true;
require_once('../inc/global.inc.php');

@ -82,8 +82,8 @@ if ($form->validate()) {
$defaults = $term_preview;
if (!$term_preview) {
// there are not terms and conditions
$term_preview['type']=-1;
$defaults['type']=0;
$term_preview['type'] = -1;
$defaults['type'] = 0;
}
}
}

@ -44,8 +44,10 @@ function get_legal_data_mask($id, $params = null, $row = null)
{
return LegalManager::get_legal_data($id, $params, $row);
}
function count_mask()
{
return LegalManager::count();
}
Display :: display_footer();

@ -76,7 +76,15 @@ $form->addHtml("</div>");
$formSave = new FormValidator('');
$formSave->addHidden('sequence_type', 'session');
$formSave->addButton('save_resource', get_lang('SaveSettings'), 'floppy-o', 'success', null, null, ['cols-size' => [1, 10, 1]]);
$formSave->addButton(
'save_resource',
get_lang('SaveSettings'),
'floppy-o',
'success',
null,
null,
['cols-size' => [1, 10, 1]]
);
$tpl->assign('create_sequence', $formSequence->returnForm());
$tpl->assign('select_sequence', $selectSequence->returnForm());

@ -1,11 +1,13 @@
<?php
/* For licensing terms, see /license.txt */
use ChamiloSession as Session;
/**
* Show information about Mozilla OpenBadges
* @author Angel Fernando Quiroz Campos <angel.quiroz@beeznest.com>
* @package chamilo.admin.openbadges
*/
use ChamiloSession as Session;
$cidReset = true;
@ -57,7 +59,6 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
}
if ($existsBadgesDirectory) {
if (!empty($skill['icon'])) {
$iconFileAbsolutePath = $badgePath . $skill['icon'];

@ -1,12 +1,13 @@
<?php
/* For licensing terms, see /license.txt */
use ChamiloSession as Session;
/**
* Show information about Mozilla OpenBadges
* @author Angel Fernando Quiroz Campos <angel.quiroz@beeznest.com>
* @package chamilo.admin.openbadges
*/
use ChamiloSession as Session;
$cidReset = true;

@ -1,11 +1,13 @@
<?php
/* For licensing terms, see /license.txt */
use ChamiloSession as Session;
/**
* Create skill form
* @author Angel Fernando Quiroz Campos <angel.quiroz@beeznest.com>
* @package chamilo.admin
*/
use ChamiloSession as Session;
$cidReset = true;

@ -1,11 +1,13 @@
<?php
/* For licensing terms, see /license.txt */
use ChamiloSession as Session;
/**
* Skill edit form
* @author Angel Fernando Quiroz Campos <angel.quiroz@beeznest.com>
* @package chamilo.admin
*/
use ChamiloSession as Session;
$cidReset = true;

@ -92,7 +92,6 @@ switch ($action) {
header('Location: '.$listAction);
exit;
}
break;
case 'delete':
$tpl->assign('actions', Display::url(get_lang('List'), $listAction));

@ -1,8 +1,6 @@
<?php
/* For licensing terms, see /license.txt */
use ChamiloSession as Session;
/**
* Skill list for management
* @author Angel Fernando Quiroz Campos <angel.quiroz@beeznest.com>

@ -21,13 +21,13 @@ $htmlHeadXtra[] = api_get_js('jquery.jsPlumb.all.js');
$htmlHeadXtra[] = api_get_js('jqueryui-touch-punch/jquery.ui.touch-punch.min.js');
$htmlHeadXtra[] = api_get_js('skills.js');
$skill = new Skill();
$type = 'edit'; //edit
$tree = $skill->get_skills_tree(null, null, true);
$skill = new Skill();
$type = 'edit'; //edit
$tree = $skill->get_skills_tree(null, null, true);
$skill_visualizer = new SkillVisualizer($tree, $type);
$html = $skill_visualizer->return_html();
$url = api_get_path(WEB_AJAX_PATH).'skill.ajax.php?1=1';
$url = api_get_path(WEB_AJAX_PATH).'skill.ajax.php?1=1';
$tpl = new Template(null, false, false);
@ -36,7 +36,6 @@ $tpl->assign('html', $html);
$tpl->assign('skill_visualizer', $skill_visualizer);
$tpl->assign('js', $skill_visualizer->return_js());
//
$content = $tpl->fetch('default/skill/skill_tree.tpl');
$tpl->assign('content', $content);
$tpl->display_no_layout_template();

@ -34,23 +34,49 @@ if ($action == 'add_skill') {
Display::display_header($tool_name);
//jqgrid will use this URL to do the selects
$url = api_get_path(WEB_AJAX_PATH).'model.ajax.php?a=get_gradebooks';
$url = api_get_path(WEB_AJAX_PATH).'model.ajax.php?a=get_gradebooks';
//The order is important you need to check the the $column variable in the model.ajax.php file
$columns = array(get_lang('Name'), get_lang('CertificatesFiles'), get_lang('Skills'), get_lang('Actions'));
$columns = array(
get_lang('Name'),
get_lang('CertificatesFiles'),
get_lang('Skills'),
get_lang('Actions')
);
//Column config
$column_model = array(
array('name'=>'name', 'index'=>'name', 'width'=>'150', 'align'=>'left'),
array('name'=>'certificate', 'index'=>'certificate', 'width'=>'25', 'align'=>'left', 'sortable'=>'false'),
array('name'=>'skills', 'index'=>'skills', 'width'=>'300', 'align'=>'left', 'sortable'=>'false'),
array('name'=>'actions', 'index'=>'actions', 'width'=>'30', 'align'=>'left','formatter'=>'action_formatter','sortable'=>'false')
);
$column_model = array(
array(
'name' => 'name',
'index' => 'name',
'width' => '150',
'align' => 'left'
),
array(
'name' => 'certificate',
'index' => 'certificate',
'width' => '25',
'align' => 'left',
'sortable' => 'false'
),
array(
'name' => 'skills',
'index' => 'skills',
'width' => '300',
'align' => 'left',
'sortable' => 'false'
),
array(
'name' => 'actions',
'index' => 'actions',
'width' => '30',
'align' => 'left',
'formatter' => 'action_formatter',
'sortable' => 'false'
)
);
//Autowidth
$extra_params['autowidth'] = 'true';
//height auto
@ -77,7 +103,7 @@ $(function() {
<?php
$gradebook = new Gradebook();
switch($action) {
switch ($action) {
case 'display':
$gradebook->display();
break;

@ -95,15 +95,15 @@ function parse_csv_data($file)
function element_start($parser, $data)
{
$data = api_utf8_decode($data);
global $skill;
global $current_tag;
switch ($data) {
case 'Skill' :
$skill = array ();
break;
default :
$current_tag = $data;
}
global $skill;
global $current_tag;
switch ($data) {
case 'Skill':
$skill = array();
break;
default:
$current_tag = $data;
}
}
/**
@ -112,17 +112,17 @@ function element_start($parser, $data)
function element_end($parser, $data)
{
$data = api_utf8_decode($data);
global $skill;
global $skills;
global $current_value;
switch ($data) {
case 'Skill' :
$skills[] = $skill;
break;
default :
$skill[$data] = $current_value;
break;
}
global $skill;
global $skills;
global $current_value;
switch ($data) {
case 'Skill':
$skills[] = $skill;
break;
default:
$skill[$data] = $current_value;
break;
}
}
/**
@ -142,17 +142,17 @@ function character_data($parser, $data)
*/
function parse_xml_data($file)
{
global $current_tag;
global $current_value;
global $skill;
global $skills;
$skills = array();
$parser = xml_parser_create('UTF-8');
xml_set_element_handler($parser, 'element_start', 'element_end');
xml_set_character_data_handler($parser, 'character_data');
xml_parser_set_option($parser, XML_OPTION_CASE_FOLDING, false);
xml_parse($parser, api_utf8_encode_xml(file_get_contents($file)));
xml_parser_free($parser);
global $current_tag;
global $current_value;
global $skill;
global $skills;
$skills = array();
$parser = xml_parser_create('UTF-8');
xml_set_element_handler($parser, 'element_start', 'element_end');
xml_set_character_data_handler($parser, 'character_data');
xml_parser_set_option($parser, XML_OPTION_CASE_FOLDING, false);
xml_parse($parser, api_utf8_encode_xml(file_get_contents($file)));
xml_parser_free($parser);
return $skills;
}
@ -169,73 +169,73 @@ $user_id_error = array();
$error_message = '';
if (!empty($_POST['formSent']) && $_FILES['import_file']['size'] !== 0) {
$file_type = $_POST['file_type'];
Security::clear_token();
$tok = Security::get_token();
$allowed_file_mimetype = array('csv','xml');
$error_kind_file = false;
$file_type = $_POST['file_type'];
Security::clear_token();
$tok = Security::get_token();
$allowed_file_mimetype = array('csv','xml');
$error_kind_file = false;
$error_message = '';
$ext_import_file = substr($_FILES['import_file']['name'], (strrpos($_FILES['import_file']['name'],'.')+1));
$ext_import_file = substr($_FILES['import_file']['name'], (strrpos($_FILES['import_file']['name'],'.')+1));
if (in_array($ext_import_file,$allowed_file_mimetype)) {
if (strcmp($file_type, 'csv') === 0 && $ext_import_file == $allowed_file_mimetype[0]) {
$skills = parse_csv_data($_FILES['import_file']['tmp_name']);
$errors = validate_data($skills);
$error_kind_file = false;
} elseif (strcmp($file_type, 'xml') === 0 && $ext_import_file == $allowed_file_mimetype[1]) {
$skills = parse_xml_data($_FILES['import_file']['tmp_name']);
$errors = validate_data($skills);
$error_kind_file = false;
} else {
$error_kind_file = true;
}
} else {
$error_kind_file = true;
}
if (in_array($ext_import_file,$allowed_file_mimetype)) {
if (strcmp($file_type, 'csv') === 0 && $ext_import_file == $allowed_file_mimetype[0]) {
$skills = parse_csv_data($_FILES['import_file']['tmp_name']);
$errors = validate_data($skills);
$error_kind_file = false;
} elseif (strcmp($file_type, 'xml') === 0 && $ext_import_file == $allowed_file_mimetype[1]) {
$skills = parse_xml_data($_FILES['import_file']['tmp_name']);
$errors = validate_data($skills);
$error_kind_file = false;
} else {
$error_kind_file = true;
}
} else {
$error_kind_file = true;
}
// List skill id with error.
$skills_to_insert = $skill_id_error = array();
if (is_array($errors)) {
foreach ($errors as $my_errors) {
$skill_id_error[] = $my_errors['SkillName'];
}
}
if (is_array($skills)) {
foreach ($skills as $my_skill) {
if (isset($my_skill['name']) && !in_array($my_skill['name'], $skill_id_error)) {
$skills_to_insert[] = $my_skill;
}
}
}
// List skill id with error.
$skills_to_insert = $skill_id_error = array();
if (is_array($errors)) {
foreach ($errors as $my_errors) {
$skill_id_error[] = $my_errors['SkillName'];
}
}
if (is_array($skills)) {
foreach ($skills as $my_skill) {
if (isset($my_skill['name']) && !in_array($my_skill['name'], $skill_id_error)) {
$skills_to_insert[] = $my_skill;
}
}
}
if (strcmp($file_type, 'csv') === 0) {
save_data($skills_to_insert);
} elseif (strcmp($file_type, 'xml') === 0) {
save_data($skills_to_insert);
} else {
$error_message = get_lang('YouMustImportAFileAccordingToSelectedOption');
}
if (strcmp($file_type, 'csv') === 0) {
save_data($skills_to_insert);
} elseif (strcmp($file_type, 'xml') === 0) {
save_data($skills_to_insert);
} else {
$error_message = get_lang('YouMustImportAFileAccordingToSelectedOption');
}
if (count($errors) > 0) {
$see_message_import = get_lang('FileImportedJustSkillsThatAreNotRegistered');
} else {
$see_message_import = get_lang('FileImported');
}
if (count($errors) > 0) {
$see_message_import = get_lang('FileImportedJustSkillsThatAreNotRegistered');
} else {
$see_message_import = get_lang('FileImported');
}
if (count($errors) != 0) {
$warning_message = '<ul>';
foreach ($errors as $index => $error_skill) {
$warning_message .= '<li><b>'.$error_skill['error'].'</b>: ';
$warning_message .= '<strong>'.$error_skill['SkillName'].'</strong>&nbsp;('.$error_skill['SkillName'].')';
$warning_message .= '</li>';
}
$warning_message .= '</ul>';
}
if (count($errors) != 0) {
$warning_message = '<ul>';
foreach ($errors as $index => $error_skill) {
$warning_message .= '<li><b>'.$error_skill['error'].'</b>: ';
$warning_message .= '<strong>'.$error_skill['SkillName'].'</strong>&nbsp;('.$error_skill['SkillName'].')';
$warning_message .= '</li>';
}
$warning_message .= '</ul>';
}
if ($error_kind_file) {
$error_message = get_lang('YouMustImportAFileAccordingToSelectedOption');
}
$error_message = get_lang('YouMustImportAFileAccordingToSelectedOption');
}
}
$interbreadcrumb[] = array ("url" => 'skill_list.php', "name" => get_lang('ManageSkills'));
@ -243,34 +243,34 @@ $interbreadcrumb[] = array ("url" => 'skill_list.php', "name" => get_lang('Manag
Display :: display_header($tool_name);
if (!empty($error_message)) {
Display::display_error_message($error_message);
Display::display_error_message($error_message);
}
if (!empty($see_message_import)) {
Display::display_normal_message($see_message_import);
Display::display_normal_message($see_message_import);
}
$toolbar = Display::toolbarButton(
get_lang('ManageSkills'),
api_get_path(WEB_CODE_PATH) . 'admin/skill_list.php',
'list',
'success',
['title' => get_lang('CreateSkill')]
get_lang('ManageSkills'),
api_get_path(WEB_CODE_PATH) . 'admin/skill_list.php',
'list',
'success',
['title' => get_lang('CreateSkill')]
);
$toolbar .= '&nbsp;&nbsp;';
$toolbar .= Display::toolbarButton(
get_lang('SkillsWheel'),
api_get_path(WEB_CODE_PATH) . 'admin/skills_wheel.php',
'bullseye',
'primary',
['title' => get_lang('CreateSkill')]
get_lang('SkillsWheel'),
api_get_path(WEB_CODE_PATH) . 'admin/skills_wheel.php',
'bullseye',
'primary',
['title' => get_lang('CreateSkill')]
);
$toolbar .= '&nbsp;&nbsp;';
$toolbar .= Display::toolbarButton(
get_lang('BadgesManagement'),
api_get_path(WEB_CODE_PATH) . 'admin/skill_badge_list.php',
'shield',
'warning',
['title' => get_lang('BadgesManagement')]
get_lang('BadgesManagement'),
api_get_path(WEB_CODE_PATH) . 'admin/skill_badge_list.php',
'shield',
'warning',
['title' => get_lang('BadgesManagement')]
);
$toolbar .= '<br /><br />';
@ -281,7 +281,13 @@ $form->addElement('header', '', $tool_name);
$form->addElement('hidden', 'formSent');
$form->addElement('file', 'import_file', get_lang('ImportFileLocation'));
$group = array();
$group[] = $form->createElement('radio', 'file_type', '', 'CSV (<a href="skill_example.csv" target="_blank">'.get_lang('ExampleCSVFile').'</a>)', 'csv');
$group[] = $form->createElement(
'radio',
'file_type',
'',
'CSV (<a href="skill_example.csv" target="_blank">'.get_lang('ExampleCSVFile').'</a>)',
'csv'
);
$form->addGroup($group, '', get_lang('FileType'));
$form->addButtonImport(get_lang('Import'));
$defaults['formSent'] = 1;
@ -296,16 +302,16 @@ $result_xml = '';
$i = 0;
$count_fields = count($extra_fields);
if ($count_fields > 0) {
foreach ($extra_fields as $extra) {
$list[] = $extra[1];
$list_reponse[] = 'xxx';
$spaces = '&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;';
$result_xml .= $spaces.'&lt;'.$extra[1].'&gt;xxx&lt;/'.$extra[1].'&gt;';
if ($i != $count_fields - 1) {
$result_xml .= '<br/>';
}
$i++;
}
foreach ($extra_fields as $extra) {
$list[] = $extra[1];
$list_reponse[] = 'xxx';
$spaces = '&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;';
$result_xml .= $spaces.'&lt;'.$extra[1].'&gt;xxx&lt;/'.$extra[1].'&gt;';
if ($i != $count_fields - 1) {
$result_xml .= '<br/>';
}
$i++;
}
}
?>
<p><?php echo get_lang('CSVMustLookLike').' ('.get_lang('MandatoryFields').')'; ?> :</p>

@ -47,10 +47,8 @@ if ($form->validate()) {
$skills = $values['skills'];
if (!empty($skills)) {
$hidden_skills = isset($values['hidden_skills']) ? $values['hidden_skills'] : array();
$skills = array_merge($skills, $hidden_skills);
$skills = array_filter($skills);
$skills = array_unique($skills);
Session::write('skills', $skills);
@ -90,7 +88,7 @@ if (!empty($users)) {
$user_list[$user['user_id']]['total_found_skills'] = $found_counts;
}
$ordered_user_list = array();
foreach($user_list as $user_id => $user_data) {
foreach ($user_list as $user_id => $user_data) {
$ordered_user_list[$user_data['total_found_skills']][] = $user_data;
}
if (!empty($ordered_user_list)) {
@ -104,23 +102,21 @@ $tpl->assign('total_search_skills', $count_skills);
if (!empty($skills)) {
$counter = 0;
foreach($skills as $hidden_skill_id) {
foreach ($skills as $hidden_skill_id) {
$form->addElement('hidden', 'hidden_skills[]', $hidden_skill_id);
$counter++;
}
}
if (!empty($skills)) {
foreach($skills as $my_skill) {
foreach ($skills as $my_skill) {
$total_skills_to_search[$my_skill] = $my_skill;
}
}
$total_skills_to_search = $skill->get_skills_info($total_skills_to_search);
$action = isset($_REQUEST['a']) ? $_REQUEST['a'] : null;
$id = isset($_REQUEST['id']) ? intval($_REQUEST['id']) : null;
$id = isset($_REQUEST['id']) ? intval($_REQUEST['id']) : null;
switch ($action) {
case 'remove_skill':

@ -1,6 +1,9 @@
<?php
/* For licensing terms, see /license.txt */
use Chamilo\CourseBundle\Component\CourseCopy\CourseBuilder;
use Chamilo\CourseBundle\Component\CourseCopy\CourseSelectForm;
/**
* Special exports
*
@ -13,9 +16,6 @@
$cidReset = true;
require_once '../inc/global.inc.php';
use Chamilo\CourseBundle\Component\CourseCopy\CourseBuilder;
use Chamilo\CourseBundle\Component\CourseCopy\CourseSelectForm;
// setting the section (for the tabs)
$this_section = SECTION_PLATFORM_ADMIN;
// setting breadcrumbs
@ -217,12 +217,11 @@ function rename_zip($FileZip) {
}
function fullexportspecial(){
function fullexportspecial()
{
global $tbl_session, $tbl_session_course, $export;
$FileZip = create_zip();
$to_group_id = 0;
$code_course = '';
$list_course = array();
$zip_folder = new PclZip($FileZip['TEMP_FILE_ZIP']);
$list_course = CourseManager::get_course_list();

@ -81,7 +81,7 @@ switch($action) {
Display :: display_confirmation_message(get_lang('AnnouncementDeleted'));
break;
case 'delete_selected':
foreach($_POST['id'] as $index => $id) {
foreach ($_POST['id'] as $index => $id) {
SystemAnnouncementManager :: delete_announcement($id);
}
Display :: display_confirmation_message(get_lang('AnnouncementDeleted'));
@ -137,11 +137,16 @@ if ($action_todo) {
$language_list = api_get_languages();
$language_list_with_keys = array();
$language_list_with_keys['all'] = get_lang('All');
for ($i=0; $i<count($language_list['name']) ; $i++) {
for ($i = 0; $i < count($language_list['name']); $i++) {
$language_list_with_keys[$language_list['folder'][$i]] = $language_list['name'][$i];
}
$form->addElement('select', 'lang',get_lang('Language'), $language_list_with_keys);
$form->addElement(
'select',
'lang',
get_lang('Language'),
$language_list_with_keys
);
$form->addHtmlEditor(
'content',
get_lang('Content'),

@ -7,7 +7,7 @@
* @author Angel Fernando Quiroz Campos <angel.quiroz@beeznest.com>
* @package chamilo.admin
*/
/* INIT SECTION */
// Resetting the course id.
$cidReset = true;
@ -163,7 +163,6 @@ if (!empty($selectedSession)) {
);
$reportTitle = sprintf(get_lang('TimeReportForSessionX'), $session['name']);
$courses = SessionManager::get_course_list_by_session_id($selectedSession);
foreach ($courses as $course) {

@ -1,14 +1,14 @@
<?php
/* For licensing terms, see /license.txt */
use \Chamilo\CoreBundle\Entity\Session;
use \Doctrine\Common\Collections\Criteria;
/**
* Generate a teacher time report in platform by session only
* @package chamilo.admin
*/
use \Chamilo\CoreBundle\Entity\Session;
use \Doctrine\Common\Collections\Criteria;
$cidReset = true;
require_once '../inc/global.inc.php';

@ -443,8 +443,8 @@ if (isset($_POST['formSent']) && $_POST['formSent'] AND
'<strong>'.$error_user['UserName'].'</strong> - '.
api_get_person_name(
$error_user['FirstName'],
$error_user['LastName']).'
'.$email;
$error_user['LastName']
).' '.$email;
$warning_message .= '</li>';
}
$warning_message .= '</ul>';
@ -452,11 +452,16 @@ if (isset($_POST['formSent']) && $_POST['formSent'] AND
// if the warning message is too long then we display the warning message trough a session
Display::addFlash(Display::return_message($warning_message, 'warning', false));
Display::addFlash(Display::return_message($see_message_import, 'confirmation', false));
if ($error_kind_file) {
Display::addFlash(Display::return_message(get_lang('YouMustImportAFileAccordingToSelectedOption'), 'error', false));
Display::addFlash(
Display::return_message(
get_lang('YouMustImportAFileAccordingToSelectedOption'),
'error',
false
)
);
} else {
header('Location: '.api_get_path(WEB_CODE_PATH).'admin/user_list.php?sec_token='.$tok);
exit;
@ -525,7 +530,6 @@ if ($count_fields > 0) {
$i++;
}
}
?>
<p><?php echo get_lang('CSVMustLookLike').' ('.get_lang('MandatoryFields').')'; ?> :</p>
<blockquote>

@ -98,7 +98,13 @@ set_time_limit(0);
$form = new FormValidator('import_classes');
$form->addElement('file', 'import_file', get_lang('ImportCSVFileLocation'));
$group = array();
$group[] = $form->createElement('radio', 'file_type', '', 'CSV (<a href="example_class.csv" target="_blank">' . get_lang('ExampleCSVFile') . '</a>)', 'csv');
$group[] = $form->createElement(
'radio',
'file_type',
'',
'CSV (<a href="example_class.csv" target="_blank">' . get_lang('ExampleCSVFile') . '</a>)',
'csv'
);
$form->addGroup($group, '', get_lang('FileType'), null);
$form->addButtonImport(get_lang('Import'));

@ -1,5 +1,6 @@
<?php
/* For licensing terms, see /license.txt */
use \Chamilo\CoreBundle\Entity\SequenceResource;
/**
@ -42,7 +43,6 @@ class SequenceResourceManager
private static function checkSessionRequirementsForUser(array $sequences, $userId = 0)
{
$sequenceList = [];
$entityManager = Database::getManager();
$gradebookCategoryRepo = $entityManager->getRepository(

@ -337,7 +337,7 @@ class Notification extends Model
* Formats the content in order to add the welcome message,
* the notification preference, etc
* @param string $content
* @param array $senderInfo result of api_get_user_info() or
* @param array $senderInfo result of api_get_user_info() or
* GroupPortalManager:get_group_data()
*
* @return string

@ -1,5 +1,9 @@
<?php
/* For licensing terms, see /license.txt */
use ChamiloSession as Session;
/**
* Code library for showing Who is online
*
@ -10,8 +14,6 @@
* @package chamilo.whoisonline
*/
use ChamiloSession as Session;
/**
* Insert a login reference for the current user into the track_e_online stats table.
* This table keeps trace of the last login. Nothing else matters (we don't keep traces of anything older)
@ -197,7 +199,6 @@ function user_is_online($user_id)
$result = Database::query($query);
if (Database::num_rows($result)) {
return true;
}

@ -90,8 +90,6 @@ class PDF
$tpl = $this->template;
}
$theme = api_get_visual_theme();
// Assignments
$tpl->assign('pdf_content', $content);
@ -109,8 +107,7 @@ class PDF
$tpl->assign('organization', $organization);
//Showing only the current teacher/admin instead the all teacher list name see BT#4080
// Showing only the current teacher/admin instead the all teacher list name see BT#4080
if (isset($this->params['show_real_course_teachers']) &&
$this->params['show_real_course_teachers']
) {
@ -282,11 +279,11 @@ class PDF
if (in_array($extension, array('html', 'htm'))) {
$dirName = $file_info['dirname'];
$filename = $file_info['basename'];
$filename = str_replace('_',' ',$filename);
$filename = str_replace('_', ' ', $filename);
if ($extension == 'html') {
if ($extension === 'html') {
$filename = basename($filename,'.html');
} elseif($extension == 'htm'){
} elseif($extension === 'htm'){
$filename = basename($filename,'.htm');
}
@ -298,7 +295,7 @@ class PDF
$document_html = str_replace('href="./css/frames.css"', $absolute_css_path, $document_html);
if (!empty($course_data['path'])) {
$document_html= str_replace('../','', $document_html);
$document_html= str_replace('../', '', $document_html);
$document_path = api_get_path(SYS_COURSE_PATH).$course_data['path'].'/document/';
$doc = new DOMDocument();
@ -441,9 +438,13 @@ class PDF
$absolute_css_path = api_get_path(WEB_CSS_PATH).api_get_setting('stylesheets').'/frames.css';
$document_html = str_replace('href="./css/frames.css"','href="'.$absolute_css_path.'"', $document_html);
$document_html= str_replace('../../','',$document_html);
$document_html= str_replace('../','',$document_html);
$document_html= str_replace((empty($_configuration['url_append'])?'':$_configuration['url_append'].'/').'courses/'.$course_code.'/document/','',$document_html);
$document_html = str_replace('../../', '', $document_html);
$document_html = str_replace('../', '', $document_html);
$document_html = str_replace(
(empty($_configuration['url_append']) ? '' : $_configuration['url_append'].'/').'courses/'.$course_code.'/document/',
'',
$document_html
);
if (!empty($course_data['path'])) {
$document_path = api_get_path(SYS_COURSE_PATH).$course_data['path'].'/document/';
@ -591,8 +592,6 @@ class PDF
$web_path = api_get_path(WEB_CODE_PATH).'default_course_document/images/'.api_get_current_access_url_id().'_pdf_watermark.png';
}
$course_image = $store_path.'/'.api_get_current_access_url_id().'_pdf_watermark.png';
$extension = strtolower(substr(strrchr($filename, '.'), 1));
$result = false;
if (file_exists($course_image)) {
@unlink($course_image);
@ -700,7 +699,6 @@ class PDF
$teachers = '';
if (!empty($teacher_list)) {
foreach ($teacher_list as $teacher) {
$teachers[]= $teacher['firstname'].' '.$teacher['lastname'];
}

@ -269,7 +269,6 @@ class Plugin
$settings = $this->get_settings();
foreach ($settings as $setting) {
if ($setting['variable'] == $this->get_name() . '_' . $name) {
return $setting['selected_value'];
}
}
@ -441,7 +440,6 @@ class Plugin
WHERE c_id = $courseId AND variable = '$variable' ";
$result = Database::query($sql);
if (!Database::num_rows($result)) {
$params = [
'c_id' => $courseId,
'variable' => $variable,
@ -503,7 +501,6 @@ class Plugin
$courseId = intval($courseId);
if (empty($courseId)) {
return false;
}
$plugin_name = $this->get_name();
@ -632,7 +629,6 @@ class Plugin
$checkDuplicate = Database::select('*', 'settings_current', $checkCondition);
if (!empty($checkDuplicate)) {
return false;
}

@ -657,7 +657,6 @@ class AppPlugin
$installedPluginsList = $this->getInstalledPluginListObject();
foreach ($installedPluginsList as $installedPlugin) {
if ($installedPlugin->isMailPlugin) {
return get_class($installedPlugin);
}
}
@ -671,7 +670,7 @@ class AppPlugin
public function getSMSPluginLibrary()
{
$className = $this->getSMSPluginName();
$className = str_replace("Plugin", "", $className);
$className = str_replace('Plugin', '', $className);
if (class_exists($className)) {
return new $className;

@ -25,6 +25,7 @@ class Promotion extends Model
*/
public function __construct()
{
parent::__construct();
$this->table = Database::get_main_table(TABLE_PROMOTION);
}
@ -33,8 +34,13 @@ class Promotion extends Model
*/
public function get_count()
{
$row = Database::select('count(*) as count', $this->table, array(),
'first');
$row = Database::select(
'count(*) as count',
$this->table,
array(),
'first'
);
return $row['count'];
}
@ -91,14 +97,21 @@ class Promotion extends Model
$new_session_list = array();
foreach ($session_list as $item) {
$sid = SessionManager::copy($item['id'], true,
false, false, true);
$sid = SessionManager::copy(
$item['id'],
true,
false,
false,
true
);
$new_session_list[] = $sid;
}
if (!empty($new_session_list)) {
SessionManager::suscribe_sessions_to_promotion($pid,
$new_session_list);
SessionManager::suscribe_sessions_to_promotion(
$pid,
$new_session_list
);
}
}
}
@ -149,10 +162,20 @@ class Promotion extends Model
echo '<div class="actions" style="margin-bottom:20px">';
echo '<a href="career_dashboard.php">' . Display::return_icon('back.png',
get_lang('Back'), '', '32') . '</a>';
echo '<a href="' . api_get_self() . '?action=add">' . Display::return_icon('new_promotion.png',
get_lang('Add'), '', '32') . '</a>';
echo '<a href="' . api_get_path(WEB_CODE_PATH) . 'session/session_add.php">' . Display::return_icon('new_session.png',
get_lang('AddSession'), '', '32') . '</a>';
echo '<a href="' . api_get_self() . '?action=add">' .
Display::return_icon(
'new_promotion.png',
get_lang('Add'),
'',
'32'
) . '</a>';
echo '<a href="' . api_get_path(WEB_CODE_PATH) . 'session/session_add.php">' .
Display::return_icon(
'new_session.png',
get_lang('AddSession'),
'',
'32'
) . '</a>';
echo '</div>';
echo Display::grid_html('promotions');
}
@ -166,9 +189,9 @@ class Promotion extends Model
$promotion_id,
$status
) {
$session_list = SessionManager::get_all_sessions_by_promotion($promotion_id);
if (!empty($session_list)) {
foreach ($session_list as $item) {
$sessionList = SessionManager::get_all_sessions_by_promotion($promotion_id);
if (!empty($sessionList)) {
foreach ($sessionList as $item) {
SessionManager::set_session_status($item['id'], $status);
}
}
@ -216,8 +239,12 @@ class Promotion extends Model
foreach ($careers as $item) {
$career_list[$item['id']] = $item['name'];
}
$form->addElement('select', 'career_id', get_lang('Career'),
$career_list);
$form->addElement(
'select',
'career_id',
get_lang('Career'),
$career_list
);
$status_list = $this->get_status_list();
$form->addElement('select', 'status', get_lang('Status'), $status_list);
if ($action == 'edit') {

Loading…
Cancel
Save