slerena
58820e1a7f
* 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
a505c9c2b3
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
8f514513c7
- 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
9ce3bb55fa
- 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
fef55252d1
- 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
f671a9fda8
- 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
c02a36c511
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
d917be7137
- 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
067b715238
* 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
a6c917b6c0
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
a924cdb2b6
* (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
57b48a27c8
- 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
e41002bf36
- 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
27362f36fd
- 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
2666fe27b4
- 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
a527aa3e03
- 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
17466d83fd
- 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
8233e54608
- 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
51867c3475
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
6c5aff4ecd
- 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
9c24269a4c
- 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
194d6fdd00
- 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
7f6d144491
- 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
086d27f407
* 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
a9081d859d
- 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
eb176a2b20
- 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
55c3be5754
* 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
7242b18282
* 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
ed78d6d0c6
* 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
691f00e5a0
* 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
8a3b781a61
* 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
16e451de07
- 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
e2f27f8b12
- 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
002e112c63
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
5038aa8fce
* 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
f2cc53909a
* 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
86c3dec08f
-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
90dd5ed9db
- 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
f7ad7cae85
- 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
e21319e779
- 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
8dbbfb7bfa
- 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
7e4ddacce9
- 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
f64886d738
- 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
4913c5d01c
- 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
731e0a4904
- 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
109c2176e3
- 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
a759e07d48
- 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