From 55601f3b9b35bf822f37866a053fd5e65f7951cb Mon Sep 17 00:00:00 2001 From: martinhaas <> Date: Wed, 14 Feb 2007 21:03:09 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://svn.fhem.de/fhem/trunk@19 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/webfrontend/pgm3/CHANGED | 107 ++++++++++++++++++++++++++++++++++ 1 file changed, 107 insertions(+) create mode 100644 fhem/webfrontend/pgm3/CHANGED diff --git a/fhem/webfrontend/pgm3/CHANGED b/fhem/webfrontend/pgm3/CHANGED new file mode 100644 index 000000000..c4365f861 --- /dev/null +++ b/fhem/webfrontend/pgm3/CHANGED @@ -0,0 +1,107 @@ +PHP-Webfrontend pgm3 for FHEM (old: fhz1000.pl) + + +Changelog + +2006-04-06 (0.1) +- first php-version. It ist based on the new xmllist-mode inside the fhz1000-2.0.pl + +2006-04-08 (0.2.0) +- CSS/optical review. Small Bugs were solved. Better gnuplot-picture. Pull-Down-Menu for FHT-Device (set desired-temp ). Lamp.gif for ST-Devices. + +2006-04-12 (0.2.1) +-- predefined $forwardurl is not longer required +-- gnuplot makes the png by itself. The program is now faster. + +2006-04-13 (0.2.2) +-- only technical change: the xmllist will now be read directly from fhz1000.pl and not from a XML-file. The program ist now faster. + +2006-04-21 (0.2.3) +-- HMS-Devices added +-- History now possible (tail) +-- optical changes +-- better arrangement of the data on screen + +2006-05-14 (0.3.0) +-- KS300-Devices added + +2006-05-18 (0.3.1) +-- better arrangement of HMS devices + +2006-06-23 (0.3.2) +-- adapted to fhz1000-2.3: LOGS added +-- HMS-Device with a short list. + +2006-07-10 (0.4.0) +-- Now we will use the php-graphic functions for nearly everything. + +2006-07-21 (0.4.1) +-- better documentation, look at http://www.martin-haas.de/fhz/ +-- on-for-timer integration in fs20 +-- now running without php-problems on SuSE 10.0 + +2006-07-24 (0.4.2) +-- only KS300: small bug solved (hardcoded value) +-- KS300: array adapted to fhz1000-2.4 + +2006-08-14 (0.4.3) +-- more details, some bugfixes +-- now only online documentation and a Shockwave-presentation + +2006-08-27 (0.4.4) +-- some fixes and optimizations +-- now you can change the most values of the fs20-buttons in the config.php: size of the buttons, count of the buttons per line, size of the title (if you have long titles). + +2006-08-29 (0.4.5) +-- bugfix: fs20-buttons with room had a problem +-- rooms are now displayed on the graphics. Rooms with room "hidden" are now hidden. Example "attr hiddenroom room hidden" + +2006-09-15 (0.5.0) +-- rooms are now automatically supported +-- the avg_day and avg_month of ks300 are now displayed +-- small bugfixes +-- scripts for logrotate for the graphics-logs are optimized. + +2006-10-05 (0.5.1) +-- feature: TrueType-Fonts added +-- feature: more ks300-information +-- small bugfixes: whitespace in logfiles eliminated +-- better documentation +-- small redesign (fonts, colors) + + +2006-11-01 (0.5.2) +-- feature: Pulldown menu for switching FS20-Devices added +-- Bugfix : some older systems had problems to find the TrueTypeFonts + +2006-11-20 (0.6.0) +-- feature: automatic Double-GNUPLOT-Pictures for HMS100T/HMS100TF/KS300/FHT +-- feature: HMS-Device HMS100WD and HMS100MG are now supported (thanks to Juergen) +-- feature: optional Kioskmode (only show but don't switch anything.) +-- feature: gnuplot-pictures are now possible in room-view (not only in room ALL) + +2006-11-29 (0.6.1) +-- feature: HMS-Device HMS100W and RM100-2 are now supported (thanks to PeterP) +-- feature: external access -- now fhz1000.pl and pgm3 must not be any more on the same machine. +--> ATTENTION, this now needs php5 (!). Use 0.6.0 if you cannot install php5. + +2006-12-14 (0.6.2) +-- feature: automatic logrotate for HMS/FHT/KS300 is now possible (if the webserver has the rights to do that) +-- feature: deleting of AT-Jobs with a click. +-- feature: Pulldown-Menu for fs20 now with "at". +-- bugfix: UTF-8 is now used (Grad Celsius). +-- bugfix: automatic pull-down of fs20 now for non-rooms too. + +2007-01-07 (0.7.0) +-- feature: pulldown-Menue for every FHT-order +-- feature: now you can show or hide every window for LOGS/NOTIFICATIONS/AT_JOBS/tail in every view or room. You can deactivate them by default in the config.php +-- feature: deleting every AT_JOB with a click including complex jobs +-- feature: ks300 with a zero-line +-- feature: ks300 with optional Beaufort (thanks to Boris Neubert) +-- bugfix: ks300 with negative Temperature + +2007-02-14 (0.7.1) +-- Bugfix: DEL Button for at-Jobs now works +-- Now you can use php4 OR php5 (php5 is recommended) +-- Feature: php-Pictures of FHT now inclusive "desired-temp" +