Commit Graph

7148 Commits

Author SHA1 Message Date
mdtrooper c7d06fb0fb 2013-08-09 Miguel de Dios <miguel.dedios@artica.es>
* godmode/snmpconsole/snmp_alert.php: fixed the link to edit in the
	button to edit, and fixed the free text filter.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8650 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-08-09 06:38:57 +00:00
koichirok e487a60e0b 2013-08-08 Koichiro Kikuchi <koichiro@rworks.jp>
* index.php: Fixed footer layout probrems: Now we can see the
	 footer at the browser bottom when reducing the browser height.
	 Also fixes the footer overlay probrem in some pages (e.g.
	 "Modules in policy" page).



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8647 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-08-08 14:05:57 +00:00
mdtrooper 635145c6e2 2013-08-08 Miguel de Dios <miguel.dedios@artica.es>
* src/pandroid/agent/PandroidAgentListener.java,

	src/pandroid/agent/PandroidAgentTentacle.java: removed the java

	warning that the class of tentacle have a method with the same name

	as a constructor.






git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8646 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-08-08 13:02:55 +00:00
ramonn a8375e49fe 2013-08-08 Ramon Novoa <rnovoa@artica.es>
* modules/pandora_module_logevent.h: Updated the EventID mask. The
	  Windows Event Log Viewer seems to ignore the most significant 16
	  bits of the event id.

	* modules/pandora_module_logevent.cc: Do not discard existing
	  events when running in debug mode.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8644 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-08-08 12:22:42 +00:00
mdtrooper 1670708dd0 2013-08-08 Miguel de Dios <miguel.dedios@artica.es>
* images/zoom_default.svg: tiny fixes make for Carla.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8643 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-08-08 10:15:59 +00:00
mdtrooper d8903f644d 2013-08-08 Miguel de Dios <miguel.dedios@artica.es>
* images/zoom_default.svg: added a beatiful buttom for default zoom
	from Carla job.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8642 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-08-08 09:21:10 +00:00
mdtrooper 92605f13c8 2013-08-08 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_agents.php, include/functions_alerts.php,
	operation/agentes/alerts_status.php: improved the function
	"get_group_alerts" to use in the places that there were a foreach
	loop with all agents for any group.
	
	Fixes: #2060




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8641 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-08-08 09:00:34 +00:00
mdtrooper 79e2024ad0 2013-08-07 Miguel de Dios <miguel.dedios@artica.es>
* godmode/agentes/modificar_agente.php,
	godmode/agentes/module_manager_editor.php: changed the code to
	avoid to call enterprise functions.
	
	Fixes: #2367
	
	*include/functions_agents.php: fixed source code style..




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8640 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-08-08 06:23:48 +00:00
mdtrooper 3f2d13b5df 2013-08-07 Miguel de Dios <miguel.dedios@artica.es>
* operation/agentes/estado_agente.php: fixed the call to
	enterprise function.
	
	Fixes: #2367 
	
	* godmode/agentes/module_manager.php: make more easy the merges
	from the last branch.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8637 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-08-07 10:59:09 +00:00
mdtrooper 1afefbf265 2013-08-07 Miguel de Dios <miguel.dedios@artica.es>
* godmode/setup/setup_auth.php, godmode/admin_access_logs.php,
	godmode/agentes/module_manager.php: removed the code as
	"call time passing variables by reference" deprecated in PHP 5.4.
	
	* index.php: improved the source code style.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8635 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-08-07 08:26:26 +00:00
mdtrooper f6a24dbd3b 2013-08-06 Miguel de Dios <miguel.dedios@artica.es>
* godmode/menu.php, godmode/massive/massive_edit_modules.php:
	improved the source code style.
	
	* godmode/snmpconsole/snmp_alert.php,
	godmode/massive/massive_operations.php: added snmp alert operations.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8632 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-08-06 12:53:39 +00:00
mdtrooper 55a7a8ffa6 2013-08-05 Miguel de Dios <miguel.dedios@artica.es>
* include/constants.php, godmode/snmpconsole/snmp_alert.php: added
	filter in the alert snmp page and pagination.
	
	* operation/events/events.build_table.php,
	godmode/netflow/nf_edit.php, include/functions_ui.php,
	include/db/mysql.php, include/functions_incidents.php: improved the
	source code style.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8630 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-08-05 14:23:27 +00:00
mdtrooper b3e3d18741 2013-08-05 Miguel de Dios <miguel.dedios@artica.es>
* ChangeLog: lost line about "lib/PandoraFMS/PredictionServer.pm"
	uploaded changes for SLA value of service.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8628 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-08-05 07:28:00 +00:00
