mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
* include/functions_reporting.php: Added function render_report_html_item() to render a given report element in HTML format. Fixed a small problem in SUM report type (int truncate invalidate most of SUM reports when not using a _inc data type). * include/functions.php: Updated all "is_module_xxx" from using ereg (deprecated) to use preg_match. * include/functions_db.php: Moved reporting functions get_agentmodule_data_average(); get_agentmodule_data_max(), get_agentmodule_data_min() and get_agentmodule_data_sum() from here to functions_reporting.php. * godmode/groups/group_list.php: Removing a group put all agents assigned to that group in other available group (choosen in realtime). * AUTHORS: Authors file update, was very outdated!. * operation/agentes/estado_generalagente.php: Fixed bug #2990430. * operation/reporting/reporting_viewer.php: Some changes for better structuration of the HTML reporting viewer. Removed big chunk of code and put in function_reporting/render_report_html_item() function. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2583 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
16 lines
500 B
Plaintext
16 lines
500 B
Plaintext
Sancho Lerena <slerena@gmail.com>
|
|
Esteban Sanchez <esteban.sanchez@artica.es>
|
|
Jorge Gonzalez <jorge.gonzalez@artica.es>
|
|
Raul Mateos <raulofpandora@gmail.com>
|
|
Ramon Novoa <ramon.novoa@artica.es>
|
|
Evi Vanoost <vanooste@rcbi.rochester.edu>
|
|
Miguel de Dios <miguel.dedios@artica.es>
|
|
Junichi Satoh <junichi@rworks.jp>
|
|
Sergio Martin <sergio.martin@artica.es>
|
|
Pablo de la Concepción <pablo.concepcion@artica.es>
|
|
Eric Ross <eric.ross.c@gmail.com>
|
|
|
|
See full list of contributors on:
|
|
|
|
http://www.pandorafms.org
|