From cvs w lms.org.pl Tue Jun 7 22:51:05 2011 From: cvs w lms.org.pl (LMS CVS) Date: Tue, 7 Jun 2011 22:51:05 +0200 (CEST) Subject: [lms-commits] CVS update of lms/modules (dbview.php) Message-ID: <20110607205105.6C44F302B396@eftep.altec.pl> Date: Tuesday, June 7, 2011 @ 22:51:05 Author: chilek Path: /cvsroot/lms/modules Modified: dbview.php - fixed bug in dbview bound to inproper Content-Length header Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/modules/dbview.php.diff?&r1=1.43&r2=1.44 Index: lms/modules/dbview.php diff -u lms/modules/dbview.php:1.43 lms/modules/dbview.php:1.44 --- lms/modules/dbview.php:1.43 Tue Jan 18 09:12:22 2011 +++ lms/modules/dbview.php Tue Jun 7 22:51:05 2011 @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: dbview.php,v 1.43 2011/01/18 08:12:22 alec Exp $ + * $Id: dbview.php,v 1.44 2011/06/07 20:51:05 chilek Exp $ */ function readfile_chunked($filename,$retbytes=true) @@ -57,7 +57,7 @@ else header('Content-Disposition: attachment; filename=lms-backup-'.date('Ymd-His',$_GET['db']).'.sql'); header('Pragma: public'); -header('Content-Length: '.$filename); +header('Content-Length: '.filesize($filename)); set_time_limit(0); readfile_chunked($filename, false); From cvs w lms.org.pl Tue Jun 7 22:51:05 2011 From: cvs w lms.org.pl (LMS CVS) Date: Tue, 7 Jun 2011 22:51:05 +0200 (CEST) Subject: [lms-commits] CVS update of lms/doc (ChangeLog) Message-ID: <20110607205105.53BEE302B395@eftep.altec.pl> Date: Tuesday, June 7, 2011 @ 22:51:05 Author: chilek Path: /cvsroot/lms/doc Modified: ChangeLog - fixed bug in dbview bound to inproper Content-Length header Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/doc/ChangeLog.diff?&r1=1.1578&r2=1.1579 Index: lms/doc/ChangeLog diff -u lms/doc/ChangeLog:1.1578 lms/doc/ChangeLog:1.1579 --- lms/doc/ChangeLog:1.1578 Fri Apr 22 15:15:23 2011 +++ lms/doc/ChangeLog Tue Jun 7 22:51:04 2011 @@ -1,4 +1,4 @@ -$Id: ChangeLog,v 1.1578 2011/04/22 13:15:23 alec Exp $ +$Id: ChangeLog,v 1.1579 2011/06/07 20:51:04 chilek Exp $ version ? (????-??-??): @@ -9,6 +9,7 @@ - lmsd/ewx-stm_channels: Added channel half duplex setting [alec] - Fixed promotion assignments creation on MySQL [alec] - BTS#0000868: Fixed bug where country wasn't saved when adding customer [alec] + - fixed bug in dbview bound to inproper Content-Length header [chilan] version 1.11.13 Dira (2011-04-07) From cvs w lms.org.pl Thu Jun 30 15:25:53 2011 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 30 Jun 2011 15:25:53 +0200 (CEST) Subject: [lms-commits] CVS update of lms/daemon/modules/ewx-stm (ewx-stm.c) Message-ID: <20110630132553.AA94530278A0@eftep.altec.pl> Date: Thursday, June 30, 2011 @ 15:25:53 Author: chilek Path: /cvsroot/lms/daemon/modules/ewx-stm Modified: ewx-stm.c - daemon: disambiguation of halfduplex field usage in ewx-stm module Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/daemon/modules/ewx-stm/ewx-stm.c.diff?&r1=1.21&r2=1.22 Index: lms/daemon/modules/ewx-stm/ewx-stm.c diff -u lms/daemon/modules/ewx-stm/ewx-stm.c:1.21 lms/daemon/modules/ewx-stm/ewx-stm.c:1.22 --- lms/daemon/modules/ewx-stm/ewx-stm.c:1.21 Tue Jan 18 09:12:02 2011 +++ lms/daemon/modules/ewx-stm/ewx-stm.c Thu Jun 30 15:25:53 2011 @@ -19,7 +19,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: ewx-stm.c,v 1.21 2011/01/18 08:12:02 alec Exp $ + * $Id: ewx-stm.c,v 1.22 2011/06/30 13:25:53 chilek Exp $ */ #include @@ -674,7 +674,7 @@ // Reading hosts/channels definitions from ewx_stm_* tables // NOTE: to re-create device configuration do DELETE FROM ewx_stm_nodes; DELETE FROM ewx_stm_channels; - query = strdup("SELECT nodeid, mac, INET_NTOA(ipaddr) AS ip, channelid, halfduplex, " + query = strdup("SELECT nodeid, mac, INET_NTOA(ipaddr) AS ip, channelid, n.halfduplex, " "n.uprate, n.upceil, n.downrate, n.downceil, cid, " "c.upceil AS cupceil, c.downceil AS cdownceil " "FROM ewx_stm_nodes n " From cvs w lms.org.pl Thu Jun 30 15:26:16 2011 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 30 Jun 2011 15:26:16 +0200 (CEST) Subject: [lms-commits] CVS update of lms/doc (ChangeLog) Message-ID: <20110630132616.5ADFE30278A0@eftep.altec.pl> Date: Thursday, June 30, 2011 @ 15:26:16 Author: chilek Path: /cvsroot/lms/doc Modified: ChangeLog - daemon: disambiguation of halfduplex field usage in ewx-stm module Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/doc/ChangeLog.diff?&r1=1.1579&r2=1.1580 Index: lms/doc/ChangeLog diff -u lms/doc/ChangeLog:1.1579 lms/doc/ChangeLog:1.1580 --- lms/doc/ChangeLog:1.1579 Tue Jun 7 22:51:04 2011 +++ lms/doc/ChangeLog Thu Jun 30 15:26:16 2011 @@ -1,4 +1,4 @@ -$Id: ChangeLog,v 1.1579 2011/06/07 20:51:04 chilek Exp $ +$Id: ChangeLog,v 1.1580 2011/06/30 13:26:16 chilek Exp $ version ? (????-??-??): @@ -10,6 +10,7 @@ - Fixed promotion assignments creation on MySQL [alec] - BTS#0000868: Fixed bug where country wasn't saved when adding customer [alec] - fixed bug in dbview bound to inproper Content-Length header [chilan] + - daemon: disambiguation of halfduplex field usage in ewx-stm module [chilan] version 1.11.13 Dira (2011-04-07)