[prev in list] [next in list] [prev in thread] [next in thread] 

List:       mapguide-commits
Subject:    [mapguide-commits] r8825 - sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms
From:       svn_mapguide () osgeo ! org
Date:       2015-11-11 11:17:37
Message-ID: 20151111111737.8999439012E () trac ! osgeo ! org
[Download RAW message or body]

Author: jng
Date: 2015-11-11 03:17:37 -0800 (Wed, 11 Nov 2015)
New Revision: 8825

Modified:
   sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/csenumeratecategoriesform.html
  sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/csenumeratecoordinatesystemsform.html
  sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/describedrawingform.html
  sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/describeschemaform.html
  sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/enumeratecontainersform.html
  sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/enumeratecoordinatesystemsform.html
  sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/enumeratedatastoresform.html
  sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/enumeratedrawinglayers.html
  sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/enumeratedrawingsectionresources.html
  sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/enumeratedrawingsections.html
  sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/enumerategroupsform.html
  sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/enumeraterepositoriesform.html
  sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/enumerateresourcedataform.html
  sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/enumerateresourcereferencesform.html
  sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/enumerateresourcesform.html
  sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/enumeratetemplatesform.html
  sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/enumerateunmanageddataform.html
  sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/enumerateusersform.html
  sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/enumeratewidgetsform.html
  sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/getcapabilitiesform.html
  sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/getclassdefinitionform.html
  sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/getclassesform.html
   sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/getconnectpropertyvaluesform.html
  sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/getfdocacheinfoform.html
  sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/getfeatureprovidersform.html
  sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/getidentitypropertiesform.html
  sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/getlongtransactionsform.html
  sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/getrepositorycontentform.html
  sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/getrepositoryheaderform.html
  sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/getresourcecontentform.html
  sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/getresourceheaderform.html
  sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/getschemamappingform.html
  sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/getschemasform.html
   sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/getsiteinfoform.html
  sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/getsitestatusform.html
  sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/getspatialcontextsform.html
  sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/gettileprovidersform.html
  sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/getvisiblemapextentform.html
  sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/selectaggregatesform.html
  sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/selectfeaturesform.html
 Log:
Add CLEAN form field for test harness pages where we can expect JSON responses.

Modified: sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/csenumeratecategoriesform.html
 ===================================================================
--- sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/csenumeratecategoriesform.html	2015-11-10 \
                14:48:53 UTC (rev 8824)
+++ sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/csenumeratecategoriesform.html	2015-11-11 \
11:17:37 UTC (rev 8825) @@ -24,6 +24,8 @@
 		<option value="application/json">application/json</option>
 		</select>
         <p>
+            Clean JSON: <input type="text" name="CLEAN" value="0" ID="TextClean">
+        <p>
         <input type="submit" value="Submit" onclick="SetActionTarget()"> <input \
type="reset">  </form>
     </body>

Modified: sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/csenumeratecoordinatesystemsform.html
 ===================================================================
--- sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/csenumeratecoordinatesystemsform.html	2015-11-10 \
                14:48:53 UTC (rev 8824)
+++ sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/csenumeratecoordinatesystemsform.html	2015-11-11 \
11:17:37 UTC (rev 8825) @@ -26,6 +26,8 @@
 		<option value="application/json">application/json</option>
 		</select>
         <p>
+            Clean JSON: <input type="text" name="CLEAN" value="0" ID="TextClean">
+        <p>
         <input type="submit" value="Submit" onclick="SetActionTarget()"> <input \
type="reset">  </form>
     </body>

Modified: sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/describedrawingform.html
 ===================================================================
--- sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/describedrawingform.html	2015-11-10 \
                14:48:53 UTC (rev 8824)
+++ sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/describedrawingform.html	2015-11-11 \
11:17:37 UTC (rev 8825) @@ -20,7 +20,14 @@
         <input type="text" name="CLIENTAGENT" value="MapGuide Developer" size="100">
         <p> Resource ID:
         <input type="text" name="RESOURCEID" \
