Commit Graph

7166 Commits

Author SHA1 Message Date
ramonn 5b553e4850 2013-10-15 Ramon Novoa <rnovoa@artica.es>
* pandoradb_data.sql: Fixed some SQL queries.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8914 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-10-15 09:52:22 +00:00
ramonn 52d2506dad 2013-10-15 Ramon Novoa <rnovoa@artica.es>
* pandoradb_data.sql: Added more network components.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8913 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-10-15 08:58:36 +00:00
mdtrooper 317f35dba5 a2013-10-14 Miguel de Dios <miguel.dedios@artica.es>
* operation/events/events.build_query.php,
	operation/events/events_list.php, operation/events/events.php: added
	the filter for events of group childrens of parent group selected.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8911 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-10-14 15:36:50 +00:00
zarzuelo 640a535e36 2013-10-14 Sergio Martin <sergio.martin@artica.es>
* include/functions_events.php
	include/functions_reporting.php
	godmode/reporting/reporting_builder.item_editor.php: Fixed filters
	of event reports filters and some visual issues



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8910 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-10-14 14:22:52 +00:00
mdtrooper ff69f65c32 2013-10-14 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_groups.php: into the function
	"groups_get_group_to_list" fixed PHP warnings about uninitialized
	vars.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8909 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-10-14 13:58:55 +00:00
mdtrooper e3f33a6340 2013-10-14 Miguel de Dios <miguel.dedios@artica.es>
* operation/agentes/status_monitor.php: fixed the filter by group
	in the metaconsole.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8908 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-10-14 12:36:41 +00:00
ramonn 70c57a4b3c 2013-10-14 Ramon Novoa <rnovoa@artica.es>
* operation/snmpconsole/snmp_view.php: Made the SNMP trap viewer look
	  more like the event viewer.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8907 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-10-14 12:00:56 +00:00
mdtrooper a70dd1c1e5 2013-10-14 Miguel de Dios <miguel.dedios@artica.es>
* include/graphs/flot/pandora.flot.js,
	include/graphs/functions_flot.php, operation/agentes/stat_win.php:
	fixed the charts with negative values and a flot type.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8906 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-10-14 11:48:51 +00:00
vgilc be9b025d98 2013-10-14 Vanessa Gil <vanessa.gil@artica.es>
* include/languages/ar.mo
	  include/languages/ar.po
 	  include/languages/cs.mo
	  include/languages/cs.po
	  include/languages/de.mo
	  include/languages/de.po
	  include/languages/el.mo
	  include/languages/el.po
	  include/languages/en_GB.mo
	  include/languages/en_GB.po
	  include/languages/es.mo
	  include/languages/es.po
	  include/languages/fr.po
	  include/languages/fr.mo
	  include/languages/it.po
	  include/languages/it.mo
	  include/languages/ja.po
	  include/languages/ja.mo
	  include/languages/nl.po
	  include/languages/nl.mo
	  include/languages/pl.po
	  include/languages/pl.mo
	  include/languages/pt.po
	  include/languages/pt.mo
	  include/languages/pt_BR.po
	  include/languages/pt_BR.mo
	  include/languages/ru.po
	  include/languages/ru.mo
	  include/languages/sk.po
	  include/languages/sk.mo
	  include/languages/tr.po
	  include/languages/tr.mo
	  include/languages/zh_CN.po
	  include/languages/zh_CN.mo
	  include/languages/zh_TW.po
	  include/languages/zh_TW.mo: Updated translations.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8905 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-10-14 08:18:46 +00:00
jsatoh a6d5f44718 2013-10-14 Junichi Satoh <junichi@rworks.jp>
* NetBSD/pandora_server.conf: Updated default settings as the same
	as Linux ones.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8904 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-10-14 04:06:47 +00:00