mdtrooper b9641a0ad1 2013-08-05 Miguel de Dios <miguel.dedios@artica.es>
* util/pandora_snmp.sh: added first and weird version of tool to
	generate a lot of traps snmp for Pandora. Needs to improve.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8627 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-08-05 07:25:33 +00:00
zarzuelo 00cccd4943 2013-08-02 Sergio Martin <sergio.martin@artica.es>
* include/functions_filemanager.php: added new error message
	on file manager to warn when the post size limit is
	exceded by the uploaded file



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8623 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-08-02 12:38:38 +00:00
mdtrooper feedc7c8ba 2013-08-02 Miguel de Dios <miguel.dedios@artica.es>
* include/graphs/functions_gd.php, include/graphs/fgraph.php,
	include/functions.php, include/functions_graph.php,
	include/functions_visual_map.php,
	include/ajax/visual_console_builder.ajax.php,
	operation/visual_console/render_view.php: a lot of fixes in the
	visualmap.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8622 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-08-02 10:53:50 +00:00
zarzuelo b6ae3efc27 2013-08-02 Sergio Martin <sergio.martin@artica.es>
* include/functions_modules.php: Fix modules and 
	alerts count when delete modules massively



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8621 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-08-02 10:48:30 +00:00
mdtrooper d4f4611b76 2013-08-01 Miguel de Dios <miguel.dedios@artica.es>
* enterprise/godmode/agentes/agent_disk_conf_editor.php,
	enterprise/godmode/agentes/collection_manager.php,
	enterprise/godmode/policies/policy_agents.php,
	enterprise/include/functions_collection.php,
	enterprise/include/functions_policies.php,
	enterprise/include/functions_config_agents.php,
	enterprise/operation/agentes/collection_view.php: fixed and unified
	the code to access the remote config.
	
	MERGED FROM BRANCH PANDORA_4




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8619 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-08-01 16:20:36 +00:00
zarzuelo 70ab9d7b8a 2013-08-01 Sergio Martin <sergio.martin@artica.es>
* include/functions_filemanager.php
	images/upload_file.png
	images/edit.png
	images/mimetypes/unknown.png
	images/mimetypes/image.png
	images/mimetypes/zip.png
	images/mimetypes/directory.png
	images/mimetypes/text.png
	images/create_directory.png
	images/create_file.png: Change icons on filemanager
	adding some usability improvements

	* index.php: Fix out of bounds of the footer in the
	policy modules view for bug #2320

	* godmode/massive/massive_operations.php: Fix double
	advertment alert

	* include/help/en/help_profile.php
	include/help/es/help_profile.php: Make changes on the
	ACLs table to put it with the same permissions of the 
	wiki



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8617 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-08-01 14:56:50 +00:00
hkosaka 560fd9dea5 2013-08-01 Hirofumi Kosaka <kosaka@rworks.jp>
* include/functions_api.php: Added new API function
	'api_set_enable_disable_agent'.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8615 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-08-01 12:34:00 +00:00
mdtrooper a95e228376 2013-08-01 Miguel de Dios <miguel.dedios@artica.es>
* operation/events/events_list.php, extensions/agents_modules.php:
	removed the debug trace javascript code.
	
	* godmode/reporting/visual_console_builder.editor.js: fixed the
	add fake lines and prevent the remove lines.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8614 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-08-01 11:05:38 +00:00
ramonn e9d539874b 2013-08-01 Ramon Novoa <rnovoa@artica.es>
* lib/PandoraFMS/Core.pm: Changed the name of the self-monitoring XML
	  files. Fixes bug #2365.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8613 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-08-01 11:03:50 +00:00
ramonn 094defb906 2013-08-01 Ramon Novoa <rnovoa@artica.es>
* lib/PandoraFMS/DataServer.pm,
	  lib/PandoraFMS/SNMPServer.pm,
	  lib/PandoraFMS/Server.pm,
	  lib/PandoraFMS/PluginServer.pm,
	  lib/PandoraFMS/ProducerConsumerServer.pm,
	  lib/PandoraFMS/PredictionServer.pm,
	  lib/PandoraFMS/ReconServer.pm,
	  lib/PandoraFMS/NetworkServer.pm,
	  lib/PandoraFMS/WMIServer.pm: Added clean-up code to avoid resource
	  leaks when there is a crash and the server has to auto-restart.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8611 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-08-01 09:54:21 +00:00