value="Library://Drawings/World.DrawingSource" size="100" ID="Text5"> +        <p> \
Format: +        <select name="FORMAT">
+        <option value="text/xml">text/xml</option>
+        <option value="application/json">application/json</option>
+        </select>
         <p>
+            Clean JSON: <input type="text" name="CLEAN" value="0" ID="TextClean">
+        <p>
         <input type="submit" value="Submit" onclick="SetActionTarget()"> <input \
type="reset">  </form>
     </body>

Modified: sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/describeschemaform.html
 ===================================================================
--- sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/describeschemaform.html	2015-11-10 \
                14:48:53 UTC (rev 8824)
+++ sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/describeschemaform.html	2015-11-11 \
11:17:37 UTC (rev 8825) @@ -30,6 +30,8 @@
         <option value="application/json">application/json</option>
         </select>
         <p>
+            Clean JSON: <input type="text" name="CLEAN" value="0" ID="TextClean">
+        <p>
         <input type="submit" value="Submit" onclick="SetActionTarget()"> <input \
type="reset">  </form>
     </body>

Modified: sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/enumeratecontainersform.html
 ===================================================================
--- sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/enumeratecontainersform.html	2015-11-10 \
                14:48:53 UTC (rev 8824)
+++ sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/enumeratecontainersform.html	2015-11-11 \
11:17:37 UTC (rev 8825) @@ -20,6 +20,8 @@
 <option value="application/json">application/json</option>
 </select>
 <p>
+    Clean JSON: <input type="text" name="CLEAN" value="0" ID="TextClean">
+<p>
 <input type="submit" value="Submit" onclick="SetActionTarget()"> <input \
type="reset">  </form>
 </body>

Modified: sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/enumeratecoordinatesystemsform.html
 ===================================================================
--- sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/enumeratecoordinatesystemsform.html	2015-11-10 \
                14:48:53 UTC (rev 8824)
+++ sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/enumeratecoordinatesystemsform.html	2015-11-11 \
11:17:37 UTC (rev 8825) @@ -12,7 +12,14 @@
         <form name="input" action="" method="get" ID="Form1">
         <b>Category:</b>
         <input type="text" name="CATEGORY" value="Lat Longs" size="50" \
ID="Text1"><br> +        <p> Format:
+        <select name="FORMAT">
+        <option value="text/xml">text/xml</option>
+        <option value="application/json">application/json</option>
+        </select>
         <p>
+            Clean JSON: <input type="text" name="CLEAN" value="0" ID="TextClean">
+        <p>
         <input type="button" value="Execute" onclick="Execute(CATEGORY.value)">
         </form>
 </body>

Modified: sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/enumeratedatastoresform.html
 ===================================================================
--- sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/enumeratedatastoresform.html	2015-11-10 \
                14:48:53 UTC (rev 8824)
+++ sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/enumeratedatastoresform.html	2015-11-11 \
11:17:37 UTC (rev 8825) @@ -27,6 +27,8 @@
 			<option value="application/json">application/json</option>
 			</select>
             <p>
+                Clean JSON: <input type="text" name="CLEAN" value="0" \
ID="TextClean"> +            <p>
         <input type="submit" value="Submit" onclick="SetActionTarget()"> <input \
type="reset">  </form>
         </P>

Modified: sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/enumeratedrawinglayers.html
 ===================================================================
--- sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/enumeratedrawinglayers.html	2015-11-10 \
                14:48:53 UTC (rev 8824)
+++ sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/enumeratedrawinglayers.html	2015-11-11 \
11:17:37 UTC (rev 8825) @@ -21,7 +21,14 @@
         <input type="text" name="RESOURCEID" \
