Commit Graph

16 Commits

Author SHA1 Message Date
raulmateos d565437811 2006-12-24 Raul Mateos <raulofpandora@gmail.com>
* include/styles/pandora.css, tip.css: Stylesheet correction.
	* include/general/footer.php, header.php, login_page.php: Corrected
	styles.
	* index.php: added div for footer.
	* include/languages/*.php: Removed old texts.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@335 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-12-24 22:40:09 +00:00
raulmateos 1953e9c306 2006-12-18 Raul Mateos <raulofpandora@gmail.com>
* help/es/*, help/en/*: Stylesheet correction. Change some texts.
	* godmode/grupos/lista_grupos.php: Solved some small bug with icon
	when creating group.
	* general/logon_ok.php: Solved small bug due to style correction.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@327 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-12-19 15:51:15 +00:00
Esteban Sanchez 33934311e1 2006-12-15 Esteban Sanchez <estebans@artica.es>
* operation/agentes/estado_grupo.php: Huge style correction. There is
        too much work left.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@322 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-12-15 15:25:19 +00:00
raulmateos 10c8253981 2006-11-27 Raúl Mateos <raulofpandora@gmail.com>
* pandora_server/data_in: Removed old directory.

	* pandora_server/config/pandora_server.conf: Changed data_in directory to
	/var/spool/pandora/data_in.

	* pandora_agents/win32/installer/Pandora_FMS_Windows_Agent-1.2-Setup.exe: 	Updated with last binary file.
	
	* pandora_agents/win32/installer/pandora.mpi: Update installer script file.
	
	* pandora_agents/win32/installer/Pandora Windows Agent-1.2 Beta3-Setup.exe: 		deleted old file.

	* pandora_agents/win32/bin/pandora_agent.conf: Changed path in server to
	/var/spool/pandora/data_in.

	* pandora_console/general/footer.php: Add variable $time to get time from server 		which PHP < 5.1. Style correction.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@285 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-11-27 21:35:13 +00:00
raulmateos cef290d652 2006-11-23 Raul Mateos <raulofpandora@gmail.com>
* general/footer.php: Changed text from Pandora to Pandora FMS.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@278 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-11-23 16:21:22 +00:00
raulmateos 624c571d23 2006-11-21 Raul Mateos <raulofpandora@gmail.com>
* general/footer.php: Change time() function to $_SERVER['REQUEST_TIME']
	for optimization, Esteban's suggestion. Changed text from Pandora to
	Pandora FMS.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@268 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-11-21 17:35:59 +00:00
slerena e6aeaf150d 2006-10-21 Sancho Lerena <slerena@artica.es>
* include/functions.php: Change function no_permission () to show
	  noaccess.gif image correctly, due a path problem.
		  
        * general/noaccess.php: Change code to show noaccess.gif correctly.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@234 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-10-21 16:47:26 +00:00
raulmateos 951ea5a06b 2006-10-04 Raul Mateos <raulofpandora@gmail.com>
* operation/agentes/estado_ultimopaquete.php: Delete old comments.
	* general/login_page.php, logon_ok.php: Updated headers.
	* include/config.php: Set PHP errors disabled by default.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@214 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-10-04 16:15:20 +00:00
raulmateos c883e2fcb9 (Pandora Console)
* changed name from pandora_info_es.html to pandora_info_es_es.html and pandora_info_bb.html to pandora_info_ast_es.htm

* pandora_info_it.html. New file, GPL license in italian

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@130 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-07-12 10:20:34 +00:00
raulmateos c7673709dd (Pandora Console)
* index.php: Add new text about authors.

* functions.php: Add new text about authors. Change PATH to noaccess.php file.

* noaccess.php: Add new text about authors.

* login_failed.php: Add new text about authors.

* logoff.php: Add new text about authors.

* config.php: Add new text about authors.

* configurar_usuarios.php: Add new text about authors. Clean code. Solve small bug that avoid creating a new user. Add a line between table and button. Add different colors between rows (cosmetic changes).

* pandora.css: Added new class .datos2t

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@123 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-07-11 14:14:09 +00:00
slerena 8dd2b5498c * logon_ok.php - Improved Select.
* estado_grupo.php - Fixed some missing Monitors. SQL improved, better search.
* estado_monitores.php - SQL improved, better search. Monitor table header doesnt show its content when there are no data to render.

This is the first commit after Beta2 :-)

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@106 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-07-07 00:45:58 +00:00
slerena f792d3c69f * Visual improvements (from Babel Project) added to Pandora (logon screen and user views for agents).
* setup.php: New background editor in setup (from Babel Project) added to Pandora.
* New background images.
* Replaced again jpgraph with a -running- version.
* pandora.css: Updated, fixed and added some styles (
* language_en.php: Added a few tokens. Sorry Raul, it's necessary.
* functions.php: Added a new function to list files in a directory (taken from Babel Project).
* fgraph.php: Added a new progressbar function (taken from Babel Project).

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@68 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-07-01 01:48:56 +00:00
slerena 97c43db2a8 * Licence banner change (for more accurate information about GPL and copyrights in all files of this commit.
* configurar_agente: MANY changes.
- New SNMP feature to make a SNMP walk of current IP target and show in a new snmp oid combo. 
- Now the SNMP works with alphanumeric and numeric OID's :-).
- Cosmethic changes in the way we show the tables.
- New "cancel" buttons in alert and module edition mode
- New "setup" button to cancel edition mode and re-get the general setup display of agent.
* estado_grupo.php, some important changes and fixes:
- New feature to referesh ALL the network modules under a group if push the "network refresh" button.
- Need to be finished by Raul, to show detailed info only in the hint.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@62 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-06-29 19:31:53 +00:00
raulmateos d07427ecee - Update some highlighting options (Pandora Console)
- Update help (Pandora Console)
- Update translation files (Pandora Console)
- Clear some code (Pandora Console)

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@54 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-06-28 17:09:23 +00:00
raulmateos 541d750030 - Update Login page, deleting demo user
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-04-19 15:31:42 +00:00
slerena 0cd002810a Initial Pandora load from our internal SVN
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-03-27 03:37:27 +00:00