<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://tools.usyvl.org/wiki/index.php?action=history&amp;feed=atom&amp;title=Configuration_Update</id>
	<title>Configuration Update - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://tools.usyvl.org/wiki/index.php?action=history&amp;feed=atom&amp;title=Configuration_Update"/>
	<link rel="alternate" type="text/html" href="https://tools.usyvl.org/wiki/index.php?title=Configuration_Update&amp;action=history"/>
	<updated>2026-05-14T12:54:18Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://tools.usyvl.org/wiki/index.php?title=Configuration_Update&amp;diff=43&amp;oldid=prev</id>
		<title>Aaron: 1 revision imported: Hopefully full import</title>
		<link rel="alternate" type="text/html" href="https://tools.usyvl.org/wiki/index.php?title=Configuration_Update&amp;diff=43&amp;oldid=prev"/>
		<updated>2023-06-21T00:25:40Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported: Hopefully full import&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 00:25, 21 June 2023&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Aaron</name></author>
	</entry>
	<entry>
		<id>https://tools.usyvl.org/wiki/index.php?title=Configuration_Update&amp;diff=42&amp;oldid=prev</id>
		<title>Aaron: Aaron moved page Redbook-Load to Configuration Update without leaving a redirect</title>
		<link rel="alternate" type="text/html" href="https://tools.usyvl.org/wiki/index.php?title=Configuration_Update&amp;diff=42&amp;oldid=prev"/>
		<updated>2019-05-09T15:31:39Z</updated>

		<summary type="html">&lt;p&gt;Aaron moved page &lt;a href=&quot;/wiki/index.php?title=Redbook-Load&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Redbook-Load (page does not exist)&quot;&gt;Redbook-Load&lt;/a&gt; to &lt;a href=&quot;/wiki/index.php?title=Configuration_Update&quot; title=&quot;Configuration Update&quot;&gt;Configuration Update&lt;/a&gt; without leaving a redirect&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Category:Mobile]]&lt;br /&gt;
