Commit Graph

12 Commits

Author SHA1 Message Date
Frank Fegert 97afaa73a6 - Added STDOUT logging for PollD_MP if no logfile is configured.
- Added new exception handling and logging for ADODB.
2009-07-12 17:12:14 +00:00
Frank Fegert d3b0d1dddd - Fixed Bug #0000011: Added '.exe' suffix to dsmadmc and php binary string in installer. 2009-07-05 16:03:32 +00:00
Frank Fegert 8809708d3d - First try of a multi-process poller implementation. Probably still
buggy and needs alterations to the DB backend.
2009-07-03 15:37:02 +00:00
Frank Fegert e82d671bdd - Some formatting cleanup.
- Added DB config to global config array.
- Switched from ADODB::PConnect() to ADODB:NConnect() to avoid some strange
  DB-connection related problems. See:
    http://phplens.com/lens/adodb/docs-adodb.htm#connect
  for details on the difference between PConnect() and NConnect().
2009-07-03 10:50:38 +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
Michael Clemens 5624331190 reformatted/beautified most files 2009-05-18 11:37:07 +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 d7f826c831 consolidated PDF classes to one class
added show_pdf.php
2009-05-12 00:51:21 +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
Frank Fegert 228d07c602 - added checks for PHP extension modules.
- added checks for external binaries (dsmadmc, php) and logfile.
2009-05-10 21:04:57 +00:00
Frank Fegert 08c6e7d3bd reorganized svn directory structure to allow tagged releases. 2009-05-10 11:44:45 +00:00