Commit Graph

4788 Commits

Author SHA1 Message Date
Arturo Gonzalez Diaz e8d5dfde06 Now the logout text in other lenguaje (not english) it show correctly. Ticket#2506 2015-07-31 09:20:17 +02:00
artica 4eeede3fc2 Auto-updated build strings. 2015-07-31 00:01:10 +02:00
m-lopez-f fd7fc4eb00 Fixed LDAP connection when name containt space and data login is false 2015-07-30 16:10:21 +02:00
artica 0d37ef20de Auto-updated build strings. 2015-07-30 00:01:11 +02:00
m-lopez-f 3d453ba3cc Update spanish translations 2015-07-29 11:50:17 +02:00
artica 44e064ca91 Auto-updated build strings. 2015-07-29 00:01:12 +02:00
m-lopez-f dfcfc85303 Add new funcionality of remote login with Active Directory 2015-07-28 16:10:45 +02:00
artica 6fa1e8e869 Auto-updated build strings. 2015-07-28 00:01:09 +02:00
mdtrooper c003bf344a Working in the center labels into the items in a visualmap. (not finished) 2015-07-27 16:24:04 +02:00
m-lopez-f 3e0b8a0f52 Fixed errors in php 2015-07-27 15:34:09 +02:00
artica ef4feb7006 Auto-updated build strings. 2015-07-27 00:01:09 +02:00
artica b9b630e84f Auto-updated build strings. 2015-07-26 00:01:09 +02:00
artica a890dfd3a0 Auto-updated build strings. 2015-07-25 00:01:11 +02:00
mdtrooper b1034c2071 Working in the features and improvements in dashboard. 2015-07-24 16:43:54 +02:00
mdtrooper c4fc8586fd First commit with the changes. 2015-07-24 14:32:26 +02:00
artica b572cf650c Auto-updated build strings. 2015-07-24 00:01:10 +02:00
artica 48215f3dfa Auto-updated build strings. 2015-07-23 00:01:13 +02:00
mdtrooper 247f14aef9 Fixed the report item SLA with some configurations. 2015-07-22 16:50:52 +02:00
m-lopez-f 0bbd4ba18f Fixed error to access when download mibs. Tiquet: #2523 2015-07-22 13:30:45 +02:00
m-lopez-f a316419afa Add new options when render proc is active. Tiquet: #2503 2015-07-22 11:49:00 +02:00
m-lopez-f da80a1ad82 Fixed creation hbar, not show all legend. Tiquet: #2498 2015-07-22 10:33:49 +02:00
artica b75940bfe8 Auto-updated build strings. 2015-07-22 00:01:40 +02:00
mdtrooper 9bc9e6f729 Fixed the availability item report. TICKET: #2423 2015-07-21 18:50:57 +02:00
m-lopez-f 3e7264a470 Merge branch 'develop' of https://github.com/pandorafms/pandorafms into develop 2015-07-21 13:26:21 +02:00
m-lopez-f 6b6f18a695 When user hace acl's and tags dont see data in tree view, its fixed. Tiquet:#2508 2015-07-21 13:26:07 +02:00
mdtrooper a4b5f8607f Added feature. The report items SLA, Availaibily and General do not show the not init modules. TICKET: #2510 2015-07-21 13:10:44 +02:00
mdtrooper a8162a1876 Added function 'modules_is_not_init' 2015-07-21 13:06:22 +02:00
mdtrooper 1b766d9e3e Fixed PHP warnings. 2015-07-21 12:02:33 +02:00
m-lopez-f 0ef4510990 Merge branch 'develop' of https://github.com/pandorafms/pandorafms into develop 2015-07-21 11:01:24 +02:00
m-lopez-f 7ecbd7cfed Fixed error when user hace strict_user and acl's permisions and tags. Tiquet: #2508 2015-07-21 11:01:01 +02:00
mdtrooper f1ada9076e Added a filter 'normal & critical' in severity into events. 2015-07-21 10:40:29 +02:00
m-lopez-f f2181d66d7 Fixed problems with visual console. Tiquets: #2465,#2483,#2482,#2486 2015-07-21 08:41:26 +02:00
artica 6113be2fde Auto-updated build strings. 2015-07-21 00:01:11 +02:00
artica 577e210556 Auto-updated build strings. 2015-07-20 00:01:09 +02:00
artica 4c53848244 Auto-updated build strings. 2015-07-19 00:01:09 +02:00
artica 362f9863cf Auto-updated build strings. 2015-07-18 00:01:12 +02:00
Alejandro Gallardo Escobar a90111ac18 Restored the call 'get_agent_modules_json_for_multiple_agents' and improved their performance 2015-07-17 10:02:11 +02:00
m-lopez-f 82354079ce Fixed heigth in pure view when view services map. Tiquet: #2470 2015-07-17 09:49:44 +02:00
artica cde2fb5a7b Auto-updated build strings. 2015-07-17 00:01:39 +02:00
Alejandro Gallardo Escobar df27567592 Fixed an error in the function 'planned_downtimes_stop'
(cherry picked from commit f01c021b14)
2015-07-16 15:51:53 +02:00
mdtrooper 75873b02d4 Some fixes in the visualmap. 2015-07-16 15:12:47 +02:00
Alejandro Gallardo Escobar f14b07014f Merge pull request #34 from pandorafms/feature/ticket#2404-planned-downtimes-acl
Ended, tested and aproved
2015-07-16 13:48:41 +01:00
Alejandro Gallardo Escobar 4d43033d46 Fixed some general and ACL errors and improved some pieces of code
Downtime editor.
Some of the ACL checks added are:
-Permission check on downtime before adding an agent
-Permission check on agent before adding an agent
-Permission check on downtime before deleting an agent
-Permission check on agent before deleting an agent
-Permission check on downtime before creating or updating the downtime
-Removed the ACL check for every result item (it is done before, into the query)
-Permission check on the query for the agents added to the downtime