value="Library://Drawings/World.DrawingSource" size="100" ID="Text5">  <p> Section \
name:  <input type="text" name="SECTION" value="" size="100" ID="Text6">
+        <p> Format:
+        <select name="FORMAT">
+        <option value="text/xml">text/xml</option>
+        <option value="application/json">application/json</option>
+        </select>
         <p>
+            Clean JSON: <input type="text" name="CLEAN" value="0" ID="TextClean">
+        <p>
         <input type="submit" value="Submit" onclick="SetActionTarget()"> <input \
type="reset">  </form>
 </body>

Modified: sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/enumeratedrawingsectionresources.html
 ===================================================================
--- sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/enumeratedrawingsectionresources.html	2015-11-10 \
                14:48:53 UTC (rev 8824)
+++ sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/enumeratedrawingsectionresources.html	2015-11-11 \
11:17:37 UTC (rev 8825) @@ -17,6 +17,13 @@
             <P>Resource ID: <INPUT id="Text5" type="text" size="100" \
value="Library://Drawings/World.DrawingSource"  name="RESOURCEID">
             <P>Section name: <INPUT id="Text6" type="text" size="100" \
name="SECTION"> +            <p> Format:
+            <select name="FORMAT">
+            <option value="text/xml">text/xml</option>
+            <option value="application/json">application/json</option>
+            </select>
+            <p>
+                Clean JSON: <input type="text" name="CLEAN" value="0" \
ID="TextClean">  <P>
             <input type="submit" value="Submit" onclick="SetActionTarget()"> <input \
type="reset">  </FORM>

Modified: sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/enumeratedrawingsections.html
 ===================================================================
--- sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/enumeratedrawingsections.html	2015-11-10 \
                14:48:53 UTC (rev 8824)
+++ sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/enumeratedrawingsections.html	2015-11-11 \
11:17:37 UTC (rev 8825) @@ -16,6 +16,13 @@
             <P>Locale: <INPUT id="Text4" type="text" size="10" value="en" \
                name="LOCALE">
             <P>Resource ID: <INPUT id="Text5" type="text" size="100" \
value="Library://Drawings/World.DrawingSource"  name="RESOURCEID">
+            <p> Format:
+            <select name="FORMAT">
+            <option value="text/xml">text/xml</option>
+            <option value="application/json">application/json</option>
+            </select>
+            <p>
+                Clean JSON: <input type="text" name="CLEAN" value="0" \
ID="TextClean">  </P>
             <p><input type="submit" value="Submit" onclick="SetActionTarget()"> \
<input type="reset"></p>  </FORM>

Modified: sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/enumerategroupsform.html
 ===================================================================
--- sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/enumerategroupsform.html	2015-11-10 \
                14:48:53 UTC (rev 8824)
+++ sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/enumerategroupsform.html	2015-11-11 \
11:17:37 UTC (rev 8825) @@ -14,7 +14,14 @@
 <input type="text" name="LOCALE" value="en" size="10">
 <p> Client Agent:
 <input type="text" name="CLIENTAGENT" value="MapGuide Developer" size="100">
+<p> Format:
+<select name="FORMAT">
+<option value="text/xml">text/xml</option>
+<option value="application/json">application/json</option>
+</select>
 <p>
+    Clean JSON: <input type="text" name="CLEAN" value="0" ID="TextClean">
+<p>
 <input type="submit" value="Submit" onclick="SetActionTarget()"> <input \
type="reset"></form>  </body>
 </html>

Modified: sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/enumeraterepositoriesform.html
 ===================================================================
--- sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/enumeraterepositoriesform.html	2015-11-10 \
                14:48:53 UTC (rev 8824)
+++ sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/enumeraterepositoriesform.html	2015-11-11 \
11:17:37 UTC (rev 8825) @@ -16,7 +16,14 @@
 <input type="text" name="CLIENTAGENT" value="MapGuide Developer" size="100">
 <p> Type:
 <input type="text" name="TYPE" value="Session" size="20">
+<p> Format:
+<select name="FORMAT">
+<option value="text/xml">text/xml</option>
+<option value="application/json">application/json</option>
+</select>
 <p>