mdtrooper 4557e364b9 2013-08-01 Miguel de Dios <miguel.dedios@artica.es>
* include/javascript/pandora_visual_console.js: fixed the javascript
	error when sometimes there is not a new lines.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8610 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-08-01 09:01:31 +00:00
mdtrooper 8f1232f9e7 2013-07-31 Miguel de Dios <miguel.dedios@artica.es>
* godmode/reporting/visual_console_builder.php: change the code
	to show the tabs in metaconsole after create a new visualmap.
	
	* include/functions_ui.php: fixed into the function
	"ui_print_agent_autocomplete_input" the parameter
	"input_id_server_name" for metaconsole.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8608 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-31 17:18:11 +00:00
mdtrooper 7aa9ccbfb0 2013-07-31 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_ui.php: reduced the char lenght of title in
	the header for to avoid crash when have title with wide chars.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8607 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-31 15:01:27 +00:00
zarzuelo defb892842 2013-07-31 Sergio Martin <sergio.martin@artica.es>
* include/functions_agents.php: Fix a if condition
	broken for a previous test code

	* godmode/groups/group_list.php: Fix propagate ACL 
	field when create group

	* godmode/groups/configure_group.php: Fixed pure parameter

	* godmode/users/configure_user.php: Fixed autohidding of fields in 
	user edition due return avoiding javascript code



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8606 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-31 11:34:42 +00:00
mdtrooper 5b85ce9900 2013-07-31 Miguel de Dios <miguel.dedios@artica.es>
* operation/agentes/networkmap.php: added dinamic tab.
	
	* images/dynamic_network_icon.png: added a Carla's icon for the
	dinamic tab.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8605 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-31 10:16:26 +00:00
mdtrooper d37f5ee504 2012-09-13 Miguel de Dios <miguel.dedios@artica.es>
* res/values-ja/strings.xml, res/values/strings.xml,
	res/values-es/strings.xml: fixed the untranslate strings.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8603 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-30 16:43:40 +00:00
zarzuelo 8c16905c60 2013-07-30 Sergio Martin <sergio.martin@artica.es>
* godmode/reporting/reporting_builder.list_items.php: Add the
	pure parameter to sort arrows in reporting view




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8602 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-30 15:11:56 +00:00
mdtrooper dc3974ca2e 2013-07-30 Miguel de Dios <miguel.dedios@artica.es>
* ChangeLog: Fixes changelog.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8601 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-30 15:03:35 +00:00
mdtrooper 1025dc0080 2013-07-30 Miguel de Dios <miguel.dedios@artica.es>
* godmode/agentes/module_manager_editor_prediction.php,
	include/constants.php: fixed the repeat operator and added some
	constants for to make more easy the code.
	
	Fixes: #2279
	
	MERGED FROM THE TRUNK




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8599 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-30 15:02:07 +00:00
zarzuelo f3e1789819 2013-07-30 Sergio Martin <sergio.martin@artica.es>
* include/ajax/module.php
	extensions/insert_data.php
	operation/tree.php
	operation/reporting/reporting_viewer.php
	operation/reporting/graph_viewer.php
	operation/agentes/datos_agente.php
	godmode/agentes/planned_downtime.editor.php
	godmode/alerts/configure_alert_template.php
	godmode/reporting/reporting_builder.item_editor.php: Change 
	the inclusion of timepicker language file from jquery include
	function to manually way to avoid jQuery errors




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8598 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-30 14:59:19 +00:00
mdtrooper 00733bdf42 2013-07-30 Miguel de Dios <miguel.dedios@artica.es>
* extensions/update_manager/lib/functions.ajax.php,
	godmode/agentes/configurar_agente.php, include/functions_html.php,
	include/functions_networkmap.php: cleaned source code and removed
	the debug traces.
	
	* godmode/agentes/module_manager_editor_prediction.php,
	include/constants.php: fixed the repeat operator and added some
	constants for to make more easy the code.
	
	Fixes: #2279




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8597 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-30 14:10:05 +00:00
mdtrooper aaa38c0a90 2013-07-30 Miguel de Dios <miguel.dedios@artica.es>
* mobile/operation/networkmap.php, godmode/users/user_list.php,
	include/javascript/pandora.js,
	include/javascript/openlayers.pandora.js,
	include/functions_snmp_browser.php, include/api.php,
	include/functions_api.php, operation/snmpconsole/snmp_browser.php,
	operation/agentes/networkmap.dinamic.php: improved the source code
	style.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8596 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-30 10:25:49 +00:00
