Minor - format code and documentation

1.9.x
Julio Montoya 11 years ago
parent e5c3503630
commit 09142738ee
  1. 9
      plugin/ticket/config.install.php
  2. 2
      plugin/ticket/config.php
  3. 1
      plugin/ticket/database.php
  4. 6
      plugin/ticket/install.php
  5. 4
      plugin/ticket/lang/english.php
  6. 6
      plugin/ticket/lang/spanish.php
  7. 3
      plugin/ticket/plugin.php
  8. 4
      plugin/ticket/src/assign_tickets.php
  9. 4
      plugin/ticket/src/course_user_list.php
  10. 1
      plugin/ticket/src/download.php
  11. 1
      plugin/ticket/src/index.php
  12. 5
      plugin/ticket/src/report.php
  13. 2
      plugin/ticket/src/send_ticket.php
  14. 23
      plugin/ticket/src/ticket.class.php
  15. 1
      plugin/ticket/src/ticket_assign_log.php
  16. 5
      plugin/ticket/src/ticket_details.php
  17. 1
      plugin/ticket/src/ticket_plugin.class.php
  18. 2
      plugin/ticket/src/tutor_report.lib.php
  19. 6
      plugin/ticket/src/update_report.php
  20. 4
      plugin/ticket/start.php
  21. 6
      plugin/ticket/uninstall.php

@ -1,13 +1,14 @@
<?php
/* For licensing terms, see /license.txt */
/**
* @package chamilo.plugin.ticket
*/
/**
* Loading of necessary libs
*
* @package chamilo.plugin.ticket
*/
require_once '../../main/inc/global.inc.php';
require_once api_get_path(LIBRARY_PATH).'plugin.class.php';
require_once 'src/ticket.class.php';
require_once 'src/ticket_plugin.class.php';
require_once 'src/ticket_plugin.class.php';

@ -1,6 +1,6 @@
<?php
/* For licensing terms, see /license.txt */
/**
* @package chamilo.plugin.ticket
*/

@ -3,7 +3,6 @@
* Contains the SQL for the tickets management plugin database structure
*/
$objPlugin = new TicketPlugin();
$table = Database::get_main_table(TABLE_TICKET_ASSIGNED_LOG);

@ -1,13 +1,11 @@
<?php
/* For licensing terms, see /license.txt */
/**
* This script is included by main/admin/settings.lib.php and generally
* includes things to execute in the main database (settings_current table)
* @package chamilo.plugin.ticket
*/
/**
* Initialization
*/
require_once dirname(__FILE__).'/config.php';
TicketPlugin::create()->install();
TicketPlugin::create()->install();

@ -54,7 +54,7 @@ $strings['TicketAssignX'] = "[TICKETS] Assignation of ticket #%s";
$strings['AreYouSureYouWantToCloseTheTicket'] = "Are you sure you want to close this ticket?";
$strings['AreYouSureYouWantToUnassignTheTicket'] = "Are you sure you want to unassign this ticket?";
$strings['YouMustWriteAMessage'] = "You have to enter a message";
$strings['LastResponse'] = "Last reponse";
$strings['LastResponse'] = "Last response";
$strings['AssignTicket'] = "Assign ticket";
$strings['AttendedBy'] = "Attended by";
$strings['IfYouAreSureTheTicketWillBeClosed'] = "If you are certain, the ticket will be closed";
@ -81,4 +81,4 @@ $strings['TicketWasThisAnswerSatisfying'] = "Was this answer satisfactory?";
$strings['TicketDetail'] = "Ticket details";
$strings['AreYouSure'] = "Are you sure?";
$strings['allow_student_add'] = "Allow students to generate tickets";
?>
?>

@ -17,7 +17,7 @@ $strings['Description'] = "Descripcion";
$strings['Tickets'] = "Tickets";
$strings['MyTickets'] = "Mis Tickets";
$strings['MsgWelcome'] = "Bienvenido a su sección MIS TICKETS. Esta sección le permite revisar sus Tickets de Soporte generados en SOPORTE TECNICO";
$strings['TckSuccessSave'] = "Se registró con exito su ticket";
$strings['TckSuccessSave'] = "Se registró con éxito su ticket";
$strings['TckClose'] = "Cerrar Tickets";
$strings['TckNew'] = "Nuevo Ticket";
$strings['TcksNew'] = "Tickets Nuevos";
@ -74,7 +74,7 @@ $strings['TicketsAboutEnrollment'] = "Tickets relacionados con la Matrícula.";
$strings['RequestAndPapework'] = "Consultas y Trámites";
$strings['TicketsAboutRequestAndPapework'] = "Tickets relacionados a consultas anteriores y trámites.";
$strings['AcademicIncidence'] = "Incidencias Académicas";
$strings['TicketsAboutAcademicIncidence'] = "Tickets relacionados a incidencias académicas como examenes, prácticas, tareas, etc.";
$strings['TicketsAboutAcademicIncidence'] = "Tickets relacionados a incidencias académicas como exámenes, prácticas, tareas, etc.";
$strings['VirtualCampus'] = "Campus Virtual";
$strings['TicketsAboutVirtualCampus'] = "Tickets relacionados al Campus Virtual";
$strings['OnlineEvaluation'] = "Evaluación en línea";
@ -85,4 +85,4 @@ $strings['TicketWasThisAnswerSatisfying'] = "¿Fué la respuesta al Ticket satis
$strings['TicketDetail'] = "Detalle del Ticket";
$strings['AreYouSure'] = "¿Está seguro?";
$strings['allow_student_add'] = "Permitir al studiante generar Tickets";
$strings['allow_student_add'] = "Permitir al studiante generar Tickets";

