nikhilgupta10 / GridLAB-D

Other
1 stars 0 forks source link

#858 --info command line option no longer opens mediawiki docs, #2584

Closed nikhilgupta10 closed 8 years ago

nikhilgupta10 commented 8 years ago

The loss of the SF-based mediawiki pages causes the --info command line to no longer work. The value of global_infourl needs to be updated. Recommend using a redirection page at www.gridlabd.org/info.htm to allow the host of the main website to provide the latest link live rather than patching infourl whenever the location of the media wiki pages changes.,

nikhilgupta10 commented 8 years ago

nikhilgupta10 imported these comments from Sourceforge: The user dchassin does not exist anymore. Therefore assigning this to afisher1. "dchassin":- Milestone: 1.0 --> Unscheduled

<?php
// set this to the current wiki site
$infourl='http://gridlabd.me.uvic.ca/wiki/index.php';
?>
<META HTTP-EQUIV=
efresh\ CONTENT=; url=<?php                                                 
        print $infourl;
        $sep = '?';
        foreach ( $_GET as $name => $value )
        {
                print $sep . urlencode($name) . '=' . urlencode($value);
                if ( $sep == '?' ) $sep = '&';
        }
?>\ />
~~~~~,

 "jcfuller":- **status**: new --> assigned
- **assigned_to**: Nathan Tenney
- **Milestone**: Unscheduled --> Version 3.1 Stable
- **Priority**: major --> blocker
,

 "jcfuller":Yeah.  That's probably a good way to do it.  In general, we just need to get the wiki back up.,

 "dchassin":See r4785 to trunk.  It's in there.,

 "dchassin":3.2 has a temporary fix in place pending this one getting into 4.0.,

 "dchassin":Fixed as of r5421,

 "dchassin":- **status**: assigned --> closed
- **assigned_to**: Nathan Tenney --> David P. Chassin
- **Resolution**: none --> fixed
,