jsatoh bf8e5cf187 2013-10-13 Junichi Satoh <junichi@rworks.jp>
* godmode/alerts/alert_commands.php, include/functions_io.php: Fixed
	that unexpected fields descriptions are set when multi-byte characters
	are entered.
	It is caused by json_encode(). It escapes unicode used by multi-byte
	characters. I've created io_json_mb_encode(), replacement of
	json_encode() for multi-byte characters.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8902 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-10-13 23:13:23 +00:00
jsatoh abd32e8580 2013-10-13 Junichi Satoh <junichi@rworks.jp>
* unix/tentacle_server: Upgraded to 0.4.0. (Imported from trunk of
        tentacled repository.)
        Added IPv6 support.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8901 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-10-13 01:52:24 +00:00
jsatoh 89e8a018bf 2013-10-12 Junichi Satoh <junichi@rworks.jp>
* include/help/ja/help_reporting_advanced_tab.php,
	include/help/ja/help_warning_status.php,
	include/help/ja/help_critical_status.php: Added new explanations.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8899 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-10-12 22:12:37 +00:00
vgilc 0a0638a374 2013-10-11 Vanessa Gil <vanessa.gil@artica.es>
* pandoradb.data.oracle.sql
	  pandoradb.data.postgreSQL.sql
	  pandoradb_data.sql
	  pandoradb_migrate_4.0.x_to_5.0.mysql.sql
	  pandoradb_migrate_4.0.x_to_5.0.oracle.sql
	  pandoradb_migrate_4.0.x_to_5.0.postgreSQL.sql
	  pandoradb_migrate_4.1_to_5.0.mysql.sql
	  pandoradb_migrate_4.1_to_5.0.oracle.sql
	  pandoradb_migrate_4.1_to_5.0.postgreSQL.sql: Removed some
	languages from setup.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8897 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-10-11 13:26:31 +00:00
mdtrooper 4797f3b8df 2013-10-11 Miguel de Dios <miguel.dedios@artica.es>
* godmode/reporting/visual_console_builder.editor.php,
	include/styles/pandora.css, include/styles/pandora_legacy.css: added
	the font 72 pt for labels in visual maps.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8896 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-10-11 12:48:36 +00:00
vgilc a4153a8066 2013-10-11 Vanessa Gil <vanessa.gil@artica.es>
* include/languages/ast.mo
	  include/languages/ast.po
	  include/languages/bn.mo
	  include/languages/bn.po
	  include/languages/bg.mo
	  include/languages/bg.po
	  include/languages/ca.mo
	  include/languages/ca.po
	  include/languages/da.mo
	  include/languages/da.po
	  include/languages/et.mo
	  include/languages/et.po
	  include/languages/eu.mo
	  include/languages/eu.po
	  include/languages/fi.po
	  include/languages/fi.mo
	  include/languages/gl.po
	  include/languages/gl.mo
	  include/languages/he.po
	  include/languages/he.mo
	  include/languages/hi.po
	  include/languages/hi.mo
	  include/languages/hu.po
	  include/languages/hu.mo
	  include/languages/ko.po
	  include/languages/ko.mo
	  include/languages/mr.po
	  include/languages/mr.mo
	  include/languages/ms.po
	  include/languages/ms.mo
	  include/languages/nb.po
	  include/languages/nb.mo
	  include/languages/ro.po
	  include/languages/ro.mo
	  include/languages/sl.po
	  include/languages/sl.mo
	  include/languages/sv.po
	  include/languages/sv.mo
	  include/languages/te.po
	  include/languages/te.mo
	  include/languages/uk.po
	  include/languages/uk.mo
	  include/languages/vi.po
	  include/languages/vi.mo: Deleted languages.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8895 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-10-11 12:31:10 +00:00