@ -1,7 +1,8 @@
<?php
/* For licensing terms, see /license.txt */
/**
* @package chamilo.plugin.ticket
*/
require_once dirname(__FILE__).'/config.php';
$plugin_info = TicketPlugin::create()->get_info();
$plugin_info = TicketPlugin::create()->get_info();

@ -1,12 +1,10 @@
<?php
/* For licensing terms, see /license.txt */
/**
*
* @package chamilo.plugin.ticket
*/
/**
* Init section
*/
require_once '../config.php';
$plugin = TicketPlugin::create();

@ -1,7 +1,7 @@
<?php
/* For licensing terms, see /license.txt */
/**
*
* @package chamilo.plugin.ticket
*/
/**
@ -32,4 +32,4 @@ $courses_list = CourseManager::get_courses_list_by_user_id($user_id, false, true
?>
</select>
</div>
</div>
</div>

@ -2,7 +2,6 @@
/* For licensing terms, see /license.txt */
/**
*
* @package chamilo.plugin.ticket
*/

@ -1,5 +1,6 @@
<?php
/* For licensing terms, see /license.txt */
/**
* Redirects to "myticket.php"
* @package chamilo.plugin.ticket

@ -1,12 +1,9 @@
<?php
/* For licensing terms, see /license.txt */
/**
* @package chamilo.plugin.ticket
*/
/**
* INIT SECTION
*/
$language_file = array('messages', 'userInfo', 'admin', 'trad4all');
$cidReset = true;
require_once '../config.php';

@ -1,6 +1,6 @@
<?php
/* For licensing terms, see /license.txt */
/**
*
* @package chamilo.plugin.ticket

@ -7,13 +7,11 @@
*/
class TicketManager
{
/**
* Constructor
*/
function __construct()
public function __construct()
{
}
/**
@ -72,10 +70,20 @@ class TicketManager
* @return bool
*/
public static function insert_new_ticket(
$category_id, $course_id, $project_id, $other_area, $email,
$subject, $content, $personalEmail = "", $file_attachments,
$source = 'VRT', $priority = 'NRM', $status = '',
$request_user = '', $assigned_user = 0
$category_id,
$course_id,
$project_id,
$other_area,
$email,
$subject,
$content,
$personalEmail = "",
$file_attachments,
$source = 'VRT',
$priority = 'NRM',
$status = '',
$request_user = '',
$assigned_user = 0
) {
global $plugin;
$table_support_tickets = Database::get_main_table(TABLE_TICKET_TICKET);
@ -1417,5 +1425,4 @@ class TicketManager
return $tickets;
}
}

@ -1,5 +1,6 @@
<?php
/* For licensing terms, see /license.txt */
/**
* @package chamilo.plugin.ticket
*/

@ -1,13 +1,10 @@
<?php
/* For licensing terms, see /license.txt */
/**
*
* @package chamilo.plugin.ticket
*/
/**
*
*/
$language_file = array('messages', 'userInfo', 'admin');
$cidReset = true;
require_once '../config.php';

@ -1,5 +1,6 @@
<?php
/* For licensing terms, see /license.txt */
/**
* Class TicketPlugin
*

@ -1,6 +1,6 @@
<?php
/* For licensing terms, see /license.txt */
/**
* Helper library for weekly reports
* @package chamilo.plugin.ticket

@ -1,12 +1,10 @@
<?php
/* For licensing terms, see /license.txt */
/**
* @package chamilo.plugin.ticket
*/
/**
*
*/
require_once '../config.php';
$plugin = TicketPlugin::create();

@ -1,12 +1,10 @@
<?php
/* For licensing terms, see /license.txt */
/**
* This script initiates a ticket management system session
* @package chamilo.plugin.ticket
*/
/**
* Initialization
*/
$course_plugin = 'ticket'; //needed in order to load the plugin lang variables
require_once dirname(__FILE__).'/config.php';
$tool_name = get_lang('Ticket');

@ -1,13 +1,11 @@
<?php
/* For licensing terms, see /license.txt */
/**
* This script is included by main/admin/settings.lib.php when unselecting a plugin
* and is meant to remove things installed by the install.php script in both
* the global database and the courses tables
* @package chamilo.plugin.ticket
*/
/**
* Queries
*/
require_once dirname(__FILE__).'/config.php';
TicketPlugin::create()->uninstall();
TicketPlugin::create()->uninstall();

Loading…
Cancel
Save