Commit Graph

5916 Commits

Author SHA1 Message Date
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 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
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 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
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
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
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 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 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
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 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 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
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
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
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
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 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
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 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 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 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 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 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 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 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 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 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
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 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 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 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 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 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 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
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