mariopulido87 5931b8e1c9 2013-10-11 Mario Pulido <mario.pulido@artica.es>
* include/help/es/help_critical_status.php,
        include/help/es/help_warning_status.php,
        include/help/en/help_critical_status.php,
        include/help/en/help_warning_status.php: Added examples in help



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8894 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-10-11 12:14:10 +00:00
ramonn 585c6f61b1 2013-10-11 Ramon Novoa <rnovoa@artica.es>
* extensions/ssh_gateway.php: Added a help tip to show invalid
	  characters.

	* extras/pandoradb_migrate_4.1_to_5.0.postgreSQL.sql,
	  extras/pandoradb_migrate_4.1_to_5.0.oracle.sql,
	  extras/pandoradb_migrate_4.1_to_5.0.mysql.sql,
	  extras/pandoradb_migrate_4.0.x_to_5.0.postgreSQL.sql,
	  extras/pandoradb_migrate_4.0.x_to_5.0.mysql.sql,
	  extras/pandoradb_migrate_4.0.x_to_5.0.oracle.sql: Removed duplicated columns.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8893 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-10-11 11:59:27 +00:00
mdtrooper eda9361c4f 2013-10-11 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_agents.php, include/functions_graph.php,
	include/functions_api.php: fixed a pair of bugs of the api calls.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8892 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-10-11 11:33:07 +00:00
zarzuelo bf13ec972a 2013-10-11 Sergio Martin <sergio.martin@artica.es>
* include/graphs/flot/pandora.flot.js: Fixed strange
	random fail of flot graphs menus and improve allocation
	of this menu. Incident: #253

	* images/normalscreen.png: Change icon to modern style



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8891 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-10-11 11:20:25 +00:00
ramonn 107a8e1701 2013-10-11 Ramon Novoa <rnovoa@artica.es>
* src/expand_command.cc: Remove more problematic characters
	  from the parameters as suggested by Robert van Hamburg
	  (xistence).



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8890 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-10-11 11:16:38 +00:00
zarzuelo 798d7256c4 2013-10-11 Sergio Martin <sergio.martin@artica.es>
* include/functions_ui.php
	index.php
	general/header.php: Add include of dialog.css in 
	config for incident #254



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8889 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-10-11 09:19:59 +00:00
zarzuelo 523ce35b6c 2013-10-10 Sergio Martin <sergio.martin@artica.es>
* include/functions_agents.php
	include/functions_alerts.php
	operation/agentes/status_monitor.php
	operation/agentes/status_events.php
	mobile/operation/modules.php: Fixed several calls
	to acl tags with same fixes of Juanma in previous commits



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8887 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-10-10 16:11:39 +00:00
zarzuelo d5efa9f2f8 2013-10-10 Sergio Martin <sergio.martin@artica.es>
* include/functions_agents.php: Change the way of 
	calculate next contact in main agent view to real
	next contact using only agent interval.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8886 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-10-10 14:44:53 +00:00
mdtrooper 74a4ef7b83 2013-10-10 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_tags.php,
	operation/agentes/estado_monitores.php,
	operation/agentes/status_events.php: uploaded the fixes of Juanma.
	Thanks Juanma ;) 




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8885 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-10-10 12:55:22 +00:00
ramonn 02380b76d8 2013-10-10 Ramon Novoa <rnovoa@artica.es>
* src/expand_command.cc: Improved injection detection. Thanks to
	  Robert van Hamburg (xistence) for finding the vulnerability.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8884 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-10-10 10:30:10 +00:00
ramonn 202ccfc37d 2013-10-10 Ramon Novoa <rnovoa@artica.es>
* src/expand_command.cc,
	  src/expand_command.hh: Patched to avoid command injections.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8883 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-10-10 10:09:07 +00:00
zarzuelo 6d5addb6fb 2013-10-10 Sergio Martin <sergio.martin@artica.es>
* include/styles/pandora.css
	godmode/groups/configure_group.php
	godmode/alerts/alert_templates.php
	godmode/modules/manage_network_components.php
	godmode/tag/tag.php
	godmode/tag/edit_tag.php
	godmode/category/edit_category.php: Fixed many aesthetic
	issues



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8882 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-10-10 09:20:21 +00:00
ramonn 03d8786843 2013-10-09 Ramon Novoa <rnovoa@artica.es>
* pandoradb_data.sql,
	  pandoradb.data.postgreSQL.sql,
	  pandoradb.data.oracle.sql: Point to the OUM server version 5.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8880 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-10-09 12:12:04 +00:00
