Commit Graph

16 Commits

Author SHA1 Message Date
Frank Fegert 3f1dfaea2e - Fixed Bug #0000010: Do not commit empty user passwords to DB.
- Removed navbar from admin.php since its broken there anyway.
- Catch empty results in "Overview" page.
- Some formating and cleanup.
2009-06-25 19:40:21 +00:00
Michael Clemens 109bbac963 minor bugfix 2009-06-22 21:41:00 +00:00
Frank Fegert 93f877b70e - Fixed bug in Add/Edit servers, where the password field should remain
plain text.
2009-06-21 21:37:40 +00:00
Frank Fegert 8071794ae2 - Database changes:
- Fixed wrong beta release version.
  - Changed 'archives_24h' query from append to update to match 'backups_24h'.
  - Removed example server entries.
- Workaround for cases where PHP-option 'magic_quotes_gpc = on' messes up
  quoted data in POSTs.
- Workaround for truncated single line input fields. If strlen > 150, use
  textbox instead of input/text. Might be browser dependent, adjust limit
  as needed.
2009-06-19 21:40:25 +00:00
Frank Fegert 01fb98ed1c - Fixed display bug on admin page with drop-down selection of number of lines/rows to display per page.
- Fixed getTableFields() to return valid data on empty tables.
- Added placeholder text for empty query results.
2009-06-05 10:50:25 +00:00
Frank Fegert 79bade6748 - Escaped backslashes before insert into DB. This fixes display errors
for e.g. Windows filespaces. This is also only a ugly workaround. A
  DB dependend escape of SQL statments via ADODBs 'qstr()' would be much
  better, but needs code refactoring.
- Allow to save empty config field values. Needed to enable/disable file
  logging.
- Fallback logging to STDOUT if given logfile not accessible.
2009-05-23 21:10:59 +00:00
Michael Clemens 5624331190 reformatted/beautified most files 2009-05-18 11:37:07 +00:00
Michael Clemens 6506cd4bc0 implemented GUI control for debug mode (in admin backend)
some GUI improvements
some bugfixes
2009-05-15 11:54:36 +00:00
Michael Clemens 9d84e239e0 splitted stylesheets into layout and colour stylesheets
added stylesheets
minor UI improvements
2009-05-13 15:20:13 +00:00
Michael Clemens 8e5e0648a5 integrated adodb into PollD
added external switchable debug mode for class ADOdb
2009-05-13 08:29:01 +00:00
Michael Clemens 53b848f605 put database/adodb related code into adodb.php
class ADOdb is now instantiated in global.php
2009-05-12 20:20:18 +00:00
Michael Clemens a22f2f312e fixed problems with admin interface since migration to oo tsmmonitor 2009-05-12 13:56:03 +00:00
Michael Clemens 19d46e48b4 first step of migration to object oriented version of TSM Monitor
deleted functions.php, replaced with tsmmonitor.php which includes new class TSMMonitor
2009-05-12 00:30:45 +00:00
Michael Clemens fa2e7dbf5e cleanups
deletion of dsmerror.log
2009-05-11 16:55:09 +00:00
Michael Clemens 28e85af0fd PollD starts now disabled
PollD is now controlled by admin backend (settings)
2009-05-11 16:27:05 +00:00
Frank Fegert 08c6e7d3bd reorganized svn directory structure to allow tagged releases. 2009-05-10 11:44:45 +00:00