+    Clean JSON: <input type="text" name="CLEAN" value="0" ID="TextClean">
+<p>
 <input type="submit" value="Submit" onclick="SetActionTarget()"> <input \
type="reset">  </form>
 </body>

Modified: sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/enumerateresourcedataform.html
 ===================================================================
--- sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/enumerateresourcedataform.html	2015-11-10 \
                14:48:53 UTC (rev 8824)
+++ sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/enumerateresourcedataform.html	2015-11-11 \
11:17:37 UTC (rev 8825) @@ -22,6 +22,8 @@
 <option value="application/json">application/json</option>
 </select>
 <p>
+    Clean JSON: <input type="text" name="CLEAN" value="0" ID="TextClean">
+<p>
 <input type="submit" value="Submit" onclick="SetActionTarget()"> <input \
type="reset">  </form>
 </body>

Modified: sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/enumerateresourcereferencesform.html
 ===================================================================
--- sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/enumerateresourcereferencesform.html	2015-11-10 \
                14:48:53 UTC (rev 8824)
+++ sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/enumerateresourcereferencesform.html	2015-11-11 \
11:17:37 UTC (rev 8825) @@ -22,6 +22,8 @@
 <option value="application/json">application/json</option>
 </select>
 <p>
+    Clean JSON: <input type="text" name="CLEAN" value="0" ID="TextClean">
+<p>
 <input type="submit" value="Submit" onclick="SetActionTarget()"> <input \
type="reset">  </form>
 </body>

Modified: sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/enumerateresourcesform.html
 ===================================================================
--- sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/enumerateresourcesform.html	2015-11-10 \
                14:48:53 UTC (rev 8824)
+++ sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/enumerateresourcesform.html	2015-11-11 \
11:17:37 UTC (rev 8825) @@ -28,6 +28,8 @@
 <option value="application/json">application/json</option>
 </select>
 <p>
+    Clean JSON: <input type="text" name="CLEAN" value="0" ID="TextClean">
+<p>
 <input type="submit" value="Submit" onclick="SetActionTarget()"> <input \
type="reset">  </form>
 </body>

Modified: sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/enumeratetemplatesform.html
 ===================================================================
--- sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/enumeratetemplatesform.html	2015-11-10 \
                14:48:53 UTC (rev 8824)
+++ sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/enumeratetemplatesform.html	2015-11-11 \
11:17:37 UTC (rev 8825) @@ -20,6 +20,8 @@
 <option value="application/json">application/json</option>
 </select>
 <p>
+    Clean JSON: <input type="text" name="CLEAN" value="0" ID="TextClean">
+<p>
 <input type="submit" value="Submit" onclick="SetActionTarget()"> <input \
type="reset">  </form>
 </body>

Modified: sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/enumerateunmanageddataform.html
 ===================================================================
--- sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/enumerateunmanageddataform.html	2015-11-10 \
                14:48:53 UTC (rev 8824)
+++ sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/enumerateunmanageddataform.html	2015-11-11 \
11:17:37 UTC (rev 8825) @@ -37,6 +37,8 @@
 <option value="text/xml">text/xml</option>
 <option value="application/json">application/json</option>
 </select>
+<p>
+    Clean JSON: <input type="text" name="CLEAN" value="0" ID="TextClean">
 
 <p>
 <input type="submit" value="Submit" onclick="SetActionTarget()"> <input \
type="reset">

Modified: sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/enumerateusersform.html
 ===================================================================
--- sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/enumerateusersform.html	2015-11-10 \
                14:48:53 UTC (rev 8824)
+++ sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/enumerateusersform.html	2015-11-11 \
11:17:37 UTC (rev 8825) @@ -16,7 +16,14 @@
 <input type="text" name="CLIENTAGENT" value="MapGuide Developer" size="100">
 <p> Group:
 <input type="text" name="GROUP" value="" size="20">