zarzuelo bd21359555 2013-10-09 Sergio Martin <sergio.martin@artica.es>
* images/custom_logo/artica_logo.png: Resize artica logo
	for header



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8879 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-10-09 11:51:02 +00:00
zarzuelo 92114d5bd1 2013-10-09 Sergio Martin <sergio.martin@artica.es>
* images/custom_logo/none.png: Added none image to use
	Pandora FMS without header logo



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8878 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-10-09 11:46:33 +00:00
zarzuelo 40fac23e7b 2013-10-09 Sergio Martin <sergio.martin@artica.es>
* images/custom_logo/pandora_logo_head.png
	images/custom_logo/artica_logo.png: Reupload
	the open header image and artica logo as alternative
	deleted by me due a confussion with pdf header images



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8877 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-10-09 11:42:30 +00:00
zarzuelo 48f5c903da 2013-10-09 Sergio Martin <sergio.martin@artica.es>
* include/javascript/jquery.pandora.js
	images/tip.png: Replace tip image by new star, increse
	a little the license info dialog

	* operation/agentes/estado_generalagente.php: Added real 
	time tip near status graph legend in main agent view



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8876 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-10-09 08:42:00 +00:00
jsatoh d0504ce750 2013-10-09 Junichi Satoh <junichi@rworks.jp>
* lib/PandoraFMS/Tools.pm: Fixed ping monitoring failure on NetBSD.
	Contributed by Hiroki SHIMIZU. Thanks!



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8875 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-10-09 00:55:20 +00:00
pandora-release ae405d5af7 Auto-updated build strings.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8873 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-10-08 23:24:56 +00:00
mdtrooper 1521214cb7 2013-10-08 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_visual_map.php,
	include/Image/image_functions.php: fixed the show visualmap widget
	in dashboard.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8872 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-10-08 15:36:42 +00:00
mdtrooper 1122dd9714 2013-10-08 Miguel de Dios <miguel.dedios@artica.es>
* include/styles/pandora.css: add the style for the dialogs in
	the enteprise license dialog.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8871 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-10-08 14:16:06 +00:00
pandora-release a9a3010cb7 Updated version and build strings.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8870 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-10-08 12:12:08 +00:00
zarzuelo 08fa95a949 2013-10-08 Sergio Martin <sergio.martin@artica.es>
* include/help/en/help_reporting_advanced_tab.php
	include/help/es/help_reporting_advanced_tab.php: Add info
	in the report macros help with new feature

	* images/custom_logo/none.png
	images/custom_logo/artica_logo.jpg
	images/custom_logo/artica_logo.png
	images/custom_logo/sourceforge.png
	images/custom_logo/pandora_logo_head.png
	images/custom_logo/none.jpg: Clean and create new files for
	pdf header

	* godmode/reporting/reporting_builder.php: Set FreeSans as
	default font in reports



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8869 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-10-08 11:26:43 +00:00
zarzuelo 79d4553472 2013-10-08 Sergio Martin <sergio.martin@artica.es>
* include/functions_alerts.php
	include/javascript/jquery.pandora.controls.js
	include/functions_treeview.php
	operation/tree.php
	operation/agentes/ver_agente.php
	godmode/groups/group_list.php
	godmode/massive/massive_add_alerts.php
	godmode/massive/massive_delete_modules.php
	godmode/massive/massive_delete_alerts.php
	godmode/massive/massive_edit_modules.php
	godmode/reporting/graph_builder.graph_editor.php: Add sorting
	in many agents list retrieved by ajax and tree view



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8868 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-10-08 09:48:26 +00:00
jsatoh 719915003c 2013-10-08 Junichi Satoh <junichi@rworks.jp>
* pandora_server_installer: Added p5-JSON to description for FreeBSD.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8867 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-10-08 02:46:05 +00:00
zarzuelo 84154e9619 2013-10-07 Sergio Martin <sergio.martin@artica.es>
* include/styles/pandora.css: Added a overflow hidden
	in left informative tab of pandoras interface to avoid
	ugly visual errors.

	* godmode/reporting/reporting_builder.list_items.php
	godmode/reporting/reporting_builder.item_editor.php: Change Avg
	strings by Rate strings in top N reports for incident #211



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8865 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-10-07 13:31:37 +00:00
mdtrooper cca2148e37 2013-10-07 Miguel de Dios <miguel.dedios@artica.es>
* godmode/massive/massive_delete_alerts.php,
	godmode/massive/massive_add_alerts.php: fixed the get agents in
	the groups with subgroups and enabled "Group recursion".
	
	Fixes: #2393




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8864 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-10-07 12:45:17 +00:00
mdtrooper 4f4fa798f8 2013-10-07 Miguel de Dios <miguel.dedios@artica.es>
* godmode/agentes/modificar_agente.php: fixed the align of bottom
	create buttom.
	
	Fixes: #2392




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8863 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-10-07 11:11:30 +00:00
ramonn 4e4961d280 2013-10-07 Ramon Novoa <rnovoa@artica.es>
* include/functions_networkmap.php,
	  operation/agentes/networkmap_list.php,
	  operation/agentes/networkmap.php: Fixed ACL related problems.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8862 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-10-07 10:52:24 +00:00
