freeside/FS/bin freeside-queued,1.29,1.30
ivan
ivan at pouncequick.420.am
Thu Jan 27 02:21:25 PST 2005
- Previous message: freeside/httemplate/misc progress.html,NONE,1.1
- Next message: freeside/httemplate/elements/qlib box.js,NONE,1.1 boxctrl.js,NONE,1.1 boxres.js,NONE,1.1 button.js,NONE,1.1 buttonres.js,NONE,1.1 control.js,NONE,1.1 counter.js,NONE,1.1 imagelist.js,NONE,1.1 label.js,NONE,1.1 messagebox.js,NONE,1.1 progress.js,NONE,1.1 sound.js,NONE,1.1 sprite.js,NONE,1.1 window.js,NONE,1.1 wndctrl.js,NONE,1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/FS/bin
In directory pouncequick:/tmp/cvs-serv11805/FS/bin
Modified Files:
freeside-queued
Log Message:
DHTML progress bar for glacial rate adding and editing, closes: Bug#1100
Index: freeside-queued
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/bin/freeside-queued,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- freeside-queued 6 Sep 2004 09:28:10 -0000 1.29
+++ freeside-queued 27 Jan 2005 10:21:18 -0000 1.30
@@ -87,7 +87,7 @@
unless ( dbh && dbh->ping ) {
warn "WARNING: connection to database lost, reconnecting...\n";
- eval { myconnect; };
+ eval { $FS::UID::dbh = myconnect; };
unless ( !$@ && dbh && dbh->ping ) {
warn "WARNING: still no connection to database, sleeping for retry...\n";
@@ -162,6 +162,7 @@
#}
my @args = $ljob->args;
+ splice @args, 0, 1, $ljob if $args[0] eq '_JOB';
defined( my $pid = fork ) or do {
warn "WARNING: can't fork: $!\n";
@@ -184,8 +185,12 @@
forksuidsetup($user);
- #auto-use export classes...
- if ( $ljob->job =~ /(FS::part_export::\w+)::/ ) {
+ #auto-use classes...
+ #if ( $ljob->job =~ /(FS::part_export::\w+)::/ ) {
+ if ( $ljob->job =~ /(FS::part_export::\w+)::/
+ || $ljob->job =~ /(FS::\w+)::/
+ )
+ {
my $class = $1;
eval "use $class;";
if ( $@ ) {
- Previous message: freeside/httemplate/misc progress.html,NONE,1.1
- Next message: freeside/httemplate/elements/qlib box.js,NONE,1.1 boxctrl.js,NONE,1.1 boxres.js,NONE,1.1 button.js,NONE,1.1 buttonres.js,NONE,1.1 control.js,NONE,1.1 counter.js,NONE,1.1 imagelist.js,NONE,1.1 label.js,NONE,1.1 messagebox.js,NONE,1.1 progress.js,NONE,1.1 sound.js,NONE,1.1 sprite.js,NONE,1.1 window.js,NONE,1.1 wndctrl.js,NONE,1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list