Commit Graph

1689 Commits

Author SHA1 Message Date
Esteban Sanchez 28eb116928 2007-02-22 Esteban Sanchez <estebans@artica.es>
* pandoradb.sql: Changed a 'utimestamp' field from mediumint to
        integer.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@382 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2007-02-22 16:45:10 +00:00
slerena 4906a23681 2007-02-22 Sancho Lerena <slerena@artica.es>
* pandoradb.sql: Fixed some problems in last commit and fixed
          utimestamp length.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@381 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2007-02-22 15:47:58 +00:00
raulmateos 3aaa3a6b58 2007-02-21 Raul Mateos <raulofpandora@gmail.com>
* pandoradb.sql: Solved small problems that caused some tables not 
	to be created.
	
	* operation/active_console/lib/db_functions.php: Remove ".." in include
	path for config file.
	
	* general/logon_ok.php: Use new styles and small check to show some text if
	no data.
	
	* include/styles/pandora.css: New styles.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@380 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2007-02-20 21:45:44 +00:00
slerena 2d148cc0a5 2007-02-20 Sancho Lerena <slerena@artica.es>
* pandoradb.sql: Upgraded SQL. Improved lenght for some fields.
	
	* index.php: Better permission checks
	
	* operation/agentes/estado_ultimopaquete.php: Changed some
	parameters for agent graphics.
	
	* operation/agentes/estado_generalagente.php: Changed some
	parameters for agent graphics.
	
	* reporting/fgraph.php: MAJOR UPGRADE. Replacement for three main
	graphics from agents now using Image Graph.
	
        * reporting/stat_win.php: MAJOR UPGRADE.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@379 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2007-02-20 18:09:54 +00:00