zarzuelo 4b9c4b3743 2013-10-07 Sergio Martin <sergio.martin@artica.es>
* util/pandora_manage.pl: Fixed data_module feature adding the data
	to be inserted into parameter list. The retro-compatibility has been 
	broken, but this feature was useless, so it shouldnt be a problem.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8861 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-10-07 10:08:23 +00:00
zarzuelo 5b3c1eb2e0 2013-10-07 Sergio Martin <sergio.martin@artica.es>
* include/graphs/functions_pchart.php: Disabled 
	second pass processing in 3d pie chart because
	it was really heavy (13 seconds chargin a simple
	pie is unacceptable)




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8860 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-10-07 09:24:11 +00:00
ramonn 93ac669634 2013-10-07 Ramon Novoa <rnovoa@artica.es>
* extras/pandoradb_migrate_4.1_to_5.0.postgreSQL.sql,
	  extras/pandoradb_migrate_4.1_to_5.0.oracle.sql,
	  extras/pandoradb_migrate_4.1_to_5.0.mysql.sql: Added to repository.
	  4.1 to 5.0 migration scripts.

	* extras/pandoradb_migrate_4.0.x_to_5.0.postgreSQL.sql,
	  extras/pandoradb_migrate_4.0.x_to_5.0.mysql.sql,
	  extras/pandoradb_migrate_4.0.x_to_5.0.oracle.sql: Removed a suspicious
	  insert into tusuario.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8859 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-10-07 08:46:03 +00:00
zarzuelo 41c569631a 2013-10-07 Sergio Martin <sergio.martin@artica.es>
* include/styles/pandora.css
	include/functions_reporting.php
	include/fonts/FreeSans.ttf
	include/fonts/FreeSansBold.ttf
	include/config_process.php
	operation/reporting/reporting_viewer.php
	images/pandora_logo_white.jpg
	godmode/reporting/reporting_builder.list_items.php
	godmode/reporting/reporting_builder.main.php
	godmode/reporting/reporting_builder.php: Fix several visual
	issues in reports. Update FreeSans font. Add some code for
	pdf reports in enterprise side



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8858 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-10-07 08:38:41 +00:00
jsatoh b3c1dd9c45 2013-10-07 Junichi Satoh <junichi@rworks.jp>
* extras/pandoradb_migrate_4.0.x_to_5.0.mysql.sql,
	extras/pandoradb_migrate_4.0.x_to_5.0.postgreSQL.sql: Removed
	duplicated queries.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8857 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-10-07 08:03:05 +00:00