+<p> Format:
+<select name="FORMAT">
+<option value="text/xml">text/xml</option>
+<option value="application/json">application/json</option>
+</select>
 <p>
+    Clean JSON: <input type="text" name="CLEAN" value="0" ID="TextClean">
+<p>
 <input type="submit" value="Submit" onclick="SetActionTarget()"> <input \
type="reset">  </form>
 </body>

Modified: sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/enumeratewidgetsform.html
 ===================================================================
--- sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/enumeratewidgetsform.html	2015-11-10 \
                14:48:53 UTC (rev 8824)
+++ sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/enumeratewidgetsform.html	2015-11-11 \
11:17:37 UTC (rev 8825) @@ -21,6 +21,8 @@
 <option value="application/json">application/json</option>
 </select>
 <p>
+    Clean JSON: <input type="text" name="CLEAN" value="0" ID="TextClean">
+<p>
 <input type="submit" value="Submit" onclick="SetActionTarget()"> <input \
type="reset">  </form>
 </body>

Modified: sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/getcapabilitiesform.html
 ===================================================================
--- sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/getcapabilitiesform.html	2015-11-10 \
                14:48:53 UTC (rev 8824)
+++ sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/getcapabilitiesform.html	2015-11-11 \
11:17:37 UTC (rev 8825) @@ -28,6 +28,8 @@
 		<option value="application/json">application/json</option>
 		</select>
         <p>
+            Clean JSON: <input type="text" name="CLEAN" value="0" ID="TextClean">
+        <p>
         <input type="submit" value="Submit" onclick="SetActionTarget()"> <input \
type="reset">  </form>
 </body>

Modified: sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/getclassdefinitionform.html
 ===================================================================
--- sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/getclassdefinitionform.html	2015-11-10 \
                14:48:53 UTC (rev 8824)
+++ sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/getclassdefinitionform.html	2015-11-11 \
11:17:37 UTC (rev 8825) @@ -30,6 +30,8 @@
 		<option value="application/json">application/json</option>
 		</select>
         <p>
+            Clean JSON: <input type="text" name="CLEAN" value="0" ID="TextClean">
+        <p>
         <input type="submit" value="Submit" onclick="SetActionTarget()"> <input \
type="reset">  </form>
     </body>

Modified: sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/getclassesform.html
 ===================================================================
--- sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/getclassesform.html	2015-11-10 \
                14:48:53 UTC (rev 8824)
+++ sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/getclassesform.html	2015-11-11 \
11:17:37 UTC (rev 8825) @@ -28,6 +28,8 @@
 		<option value="application/json">application/json</option>
 		</select>
         <p>
+            Clean JSON: <input type="text" name="CLEAN" value="0" ID="TextClean">
+        <p>
         <input type="submit" value="Submit" onclick="SetActionTarget()"> <input \
type="reset">  </form>
     </body>

Modified: sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/getconnectpropertyvaluesform.html
 ===================================================================
--- sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/getconnectpropertyvaluesform.html	2015-11-10 \
                14:48:53 UTC (rev 8824)
+++ sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/getconnectpropertyvaluesform.html	2015-11-11 \
11:17:37 UTC (rev 8825) @@ -30,6 +30,8 @@
 		<option value="application/json">application/json</option>
 		</select>
         <p>
+            Clean JSON: <input type="text" name="CLEAN" value="0" ID="TextClean">
+        <p>
         <input type="submit" value="Submit" onclick="SetActionTarget()"> <input \
type="reset">  </form>
     </body>

Modified: sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/getfdocacheinfoform.html
 ===================================================================
--- sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/getfdocacheinfoform.html	2015-11-10 \
                14:48:53 UTC (rev 8824)
+++ sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/getfdocacheinfoform.html	2015-11-11 \
11:17:37 UTC (rev 8825) @@ -23,6 +23,8 @@
 				<option value="text/xml">text/xml</option>
 				<option value="application/json">application/json</option>
 				</select>