Downtime editor ajax.
Some of the ACL checks added are:
-Permission check on downtime before retrieving the modules
-Permission check on agent before retrieving the modules
-Permission check on downtime before deleting the modules
-Permission check on agent before deleting the modules
-Permission check on downtime before adding the modules
-Permission check on agent before adding the modules
2015-07-16 13:53:57 +02:00
Alejandro Gallardo Escobar cbd4b60aca Fixed an error in the function 'extract_column' 2015-07-16 13:27:11 +02:00
mdtrooper 85b47df1fe Fixed the xml reports with & in the values. 2015-07-16 11:48:17 +02:00
artica f94c6668e0 Auto-updated build strings. 2015-07-16 00:01:15 +02:00
Alejandro Gallardo Escobar e8d68739b7 Added a function to stop a planned downtime (once type) and recover the agent and modules status 2015-07-15 18:41:58 +02:00
Alejandro Gallardo Escobar 05f40a21fc Now the data column of the module's raw data dialog are casted to double when is numeric 2015-07-15 16:55:08 +02:00
Alejandro Gallardo Escobar a85edf061e Fixed the format of the decimal and the thousands marker for the numeric fields 2015-07-15 16:53:51 +02:00
Alejandro Gallardo Escobar ff5e786a5f Fixed some count functions and improvments on other functions 2015-07-15 16:08:20 +02:00
artica cd5beffee5 Auto-updated build strings. 2015-07-15 00:01:16 +02:00
m-lopez-f c4d6c18b25 Fixed styles and errors of php 2015-07-14 15:59:39 +02:00
mdtrooper adf6c263ea Added support for arrays into the function 'agents_get_addresses' 2015-07-14 12:49:36 +02:00
Alejandro Gallardo Escobar a097aabf80 Replaced the use of the jQuery 'attr' function with the 'prop' function when using the 'selected' property.
The 'attr' function is going to be deprecated an may cause errors in Firefox.
2015-07-14 11:11:22 +02:00
Alejandro Gallardo Escobar b0f894437e Minor fix 2015-07-14 10:20:04 +02:00
artica 7909ba2963 Auto-updated build strings. 2015-07-14 00:01:12 +02:00
Alejandro Gallardo Escobar 4f2c35ac63 Added the 'required' attribute to the input text and input text password through a function parameter 2015-07-13 12:45:35 +02:00
Akihiro Uchida eef7cd9df6 Prune menu sections disabled by enterprise_acl 2015-07-13 13:51:45 +09:00
artica 25c03bae2f Auto-updated build strings. 2015-07-13 00:01:09 +02:00
artica f666daca40 Auto-updated build strings. 2015-07-12 00:01:12 +02:00
artica 594870f0e9 Auto-updated build strings. 2015-07-11 00:01:17 +02:00
Alejandro Gallardo Escobar 13a5b8aba2 Error fixes 2015-07-10 15:20:28 +02:00
Alejandro Gallardo Escobar 398185bc8e Simplified the code 2015-07-10 15:11:34 +02:00
mdtrooper f3d6513c65 Added useful function 'is_metaconsole' in functions.php 2015-07-10 15:00:12 +02:00
Akihiro Uchida 9fbe18a5d4 Disable modification of executed planned downtime 2015-07-10 11:02:21 +09:00
artica f18ff9ea12 Auto-updated build strings. 2015-07-10 00:01:20 +02:00
m-lopez-f c4628c67a1 Merge branch 'develop' into feature/NewView 2015-07-09 17:53:26 +02:00
m-lopez-f 8c64e6b481 Fixed style 2015-07-09 17:52:37 +02:00
m-lopez-f 6826a1e56e Merge branch 'develop' into feature/NewView 2015-07-09 17:49:16 +02:00
Alejandro Gallardo Escobar c69b978af2 Added a required file to fix an error 2015-07-09 15:31:15 +02:00
Vanessa Gil a5b5307227 Updated translations. 2015-07-09 11:29:48 +02:00
artica 01c05f77f3 Auto-updated build strings. 2015-07-09 00:01:21 +02:00
mdtrooper f02abea556 Upload more files from previous commit. 2015-07-08 16:47:00 +02:00
mdtrooper 3d46327f55 Rewrote the ajax call 'get_agent_modules_json_for_multiple_agents' for to run with the agents cache in new metaconsole in 6 version. 2015-07-08 16:40:12 +02:00
m-lopez-f 606e29684b Add pagination in custom reports and visual console. Tiquet: #2398 2015-07-08 16:09:00 +02:00
m-lopez-f 869069476f Fixed error with array colors in histogram. Tiquet: #2402 2015-07-08 09:15:56 +02:00
artica 8b6d8e1cd2 Auto-updated build strings. 2015-07-08 00:01:15 +02:00
Alejandro Gallardo Escobar e80183baf1 Error fix 2015-07-07 16:47:03 +02:00
m-lopez-f f6e9cf37b0 Fixed error styles 2015-07-07 16:05:23 +02:00
Alejandro Gallardo Escobar a57e6b4a59 Minor improvements 2015-07-07 15:59:05 +02:00
artica aaea9ef42d Auto-updated build strings. 2015-07-07 00:01:18 +02:00
Alejandro Gallardo Escobar 89fe54d28a Error fixes 2015-07-06 18:26:44 +02:00
mdtrooper 3e2fd15302 Fixed, now the first task for visualmap does not show in metaconsole. 2015-07-06 18:18:52 +02:00
m-lopez-f 6b5df1983b Merge branch 'develop' of https://github.com/pandorafms/pandorafms into develop 2015-07-06 17:11:11 +02:00
m-lopez-f d053f5515a Fixed styles in metaconsole 2015-07-06 17:10:51 +02:00
Alejandro Gallardo Escobar 21cd55e54b Improved the windows compatibility of some routes 2015-07-06 12:34:31 +02:00
Alejandro Gallardo Escobar 35654709d1 Added a function to extract the column or columns of an array easily 2015-07-06 11:48:15 +02:00
artica 55b5bbcfa3 Auto-updated build strings. 2015-07-06 00:01:10 +02:00
artica 91ba095c90 Auto-updated build strings. 2015-07-05 00:01:10 +02:00
artica 8062934760 Auto-updated build strings. 2015-07-04 00:01:16 +02:00
Alejandro Gallardo Escobar a512065c22 Now the modules SLA slicebar has a different color in the planned downtimes period
Ticket #2341
2015-07-03 13:16:30 +02:00
Alejandro Gallardo Escobar a62791e9c0 Encapsulated some code to format a date into an human readable string into a function 2015-07-03 12:51:47 +02:00
Alejandro Gallardo Escobar c0320fd160 Merge branch 'develop' of https://github.com/pandorafms/pandorafms into develop 2015-07-03 12:45:45 +02:00
Alejandro Gallardo Escobar 306bfe2a54 Encapsulated some code to format a date into an human readable string into a function 2015-07-03 12:32:03 +02:00
m-lopez-f 98d51e7548 Change visual of nodo 2015-07-03 11:13:10 +02:00
Alejandro Gallardo Escobar 37b55517e1 Error fixes 2015-07-02 18:23:13 +02:00
m-lopez-f f3dd19a06d Change visual of nodo 2015-07-02 15:31:53 +02:00
Alejandro Gallardo Escobar 5b36f3aacf Fixed an error on the filter 2015-07-02 13:11:24 +02:00
m-lopez-f b1567da12e Change order divs, because dont show right in view reports. Tiquet: #2317 2015-07-02 10:06:26 +02:00
artica 2976a794d5 Auto-updated build strings. 2015-07-02 00:01:20 +02:00
Alejandro Gallardo Escobar 0fb9519441 Merge branch 'develop' of https://github.com/pandorafms/pandorafms into develop 2015-07-01 17:16:42 +02:00
Alejandro Gallardo Escobar ca6fcce190 Fixes and improvements in the report items of sla type 2015-07-01 17:15:55 +02:00
m-lopez-f 03b617908b Change visual of metaconsole 2015-07-01 17:05:53 +02:00
m-lopez-f 78e60249a7 Change visual of metaconsole and console 2015-07-01 14:50:00 +02:00
Vanessa Gil 86010c8c07 Update translations. 2015-07-01 13:14:10 +02:00
m-lopez-f 09bcaa42f5 Change visual of metaconsole. 2015-07-01 11:27:37 +02:00
artica b2af250070 Auto-updated build strings. 2015-07-01 00:01:46 +02:00
Vanessa Gil 3d973710a3 Updated translations. 2015-06-30 17:00:35 +02:00
Alejandro Gallardo Escobar dde4e21e60 Fixed an error with the group counters of the tree view 2015-06-30 16:14:50 +02:00
Alejandro Gallardo Escobar 0549196ee5 Improved the styles of the offline update manager control to make it more pandora like 2015-06-30 13:20:20 +02:00
Alejandro Gallardo Escobar 21b7dc03b7 Merge branch 'feature/ticket#1862-Metaconsole-offline-um' into develop 2015-06-30 13:05:36 +02:00
Alejandro Gallardo Escobar a719100855 Improvements to add better compatibility with the metaconsole 2015-06-30 12:59:23 +02:00
artica 3928421049 Auto-updated build strings. 2015-06-30 00:01:26 +02:00
Alejandro Gallardo Escobar 7942c075d5 Added a modified a few icons for the area flot graph 2015-06-29 19:11:28 +02:00
Alejandro Gallardo Escobar 711775f6a6 Fixed a missing 'forced_title_callback' and improved the function which creates new macro rows 2015-06-29 18:46:22 +02:00
mdtrooper 3498e9e1e7 Killing some unicorns and magic numbers. 2015-06-29 16:49:48 +02:00
mdtrooper 2fd82b6ee5 Merge branch 'feature/ticket#1980-dynamic_reports' into develop 2015-06-29 13:26:14 +02:00
mdtrooper cf5b850c3f Some fixes in the dynamic reports for metaconsole. 2015-06-29 13:18:55 +02:00
artica d5380c67dd Auto-updated build strings. 2015-06-29 00:01:13 +02:00
artica 5394f3cc2c Auto-updated build strings. 2015-06-28 00:01:09 +02:00
artica 5e09c2bbf5 Auto-updated build strings. 2015-06-27 00:01:13 +02:00
m-lopez-f 70db852326 Merge branch 'feature/NewView' into develop 2015-06-26 12:22:14 +02:00
m-lopez-f ba091112f6 Change visual and login page 2015-06-26 12:21:25 +02:00
mdtrooper 8fedb02afa Added the constant ERR_COULDNT_RESOLVE_HOST
(cherry picked from commit 2b5d79b81c)
2015-06-26 12:00:22 +02:00
mdtrooper 2b5d79b81c Added the constant ERR_COULDNT_RESOLVE_HOST 2015-06-26 11:59:32 +02:00
m-lopez-f 440687c0d7 Merge branch 'develop' of https://github.com/pandorafms/pandorafms into develop 2015-06-26 11:46:58 +02:00
mdtrooper 87e60b80bc Fixed the call to io funcions in function 'config_update_value'.
(cherry picked from commit 4c91ec9063)
2015-06-26 10:33:27 +02:00
mdtrooper 4c91ec9063 Fixed the call to io funcions in function 'config_update_value'. 2015-06-26 10:31:09 +02:00
m-lopez-f 58ea3ebb6b Change visual 2015-06-26 08:49:51 +02:00
artica cc58757d2e Auto-updated build strings. 2015-06-26 00:01:16 +02:00
Alejandro Gallardo Escobar 7fac872fb8 Merge remote-tracking branch 'origin/develop' into features/oracle 2015-06-25 16:17:32 +02:00
Alejandro Gallardo Escobar 4e8c85ec10 Fixes to the 'key' column of the 'tupdate_settings' table 2015-06-25 16:16:01 +02:00
mdtrooper 247796ae8b Merge branch 'develop' into feature/ticket#1980-dynamic_reports 2015-06-25 16:02:27 +02:00
mdtrooper 77e1acc613 Working in the dynamic reports, these are the last changes in the refactored code. Now I am going to check in metaconsole. 2015-06-25 16:01:10 +02:00
mdtrooper 315744f668 Some changes for to get the data of template from array. 2015-06-25 13:48:12 +02:00
m-lopez-f b3c0d99fd2 Merge branch 'develop' into feature/NewView 2015-06-25 10:49:45 +02:00
m-lopez-f 94c742bfbe Merge from Develop 2015-06-25 10:40:35 +02:00
m-lopez-f 5b4214277b Changed of visual 2015-06-25 10:07:53 +02:00
m-lopez-f 37d792e07c Change visual 2015-06-25 08:21:53 +02:00
artica 0ed704cc68 Auto-updated build strings. 2015-06-25 00:01:14 +02:00
Alejandro Gallardo Escobar 892f14794d Merge branch 'develop' of https://github.com/pandorafms/pandorafms into develop 2015-06-24 19:18:28 +02:00
Alejandro Gallardo Escobar c80ba963ed Added the awesome Underscore.js library 2015-06-24 19:16:58 +02:00
m-lopez-f 89a4f63e89 Change text of label 2015-06-24 16:09:07 +02:00
artica 2569a46879 Auto-updated build strings. 2015-06-24 00:01:19 +02:00
artica 277223def5 Auto-updated build strings. 2015-06-23 00:01:14 +02:00
Alejandro Gallardo Escobar aea50e915a Fix to the date insertion when processing schema files 2015-06-22 19:19:59 +02:00
Alejandro Gallardo Escobar 4a4aaa4e3f Added support to exporting the area graph data to CSV 2015-06-22 19:12:17 +02:00
mdtrooper b9b24ce873 Cleaned source code style. 2015-06-22 17:37:31 +02:00
mdtrooper df9b99ce16 Fixed the empty table in the html_print_table function.
(cherry picked from commit be65df793b)
2015-06-22 17:36:28 +02:00
mdtrooper be65df793b Fixed the empty table in the html_print_table function. 2015-06-22 17:35:47 +02:00