[[Category:Scheduling]]&lt;br /&gt;
&lt;br /&gt;
== Intro ==&lt;br /&gt;
Want to document what to change and where for updating redbook info.&lt;br /&gt;
&lt;br /&gt;
This document could potentially be used just for documenting where various items are updated.  ie: net heights, etc&lt;br /&gt;
&lt;br /&gt;
== Net Heights ==&lt;br /&gt;
Updated in inc/netHeightManagementClass.php&lt;br /&gt;
&lt;br /&gt;
Standard practice heights are documented in one location:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    ////////////////////////////////////////////////////////////////////////////&lt;br /&gt;
    // This is where one would add/update support for divisions&lt;br /&gt;
    ////////////////////////////////////////////////////////////////////////////&lt;br /&gt;
    function defaults(){&lt;br /&gt;
        $this-&amp;gt;divisionsLists = array(&lt;br /&gt;
            &amp;#039;REGULAR&amp;#039; =&amp;gt; array(&amp;#039;7-8&amp;#039;,&amp;#039;9-10&amp;#039;,&amp;#039;11-12&amp;#039;,&amp;#039;13-15&amp;#039;),&lt;br /&gt;
            &amp;#039;ADV_JUN&amp;#039; =&amp;gt; array(&amp;#039;14 under&amp;#039;,&amp;#039;16 under&amp;#039;),&lt;br /&gt;
        );&lt;br /&gt;
        // standard youth divisions&lt;br /&gt;
        //$stdYouthDivisions = array(&amp;#039;7-8&amp;#039;,&amp;#039;9-10&amp;#039;,&amp;#039;11-12&amp;#039;,&amp;#039;13-15&amp;#039;);&lt;br /&gt;
        $this-&amp;gt;addISdaySpan(1, 2,$this-&amp;gt;divisionsLists[&amp;#039;REGULAR&amp;#039;],array(&amp;#039;1A&amp;#039;,&amp;#039;1B&amp;#039;,&amp;#039;2A&amp;#039;,&amp;#039;2B&amp;#039;));&lt;br /&gt;
        $this-&amp;gt;addISdaySpan(3, 4,$this-&amp;gt;divisionsLists[&amp;#039;REGULAR&amp;#039;],array(&amp;#039;1B&amp;#039;,&amp;#039;1C&amp;#039;,&amp;#039;2B&amp;#039;,&amp;#039;2C&amp;#039;));&lt;br /&gt;
        $this-&amp;gt;addISdaySpan(5,24,$this-&amp;gt;divisionsLists[&amp;#039;REGULAR&amp;#039;],array(&amp;#039;1C&amp;#039;,&amp;#039;2A&amp;#039;,&amp;#039;2C&amp;#039;,&amp;#039;3A&amp;#039;));&lt;br /&gt;
&lt;br /&gt;
        // advanced juniors&lt;br /&gt;
        //$advJuniorDivisions = array(&amp;#039;14 under&amp;#039;,&amp;#039;16 under&amp;#039;);&lt;br /&gt;
        $this-&amp;gt;addISdaySpan(1,24,$this-&amp;gt;divisionsLists[&amp;#039;ADV_JUN&amp;#039;],array(&amp;#039;WH&amp;#039;,&amp;#039;WH&amp;#039;));&lt;br /&gt;
    }&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
And tournament heights are in another:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
////////////////////////////////////////////////////////////////////////////&lt;br /&gt;
// this needs to be updated, it&amp;#039;s horribly outdated at this point.&lt;br /&gt;
// this function is currently exactly the same as it was under usyvl.php&lt;br /&gt;
// All tournaments are supposed to happen after week two, so these should&lt;br /&gt;
// correspond to the settings used after week two :-)&lt;br /&gt;
// Actually, if we have the evisday, we should be able to use that and the division&lt;br /&gt;
// to get the exact net height.&lt;br /&gt;
////////////////////////////////////////////////////////////////////////////&lt;br /&gt;
function getTournamentNetHeights($tournnum, $division = &amp;quot;&amp;quot;){&lt;br /&gt;
    // if tournnum &amp;lt; lowest index, use the set from the lowest index&lt;br /&gt;
    // if tournnum &amp;gt; highest index, use the set from the highest index&lt;br /&gt;
    // netheights arrays (nh) should correspond to divisionlist global above (same number of entries)&lt;br /&gt;
&lt;br /&gt;
    // alternatively, we could also pass division information in here and return the single value&lt;br /&gt;
    // for that division&lt;br /&gt;
    $nh[1] = array(&amp;quot;1C&amp;quot;,&amp;quot;2A&amp;quot;,&amp;quot;2C&amp;quot;,&amp;quot;3A&amp;quot;,&amp;quot;2B&amp;quot;);&lt;br /&gt;
    $nh[2] = array(&amp;quot;1C&amp;quot;,&amp;quot;2A&amp;quot;,&amp;quot;2C&amp;quot;,&amp;quot;3A&amp;quot;,&amp;quot;2B&amp;quot;);&lt;br /&gt;
&lt;br /&gt;
    if( isset($nh[$tournnum]) &amp;amp;&amp;amp; is_array($nh[$tournnum])) $retnh = $nh[$tournnum];&lt;br /&gt;
    if( $tournnum &amp;lt; 1 ) $retnh = $nh[1];&lt;br /&gt;
    if( $tournnum &amp;gt; 2 ) $retnh = $nh[2];&lt;br /&gt;
&lt;br /&gt;
    // net height array should now be established&lt;br /&gt;
    dprint(__FUNCTION__,0,36,&amp;quot;tournnum: $tournnum&amp;quot;);&lt;br /&gt;
    dprint(__FUNCTION__,0,36,$retnh);&lt;br /&gt;
&lt;br /&gt;
    if($division != &amp;quot;&amp;quot; ){&lt;br /&gt;
        $divisions = $GLOBALS[&amp;#039;divisionlist&amp;#039;];&lt;br /&gt;
        foreach($divisions as $k =&amp;gt; $d){&lt;br /&gt;
            if( $division == $d ){&lt;br /&gt;
                return $retnh[$k];&lt;br /&gt;
            }&lt;br /&gt;
        }&lt;br /&gt;
        return &amp;quot;NA&amp;quot;;&lt;br /&gt;
    }&lt;br /&gt;
    else {&lt;br /&gt;
        return $retnh;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Red Book ==&lt;br /&gt;
Updated in&lt;/div&gt;</summary>
		<author><name>Aaron</name></author>
	</entry>
</feed>