+            <p>
+                Clean JSON: <input type="text" name="CLEAN" value="0" \
ID="TextClean">  <p>
         <input type="submit" value="Submit" onclick="SetActionTarget()"> <input \
type="reset">  </form>

Modified: sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/getfeatureprovidersform.html
 ===================================================================
--- sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/getfeatureprovidersform.html	2015-11-10 \
                14:48:53 UTC (rev 8824)
+++ sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/getfeatureprovidersform.html	2015-11-11 \
11:17:37 UTC (rev 8825) @@ -24,6 +24,8 @@
 		<option value="application/json">application/json</option>
 		</select>
         <p>
+            Clean JSON: <input type="text" name="CLEAN" value="0" ID="TextClean">
+        <p>
         <input type="submit" value="Submit" onclick="SetActionTarget()"> <input \
type="reset">  </form>
     </body>

Modified: sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/getidentitypropertiesform.html
 ===================================================================
--- sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/getidentitypropertiesform.html	2015-11-10 \
                14:48:53 UTC (rev 8824)
+++ sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/getidentitypropertiesform.html	2015-11-11 \
11:17:37 UTC (rev 8825) @@ -30,6 +30,8 @@
 		<option value="application/json">application/json</option>
 		</select>
         <p>
+            Clean JSON: <input type="text" name="CLEAN" value="0" ID="TextClean">
+        <p>
         <input type="submit" value="Submit" onclick="SetActionTarget()"> <input \
type="reset">  </form>
     </body>

Modified: sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/getlongtransactionsform.html
 ===================================================================
--- sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/getlongtransactionsform.html	2015-11-10 \
                14:48:53 UTC (rev 8824)
+++ sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/getlongtransactionsform.html	2015-11-11 \
11:17:37 UTC (rev 8825) @@ -28,6 +28,8 @@
 		<option value="application/json">application/json</option>
 		</select>
         <p>
+            Clean JSON: <input type="text" name="CLEAN" value="0" ID="TextClean">
+        <p>
         <input type="submit" value="Submit" onclick="SetActionTarget()"> <input \
type="reset">  </form>
     </body>

Modified: sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/getrepositorycontentform.html
 ===================================================================
--- sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/getrepositorycontentform.html	2015-11-10 \
                14:48:53 UTC (rev 8824)
+++ sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/getrepositorycontentform.html	2015-11-11 \
11:17:37 UTC (rev 8825) @@ -16,7 +16,14 @@
 <input type="text" name="CLIENTAGENT" value="MapGuide Developer" size="100">
 <p> Resource ID:
 <input type="text" name="RESOURCEID" value="Library://" size="100">
+<p> Format:
+<select name="FORMAT">
+<option value="text/xml">text/xml</option>
+<option value="application/json">application/json</option>
+</select>
 <p>
+    Clean JSON: <input type="text" name="CLEAN" value="0" ID="TextClean">
+<p>
 <input type="submit" value="Submit" onclick="SetActionTarget()"> <input \
type="reset">  </form>
 </body>

Modified: sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/getrepositoryheaderform.html
 ===================================================================
--- sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/getrepositoryheaderform.html	2015-11-10 \
                14:48:53 UTC (rev 8824)
+++ sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/getrepositoryheaderform.html	2015-11-11 \
11:17:37 UTC (rev 8825) @@ -16,7 +16,14 @@
 <input type="text" name="CLIENTAGENT" value="MapGuide Developer" size="100">
 <p> Resource ID:
 <input type="text" name="RESOURCEID" value="Library://" size="100">
+<p> Format:
+<select name="FORMAT">
+<option value="text/xml">text/xml</option>
+<option value="application/json">application/json</option>
+</select>
 <p>
+    Clean JSON: <input type="text" name="CLEAN" value="0" ID="TextClean">
+<p>
 <input type="submit" value="Submit" onclick="SetActionTarget()"> <input \