zarzuelo a2c9f0319d 2013-07-30 Sergio Martin <sergio.martin@artica.es>
* include/functions_users.php
	operation/events/events_list.php: Improve the encapsulation
	of the last Juanmas fix using my previous solution



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8595 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-30 09:56:20 +00:00
juanmanuelr fe038789ad 2013-07-30 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* operation/events/events_list.php: Fix user filter in
        event list view.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8594 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-30 09:40:43 +00:00
zarzuelo 55cb3a92e3 2013-07-30 Sergio Martin <sergio.martin@artica.es>
* godmode/groups/group_list.php: Fix pagination on
	manage groups view



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8593 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-30 07:54:51 +00:00
mdtrooper 66b64b302b 2013-07-29 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_api.php: a lot of tiny fixes.
	
	* extensions/api_checker.php: some fixes.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8591 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-29 17:13:52 +00:00
mdtrooper f87510b3a8 2013-07-29 Miguel de Dios <miguel.dedios@artica.es>
* extensions/api_checker.php: a tiny extension to make more easy
	the checks in the api, it is a early version but works.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8590 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-29 12:22:58 +00:00
zarzuelo 7ae7eb9e79 2013-07-29 Sergio Martin <sergio.martin@artica.es>
* godmode/reporting/reporting_builder.main.php
	godmode/reporting/reporting_builder.php: Added the report
	group to the group combo in the main edition screen of this
	report when the user hasnt permissions on this groups but
	this report have special permissions to edit by this group
	bug: #2362

	Fix a header layout in reports edit view when only have permission
	to edit extrapermission reports



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8589 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-29 10:25:38 +00:00
jsatoh e4a0cf8db4 2013-07-28 Junichi Satoh <junichi@rworks.jp>
* include/help/ja/help_field_match_snmp.php: Translated.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8587 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-28 02:37:40 +00:00
mdtrooper 56324735f2 2013-07-26 Miguel de Dios <miguel.dedios@artica.es>
* operation/agentes/networkmap.dinamic.php: added default zoom
	buttom.
	
	* images/zoom_default.svg: the default buttom.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8584 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-26 12:46:09 +00:00
mdtrooper 0c2f87b908 2013-07-26 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_networkmap.php,
	operation/agentes/networkmap.dinamic.php: added the tooltips and
	only it needs reorganize the code.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8583 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-26 11:53:11 +00:00
zarzuelo 7f97d231fc 2013-07-26 Sergio Martin <sergio.martin@artica.es>
* godmode/reporting/reporting_builder.php: Fix errors
	on reports edition



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8582 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-26 11:39:32 +00:00
zarzuelo 5989111af0 2013-07-26 Sergio Martin <sergio.martin@artica.es>
* include/functions_filemanager.php: Fixed file manager
	in metaconsole for bug #2361 and more little aesthetic fixes



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8581 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-26 07:46:37 +00:00
mdtrooper c9096d3c70 2013-07-25 Miguel de Dios <miguel.dedios@artica.es>
* include/javascript/d3.v3.js: removed some changes.
	
	* include/functions_networkmap.php,
	operation/agentes/networkmap.dinamic.php,
	operation/agentes/networkmap.php: first version of dinamic view
	for networkmap. It needs implement tooltip and of course fix
	the new bugs.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8579 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-25 16:52:45 +00:00
zarzuelo 1464fd9813 2013-07-25 Sergio Martin <sergio.martin@artica.es>
* godmode/alerts/configure_alert_template.php: Fix alert
	template hint javascript problem for bug #2357

	* godmode/massive/massive_edit_modules.php: Change 
	help tip to clarify user experience



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8578 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-25 15:30:17 +00:00
juanmanuelr 3f63819696 2013-07-25 Juan Manuel Ramon Vigo <juanmanuel.ramon@artica.es>
* include/functions.php: Modified function get_user_language
        . if it's called from metaconsole then user lang can be
        updated (support for external hashed call to Pandora).
2013-07-25 Juan Manuel Ramon Vigo <juanmanuel.ramon@artica.es>

        * include/functions.php: Modified function get_user_language
        . if it's called from metaconsole then user lang can be
        updated (support for external hashed call to Pandora).



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8577 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-25 13:19:59 +00:00
zarzuelo f5270b5071 2013-07-25 Sergio Martin <sergio.martin@artica.es>
* include/constants.php: Move policy constants from
	functions_policy to constants file

	* godmode/massive/massive_edit_modules.php: Change the 
	values of link/unlink in massive modules to pending to 
	link/unlink. Its the correct way of do it



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8576 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-25 11:50:55 +00:00