Some early notes on v2.31, for you early adopters. I have not yet looked at
management or renewals...


* This release should be labeled v2.31pr1 or some such.

    I would guarantee that this code will need to be re-released and we
    will all be comparing timestamps to figure out which version of 2.31
    we have downloaded. It is time to stop this procedure and start
    releasing a "preview release" of the code the first time out and
    label it as such. Then when it's been shaken out, release it as
    v2.31. Then if there is maintenance release of the same code, label
    it v2.31b or 2.31.02 ...
    
    Either that or let's start releasing some of this code to a private
    beta testers group earlier on...
    
* The only existing reg_system template that changes is avail.html

* There are 5 additional templates for reg_system:

    setup_profile_must_match.html
    confirm_purchase_webcert.html
    purchase_webcert.html
    info_tv.html
    cert_thanks.html

    You will probably only need to add setup_profile_must_match.html and
    info_tv.html . There does not seem to be any code for selling certs
    in this release, but the templates were included anyway.

* In setup_profile_must_match.html there is this line:

    <select name=reg_encoding_type>i{{REG_ENCODING_TYPE_LIST}}</select>

    Should it be:

    <select name=reg_encoding_type>{{REG_ENCODING_TYPE_LIST}}</select>

    Is this a typo? Why is the i in there?

* The OpenSRS.conf file points your sendmail to log by defualt:

    $MAILPROG = "cat >>mail.log"; #for test system
    
    You will need to change this to your sendmail by commenting
    this line and uncommenting the one above.
    
* The redirection for high-profile .TV names in OpenSRS.conf points to
    horizon:
    
    url => "https://horizon.opensrs.net/<snip>
    
    There is another url commented below, which I assume will be
    the redirection url once this all goes live. Neither URL
    appears to be active at this time, however.

* .TV is not listed in the RELATED_TLDS array in OpenSRS.conf ...
    
    I would think this tld should be listed like this:
    
                [ ".tv" ],
                
    but I am not sure.
    
* Bulk orders for .ca were not fixed in this release...

    I describe and fix the problem here:
    
        http://www.opensrs.org/archives/dev-list/0101/0263.html
        
* TV registration is not yet enabled on horizon.

Anyone else see anything of note?

-- 
John Keegan
[EMAIL PROTECTED]
http://RackShare.com


Reply via email to