type="reset">  </form>
 </body>

Modified: sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/getresourcecontentform.html
 ===================================================================
--- sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/getresourcecontentform.html	2015-11-10 \
                14:48:53 UTC (rev 8824)
+++ sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/getresourcecontentform.html	2015-11-11 \
11:17:37 UTC (rev 8825) @@ -22,6 +22,8 @@
 <option value="application/json">application/json</option>
 </select>
 <p>
+    Clean JSON: <input type="text" name="CLEAN" value="0" ID="TextClean">
+<p>
 <input type="submit" value="Submit" onclick="SetActionTarget()"> <input \
type="reset">  </form>
 </body>

Modified: sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/getresourceheaderform.html
 ===================================================================
--- sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/getresourceheaderform.html	2015-11-10 \
                14:48:53 UTC (rev 8824)
+++ sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/getresourceheaderform.html	2015-11-11 \
11:17:37 UTC (rev 8825) @@ -22,6 +22,8 @@
 <option value="application/json">application/json</option>
 </select>
 <p>
+    Clean JSON: <input type="text" name="CLEAN" value="0" ID="TextClean">
+<p>
 <input type="submit" value="Submit" onclick="SetActionTarget()"> <input \
type="reset">  </form>
 </body>

Modified: sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/getschemamappingform.html
 ===================================================================
--- sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/getschemamappingform.html	2015-11-10 \
                14:48:53 UTC (rev 8824)
+++ sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/getschemamappingform.html	2015-11-11 \
11:17:37 UTC (rev 8825) @@ -27,6 +27,8 @@
 			<option value="application/json">application/json</option>
 			</select>
             <p>
+                Clean JSON: <input type="text" name="CLEAN" value="0" \
ID="TextClean"> +            <p>
         <input type="submit" value="Submit" onclick="SetActionTarget()"> <input \
type="reset">  </form>
         </P>

Modified: sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/getschemasform.html
 ===================================================================
--- sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/getschemasform.html	2015-11-10 \
                14:48:53 UTC (rev 8824)
+++ sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/getschemasform.html	2015-11-11 \
11:17:37 UTC (rev 8825) @@ -26,6 +26,8 @@
 		<option value="application/json">application/json</option>
 		</select>
         <p>
+            Clean JSON: <input type="text" name="CLEAN" value="0" ID="TextClean">
+        <p>
         <input type="submit" value="Submit" onclick="SetActionTarget()"> <input \
type="reset">  </form>
     </body>

Modified: sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/getsiteinfoform.html
 ===================================================================
--- sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/getsiteinfoform.html	2015-11-10 \
                14:48:53 UTC (rev 8824)
+++ sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/getsiteinfoform.html	2015-11-11 \
11:17:37 UTC (rev 8825) @@ -18,7 +18,14 @@
         <input type="text" name="LOCALE" value="en" size="10" ID="Text4">
         <p> Client Agent:
         <input type="text" name="CLIENTAGENT" value="MapGuide Developer" size="100">
+        <p> Format:
+        <select name="FORMAT">
+        <option value="text/xml">text/xml</option>
+        <option value="application/json">application/json</option>
+        </select>
         <p>
+            Clean JSON: <input type="text" name="CLEAN" value="0" ID="TextClean">
+        <p>
         <input type="submit" value="Submit" onclick="SetActionTarget()"> <input \
type="reset">  </form>
     </body>

Modified: sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/getsitestatusform.html
 ===================================================================
--- sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/getsitestatusform.html	2015-11-10 \
                14:48:53 UTC (rev 8824)
+++ sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/getsitestatusform.html	2015-11-11 \
11:17:37 UTC (rev 8825) @@ -18,7 +18,14 @@
         <input type="text" name="LOCALE" value="en" size="10" ID="Text4">
         <p> Client Agent:
         <input type="text" name="CLIENTAGENT" value="MapGuide Developer" size="100">
