[freeside-commits] freeside/FS/FS svc_domain.pm,1.48,1.48.2.1

Richard Siddall rsiddall at wavetail.420.am
Fri May 15 12:43:08 PDT 2009


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv23375/FS/FS

Modified Files:
      Tag: FREESIDE_1_7_BRANCH
	svc_domain.pm 
Log Message:
Simple domain registration at Tucows OpenSRS using an export based on
Net::OpenSRS.
When a domain is added and the export runs, it will register the domain or  
initiate a transfer.  You can also choose no action.
There's currently no provision for revoking domains or renewing
registrations.
Depending on the settings at OpenSRS, orders may look like they've succeeded 
in Freeside but actually be queued pending input by the reseller at OpenSRS.
The part_export CGIs were modified to allow a multi-valued select to be used 
to control which TLDs are enabled for registration.


Index: svc_domain.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/svc_domain.pm,v
retrieving revision 1.48
retrieving revision 1.48.2.1
diff -u -d -r1.48 -r1.48.2.1
--- svc_domain.pm	28 Jan 2007 02:21:11 -0000	1.48
+++ svc_domain.pm	15 May 2009 19:43:05 -0000	1.48.2.1
@@ -378,7 +378,6 @@
     or $self->ut_numbern('setup_date')
     or $self->ut_numbern('renewal_interval')
     or $self->ut_numbern('expiration_date')
-    or $self->ut_textn('purpose')
     or $self->SUPER::check;
 
 }
@@ -447,23 +446,12 @@
 
 =item _whois
 
-Depriciated.
+Deprecated.
 
 =cut
 
 sub _whois {
-  die "_whois depriciated";
-}
-
-=item submit_internic
-
-Submits a registration email for this domain.
-
-=cut
-
-sub submit_internic {
-  #my $self = shift;
-  carp "submit_internic depreciated";
+  die "_whois deprecated";
 }
 
 =back



More information about the freeside-commits mailing list