slerena 44c8e7ad16 2007-02-19 Sancho Leren <slerena@openideas.info>
* include/styles/pandora.css: Updated to have new styles for
        installer.

        * include/config.inc.php: New skeleton for config, used in wizard.

        * install.php: NEW wizar/installer for console.

        * index.php: Some modifications for main page.

        * operation/incidents/incide*: Some header changes.

        * operation/active_console/index.php: Header changes.

        * images/*: New images for wizard.

        * general/error_*.php: New messages for wizard.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@378 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2007-02-20 01:38:59 +00:00
slerena 25f176b0a6 2007-02-19 Sancho Lerena <slerena@openideas.info>
* operation/incidents/incident.php: Pagination finished.

	* operation/events/events.php: Pagination finished.

	* godmode/admin_access_logs.php: Pagination fix (work in progress,
	not finished yet).
	


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@376 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2007-02-19 07:44:07 +00:00
slerena 51c2517a46 2007-02-16 Sancho Lerena <slerena@artica.es>
* pandoradb.sql: added unixtime field to tagente_datos,
	tagente_datos_string and tagente_estado tables. Future queries
	will use UNIX time instead of "Human" timestamp strings.
	
	* index.php: Small fix of duplicated body html tag.

	* agentes/estado_ultimopaquete.php: [DEBUG] Add a debug ICON for new
	graph... need to be delted.

	* /active_console/styles/main.css, and many .js: Style correction
	(massive changes), only indented and commented, no changes in
	code.

	* reporting/fgraph.php: CURRENTLY CHANGING CODE, NOT USE.

	* reporting/stat_win.php: Unified parameter parsing.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@374 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2007-02-16 18:29:37 +00:00
slerena cae70f66b5 2007-02-06 Sancho Lerena <slerena@artica.es>
* include/functions.php: Pagination function now works fine.
	
	* operation/incidents/incident.php, indicent_detail.: Incident
	update/inser goes to main incident view. More usable
	interface. Pagination works fine, needs to adjust SQL to use LIMIT
	syntax for more optimized code.
       


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@373 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2007-02-06 15:38:29 +00:00
slerena 169f607b66 2007-02-05 Sancho Lerena <slerena@artica.es>
* include/functions_db.php: Added function to get
	info for events (return_event_description().
	
	* include/languages/language_en.php: More new strings.
	
	* include/functions.php: Pagination improved !. not finished yet.
	
	* pandora_console/index.php: Added some credits to main page.
	
	* operation/incidents/incident.php: Improved incident
	visualization. Fixed some render bugs in last raul's commit :->
	
	* operation/incidents/incident_detail.php: Now incidents could be
	"reported" using event button for submit incident.
	
	* operation/events/events.php: Pagination is now using LIMIT SQL
	syntax, and pagination works fine. Several issues fixed, and added
	function to report incident from here.
	
	* images/ok.gif, cancel.gif: Changed icon.

	* images/control_start_blue.png: Added.

	* images/page_lightning.png: Added.
	
	* images/control_rewind_blue.png: Added.
	
	* images/control_end_blue.png: Added.
	
	* images/control_fastforward_blue.png: Added.
	


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@372 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2007-02-05 17:45:14 +00:00
marostegui add699f7ac 2007-02-02 Manuel Arostegui <marostegui@artica.es>
* pandora_console.spec: Fixed small weird bug submitted to my email.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@370 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2007-02-02 10:48:47 +00:00
raulmateos 8f9435da74 2007-01-27 Raul Mateos <raulofpandora@gmail.com>
* godmode/agentes/configurar_agente.php: Fixed bug 1643627, some style
	changes. Also solve small bug due to use id_os and os_version as the same
	var.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@368 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2007-01-27 13:32:54 +00:00
raulmateos 583497bc8d 2007-01-21 Raul Mateos <raulofpandora@gmail.com>
* images/setup.gif: Updated icon.
	
	* operation/estado_agente.php, estado_generalagente.php: Updated image width
	for new icon.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@366 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2007-01-21 00:12:44 +00:00
raulmateos 3064ffc4a5 2007-01-14 Raul Mateos <raulofpandora@gmail.com>
* include/languages/language_de.php: Updated file for german language.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@360 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2007-01-14 12:30:39 +00:00
raulmateos ec4151a162 2007-01-10 Raul Mateos <raulofpandora@gmail.com>
* help/[gl|de]/*.php: New files. At this moment, is a redirect to the
	english help.
	
	* operation/menu.php: Small style correction.
	
	* active_console/*.php: Change from <? to <?php, change comments to put them
	inside <?php. Small changes in js scripts.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@359 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2007-01-10 10:48:29 +00:00
raulmateos 3244674217 2007-01-09 Raul Mateos <raulofpandora@gmail.com>
* godmode/agentes/configurar_agente.php; Style correction. Solve small
	bug not showing any table if no alert defined.
	
	* include/config.php: Add some comments and change order of error reporting
	function.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@358 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2007-01-09 22:01:38 +00:00
raulmateos 9bbf0c4ffe 2007-01-09 Raul Mateos <raulofpandora@gmail.com>
* include/languages/*.php: New file for german language. Some
	updates for the rest of files.
	
	* pandoradb_data.sql: Add entry for german language.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@357 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2007-01-09 20:57:56 +00:00
raulmateos 540f89bdf3 2007-01-09 Raul Mateos <raulofpandora@gmail.com>
* operation/menu.php: Style correction (not enough).
	
	* include/op.css: Solve small bug with hover in reporting icon.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@356 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2007-01-09 11:18:41 +00:00
marostegui 4c06c2dd1b 2007-01-08 Manuel Arostegui <marostegui@artica.es>
* pandora_agents/linux/pandora_agents.spec: Changed group.
	
	* pandora_console/pandora_console.spec: Changed group.
	
	* pandora_server/specs/fedoracore5/pandora_server.spec:
	  Changed group.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@355 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2007-01-08 09:05:32 +00:00
slerena 9f05ba669c 2007-01-05 Sancho Lerena <slerena@artica.es>
Importing data from Azabel brach. This commit is a little
	chaotic :-). Almost all code it's break apart, so no problems
	should not be generated. New graphical console will be called
	"Active console", as temporal name.

	
	* pandora_graphical_console.sql: New SQL for active console.

	* pandora_graphical_console_data.sql: New SQL data for A.C.

	* images/op9.gif: New icon for operation menu.

	* operation/active_console/index.php: Main index for A.C. this
	includes now a require function for config.php.

	* operation/active_console/imagenes/*: Lots of images for
	A.C. Need to be ordered or something.

	* operation/active_console/scripts/*: Most of the Javascript code
	for the A.C is here.

	* operation/active_console/lib/*: Main include PHP code for A.C

	* operation/active_console/styles/*: CSS Styles for A.C.

	* pandora_graphical_console.INSTALL: How to install A.C

	* include/styles/cb/: Unused, deleted.

	* include/styles/op.css: Changes need to activate new A.C option.

	* include/languages/language_en.php: New string for A.C

	* operation/menu.php: New menu option.

	* include/config.php: New version and set error reporting to 0. At
	this time A.C reports many warnings and notices and dont work
	properly, so keep this low at the moment.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@353 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2007-01-05 18:11:33 +00:00
marostegui d024cc640a 2007-01-04 Manuel Arostegui <marostegui@artica.es>
* pandora_console.spec: Now pandora console is installed
          with the correct name, not with the release name after
          "pandora_console".



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@351 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2007-01-04 10:42:10 +00:00
marostegui 3fdb78761d 2007-01-02 Manuel Arostegui <marostegui@artica.es>
* pandora_agents/linux/pandora_agents.spec: 
	  Added new PATHS for config files and binary
          ones. Fixed perms. Change Summary due to a typo bug.
       
        * pandora_console/pandora_console.spec: Added man pages.
 
        * pandora_server/specs/fedoracore5/pandora_server.spec: Added to reposistory.
          Completly re-write pandora server spec file, now it package everything.
 



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@346 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2007-01-02 11:32:02 +00:00
raulmateos b0ce5c7dae 2007-01-01 Raul Mateos <raulofpandora@gmail.com>
* include/functions_db.php: Add new function to obtain group list.
	
	* godmode/alertas/configurar_alerta.php: Clear code. Clear sytle.
	
	* operation/agentes/estado_grupo: Clear code. Clear style. Use new
	list_group2 function. Simplify SQL queries.
	
	* operation/events/events.php: Clear code. Clear style.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@345 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2007-01-01 18:41:27 +00:00
raulmateos f50fc7feb7 2006-12-31 Raul Mateos <raulofpandora@gmail.com>
* include/functions.php, functions_db.php: Move list_group from f*.php
	to f*_db.php. Add two new functions to show icons.
	
	* operation/agentes/*.php, operation/eventos/eventos.php, 
	godmode/agentes/*.php: Updated files to use the new functions for icons.
	Clear code. Clear sytle.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@343 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-12-31 00:29:40 +00:00
marostegui 3cd70d293d 2006-12-29 Manuel Arostegui <marostegui@artica.es>
* pandora_console.spec: Added missing path.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@342 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-12-29 10:30:57 +00:00
marostegui 1225be5cb6 2006-12-29 Manuel Arostegui <marostegui@artica.es>
* pandora_console.spec: Added to reposistory. Pandora Console final spec
          file.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@341 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-12-29 08:42:35 +00:00
raulmateos dabb28c785 2006-12-26 Raul Mateos <raulofpandora@gmail.com>
* pandoradb_data.sql: Solved small typo from last commit

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@339 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-12-26 16:42:54 +00:00
raulmateos 19914d8ff4 2006-12-26 Raul Mateos <raulofpandora@gmail.com>
* include/languages/language_es*.php: Updated.
	
	* include/languages/language_gl*.php: New galician language.
	
	* operation/agentes/bulbs.php: New file with the bulbs. Used by
	estado_agente.php.
	
	* pandoradb_data.sql: Updated to use the new language.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@338 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-12-26 15:49:14 +00:00
raulmateos 2f2b013372 2006-12-25 Raul Mateos <raulofpandora@gmail.com>
Pandora_console:

	* include/styles/pandora.css: New style mr40.
	
	* help/en,es/chapter3.php: Explanation of monitor added. Solved error with 
	english file (maximun-> manimum; minimun -> minimum)
	
	* include/functions: Add function to show groups of an user.
	
	* operation/agentes/*, operation/eventos/eventos.php: Use new function.
	Style correction.

	Pandora_docs:

	* pandora_chapter3.xml: Explanation of monitor added. Solved error with 
	english file (maximun-> manimum; minimun -> minimum)

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@336 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-12-25 18:15:57 +00:00
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 7cccf1be48 2006-12-19 Raul Mateos <raulofpandora@gmail.com>
* pandora_console/help/en/images/SNMP*, groups.png: Forgotten files

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@329 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-12-19 17:58:47 +00:00
raulmateos bd21c2a94e 2006-12-19 Raul Mateos <raulofpandora@gmail.com>
* pandora_console/help/en/*: Stylesheet correction. Change some texts and images.
	* pandora_console/help/en/images/SNMP*, groups.png: New files
	* pandora_docs/pandora_chapter3.xml: Changed some texts

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@328 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-12-19 17:56:36 +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
raulmateos def9f18577 2006-12-16 Raul Mateos <raulofpandora@gmail.com>
* include/styles/pandora.css, op.css, god.css: Removed more unnecessary
	lines and solve some typo errors.
	* operation/agentes/estado_grupo.php: Style correction. Change some
	colour names for its HTML RGB code.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@326 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-12-16 19:33:52 +00:00
raulmateos 3e61ff9768 2006-12-15 Raul Mateos <raulofpandora@gmail.com>
* operation/agentes/datos_agente.php: Add no data CSS style. Some style correction.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@325 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-12-15 22:44:11 +00:00
raulmateos dcc8e1d6a9 2006-12-15 Raul Mateos <raulofpandora@gmail.com>
* include/styles/op.css, god.css: Solved detected problem,
	more style simplification.

	* godmode/menu.php, operation/menu.php: Updated files to
	styles.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@324 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-12-15 21:57:08 +00:00
slerena a97de8429f 2006-12-15 Sancho Lerena <slerena@artica.es>
* include/styles/op.css: Added new op8. FIXME: There is a little
	problem i cannot fix before commit. TODO.
	
	* include/languages/language_en.php: Added new report strings.
	
	* include/config.php: Officially are 1.3 devel version. Updated.
	
	* operation/menu.php: CODE CLEANUP. FIXME: There is a little
	problem I cannot fix before commit. TODO

	* images/op8.gif: Added.
	


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@323 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-12-15 17:39:11 +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 d0873d3278 2006-12-14 Raul Mateos <raulofpandora@gmail.com>
* operation/servers/view_server.php: Solve small problem with
	an unclosed $lang_label[] var.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@321 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-12-14 22:54:03 +00:00
raulmateos 8ea9120a2e 2006-12-14 Raul Mateos <raulofpandora@gmail.com>
* operation/messages/message.php: Updated style for not found items.
	* godmode/agentes/configurar_agente.php,
	operation/agentes/estado_agente.php: Updated style for red text.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@320 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-12-14 22:47:45 +00:00
raulmateos 5a7c537e94 2006-12-14 Raúl Mateos <raulofpandora@gmail.com>
* include/styles/*.css: Simplify styles. Second Try.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@319 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-12-14 22:38:39 +00:00
raulmateos 10d3494c8b 2006-12-14 Raúl Mateos <raulofpandora@gmail.com>
* include/styles/*.css: Simplify styles. First Try.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@318 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-12-14 22:27:57 +00:00
raulmateos c8d99038ca 2006-12-08 Raul Mateos <raulofpandora@gmail.com>
* include/config.php: Changed build
	
	* images/info.gif: New file
	
	* include/styles/pandora.css: Created new style and modified others
	
	* operation/agentes/*.php, operation/servers/*.php, godmode/agentes/*.php,
	godmode/servers/*.php,: Close some HTML tags. Changed style for not
	found items.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@314 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-12-08 16:57:43 +00:00
raulmateos bd5300cd1b 2006-12-07 Raul Mateos <raulofpandora@gmail.com>
* include/config.php: Changed build
	
	* operation/snmp/*: Close some HTML tags. Changed style 
	for not found items.
	
	* operation/servers/view_server.php: Close some HTML tags. Changed style 
	for not found items.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@313 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-12-07 18:53:43 +00:00
raulmateos ee64dd849e 2006-12-04 Raul Mateos <raulofpandora@gmail.com>
/branches/pandora_1.2/pandora_console and /trunk/pandora_console:
	    * help/[en|es]/images/servers1.png, servers2.png: New files.
	
	    * help/[en|es]/chap2.php, chap7.php: Update files.
	
	    * godmode/admin_access_logs.php: Add help icon.

	/trunk/pandora_doc/:
	    * en/images/servers1.png, servers2.png: Renamed files.

	    * pandora_chapter2.xml, pandora_chapter7.xml: Updated files.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@304 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-12-04 12:35:48 +00:00
slerena 49afbbf6eb 2006-12-03 Sancho Lerena <slerena@artica.es>
* godmode/agentes/configurar_agente.php: Fixed bug editing alerts.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@301 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-12-03 23:50:13 +00:00
raulmateos 9d6269c7db 2006-12-03 Raul Mateos <raulofpandora@gmail.com>
* include/styles/pandora.css: Join styles.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@297 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-12-03 02:15:24 +00:00
raulmateos 19ce3869d7 2006-12-03 Raul Mateos <raulofpandora@gmail.com>
* include/styles/pandora.css: new style for not found items.
	
	* operation/events/events.php: Add filter to events by group. Changed
	style for not found items.
	
	* operation/agentes/estado_agente.php, status_monitor.php,
	estado_alertas.php: Add name to filter combo. Changed style for not
	found items.

	* operation/incidents/incident.php: Changed style for not found items.
	
	* images/cancel.gif: Changed image to one with smaller size.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@296 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-12-03 02:07:36 +00:00
slerena 1296318795 2006-11-28 Sancho Lerena <slerena@artica.es>
* pandora_doc: Updated styles, added ER diagram and finished
	revision. Generated "correct" PDF versions. Possibly final versions :-)

	* Other stuff: Fixed several SVN conflicts in my repository
          and updated several ChangeLogs that I dont commit.
	


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@286 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-11-28 14:00:38 +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
slerena 77ebfaf67c 2006-11-23 Sancho Lerena <slerena@artica.es>
* agentes/datos_agente.php: Better output (sort DESC and with M and K suffix)



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@276 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-11-23 12:45:27 +00:00
slerena cbfc5f1873 2006-11-23 Sancho Lerena <slerena@artica.es>
* agentes/estado_ultimopaquete.php: Added "border=0" to some graphic.
        Fixed typo in hourly graph.

        * agentes/estado_generalagente.php: Added "border=0" in setup icon.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@275 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-11-23 12:29:02 +00:00
slerena 34c620628a 2006-11-22 Sancho Lerena <slerena@artica.es>
* pandora_console/ChangeLog: Update last changes.
	


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@273 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-11-22 18:32:18 +00:00
slerena 0bd4460748 2006-11-22 Sancho Lerena <slerena@artica.es>
* agentes/estado_ultimopaquete.php: Fixed small size of
	visualization of data in packet view. Big values was cutted. Added
	elimination of decimals, and suffix for M (1000) divisible values.
	


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@272 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-11-22 18:26:23 +00:00
raulmateos 34618aaa59 2006-11-21 Raul Mateos <raulofpandora@gmail.com>
* operation/agentes/status_monitor.php: change bulb images from botton
	to top, some style corrections
	* operation/agentes/estado_generalagente.php,
	operation/agentes/estado_ultimopaquete.php:
	Several changes to make it more HTML compliant, and better sytle.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@270 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-11-21 19:10:23 +00:00
raulmateos 873cf9096c 2006-11-21 Raul Mateos <raulofpandora@gmail.com>
* operation/agentes/estado_alertas.php,
	operation/agentes/status_monitor.php: small code changes
	* ChangeLog: added changes not written in the last commit.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@269 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-11-21 17:46:47 +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
raulmateos cd4442da1c 2006-11-17 Raul Mateos <raulofpandora@gmail.com>
* operation/agentes/estado_generalagente.php: Clear code, small adapt to
	guidelines. Add code for showing 'Never' if there wasn't a previous contact
	of the agent.
	
	* include/styles/pandora.css, god.css, link.css, op.css, tip.css: Style
	correction. Add border: 0px to tables and images. With this change, all the
	tables and images shouln't have the "border=0" parameter.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@263 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-11-17 22:56:50 +00:00
slerena ac0a427968 2006-11-15 Sancho Lerena <slerena@artica.es>
* estado_ultimopaquete.php: Fixed width for data in lastpacket.
	 



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@261 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-11-15 12:30:31 +00:00
raulmateos 2b392dd749 2006-11-14 Raul Mateos <raulofpandora@gmail.com>
* include/styles/pandora.css: Change some styles.
	
	* operation/agentes/estado_agente.php, 
	operation/agentes/estado_alertas.php, 
	operation/incidents/incident.php: Clear code, change styles.
	
	* operation/events/event.php: New selection for event type. EXPERIMENTAL.
	TO DO: Add selection for groups.

	* ChangeLog: Add forgotten change.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@259 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-11-14 00:26:29 +00:00
raulmateos 85c2be0da4 2006-11-13 Raul Mateos <raulofpandora@gmail.com>
* include/config.php: Change build date to correct order.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@257 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-11-13 20:38:35 +00:00
slerena a4afa23c8a 2006-11-05 Sancho Lerena <slerena@artica.es>
* images/outlimits.png: Static image for progress bar out of limits.

	* reporting/fgraph.php: Progress bar now show static image if there is
	  out of limits before calculating (faster).
	  

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@249 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-11-06 15:15:34 +00:00
raulmateos 9a0938766a 2006-11-06 Raul Mateos <raulofpandora@gmail.com>
* index.php: Added FMS to title (trunk)

	* include/languages/language_es_es.php, language_en.php,
	language_es_la.php, language_it.php: Remove "distributed" from title
	(trunk)

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@247 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-11-06 10:33:04 +00:00
raulmateos f91c1a801a 2006-10-31 Raul Mateos <raulofpandora@gmail.com>
* operation/menu.php: Add highlighting when creating note in incidents page.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@240 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-10-31 10:21:45 +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 103639ff45 2006-10-09 Raul Mateos <raulofpandora@gmail.com>
* operation/agentes/estado_alertas.php: Add code for showing 'Never'
	if never an alert has been triggered.
	* operation/agentes/estado_alertas.php, estado_agente.php
	, status_monitor.php: Changed select size.
	* operation/incidents/incident_search.php: Changed select size.
	* operation/messages/message.php: Changed select size.
	* godmode/usuarios/configurar_usuarios.php: Changed select size.
	* godmode/setup/setup.php: Changed select size.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@224 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-10-09 15:22:28 +00:00
slerena 4d9e21b12d 2006-10-08 Sancho Lerena <slerena@artica.es>
* ChangeLog: Updated changelog.
     


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@222 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-10-08 14:06:07 +00:00
slerena 87967bc3ce 2006-10-08 Sancho Lerena <slerena@artica.es>
* incident_detail.php: Converted from DOS to UNIX newlines (flip -u). 
     Fixed color background for "Source" field. Fixed help link.
     


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@221 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-10-08 14:04:10 +00:00
slerena 3ad8e2724e 2006-10-06 Sancho Lerena <slerena@artica.es>
* modificar_agente.php: Updated table width for better user view.
     


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@219 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-10-07 11:52:52 +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
Azabel c2ef276e13 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@212 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f 2006-10-02 15:44:35 +00:00
Azabel 243c6aad23 added tooltip in module description
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@211 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-10-02 15:04:53 +00:00
Azabel c459202a75 added tooltip in module description
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@210 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-10-02 15:01:10 +00:00
slerena 59ba2f3de3 2006-09-28 Sancho Lerena <slerena@artica.es>
* languages/language_es_es.php: Fixed message "out of limits"
          without tildes in spanish for jpgraph output.

	* pandoradb_1.1_to_1.2.sql: Fixed small issues: mod_data_inc was
	  as mod_inc.gif in modify SQL sentence. Spanish language is
	  _es_es not _es. Setup by default english language after
	  migration. Added network agent as OS. Changed Build versions in
	  DB Scheme and versions (1.1 in old one !!!).

	* pandora_console/pandoradb_data.sql: Fixed version number and
	  build.
	  


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@190 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-09-28 09:52:54 +00:00
raulmateos c446b1f37d 2006-09-28 Raúl Mateos <raulofpandora@gmail.com>
* language_es_es.php: Update lines from mac format to Unix format

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@189 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-09-28 09:38:49 +00:00
raulmateos b841bcb88a 2006-09-16 Raul Mateos <raulofpandora@gmail.com>
* godmode/agentes/configurar_agente.php: Update :-D. Well, really comment
	DEBUG code added last update.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@184 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-09-22 09:12:22 +00:00
slerena 2fdfe5d5b5 2006-09-21 Sancho Lerena <slerena@artica.es>
* pandoradb.sql: Altered tagente_datos field "datos" to have
	DOUBLE(18,2) instead of DOUBLE (12,2).

	* pandora_db1.1_to1.2.sql: Altered tagente_datos field "datos" to
	have DOUBLE(18,2) instead of DOUBLE (12,2).



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@183 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-09-21 16:30:34 +00:00
raulmateos bc4813b017 2006-09-16 Raul Mateos <raulofpandora@gmail.com>
* Set all timestamp values in pandoradb.sql file to 0000-00-00 00:00:00

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@173 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-09-16 16:00:09 +00:00
raulmateos aa90c2debb 2006-09-11 Raul Mateos <raulofpandora@gmail.com>
* New pandora_doc directory for documents in docbook format. Very Beta :-D

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@160 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-09-11 17:44:04 +00:00
raulmateos 89d744ed8f 2006-09-11 Raul Mateos <raulofpandora@gmail.com>
* (Pandora Console) Massive upload of several help files to update text.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@159 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-09-11 10:08:19 +00:00
raulmateos ca48216a51 2006-09-10 Raul Mateos <raulofpandora@gmail.com>
* Massive upload several files, to reflect changes in help, only text, no code changed.
	
* pandoradb.sql: change value of ultimo_contacto row in  tagente table to 0000-00-00 00:00:00, to solve a small issue when the agent haven't send any data

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@158 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-09-10 16:48:18 +00:00
raulmateos c33d3ccabd * New pandora.ico
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@157 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-09-08 16:13:48 +00:00
raulmateos 1888d62bc8 * Update two images in help files.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@156 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-09-04 21:46:33 +00:00
slerena d342a11425 2006-08-30 Sancho Lerena <slerena@gmail.com>
* pandora_agent/ChangeLog: Created and added to repository

	* pandora_server/ChangeLog: Created and added to repository

	* pandora_console/CHANGELOG: Renamed to ChangeLog

	* pandora_console/reporting/*.php: Replaced old code with new
	code for trunk. Deleted old_jpg_functions directory from
	repository




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@155 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-08-31 23:54:13 +00:00
dervitx 50451624e3 fixed some minor bug that didn't allow the configuration menu to be seen in IE.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@148 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-07-25 17:17:49 +00:00
raulmateos 771b74848e (Pandora Console)
* language_fr.php. Update text.
* language_ca.php. Update text.
* language_pt_br.php. Update text.
* language_ast_es.php. Update text.
* language_it.php. Update text.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@147 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-07-20 14:46:04 +00:00
raulmateos 82f4d0fde1 (Pandora Console)
* snmp_alert.php. Add text when alert not deleted

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@146 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-07-20 14:21:22 +00:00
raulmateos 8a940a3ea3 (Pandora Console)
* snmp_alert.php. Add text when alert not created /updated

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@145 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-07-20 14:17:38 +00:00
raulmateos df9f254197 (Pandora Console)
* snmp_alert.php. Add different colors between rows (cosmetic changes).

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@144 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-07-20 11:41:06 +00:00
raulmateos 8de8a0f71d * Some headers changed to show the "official" GPL Header info. No new features or solved bugs
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@143 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-07-19 22:01:47 +00:00
raulmateos 4389f1043d * Some headers changed to show the "official" GPL Header info. No new features or solved bugs
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@142 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-07-19 18:29:12 +00:00
raulmateos 861f1a309d (Pandora Console)
* exportdata.php. Add a line at the end of table

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@141 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-07-17 16:37:43 +00:00
raulmateos 35011e8ae4 (Pandora Console)
* view_server.php. Add different colors between rows (cosmetic changes)

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@140 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-07-17 16:06:04 +00:00
raulmateos f26600cc93 (Pandora Console)
* Some headers changed to show the "official" GPL Header info

* modificar_server.php. Add highlights. Add line before the submit button. Add help.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@136 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-07-17 08:17:58 +00:00
raulmateos 1311be432a (Pandora Console)
* configurar_agente.php. Solved small bug that only show the last alert when creating alert in an agent, but the alert was created into database.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@135 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-07-17 07:52:51 +00:00
slerena ab43a55634 2006-07-13 Sancho Lerena <sancho.lerena@artica.es>
* estado_grupo.php. Fix bug viewing groups, agent intervar was not read and 
	misused, resulting in a bad result of module down total sum.

        * Some headers changed to show the "official" GPL Header info

	* godmode/setup/setup.php: Fixed small bug showing filelist.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@134 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-07-14 10:08:08 +00:00
raulmateos 86de96df72 (Pandora Console)
* datos_agente.php. Add new text about authors. Add a line between table and button. Add different colors between rows (cosmetic changes). Add Help.

* user.php. Add new text about authors. Clean code.

* menu.php. Add highlight when datos_agente selected.

* pandora.css. Add new text about authors.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@132 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-07-12 13:43:41 +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 384455f397 (Pandora Console)
* language_it.php. New language file, italian

* pandoradb_data.sql. Change to add that the new language

* help/it. New directory for help files in italian

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@128 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-07-12 08:29:41 +00:00
raulmateos 8af2b84b8e (Pandora Console)
* Moved FreeSans.ttf to the reporting directory

* Modified config.php. Now only shows the font, $config_fontpath var is set without the path (it should look for the font in the reporting directory)

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@127 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-07-11 16:54:17 +00:00
slerena 99e15a255f 2006-07-11 Sancho Lerena <slerena@gmail.com>
* config.php: Replaced default font for use in graphs to use FreeSans.ttf

	* FreeSans.ttf: added to SVN repository.

	* fpgraph.php: Fixed problem with Call-time pass-by-reference in PHP.

	* functions.php: Updated parametro_limpio() security function to parse better. 
	Includes a regular expression to purge %00 expresions.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@125 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-07-11 15:33:55 +00:00
raulmateos f6bd27dae7 (Pandora Console)
* user_edit.php: Add new text about authors. Add a line between table and button. Add different colors between rows (cosmetic changes).

* menu.php: Add new text about authors. Add code to highlight "edit my user" when editing the authenticated user.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@124 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-07-11 14:48:04 +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
raulmateos 3de964e822 (Pandora Console)
* ver_agente.php: Add new text about authors. Clean Code.

* estado_generalagente.php: Add new text about authors. Solve small bug showing different colors between rows (cosmetic changes).

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@122 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-07-11 11:02:20 +00:00
raulmateos 970852e631 (Pandora Console)
* message.php: Add new text about authors. Add new help icon; At this moment help for this item isn't available. Add a line between table and button (cosmetic change)

* incident_detail: Add new text about authors. Add a line between table and button. Add different colors between rows. Change button position (cosmetic changes).

* incident_note: Add new text about authors. Add a line between table and button. Add different colors between rows (cosmetic changes).

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@121 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-07-11 10:03:18 +00:00
raulmateos 88f5d5e86e (Pandora Console)
* estado_agente.php: Clean code, add new text about authors

* configurar_agente.php: Solve small bug that in some cases the module association form didn't work.Added the feature of disable the not required inputs for the different type of agents while editingmodule.

* indicent_search.php: Add new text about authors and add a line between table and button (cosmetic change)

* setup.php: Add new text about authors and add a line between table and button (cosmetic change)

* estado_grupo.php: Add new text about authors. Add new help icon; At this moment help for this item isn't available.

* view_server.php: Add new text about authors. Add new help icon; At this moment help for this item isn't available.

* snmp_alert.php: Add new text about authors. Add new help icon; At this moment help for this item isn't available. Cosmetic change, adding class 'suc' when creating alert is successful.

* snmp_view.php: Add new text about authors. Add new help icon; At this moment help for this item isn't available.

* tip.css: Change class padding to not showing error in Firefox Javascript Console

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@119 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-07-11 08:49:21 +00:00
raulmateos a5ce1bb1d9 - Delete Euskera language file, language_eu.php, because this file was not updated anymore (Pandora Console)
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@118 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-07-10 16:47:05 +00:00
dervitx 9cf2a13da3 we have now a sliding configuration menu on graphics. It's made with cross-browser libraries (http://www.cross-browser.com/), whose i also committed on include/styles/cb. I don't now if this folder is the right one.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@116 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-07-10 07:45:08 +00:00
slerena 960db26aa2 * ChangeLog: Create this file, prior to launch final 1.2 version. For the next
versions, will use it for every branch and subproject.

	* configurar_agente.php : Fixed Undefined index: combo_snmp_oid notice error.
	
	* estado_grupo.php: Detect old "OK" monitors, but doesnt check if they are down 
	in time, so for example, a old monitor with OK signal but from a week old, it is
	shown as GREEN (good) value, not as a DOWN (white with ? symbol). FIXED. 
	Now counts data modules for DOWN total account, and show grey button if ANY
	type of module is down, not only monitors. Improved SQL searches. 

	* estado_agente.php, estado_ultimopaquete.php: Same as estado_grupo with data_modules, 
	included in total account, more accurate accounting. A new value shown in grey for 
	DOWN modules, being monitors or single data modules, no matter type. Improved SQL 
	searches. Individual module intervals are used to determine if a module is down, 
	if there is no individual module interval, global agent interval is used. 
	Now it's possible to have a module with higher interval than Agent interval, so 
	we take now the more higest interval in modules to calculate if an agent is DOWN.

	* fgraph.php: updated progressbar function to show N/A when data is above 100 or below 0. 
	


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@115 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-07-09 20:29:44 +00:00
dervitx ab48dc154d we have now a sliding configuration menu on graphics. It's made with cross-browser libraries (http://www.cross-browser.com/), whose i also committed on include/styles/cb. I don't now if this folder is the right one.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@114 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-07-09 19:11:59 +00:00
raulmateos 11f148c49a - Add ast name for asturian (babel) help files (Pandora Console)
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@113 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-07-09 15:00:39 +00:00
raulmateos 5e927537b9 - Create new var. for help language in config.php and changed in all the .php files where the help was available (Pandora Console)
- Change tlanguage table definition to add ISO 639-2 compliant lang codes in pandoradb.sql file and also changed the name of bable from bb to ast_es in pandoradbdata.sql and changed name of include lang files and help files (Pandora Console)

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@112 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-07-09 14:58:02 +00:00
raulmateos af06c72d1f - Update info and clean code in estado_alertas.php, estado_monitores.php and status_monitor.php (Pandora Console)
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@111 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-07-09 14:20:10 +00:00
raulmateos 2b2e6be146 - Solve small bug not showing one group if n=3 in estado_grupo.php (Pandora Console)
- Change order of verifing if the var SNMP_OID is set in configurar_agente.php (Pandora Console)
- Change AND to OR for verifing if the two SQL inserts were OK while inserting new monitor in configurar_agente.php (Pandora Console)

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@110 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-07-09 00:33:33 +00:00
dervitx d7cb04d9b7 Two new functionalities: drawing of events on module's graphs and automatic refreshing
They are configured via url variables:  draw_events=1|0 and refresh=seconds
- draw events defaults to 1. To turn it off, &draw_events=0 has to be appended to url
- refreshing is made with header() function in win_stats.php function


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@109 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-07-08 23:32:38 +00:00
dervitx b94087d374 - modulo_grafico_sparse has been splitted in two functions: one calculates the data and other (modulo_grafico_draw) draws the graph
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@108 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-07-08 22:32:05 +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 e5e7f96f5a Deleted JPGRAPH. Each developer must have his own version due to problems with Win/Linux versions (raul)
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@104 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-07-06 17:16:40 +00:00
slerena 5d43a9a7ad * (estado_monitores) Detected a bug in last commit from Raul, return to state #79
* Fixed minor issues for finish Pandora 1.2 Beta 2.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@102 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-07-06 17:06:59 +00:00
raulmateos 390a744ba7 - Delete Euskera language files and help, and entry in database because this file were not updated anymore (Pandora Console)
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@101 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-07-06 15:58:34 +00:00
raulmateos 7203b432ad - Solved small bug not showing monitors when selected ALL (Pandora Console)
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@100 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-07-06 15:31:31 +00:00
raulmateos a379c0891c - Update table length in estado_alertas.php (Pandora Console)
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@92 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-07-05 14:13:30 +00:00
raulmateos 17c991729d - Update language files with a new text about the monitors in groups (Pandora Console)
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@90 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-07-05 13:34:14 +00:00
raulmateos a53219c991 - Update agents files with options for not showing tables if there aren't monitor/alerts/data (an old wanted feature) (Pandora Console)
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@89 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-07-05 13:33:13 +00:00
raulmateos d30192a0a9 - Update javascript in configurar_agente.php (Pandora Console)
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@88 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-07-05 13:31:42 +00:00
raulmateos a7a42f1b91 - Update pandoradb.sql (Pandora Console)
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@87 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-07-05 13:29:11 +00:00
dervitx f78dd46a7b A reporting/old_jpg_functions
A    reporting/old_jpg_functions/fgraph.php
A    reporting/old_jpg_functions/stat_win.php
M    reporting/fgraph.php


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@84 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-07-04 16:01:36 +00:00
raulmateos e602fbb96d - Update CSS and language files (Pandora Console)
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@82 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-07-04 10:12:00 +00:00
raulmateos ef0aea8d13 - Update some help in english (Pandora Console)
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@81 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-07-04 10:11:12 +00:00
raulmateos 3d2ca5d16a - Cosmetic update for several administration files (Pandora Console)
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@80 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-07-04 10:10:21 +00:00
raulmateos 570d102e8e - Cosmetic update for several operation files (Pandora Console)
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@79 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-07-04 10:09:39 +00:00
slerena 1a24d322ad * Preparing the package for release Beta2 officially.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@77 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-07-03 17:16:20 +00:00
raulmateos a20bdc0eea - Update languages (Pandora Console)
- Update style to include some tips for IE (Pandora Console)
- Update some files to add the tips for IE (Pandora Console)

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@76 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-07-03 15:21:37 +00:00
raulmateos b1a688bdab - Update several files with the new table colors (Pandora Console)
- Update CSS (Pandora Console)

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@75 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-07-03 10:49:42 +00:00
slerena afc2702efd * More cosmetic changes for godmode forms.
* Manage config works now for all module types (problems with new modules in 1.2 version).
* Added some modifications in language_en (Assigned server -> Assigned Network Server).
* Monitor view, module view, alert view and godmode view is now ordered by name.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@73 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-07-02 21:25:53 +00:00
slerena d04a111393 * Fixed some fields doesnt clean after editing an agent.
* Now group view shows recent alerts.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@72 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-07-01 17:10:40 +00:00
slerena d5f657c995 * Fixed count for some types of modules.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@71 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-07-01 02:19:17 +00:00
slerena f519e95c02 * Now Pandora needs a TTF font for displaying ProgressBar. It will be stored in config.php.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@70 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-07-01 01:56:32 +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
raulmateos 49f1fc1b22 - Update two images and languages (Pandora Console)
- Update submit button in configurare agent page (Pandora Console)

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@67 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-06-30 11:20:33 +00:00
raulmateos 42af52117f - New icon for unknown agent status, and single data (not monitor data). Fixed width in group view and finished code for detailed info in hint.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@66 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-06-29 22:28:49 +00:00
raulmateos 02e65b4c07 Fixed small bug when make a snmpwalk.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@64 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-06-29 22:03:26 +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
slerena 5e9fea3238 * 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@61 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-06-29 19:29:20 +00:00
raulmateos 77628ae014 -Update positon in agents group view datails (Pandora Console)
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@60 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-06-29 16:57:28 +00:00
raulmateos d213cf4acf - Update lang files (Pandora Console)
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@59 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-06-29 16:34:55 +00:00
raulmateos f31555555b - Update estado_grupo (Pandora Console)
- Clean code (Pandora Console)

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@58 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-06-29 14:47:49 +00:00
raulmateos 9c26f9fe93 - Update help and added icons for help in several pages (Pandora Console)
- Update language files related with the help (Pandora Console)

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@57 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-06-29 14:33:34 +00:00
raulmateos 4a218aae9c - Add new feature in View agents, only for testing (Pandora Console)
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@56 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-06-29 11:19:54 +00:00
raulmateos 17b77b8f4c - Update translation files (Pandora Console)
- Add some help (Pandora Console)
- Clean code (Pandora Console)

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@55 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-06-29 11:04:21 +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 cc98d9f2ed - Solve typing error (":" instead ";") in CSS (Pandora Console)
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@52 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-06-28 09:55:01 +00:00
raulmateos d3754c0d4c - Clean code in menu files (Pandora Console)
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@51 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-06-27 11:34:05 +00:00
raulmateos e43feb4585 - Update CSS and the affected php files (Pandora Console)
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@50 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-06-26 16:09:20 +00:00
raulmateos 81c7733bd4 - Update Menu Highlight in Godmode and incident number alignment (Pandora Console)
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@49 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-06-26 10:59:06 +00:00
raulmateos f017a98de1 - Solve small bug with ICMP agent (Pandora Console)
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@46 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-06-06 10:48:54 +00:00
raulmateos 35ffbd444b - Remove limit for sending messages to all users (Pandora Console)
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@39 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-05-30 18:55:59 +00:00
raulmateos 604571127b - Solved small bugs in alert association (Pandora Console)
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@38 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-05-30 18:38:45 +00:00
raulmateos 3f75397e1e - Update menu highlighting (Pandora Console)
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@37 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-05-30 18:34:19 +00:00
raulmateos 18440d9787 - Update menu highlighting (Pandora Console)
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@36 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-05-30 18:32:36 +00:00
raulmateos 445c332b54 - Update several <? php tags to <?php (Pandora Console)
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@35 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-05-29 16:34:02 +00:00
raulmateos 524a01ccea - Small Changes in some text (Pandora Server)
- Small bug solved in the highlight of one option in Operation Menu (Pandora Console)

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@33 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-05-29 15:00:39 +00:00
raulmateos 73f5dfe5e6 - Update menu files
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@32 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-05-19 16:43:19 +00:00
raulmateos 972571c212 - Rename install.txt to INSTALL
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@31 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-05-19 15:14:05 +00:00
raulmateos ac1b26c2e8 Adding install.txt file for Web Console
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@30 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-05-19 09:18:04 +00:00
raulmateos baffaf8d35 - Update upgrade text
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@29 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-05-01 10:45:34 +00:00
raulmateos 094400049e - Clear language files comments about adding text
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@26 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-04-27 16:45:58 +00:00
raulmateos 332eb517d8 - Update estado_grupo page
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@25 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-04-25 13:52:16 +00:00
raulmateos 1cd71a3a13 - Update estado_grupo page
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@24 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-04-25 10:37:45 +00:00
raulmateos 45ccd1b89f - Update monitor page
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@23 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-04-25 10:08:16 +00:00
raulmateos 01a32290aa - Update CSS styles
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@22 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-04-25 09:42:16 +00:00
raulmateos 76dcc17467 - Update Operation menu
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@21 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-04-25 09:41:44 +00:00
raulmateos d310e69b0c - Update Godmode menu
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@20 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-04-25 09:41:25 +00:00
raulmateos f31a8bbbec - Change name of file
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@19 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-04-25 09:40:49 +00:00
raulmateos a9a7848497 - Update file name
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@18 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-04-24 15:37:33 +00:00
raulmateos 4c48a0cbfd - Update file name
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@17 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-04-24 15:35:13 +00:00
raulmateos 3fee211ed7 - Update file name
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@16 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-04-24 15:32:06 +00:00
raulmateos 081add0fd3 - Update file name
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@15 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-04-24 15:31:54 +00:00
raulmateos 9b5d3ec2d9 -Update text
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@14 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-04-24 15:26:49 +00:00
raulmateos 870c8d1770 -Add directories for help in another languages
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@13 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-04-24 15:22:14 +00:00
raulmateos c978179748 -Update help references
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@12 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-04-20 17:45:39 +00:00
raulmateos bf28867b70 -Add new help
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@11 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-04-20 17:40:45 +00:00
raulmateos eed0503731 - Delete old help
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-04-20 17:39:50 +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
raulmateos 97b06c7adb - Update Menus CSS
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-04-18 13:30:29 +00:00
raulmateos d64d0b65bd - Update small language bug
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-04-05 13:10:33 +00:00
slerena 28a9104304 Renamed file
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-04-05 08:27:48 +00:00
raulmateos 149223d8f2 - Update icons' menus order
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-03-27 07:44:09 +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