[freeside-commits] freeside CREDITS, 1.40, 1.41 JSRS-LICENSE, 1.1, NONE README.1.5.7, 1.15, 1.16 Changes.1.5.8, 1.6, 1.7

Ivan,,, ivan at wavetail.420.am
Sun Sep 25 01:13:37 PDT 2005


Update of /home/cvs/cvsroot/freeside
In directory wavetail:/tmp/cvs-serv32619

Modified Files:
	CREDITS README.1.5.7 Changes.1.5.8 
Removed Files:
	JSRS-LICENSE 
Log Message:
get rid of JSRS iframe foo for progress bar, use XMLHTTPRequest instead.  really should have done that in the first place.  JSON will wait until another day...

Index: Changes.1.5.8
===================================================================
RCS file: /home/cvs/cvsroot/freeside/Changes.1.5.8,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- Changes.1.5.8	7 Sep 2005 09:37:26 -0000	1.6
+++ Changes.1.5.8	25 Sep 2005 08:13:35 -0000	1.7
@@ -5,6 +5,14 @@
 - add active/suspended/cancelled customer packages to agent browse
 - add export to everyone.net outsource mail service
 - add native Radiator export
-- added agent/taxclass gateway overrides
+- added agent/taxclass/card type-specific gateway overrides for people with
+  multiple payment gateways for different resellers, taxclasses and/or card
+  types
 - re-did billing section of customer edit and added switch/solo support
 - add cpanel export
+- added prepaid packages that set the RADIUS "Expiration" attribute and
+  auto-suspend on their next bill date
+- added banned card table and option to send customer cards there on cancel
+- moved to XMLHttpRequest instead of hidden iframe transport for progress bar,
+  should be more efficient and improve compatibility with Konq and maybe other
+  browsers?

Index: CREDITS
===================================================================
RCS file: /home/cvs/cvsroot/freeside/CREDITS,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- CREDITS	10 Sep 2005 14:50:56 -0000	1.40
+++ CREDITS	25 Sep 2005 08:13:35 -0000	1.41
@@ -110,8 +110,9 @@
 Charles A Beasley <cbeasley at noment.net> contributed quota editing for the
 Infostreet export.
 
-Richard Siddall <richard.siddall at elirion.net> sent in Mason fixes and other
-things I'm probably forgetting.
+Richard Siddall <richard.siddall at elirion.net> sent in Mason fixes, fixed lots
+of typos, mod_perl 2.0 work, RPM packaging and other things I'm probably
+forgetting.
 
 Contains "JS Calendar" <http://dynarch.com/mishoo/calendar.epl>
 by Mihai Bazon <mishoo at infoiasi.ro> licensed under the terms of the GNU LGPL.
@@ -137,11 +138,6 @@
 Troy Hammonds <troyh at netsignia.net> sent in RADIUS session history viewing,
 many bugfixes and other things I'm probably forgetting.
 
-Contains the "Javascript Remote Scripting (JSRS)" client library
-<http://www.ashleyit.com/rs/main.htm> by Brent Ashley <brent at ashleyit.com>
-licensed under the "No Nonsense Copyright and License" (see the included
-JSRS-LICENSE file).
-
 Contains the QLIB JavaScript library <http://qlib.quazzle.com/> by 
 Quazzle.com, Serge Dolgov, licensed under the terms of the GNU GPL.
 

--- JSRS-LICENSE DELETED ---

Index: README.1.5.7
===================================================================
RCS file: /home/cvs/cvsroot/freeside/README.1.5.7,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- README.1.5.7	12 Jul 2005 11:54:59 -0000	1.15
+++ README.1.5.7	25 Sep 2005 08:13:35 -0000	1.16
@@ -187,9 +187,8 @@
 create-history-tables username rate rate_detail rate_region rate_prefix reg_code reg_code_pkg
 dbdef-create username
 
-install Javascript::RPC (JavaScript::RPC::Server::CGI), Text::CSV_XS,
-Spreadsheet::WriteExcel, IO-stringy (IO::Scalar), Frontier::RPC
-(Frontier::RPC2), MIME::Entity (MIME-tools) and IPC::Run3
+install Text::CSV_XS, Spreadsheet::WriteExcel, IO-stringy (IO::Scalar),
+Frontier::RPC (Frontier::RPC2), MIME::Entity (MIME-tools) and IPC::Run3
 
 afterwords (for installs w/integrated RT):
 install HTML::Scrubber, Text::Quoted and Tree::Simple



More information about the freeside-commits mailing list