freeside/FS FS.pm,1.28,1.29 MANIFEST,1.81,1.82

ivan ivan at pouncequick.420.am
Tue Feb 8 12:22:51 PST 2005


Update of /home/cvs/cvsroot/freeside/FS
In directory pouncequick:/tmp/cvs-serv9349/FS

Modified Files:
	FS.pm MANIFEST 
Log Message:
make self-service session cache module configurable, start framework for in-database session cache

Index: MANIFEST
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/MANIFEST,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -d -r1.81 -r1.82
--- MANIFEST	29 Jan 2005 12:34:11 -0000	1.81
+++ MANIFEST	8 Feb 2005 20:22:46 -0000	1.82
@@ -28,6 +28,7 @@
 FS/CGI.pm
 FS/InitHandler.pm
 FS/ClientAPI.pm
+FS/ClientAPI_SessionCache.pm
 FS/ClientAPI/passwd.pm
 FS/ClientAPI/MyAccount.pm
 FS/Conf.pm
@@ -38,10 +39,7 @@
 FS/Report/Table.pm
 FS/Report/Table/Monthly.pm
 FS/SearchCache.pm
-FS/UI/Base.pm
-FS/UI/CGI.pm
-FS/UI/Gtk.pm
-FS/UI/agent.pm
+FS/UI/Web.pm
 FS/UID.pm
 FS/Msgcat.pm
 FS/acct_snarf.pm
@@ -149,11 +147,14 @@
 FS/queue_depend.pm
 FS/msgcat.pm
 FS/cust_tax_exempt.pm
+FS/clientapi_session.pm
+FS/clientapi_session_field.pm
 t/agent.t
 t/agent_type.t
 t/CGI.t
 t/InitHandler.t
 t/ClientAPI.t
+t/ClientAPI_SessionCache.t
 t/Conf.t
 t/ConfItem.t
 t/Misc.t
@@ -267,3 +268,5 @@
 t/queue_depend.t
 t/msgcat.t
 t/raddb.t
+t/clientapi_session.t
+t/clientapi_session_field.t

Index: FS.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS.pm,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- FS.pm	29 Jan 2005 12:34:10 -0000	1.28
+++ FS.pm	8 Feb 2005 20:22:46 -0000	1.29
@@ -160,6 +160,24 @@
 
 L<FS::msgcat> - Message catalogs
 
+L<FS::clientapi_session>
+
+L<FS::clientapi_session_field>
+
+=head1 Client API
+
+L<FS::ClientAPI>
+
+L<FS::ClientAPI_SessionCache>
+
+L<FS::ClientAPI::Signup>
+
+L<FS::ClientAPI::passwd>
+
+L<FS::ClientAPI::MyAccount>
+
+L<FS::ClientAPI::Agent>
+
 =head1 Remote API modules
 
 L<FS::SelfService>
@@ -194,15 +212,9 @@
 
 L<freeside-overdue>
 
-=head2 User Interface classes (under (stalled) development; not yet usable)
-
-L<FS::UI::Base> - User-interface base class
-
-L<FS::UI::Gtk> - Gtk user-interface class
-
-L<FS::UI::CGI> - CGI (HTML) user-interface class
+=head2 User Interface classes
 
-L<FS::UI::agent> - agent table user-interface class
+L<FS::UI::Web> - Web user-interface class
 
 =head2 Notes
 




More information about the freeside-commits mailing list