freeside/htetc global.asa,1.56,1.57 handler.pl,1.53,1.54
ivan
ivan at pouncequick.420.am
Sat Mar 12 06:31:58 PST 2005
- Previous message: freeside/fs_signup/FS-SignupClient/cgi cvv2.html,1.2,NONE cvv2.png,1.2,NONE cvv2_amex.png,1.2,NONE decline.html,1.1,NONE map.gif,1.1,NONE promocode.html,1.1,NONE regcode.html,1.1,NONE signup-agentselect.html,1.3,NONE signup-alternate.html,1.9,NONE signup-billaddress.html,1.1,NONE signup-freeoption.html,1.1,NONE signup-snarf.html,1.1,NONE signup.cgi,1.55,NONE signup.html,1.15,NONE stateselect.html,1.2,NONE success.html,1.3,NONE
- Next message: freeside/httemplate/view/cust_main payment_history.html,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/htetc
In directory pouncequick:/tmp/cvs-serv9831/htetc
Modified Files:
global.asa handler.pl
Log Message:
- bring prepaid support into this century (close: Bug#1124)
- finally get rid of fs_signup (everything is in fs_selfservice now) (Bug#413)
- organize main menu sysadmin section so it is slightly less confusing
Index: global.asa
===================================================================
RCS file: /home/cvs/cvsroot/freeside/htetc/global.asa,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -d -r1.56 -r1.57
--- global.asa 6 Mar 2005 03:04:29 -0000 1.56
+++ global.asa 12 Mar 2005 14:31:53 -0000 1.57
@@ -10,6 +10,7 @@
use Date::Format;
use Date::Parse;
use Time::Local;
+use Time::Duration;
use Tie::IxHash;
use HTML::Entities;
use IO::Handle;
Index: handler.pl
===================================================================
RCS file: /home/cvs/cvsroot/freeside/htetc/handler.pl,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- handler.pl 6 Mar 2005 03:04:29 -0000 1.53
+++ handler.pl 12 Mar 2005 14:31:53 -0000 1.54
@@ -93,6 +93,7 @@
use Date::Format;
use Date::Parse;
use Time::Local;
+ use Time::Duration;
use Tie::IxHash;
use HTML::Entities;
use IO::Handle;
- Previous message: freeside/fs_signup/FS-SignupClient/cgi cvv2.html,1.2,NONE cvv2.png,1.2,NONE cvv2_amex.png,1.2,NONE decline.html,1.1,NONE map.gif,1.1,NONE promocode.html,1.1,NONE regcode.html,1.1,NONE signup-agentselect.html,1.3,NONE signup-alternate.html,1.9,NONE signup-billaddress.html,1.1,NONE signup-freeoption.html,1.1,NONE signup-snarf.html,1.1,NONE signup.cgi,1.55,NONE signup.html,1.15,NONE stateselect.html,1.2,NONE success.html,1.3,NONE
- Next message: freeside/httemplate/view/cust_main payment_history.html,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list