+        <p> Format:
+        <select name="FORMAT">
+        <option value="text/xml">text/xml</option>
+        <option value="application/json">application/json</option>
+        </select>
         <p>
+            Clean JSON: <input type="text" name="CLEAN" value="0" ID="TextClean">
+        <p>
         <input type="submit" value="Submit" onclick="SetActionTarget()"> <input \
type="reset">  </form>
     </body>

Modified: sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/getspatialcontextsform.html
 ===================================================================
--- sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/getspatialcontextsform.html	2015-11-10 \
                14:48:53 UTC (rev 8824)
+++ sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/getspatialcontextsform.html	2015-11-11 \
11:17:37 UTC (rev 8825) @@ -28,6 +28,8 @@
 		<option value="application/json">application/json</option>
 		</select>
         <p>
+            Clean JSON: <input type="text" name="CLEAN" value="0" ID="TextClean">
+        <p>
         <input type="submit" value="Submit" onclick="SetActionTarget()"> <input \
type="reset">  </form>
     </body>

Modified: sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/gettileprovidersform.html
 ===================================================================
--- sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/gettileprovidersform.html	2015-11-10 \
                14:48:53 UTC (rev 8824)
+++ sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/gettileprovidersform.html	2015-11-11 \
11:17:37 UTC (rev 8825) @@ -13,6 +13,14 @@
             <p>
                 Client Agent: <input type="text" name="CLIENTAGENT" value="MapGuide \
Developer" size="100">  <p>
+				Format:
+				<select name="FORMAT">
+				<option value="text/xml">text/xml</option>
+				<option value="application/json">application/json</option>
+				</select>
+            <p>
+                Clean JSON: <input type="text" name="CLEAN" value="0" \
ID="TextClean"> +            <p>
                 <input type="submit" value="Submit" onclick="SetActionTarget()"> \
<input type="reset">  </div>
         </form>

Modified: sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/getvisiblemapextentform.html
 ===================================================================
--- sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/getvisiblemapextentform.html	2015-11-10 \
                14:48:53 UTC (rev 8824)
+++ sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/getvisiblemapextentform.html	2015-11-11 \
11:17:37 UTC (rev 8825) @@ -49,6 +49,8 @@
 				<option value="application/json">application/json</option>
 				</select>
             <p>
+                Clean JSON: <input type="text" name="CLEAN" value="0" \
ID="TextClean"> +            <p>
                 <input type="submit" value="Submit" onclick="SetActionTarget()"> \
<input type="reset">  </div>
         </form>

Modified: sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/selectaggregatesform.html
 ===================================================================
--- sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/selectaggregatesform.html	2015-11-10 \
                14:48:53 UTC (rev 8824)
+++ sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/selectaggregatesform.html	2015-11-11 \
11:17:37 UTC (rev 8825) @@ -36,6 +36,8 @@
 			<option value="application/json">application/json</option>
 			</select>
             <p>
+                Clean JSON: <input type="text" name="CLEAN" value="0" \
ID="TextClean"> +            <p>
         <input type="submit" value="Submit" onclick="SetActionTarget()"> <input \
type="reset">  </form>
     </body>

Modified: sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/selectfeaturesform.html
 ===================================================================
--- sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/selectfeaturesform.html	2015-11-10 \
                14:48:53 UTC (rev 8824)
+++ sandbox/jng/clean_json/UnitTest/WebTier/MapAgent/MapAgentForms/selectfeaturesform.html	2015-11-11 \
11:17:37 UTC (rev 8825) @@ -36,6 +36,8 @@
 			<option value="application/json">application/json</option>
 			</select>
             <p>
+                Clean JSON: <input type="text" name="CLEAN" value="0" \
ID="TextClean"> +            <p>
             <input type="submit" value="Submit" onclick="SetActionTarget()"> <input \
type="reset">  </form>
     </body>

_______________________________________________
mapguide-commits mailing list
mapguide-commits@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-commits


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic