From ronnie.louie at autodesk.com Thu Jun 1 13:25:01 2006 From: ronnie.louie at autodesk.com (Ronnie Louie) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG289][Modified] Joins do not work when join property types are different Message-ID: <6905859.1149182701772.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG289 Type: Defect Artifact ID: MG289 (Joins do not work when join property types are different) Modified by: Ronnie Louie ronnielouie (ronnie.louie@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- Added following comment to artifact:: Automated Comment. Version control commit message. MG289 - Joins do not work when join property types are different (follow up submission) Modified File: trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsRightNestedLoopJoinQueryResults.cpp https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsRightNestedLoopJoinQueryResults.cpp?view=diff&rev=682&p1=trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsRightNestedLoopJoinQueryResults.cpp&r1=681&p2=trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsRightNestedLoopJoinQueryResults.cpp&r2=682 --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From ronnie.louie at autodesk.com Thu Jun 1 13:28:37 2006 From: ronnie.louie at autodesk.com (Ronnie Louie) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG289][Modified] Joins do not work when join property types are different Message-ID: <26202506.1149182917103.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG289 Type: Defect Artifact ID: MG289 (Joins do not work when join property types are different) Modified by: Ronnie Louie ronnielouie (ronnie.louie@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- Added following comment to artifact:: Fixed situation where primary data value is string type and represents a number with decimals. Previously this was always treated as string which leads to unsuccessful join because the primary and secondary values would not be equal. The fix involves identifying if the primary data value is a number, and if the secondary data type is also a number, then the FdoComparisonOperator_EqualsTo is used. Example: Previous behavior: Primary Value: "'115.0000'" (string) Secondary Value: 115 (integer) Result: No join occurrs because "'115.000'" not comparable to 115 New behavior Primary Value: "'115.0000" (string) becomes 115.0000 (double) Secondary Value: 115 (integer) Result: Join successful because 115.0000 is comparable to 115 --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From brian.berdel at mcmtrans.com Thu Jun 1 14:17:43 2006 From: brian.berdel at mcmtrans.com (Berdel, Brian) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide-issues] [mapguide] Service Does not Start Message-ID: Event Type: Error Event Source: Service Control Manager Event Category: None Event ID: 7022 Date: 6/1/2006 Time: 2:06:01 PM User: N/A Computer: FW0249 Description: The MapGuide Server service hung on starting. For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp. -----Original Message----- From: Ronnie Louie [mailto:ronnie.louie@autodesk.com] Sent: Thursday, June 01, 2006 1:29 PM To: Bruce Dechant; Ronnie Louie Cc: issues@mapguide.osgeo.org Subject: [mapguide-issues] [mapguide][MG289][Modified] Joins do not work when join property types are different You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG289 Type: Defect Artifact ID: MG289 (Joins do not work when join property types are different) Modified by: Ronnie Louie ronnielouie (ronnie.louie@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- Added following comment to artifact:: Fixed situation where primary data value is string type and represents a number with decimals. Previously this was always treated as string which leads to unsuccessful join because the primary and secondary values would not be equal. The fix involves identifying if the primary data value is a number, and if the secondary data type is also a number, then the FdoComparisonOperator_EqualsTo is used. Example: Previous behavior: Primary Value: "'115.0000'" (string) Secondary Value: 115 (integer) Result: No join occurrs because "'115.000'" not comparable to 115 New behavior Primary Value: "'115.0000" (string) becomes 115.0000 (double) Secondary Value: 115 (integer) Result: Join successful because 115.0000 is comparable to 115 --------------------------------------------------------------------- This message was automatically generated by Project Tracker. --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@mapguide.osgeo.org For additional commands, e-mail: issues-help@mapguide.osgeo.org From alain.lebatard at autodesk.com Fri Jun 2 13:01:52 2006 From: alain.lebatard at autodesk.com (Alain Lebatard) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG304][New] GLOB: Overlapped text in "Create a Buffer" pane Message-ID: <1404049.1149267712187.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG304 Type Defect Artifact ID MG304 (GLOB: Overlapped text in "Create a Buffer" pane) Reported by Alain Lebatard alainlebatard (alain.lebatard@autodesk.com) New artifact details: --------------------------------------------------------- - Priority set to new value P2 - Artifact Status set to new value New - Component set to new value Web Server Extensions - Summary set to new value GLOB: Overlapped text in "Create a Buffer" pane - Description set to new value 1. Open IE browser and click on AJAX Viewer link. 2. Click on "Buffer" button in toolbar menu. 3. "Create a buffer" pane appears. Text 'Transparent' under transparency is truncated. - Defect Severity set to new value Medium - Platform set to new value All - Version set to new value 1.0.0 - Artifact created - Subcomponent set to new value Viewer Command - Steps to Reproduce set to new value 1. Open IE browser and click on AJAX Viewer link. 2. Click on "Buffer" button in toolbar menu. 3. "Create a buffer" pane appears. Text 'Transparent' under transparency is truncated. --------------------------------------------------------- This message was automatically generated by Project Tracker. From alain.lebatard at autodesk.com Fri Jun 2 13:02:42 2006 From: alain.lebatard at autodesk.com (Alain Lebatard) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG304][User] GLOB: Overlapped text in "Create a Buffer" pane Message-ID: <21863561.1149267762107.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG304 Type: Defect Artifact ID: MG304 (GLOB: Overlapped text in "Create a Buffer" pane) Modified by: Alain Lebatard alainlebatard (alain.lebatard@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- -- New value added to attribute Assigned to: alainlebatard --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From alain.lebatard at autodesk.com Fri Jun 2 13:11:15 2006 From: alain.lebatard at autodesk.com (Alain Lebatard) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG304][Modified] GLOB: Overlapped text in "Create a Buffer" pane Message-ID: <8864295.1149268275694.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG304 Type: Defect Artifact ID: MG304 (GLOB: Overlapped text in "Create a Buffer" pane) Modified by: Alain Lebatard alainlebatard (alain.lebatard@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- Added following comment to artifact:: Automated Comment. Version control commit message. MG304 GLOB: Overlapped text in "Create a Buffer" pane Modified File: trunk/MgDev/Web/src/viewerfiles/bufferui.templ https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Web/src/viewerfiles/bufferui.templ?view=diff&rev=683&p1=trunk/MgDev/Web/src/viewerfiles/bufferui.templ&r1=682&p2=trunk/MgDev/Web/src/viewerfiles/bufferui.templ&r2=683 --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From alain.lebatard at autodesk.com Fri Jun 2 13:12:32 2006 From: alain.lebatard at autodesk.com (Alain Lebatard) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG304][Modified] GLOB: Overlapped text in "Create a Buffer" pane Message-ID: <813778.1149268352040.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG304 Type: Defect Artifact ID: MG304 (GLOB: Overlapped text in "Create a Buffer" pane) Modified by: Alain Lebatard alainlebatard (alain.lebatard@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- -- Resolution Description set to new value: Adding non breakable space around the string is enough so it doesn't look truncated -- Target milestone set to new value: 1.0.1 -- Resolution set to new value: Submitted -- Artifact Status changed: Old value: New New value: Resolved --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From alain.lebatard at autodesk.com Fri Jun 2 13:12:46 2006 From: alain.lebatard at autodesk.com (Alain Lebatard) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG304][User] GLOB: Overlapped text in "Create a Buffer" pane Message-ID: <25870050.1149268366780.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG304 Type: Defect Artifact ID: MG304 (GLOB: Overlapped text in "Create a Buffer" pane) Modified by: Alain Lebatard alainlebatard (alain.lebatard@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- -- New value added to attribute Reviewer: trevorwekel --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From alain.lebatard at autodesk.com Fri Jun 2 13:19:49 2006 From: alain.lebatard at autodesk.com (Alain Lebatard) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG305][New] GLOB: Hard Coded String, 'Measure' Message-ID: <9249820.1149268789398.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG305 Type Defect Artifact ID MG305 (GLOB: Hard Coded String, 'Measure') Reported by Alain Lebatard alainlebatard (alain.lebatard@autodesk.com) New artifact details: --------------------------------------------------------- - Steps to Reproduce set to new value 1. Open any web layout specifying LOCALE=ja 2. Start a measure command and click the first 2 points on the map => Layer in the legend control is named 'Measure' - Priority set to new value P3 - Version set to new value 1.0.0 - Subcomponent set to new value Viewer Command - Defect Severity set to new value Medium - Description set to new value The name of the layer created for a measure is hardcoded to 'Measure'. It should be localizable. - Artifact created - Summary set to new value GLOB: Hard Coded String, 'Measure' - Component set to new value Web Server Extensions - Artifact Status set to new value New - Platform set to new value All --------------------------------------------------------- This message was automatically generated by Project Tracker. From alain.lebatard at autodesk.com Fri Jun 2 13:19:57 2006 From: alain.lebatard at autodesk.com (Alain Lebatard) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG305][User] GLOB: Hard Coded String, 'Measure' Message-ID: <32273712.1149268797769.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG305 Type: Defect Artifact ID: MG305 (GLOB: Hard Coded String, 'Measure') Modified by: Alain Lebatard alainlebatard (alain.lebatard@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- -- New value added to attribute Assigned to: alainlebatard --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From alain.lebatard at autodesk.com Fri Jun 2 13:46:04 2006 From: alain.lebatard at autodesk.com (Alain Lebatard) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG305][Modified] GLOB: Hard Coded String, 'Measure' Message-ID: <17824200.1149270364332.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG305 Type: Defect Artifact ID: MG305 (GLOB: Hard Coded String, 'Measure') Modified by: Alain Lebatard alainlebatard (alain.lebatard@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- Added following comment to artifact:: Automated Comment. Version control commit message. MG305 GLOB: Hard Coded String, 'Measure' Modified File: trunk/MgDev/Web/src/localized/en https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Web/src/localized/en?view=diff&rev=684&p1=trunk/MgDev/Web/src/localized/en&r1=683&p2=trunk/MgDev/Web/src/localized/en&r2=684 File: trunk/MgDev/Web/src/mapviewerjava/measure.jsp https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Web/src/mapviewerjava/measure.jsp?view=diff&rev=684&p1=trunk/MgDev/Web/src/mapviewerjava/measure.jsp&r1=683&p2=trunk/MgDev/Web/src/mapviewerjava/measure.jsp&r2=684 File: trunk/MgDev/Web/src/mapviewernet/measure.aspx https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Web/src/mapviewernet/measure.aspx?view=diff&rev=684&p1=trunk/MgDev/Web/src/mapviewernet/measure.aspx&r1=683&p2=trunk/MgDev/Web/src/mapviewernet/measure.aspx&r2=684 File: trunk/MgDev/Web/src/mapviewerphp/measure.php https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Web/src/mapviewerphp/measure.php?view=diff&rev=684&p1=trunk/MgDev/Web/src/mapviewerphp/measure.php&r1=683&p2=trunk/MgDev/Web/src/mapviewerphp/measure.php&r2=684 --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From alain.lebatard at autodesk.com Fri Jun 2 13:47:09 2006 From: alain.lebatard at autodesk.com (Alain Lebatard) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG305][Modified] GLOB: Hard Coded String, 'Measure' Message-ID: <23160650.1149270429914.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG305 Type: Defect Artifact ID: MG305 (GLOB: Hard Coded String, 'Measure') Modified by: Alain Lebatard alainlebatard (alain.lebatard@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- -- Resolution Description set to new value: Load at runtime the localized measure layer name -- Resolution set to new value: Submitted -- Artifact Status changed: Old value: New New value: Resolved --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From alain.lebatard at autodesk.com Fri Jun 2 13:47:16 2006 From: alain.lebatard at autodesk.com (Alain Lebatard) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG305][User] GLOB: Hard Coded String, 'Measure' Message-ID: <26744890.1149270436778.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG305 Type: Defect Artifact ID: MG305 (GLOB: Hard Coded String, 'Measure') Modified by: Alain Lebatard alainlebatard (alain.lebatard@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- -- New value added to attribute Reviewer: trevorwekel --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From alain.lebatard at autodesk.com Fri Jun 2 14:20:22 2006 From: alain.lebatard at autodesk.com (Alain Lebatard) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG306][New] GLOB: Localized string 'Tasks' is truncated due to hard code... Message-ID: <16179999.1149272422619.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG306 Type Defect Artifact ID MG306 (GLOB: Localized string 'Tasks' is truncated due to hard code width size.) Reported by Alain Lebatard alainlebatard (alain.lebatard@autodesk.com) New artifact details: --------------------------------------------------------- - Artifact Status set to new value New - Component set to new value Web Server Extensions - Artifact created - Subcomponent set to new value General - Defect Severity set to new value High - Platform set to new value All - Summary set to new value GLOB: Localized string 'Tasks' is truncated due to hard code width size. - Priority set to new value P2 - Steps to Reproduce set to new value 1. Open Sheboygan sample file with either DWF or AJAX viewer. 2. Add locale parameter at the end of URL (e.g. &LOCALE=ja). Problem: Tasks button description is truncated and cannot be adjusted (right pane of viewer) - Description set to new value The text of the tasks button is truncated in non-English versions because the size of the button is hardcoded fo the length of the English text - Version set to new value 1.0.0 --------------------------------------------------------- This message was automatically generated by Project Tracker. From alain.lebatard at autodesk.com Fri Jun 2 14:20:30 2006 From: alain.lebatard at autodesk.com (Alain Lebatard) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG306][User] GLOB: Localized string 'Tasks' is truncated due to hard code... Message-ID: <15342663.1149272430542.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG306 Type: Defect Artifact ID: MG306 (GLOB: Localized string 'Tasks' is truncated due to hard code width size.) Modified by: Alain Lebatard alainlebatard (alain.lebatard@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- -- New value added to attribute Assigned to: alainlebatard --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From bruce.dechant at autodesk.com Fri Jun 2 14:27:54 2006 From: bruce.dechant at autodesk.com (Bruce Dechant) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG307][New] Change Windows server service name Message-ID: <13112493.1149272874107.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG307 Type Defect Artifact ID MG307 (Change Windows server service name) Reported by Bruce Dechant brucedechant (bruce.dechant@autodesk.com) New artifact details: --------------------------------------------------------- - Subcomponent set to new value Core - Operating system set to new value Windows XP - Platform set to new value All - Summary set to new value Change Windows server service name - Description set to new value The current Windows server service name is "Server" which is to generic. This should be changed to "MapGuideServer" - Priority set to new value P3 - Defect Severity set to new value Medium - Steps to Reproduce set to new value Open the Windows Services control panel applet and get the properties of the MapGuide server service to see the service name of "Server" - Artifact created - Component set to new value Server - Artifact Status set to new value New - Version set to new value 1.0.0 --------------------------------------------------------- This message was automatically generated by Project Tracker. From bruce.dechant at autodesk.com Fri Jun 2 14:28:04 2006 From: bruce.dechant at autodesk.com (Bruce Dechant) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG307][User] Change Windows server service name Message-ID: <11525783.1149272884405.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG307 Type: Defect Artifact ID: MG307 (Change Windows server service name) Modified by: Bruce Dechant brucedechant (bruce.dechant@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- -- New value added to attribute Reviewer: stevedang -- New value added to attribute Assigned to: brucedechant --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From bruce.dechant at autodesk.com Fri Jun 2 14:28:13 2006 From: bruce.dechant at autodesk.com (Bruce Dechant) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG307][Modified] Change Windows server service name Message-ID: <20542902.1149272893786.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG307 Type: Defect Artifact ID: MG307 (Change Windows server service name) Modified by: Bruce Dechant brucedechant (bruce.dechant@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- -- Artifact Status changed: Old value: New New value: Assigned --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From bruce.dechant at autodesk.com Fri Jun 2 14:28:23 2006 From: bruce.dechant at autodesk.com (Bruce Dechant) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG307][Modified] Change Windows server service name Message-ID: <24837798.1149272903631.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG307 Type: Defect Artifact ID: MG307 (Change Windows server service name) Modified by: Bruce Dechant brucedechant (bruce.dechant@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- -- Target milestone set to new value: 1.0.1 --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From bruce.dechant at autodesk.com Fri Jun 2 14:33:32 2006 From: bruce.dechant at autodesk.com (Bruce Dechant) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG307][Modified] Change Windows server service name Message-ID: <23301607.1149273212852.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG307 Type: Defect Artifact ID: MG307 (Change Windows server service name) Modified by: Bruce Dechant brucedechant (bruce.dechant@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- -- Description set to new value: Old value: The current Windows server service name is "Server" which is to generic. This should be changed to "MapGuideServer" New value: The current Windows server service name is "Server" which is too generic. This should be changed to "MapGuideServer" --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From bruce.dechant at autodesk.com Fri Jun 2 14:34:36 2006 From: bruce.dechant at autodesk.com (Bruce Dechant) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG307][Modified] Change Windows server service name Message-ID: <5341528.1149273276378.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG307 Type: Defect Artifact ID: MG307 (Change Windows server service name) Modified by: Bruce Dechant brucedechant (bruce.dechant@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- Added following comment to artifact:: Automated Comment. Version control commit message. MG307 Modified File: trunk/MgDev/Common/Service/System/Resources.cpp https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Common/Service/System/Resources.cpp?view=diff&rev=685&p1=trunk/MgDev/Common/Service/System/Resources.cpp&r1=684&p2=trunk/MgDev/Common/Service/System/Resources.cpp&r2=685 --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From bruce.dechant at autodesk.com Fri Jun 2 14:35:12 2006 From: bruce.dechant at autodesk.com (Bruce Dechant) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG307][Modified] Change Windows server service name Message-ID: <9112367.1149273312112.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG307 Type: Defect Artifact ID: MG307 (Change Windows server service name) Modified by: Bruce Dechant brucedechant (bruce.dechant@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- -- Status Explanation set to new value: Code fix submitted. -- Artifact Status changed: Old value: Assigned New value: Resolved -- Submission Reviewed set to new value: No -- Resolution set to new value: Submitted -- Resolution Description set to new value: Code fix submitted. --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From bruce.dechant at autodesk.com Fri Jun 2 14:51:51 2006 From: bruce.dechant at autodesk.com (Bruce Dechant) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG212][Modified] Update licensing infrastruture for reporting expired license... Message-ID: <7939618.1149274311104.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG212 Type: Task Artifact ID: MG212 (Update licensing infrastruture for reporting expired licenses and invalid serial numbers.) Modified by: Bruce Dechant brucedechant (bruce.dechant@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- -- Submission Reviewed set to new value: Yes --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From bruce.dechant at autodesk.com Fri Jun 2 14:52:24 2006 From: bruce.dechant at autodesk.com (Bruce Dechant) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG241][Modified] Use default locale as a backup when loading resource strings Message-ID: <13068738.1149274344178.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG241 Type: Defect Artifact ID: MG241 (Use default locale as a backup when loading resource strings) Modified by: Bruce Dechant brucedechant (bruce.dechant@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- -- Submission Reviewed set to new value: Yes --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From bruce.dechant at autodesk.com Fri Jun 2 14:53:29 2006 From: bruce.dechant at autodesk.com (Bruce Dechant) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG245][Modified] Print layout elements overlap when Title not selected Message-ID: <8206556.1149274409012.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG245 Type: Defect Artifact ID: MG245 (Print layout elements overlap when Title not selected) Modified by: Bruce Dechant brucedechant (bruce.dechant@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- -- Submission Reviewed changed: Old value: No New value: Yes --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From bruce.dechant at autodesk.com Fri Jun 2 14:54:02 2006 From: bruce.dechant at autodesk.com (Bruce Dechant) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG260][Modified] Support for detecting coordinate system initialization error... Message-ID: <31937777.1149274442550.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG260 Type: Enhancement Artifact ID: MG260 (Support for detecting coordinate system initialization errors) Modified by: Bruce Dechant brucedechant (bruce.dechant@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- -- Submission Reviewed changed: Old value: No New value: Yes --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From bruce.dechant at autodesk.com Fri Jun 2 14:54:43 2006 From: bruce.dechant at autodesk.com (Bruce Dechant) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG263][Modified] Added support for Mapguide server to run as a daemon on Linu... Message-ID: <13836315.1149274483914.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG263 Type: Defect Artifact ID: MG263 (Added support for Mapguide server to run as a daemon on Linux) Modified by: Bruce Dechant brucedechant (bruce.dechant@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- -- Submission Reviewed changed: Old value: No New value: Yes --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From bruce.dechant at autodesk.com Fri Jun 2 14:55:34 2006 From: bruce.dechant at autodesk.com (Bruce Dechant) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG277][Modified] Fix Feature Service unit test broken as a result of update F... Message-ID: <2690394.1149274534228.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG277 Type: Defect Artifact ID: MG277 (Fix Feature Service unit test broken as a result of update FDO update) Modified by: Bruce Dechant brucedechant (bruce.dechant@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- -- Submission Reviewed set to new value: Yes --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From bruce.dechant at autodesk.com Fri Jun 2 14:56:13 2006 From: bruce.dechant at autodesk.com (Bruce Dechant) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG276][Modified] Selected features not highlighted when feature is joined to ... Message-ID: <12589546.1149274573131.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG276 Type: Defect Artifact ID: MG276 (Selected features not highlighted when feature is joined to ODBC source) Modified by: Bruce Dechant brucedechant (bruce.dechant@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- -- Submission Reviewed changed: Old value: No New value: Yes --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From bruce.dechant at autodesk.com Fri Jun 2 14:56:35 2006 From: bruce.dechant at autodesk.com (Bruce Dechant) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG278][Modified] Fix broken Web tier unit tests due to FDO update Message-ID: <23194173.1149274595999.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG278 Type: Defect Artifact ID: MG278 (Fix broken Web tier unit tests due to FDO update) Modified by: Bruce Dechant brucedechant (bruce.dechant@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- -- Submission Reviewed set to new value: Yes --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From bruce.dechant at autodesk.com Fri Jun 2 14:57:14 2006 From: bruce.dechant at autodesk.com (Bruce Dechant) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG281][Modified] Service operations not authenticated before executing Message-ID: <13016363.1149274634341.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG281 Type: Defect Artifact ID: MG281 (Service operations not authenticated before executing) Modified by: Bruce Dechant brucedechant (bruce.dechant@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- -- Submission Reviewed changed: Old value: No New value: Yes --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From bruce.dechant at autodesk.com Fri Jun 2 16:29:02 2006 From: bruce.dechant at autodesk.com (Bruce Dechant) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG269][User] MapGuide service has underlying name "Server", conflicting w... Message-ID: <5778786.1149280142287.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG269 Type: Defect Artifact ID: MG269 (MapGuide service has underlying name "Server", conflicting with the netsvcs(LanManServer) service.) Modified by: Bruce Dechant brucedechant (bruce.dechant@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- -- New value added to attribute Assigned to: brucedechant --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From bruce.dechant at autodesk.com Fri Jun 2 16:29:43 2006 From: bruce.dechant at autodesk.com (Bruce Dechant) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG269][Modified] MapGuide service has underlying name "Server", conflicting w... Message-ID: <21027926.1149280183766.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG269 Type: Defect Artifact ID: MG269 (MapGuide service has underlying name "Server", conflicting with the netsvcs(LanManServer) service.) Modified by: Bruce Dechant brucedechant (bruce.dechant@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- -- Steps to Reproduce set to new value: Old value: 1. Open the MMC Services Snap-in 2. Ensure that the MapGuide Server service is running 3. Open a command window 4. Issue the command NET STOP "MapGuide Server" 5. Note that the display echos "The Server service is stopping" 6. Refresh the MMC screen, and note that the MapGuide Server service is still running, and the Server service has stopped New value: 1. Open the MMC Services Snap-in 2. Ensure that the MapGuide Server service is running 3. Open a command window 4. Issue the command NET STOP "MapGuide Server" 5. Note that the display echos "The Server service is stopping" 6. Refresh the MMC screen, and note that the MapGuide Server service is still running, and the Server service has stopped -- Target milestone set to new value: 1.0.1 -- Artifact Status changed: Old value: New New value: Assigned -- Priority set to new value: P3 --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From bruce.dechant at autodesk.com Fri Jun 2 16:30:38 2006 From: bruce.dechant at autodesk.com (Bruce Dechant) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG269][Modified] MapGuide service has underlying name "Server", conflicting w... Message-ID: <12882199.1149280238623.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG269 Type: Defect Artifact ID: MG269 (MapGuide service has underlying name "Server", conflicting with the netsvcs(LanManServer) service.) Modified by: Bruce Dechant brucedechant (bruce.dechant@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- -- Artifact Status changed: Old value: Assigned New value: Resolved -- Status Explanation set to new value: Code fix was submitted via MG307 submission. -- Resolution Description set to new value: Code fix was submitted via MG307 submission. -- Resolution set to new value: Submitted --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From bruce.dechant at autodesk.com Fri Jun 2 16:30:48 2006 From: bruce.dechant at autodesk.com (Bruce Dechant) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG269][Modified] MapGuide service has underlying name "Server", conflicting w... Message-ID: <28820078.1149280248194.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG269 Type: Defect Artifact ID: MG269 (MapGuide service has underlying name "Server", conflicting with the netsvcs(LanManServer) service.) Modified by: Bruce Dechant brucedechant (bruce.dechant@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- -- Submission Reviewed set to new value: Yes --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From alain.lebatard at autodesk.com Fri Jun 2 18:51:25 2006 From: alain.lebatard at autodesk.com (Alain Lebatard) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG306][Modified] GLOB: Localized string 'Tasks' is truncated due to hard code... Message-ID: <14088814.1149288685532.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG306 Type: Defect Artifact ID: MG306 (GLOB: Localized string 'Tasks' is truncated due to hard code width size.) Modified by: Alain Lebatard alainlebatard (alain.lebatard@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- Added following comment to artifact:: Automated Comment. Version control commit message. MG306 GLOB: Localized string 'Tasks' is truncated due to hard code width size Modified File: trunk/MgDev/Web/src/viewerfiles/taskbar.templ https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Web/src/viewerfiles/taskbar.templ?view=diff&rev=686&p1=trunk/MgDev/Web/src/viewerfiles/taskbar.templ&r1=685&p2=trunk/MgDev/Web/src/viewerfiles/taskbar.templ&r2=686 --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From alain.lebatard at autodesk.com Fri Jun 2 18:52:33 2006 From: alain.lebatard at autodesk.com (Alain Lebatard) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG306][Modified] GLOB: Localized string 'Tasks' is truncated due to hard code... Message-ID: <31023387.1149288753348.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG306 Type: Defect Artifact ID: MG306 (GLOB: Localized string 'Tasks' is truncated due to hard code width size.) Modified by: Alain Lebatard alainlebatard (alain.lebatard@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- -- Resolution Description set to new value: Size and position of the task button now derives from actual text metrics. -- Target milestone set to new value: 1.0.1 -- Artifact Status changed: Old value: New New value: Resolved -- Resolution set to new value: Submitted --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From alain.lebatard at autodesk.com Fri Jun 2 18:52:43 2006 From: alain.lebatard at autodesk.com (Alain Lebatard) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG306][User] GLOB: Localized string 'Tasks' is truncated due to hard code... Message-ID: <32375543.1149288763374.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG306 Type: Defect Artifact ID: MG306 (GLOB: Localized string 'Tasks' is truncated due to hard code width size.) Modified by: Alain Lebatard alainlebatard (alain.lebatard@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- -- New value added to attribute Reviewer: trevorwekel --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From trevor.wekel at autodesk.com Fri Jun 2 19:43:34 2006 From: trevor.wekel at autodesk.com (Trevor Wekel) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG308][New] Ajax Viewer Tooltips and other requests fail when MapAgent i... Message-ID: <12710826.1149291814021.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG308 Type Defect Artifact ID MG308 (Ajax Viewer Tooltips and other requests fail when MapAgent is run as regular CGI) Reported by Trevor Wekel trevorwekel (trevor.wekel@autodesk.com) New artifact details: --------------------------------------------------------- - Subcomponent set to new value Map Agent - Version set to new value 1.0.0 - Target milestone set to new value 1.0.1 - Steps to Reproduce set to new value Configure the MapAgent as a regular CGI process under Apache. Load Sheboygan in the Ajax Viewer and zoom to the parcels. Hover over one of the parcels. Tooltips are not displayed. On Linux, most HTTP requests will fail, eg. ENUMERATERESOURCES. - Artifact created - Submission Reviewed set to new value No - Platform set to new value All - External ID set to new value 793583 - Developer Notes set to new value This defect was caused by some errant code in the MapAgent shutdown mechanism. - Description set to new value The MapAgent cannot be run as a regular CGI on Apache or IIS. Configuring as CGI leads to system instability. - Operating system set to new value All - Priority set to new value P2 - Summary set to new value Ajax Viewer Tooltips and other requests fail when MapAgent is run as regular CGI - Artifact Status set to new value New - Component set to new value Web Server Extensions - Defect Severity set to new value Medium --------------------------------------------------------- This message was automatically generated by Project Tracker. From trevor.wekel at autodesk.com Fri Jun 2 19:43:51 2006 From: trevor.wekel at autodesk.com (Trevor Wekel) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG308][User] Ajax Viewer Tooltips and other requests fail when MapAgent i... Message-ID: <11736461.1149291831468.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG308 Type: Defect Artifact ID: MG308 (Ajax Viewer Tooltips and other requests fail when MapAgent is run as regular CGI) Modified by: Trevor Wekel trevorwekel (trevor.wekel@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- -- New value added to attribute Reviewer: alainlebatard -- New value added to attribute Assigned to: trevorwekel --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From trevor.wekel at autodesk.com Fri Jun 2 19:47:00 2006 From: trevor.wekel at autodesk.com (Trevor Wekel) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG308][Modified] Ajax Viewer Tooltips and other requests fail when MapAgent i... Message-ID: <31807793.1149292020054.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG308 Type: Defect Artifact ID: MG308 (Ajax Viewer Tooltips and other requests fail when MapAgent is run as regular CGI) Modified by: Trevor Wekel trevorwekel (trevor.wekel@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- Added following comment to artifact:: Automated Comment. Version control commit message. MG308: Ajax Viewer Tooltips and other requests fail when MapAgent is run as regular CGI Modified File: trunk/MgDev/Web/src/WebSupport/InitializeWebTier.cpp https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Web/src/WebSupport/InitializeWebTier.cpp?view=diff&rev=687&p1=trunk/MgDev/Web/src/WebSupport/InitializeWebTier.cpp&r1=686&p2=trunk/MgDev/Web/src/WebSupport/InitializeWebTier.cpp&r2=687 --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From trevor.wekel at autodesk.com Fri Jun 2 19:47:51 2006 From: trevor.wekel at autodesk.com (Trevor Wekel) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG308][Modified] Ajax Viewer Tooltips and other requests fail when MapAgent i... Message-ID: <20844010.1149292071242.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG308 Type: Defect Artifact ID: MG308 (Ajax Viewer Tooltips and other requests fail when MapAgent is run as regular CGI) Modified by: Trevor Wekel trevorwekel (trevor.wekel@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- -- Artifact Status changed: Old value: New New value: Resolved -- Resolution set to new value: Submitted -- Status Explanation set to new value: Code fix submitted. -- Resolution Description set to new value: Code fix submitted. --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From steve.dang at autodesk.com Sat Jun 3 19:56:42 2006 From: steve.dang at autodesk.com (Steve Dang) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG205][Modified] Correct MgInvalidFromDate message Message-ID: <5158251.1149379002878.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG205 Type: Defect Artifact ID: MG205 (Correct MgInvalidFromDate message) Modified by: Steve Dang stevedang (steve.dang@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- -- Submission Reviewed set to new value: Yes --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From steve.dang at autodesk.com Sat Jun 3 19:58:29 2006 From: steve.dang at autodesk.com (Steve Dang) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG307][Modified] Change Windows server service name Message-ID: <17841101.1149379109207.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG307 Type: Defect Artifact ID: MG307 (Change Windows server service name) Modified by: Steve Dang stevedang (steve.dang@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- -- Submission Reviewed changed: Old value: No New value: Yes --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From trevor.wekel at autodesk.com Mon Jun 5 12:09:15 2006 From: trevor.wekel at autodesk.com (Trevor Wekel) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG292][Modified] Incorrect quotes escaping in viewer's mainframe in JSP Message-ID: <13282120.1149523755774.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG292 Type: Defect Artifact ID: MG292 (Incorrect quotes escaping in viewer's mainframe in JSP) Modified by: Trevor Wekel trevorwekel (trevor.wekel@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- -- Submission Reviewed set to new value: Yes -- Review Comments set to new value: Looks fine. --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From trevor.wekel at autodesk.com Mon Jun 5 12:10:45 2006 From: trevor.wekel at autodesk.com (Trevor Wekel) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG295][Modified] InvokeURL doesn't work with specific layer constraint Message-ID: <8159965.1149523845362.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG295 Type: Defect Artifact ID: MG295 (InvokeURL doesn't work with specific layer constraint) Modified by: Trevor Wekel trevorwekel (trevor.wekel@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- -- Submission Reviewed set to new value: Yes -- Review Comments set to new value: Looks ok. --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From trevor.wekel at autodesk.com Mon Jun 5 12:12:55 2006 From: trevor.wekel at autodesk.com (Trevor Wekel) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG296][Modified] Define Search Command using Like $USER_VARIABLE doesn't work Message-ID: <2130831.1149523975452.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG296 Type: Defect Artifact ID: MG296 (Define Search Command using Like $USER_VARIABLE doesn't work) Modified by: Trevor Wekel trevorwekel (trevor.wekel@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- -- Submission Reviewed set to new value: Yes -- Review Comments set to new value: Ok. --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From trevor.wekel at autodesk.com Mon Jun 5 12:15:09 2006 From: trevor.wekel at autodesk.com (Trevor Wekel) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG300][Modified] String inlining creates toolbar script error Message-ID: <1138320.1149524109830.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG300 Type: Defect Artifact ID: MG300 (String inlining creates toolbar script error) Modified by: Trevor Wekel trevorwekel (trevor.wekel@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- -- Submission Reviewed set to new value: Yes -- Review Comments set to new value: Looks fine. --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From trevor.wekel at autodesk.com Mon Jun 5 12:16:41 2006 From: trevor.wekel at autodesk.com (Trevor Wekel) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG303][Modified] GLOB: Viewer with LOCALE=ja causes script error in IE. Message-ID: <18967258.1149524201292.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG303 Type: Defect Artifact ID: MG303 (GLOB: Viewer with LOCALE=ja causes script error in IE.) Modified by: Trevor Wekel trevorwekel (trevor.wekel@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- -- Submission Reviewed set to new value: Yes -- Review Comments set to new value: Is ok. --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From trevor.wekel at autodesk.com Mon Jun 5 12:17:49 2006 From: trevor.wekel at autodesk.com (Trevor Wekel) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG304][Modified] GLOB: Overlapped text in "Create a Buffer" pane Message-ID: <31569660.1149524269854.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG304 Type: Defect Artifact ID: MG304 (GLOB: Overlapped text in "Create a Buffer" pane) Modified by: Trevor Wekel trevorwekel (trevor.wekel@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- -- Review Comments set to new value: Looks fine. -- Submission Reviewed set to new value: Yes --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From trevor.wekel at autodesk.com Mon Jun 5 12:22:30 2006 From: trevor.wekel at autodesk.com (Trevor Wekel) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG305][Modified] GLOB: Hard Coded String, 'Measure' Message-ID: <13753721.1149524550937.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG305 Type: Defect Artifact ID: MG305 (GLOB: Hard Coded String, 'Measure') Modified by: Trevor Wekel trevorwekel (trevor.wekel@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- -- Submission Reviewed set to new value: Yes -- Review Comments set to new value: Looks ok. Should we also get rid of the legendName = "Measure" statement? --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From trevor.wekel at autodesk.com Mon Jun 5 12:25:22 2006 From: trevor.wekel at autodesk.com (Trevor Wekel) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG306][Modified] GLOB: Localized string 'Tasks' is truncated due to hard code... Message-ID: <6973702.1149524722186.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG306 Type: Defect Artifact ID: MG306 (GLOB: Localized string 'Tasks' is truncated due to hard code width size.) Modified by: Trevor Wekel trevorwekel (trevor.wekel@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- -- Submission Reviewed set to new value: Yes -- Review Comments set to new value: Looks ok. --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From ronnie.louie at autodesk.com Mon Jun 5 17:43:04 2006 From: ronnie.louie at autodesk.com (Ronnie Louie) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG309][New] SetFeatureClassName() passing non-existing feature class in ... Message-ID: <19394568.1149543784251.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG309 Type Defect Artifact ID MG309 (SetFeatureClassName() passing non-existing feature class in SelectFeatures) Reported by Ronnie Louie ronnielouie (ronnie.louie@autodesk.com) New artifact details: --------------------------------------------------------- - Summary set to new value SetFeatureClassName() passing non-existing feature class in SelectFeatures - Priority set to new value P2 - External ID set to new value 793693 and 790101 - Target milestone set to new value 1.0.1 - Subcomponent set to new value Feature Service - Artifact created - Resolution Description set to new value Logic for setting the feature class name when feature source defines an extension. If using the extension, feature class name does not need to be set since feature reader will be populated with join result. The class name needs to be set when executing FdoSelectCommand for non-joined feature data. - Steps to Reproduce set to new value The FeatureService::SelectFeatures() API was passing a non-existing feature class name when selecting features from a join result (extension class). - Component set to new value Server - Defect Severity set to new value High - Version set to new value 1.0.0 - Description set to new value The FeatureService::SelectFeatures() API was passing a non-existing feature class name when selecting features from a join result (extension class). - Build set to new value 178.1 - Artifact Status set to new value New --------------------------------------------------------- This message was automatically generated by Project Tracker. From ronnie.louie at autodesk.com Mon Jun 5 17:43:13 2006 From: ronnie.louie at autodesk.com (Ronnie Louie) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG309][User] SetFeatureClassName() passing non-existing feature class in ... Message-ID: <6644700.1149543793771.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG309 Type: Defect Artifact ID: MG309 (SetFeatureClassName() passing non-existing feature class in SelectFeatures) Modified by: Ronnie Louie ronnielouie (ronnie.louie@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- -- New value added to attribute Assigned to: ronnielouie --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From ronnie.louie at autodesk.com Mon Jun 5 17:51:21 2006 From: ronnie.louie at autodesk.com (Ronnie Louie) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG309][Modified] SetFeatureClassName() passing non-existing feature class in ... Message-ID: <10922250.1149544281621.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG309 Type: Defect Artifact ID: MG309 (SetFeatureClassName() passing non-existing feature class in SelectFeatures) Modified by: Ronnie Louie ronnielouie (ronnie.louie@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- -- Artifact Status changed: Old value: New New value: Assigned -- Steps to Reproduce set to new value: Old value: The FeatureService::SelectFeatures() API was passing a non-existing feature class name when selecting features from a join result (extension class). New value: 1. Set an ODBC feature source as primary source for a join. 2. Set a different ODBC feature source and secondary source for a join. 3. Create a layer based on the joined extension class. 4. Notice layer preview does not display any features. 5. Attempt to setup theming for the layer results in "Feature Class not found" error. -- Developer Notes set to new value: Partial fix which allows layer to display correctly and properties to display when feature is selected on the map. Issue with theming still needs to be addressed because attempting to theme based on the secondary properties results in Parameter not Found error. OK to theme based properties from the primary class. --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From ronnie.louie at autodesk.com Mon Jun 5 18:12:48 2006 From: ronnie.louie at autodesk.com (Ronnie Louie) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG309][Modified] SetFeatureClassName() passing non-existing feature class in ... Message-ID: <18749433.1149545568336.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG309 Type: Defect Artifact ID: MG309 (SetFeatureClassName() passing non-existing feature class in SelectFeatures) Modified by: Ronnie Louie ronnielouie (ronnie.louie@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- Added following comment to artifact:: Automated Comment. Version control commit message. MG309 Modified File: trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsFeatureSourceQuery.cpp https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsFeatureSourceQuery.cpp?view=diff&rev=688&p1=trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsFeatureSourceQuery.cpp&r1=687&p2=trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsFeatureSourceQuery.cpp&r2=688 File: trunk/MgDev/Server/src/Services/Feature/ServerSelectFeatures.cpp https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Server/src/Services/Feature/ServerSelectFeatures.cpp?view=diff&rev=688&p1=trunk/MgDev/Server/src/Services/Feature/ServerSelectFeatures.cpp&r1=687&p2=trunk/MgDev/Server/src/Services/Feature/ServerSelectFeatures.cpp&r2=688 --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From ronnie.louie at autodesk.com Mon Jun 5 18:13:45 2006 From: ronnie.louie at autodesk.com (Ronnie Louie) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG309][Modified] SetFeatureClassName() passing non-existing feature class in ... Message-ID: <4483280.1149545625034.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG309 Type: Defect Artifact ID: MG309 (SetFeatureClassName() passing non-existing feature class in SelectFeatures) Modified by: Ronnie Louie ronnielouie (ronnie.louie@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- -- Resolution set to new value: Submitted --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From ronnie.louie at autodesk.com Mon Jun 5 18:14:06 2006 From: ronnie.louie at autodesk.com (Ronnie Louie) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG309][User] SetFeatureClassName() passing non-existing feature class in ... Message-ID: <23006150.1149545646385.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG309 Type: Defect Artifact ID: MG309 (SetFeatureClassName() passing non-existing feature class in SelectFeatures) Modified by: Ronnie Louie ronnielouie (ronnie.louie@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- -- New value added to attribute Reviewer: brucedechant --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From ronnie.louie at autodesk.com Mon Jun 5 18:28:24 2006 From: ronnie.louie at autodesk.com (Ronnie Louie) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG309][Modified] SetFeatureClassName() passing non-existing feature class in ... Message-ID: <16743063.1149546504017.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG309 Type: Defect Artifact ID: MG309 (SetFeatureClassName() passing non-existing feature class in SelectFeatures) Modified by: Ronnie Louie ronnielouie (ronnie.louie@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- Added following comment to artifact:: Automated Comment. Version control commit message. MG309 Modified File: trunk/MgDev/Server/src/Services/Feature/ServerSelectFeatures.cpp https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Server/src/Services/Feature/ServerSelectFeatures.cpp?view=diff&rev=689&p1=trunk/MgDev/Server/src/Services/Feature/ServerSelectFeatures.cpp&r1=688&p2=trunk/MgDev/Server/src/Services/Feature/ServerSelectFeatures.cpp&r2=689 --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From ronnie.louie at autodesk.com Tue Jun 6 11:57:39 2006 From: ronnie.louie at autodesk.com (Ronnie Louie) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG309][Modified] SetFeatureClassName() passing non-existing feature class in ... Message-ID: <32850813.1149609459039.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG309 Type: Defect Artifact ID: MG309 (SetFeatureClassName() passing non-existing feature class in SelectFeatures) Modified by: Ronnie Louie ronnielouie (ronnie.louie@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- -- External ID changed: Old value: 793693 and 790101 New value: 793603 and 790101 --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From bruce.dechant at autodesk.com Thu Jun 8 17:34:42 2006 From: bruce.dechant at autodesk.com (Bruce Dechant) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG310][New] Add workaround for SHP FDO provider active "Default" spatial... Message-ID: <275264.1149802482453.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG310 Type Defect Artifact ID MG310 (Add workaround for SHP FDO provider active "Default" spatial contexts being blank) Reported by Bruce Dechant brucedechant (bruce.dechant@autodesk.com) New artifact details: --------------------------------------------------------- - Artifact Status set to new value New - Priority set to new value P1 - Version set to new value 1.0.0 - Defect Severity set to new value Critical - Component set to new value Server - Artifact created - Subcomponent set to new value Feature Service - Operating system set to new value All - Platform set to new value All - Summary set to new value Add workaround for SHP FDO provider active "Default" spatial contexts being blank - Description set to new value The SHP FDO provider can return an active "Default" spatial contexts that is blank and therefore not very useful to the server. - Steps to Reproduce set to new value Call the GetSpatialContexts() API against an SHP feature source and observe that the 1st entry in the returned schema is an empty spatial context named "Default". --------------------------------------------------------- This message was automatically generated by Project Tracker. From bruce.dechant at autodesk.com Thu Jun 8 17:35:02 2006 From: bruce.dechant at autodesk.com (Bruce Dechant) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG310][User] Add workaround for SHP FDO provider active "Default" spatial... Message-ID: <23668750.1149802502944.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG310 Type: Defect Artifact ID: MG310 (Add workaround for SHP FDO provider active "Default" spatial contexts being blank) Modified by: Bruce Dechant brucedechant (bruce.dechant@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- -- New value added to attribute Reviewer: stevedang -- New value added to attribute Assigned to: brucedechant --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From bruce.dechant at autodesk.com Thu Jun 8 17:35:17 2006 From: bruce.dechant at autodesk.com (Bruce Dechant) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG310][Modified] Add workaround for SHP FDO provider active "Default" spatial... Message-ID: <23234779.1149802517901.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG310 Type: Defect Artifact ID: MG310 (Add workaround for SHP FDO provider active "Default" spatial contexts being blank) Modified by: Bruce Dechant brucedechant (bruce.dechant@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- -- Target milestone set to new value: 1.0.1 -- Artifact Status changed: Old value: New New value: Assigned --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From bruce.dechant at autodesk.com Thu Jun 8 17:37:16 2006 From: bruce.dechant at autodesk.com (Bruce Dechant) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG310][Modified] Add workaround for SHP FDO provider active "Default" spatial... Message-ID: <21128173.1149802636723.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG310 Type: Defect Artifact ID: MG310 (Add workaround for SHP FDO provider active "Default" spatial contexts being blank) Modified by: Bruce Dechant brucedechant (bruce.dechant@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- Added following comment to artifact:: Automated Comment. Version control commit message. MG310 Modified File: trunk/MgDev/Server/src/Services/Feature/ServerGetSpatialContexts.cpp https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Server/src/Services/Feature/ServerGetSpatialContexts.cpp?view=diff&rev=690&p1=trunk/MgDev/Server/src/Services/Feature/ServerGetSpatialContexts.cpp&r1=689&p2=trunk/MgDev/Server/src/Services/Feature/ServerGetSpatialContexts.cpp&r2=690 --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From bruce.dechant at autodesk.com Thu Jun 8 17:37:58 2006 From: bruce.dechant at autodesk.com (Bruce Dechant) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG310][Modified] Add workaround for SHP FDO provider active "Default" spatial... Message-ID: <6532843.1149802678981.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG310 Type: Defect Artifact ID: MG310 (Add workaround for SHP FDO provider active "Default" spatial contexts being blank) Modified by: Bruce Dechant brucedechant (bruce.dechant@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- -- Resolution set to new value: Submitted -- Resolution Description set to new value: Code workaround submitted. -- Artifact Status changed: Old value: Assigned New value: Resolved -- Status Explanation set to new value: Code workaround submitted. --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From bruce.dechant at autodesk.com Thu Jun 8 17:38:28 2006 From: bruce.dechant at autodesk.com (Bruce Dechant) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG310][Modified] Add workaround for SHP FDO provider active "Default" spatial... Message-ID: <28477777.1149802708750.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG310 Type: Defect Artifact ID: MG310 (Add workaround for SHP FDO provider active "Default" spatial contexts being blank) Modified by: Bruce Dechant brucedechant (bruce.dechant@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- -- Submission Reviewed set to new value: No --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From steve.dang at autodesk.com Sat Jun 10 16:48:41 2006 From: steve.dang at autodesk.com (Steve Dang) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG298][Modified] WKT not set for WMS and WFS spatial contexts Message-ID: <5946802.1149972521832.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG298 Type: Defect Artifact ID: MG298 (WKT not set for WMS and WFS spatial contexts) Modified by: Steve Dang stevedang (steve.dang@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- -- Submission Reviewed changed: Old value: No New value: Yes --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From trevor.wekel at autodesk.com Wed Jun 14 15:37:48 2006 From: trevor.wekel at autodesk.com (Trevor Wekel) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG311][New] Edit user screen contains bad links for Linux Message-ID: <4276712.1150313868476.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG311 Type Defect Artifact ID MG311 (Edit user screen contains bad links for Linux) Reported by Trevor Wekel trevorwekel (trevor.wekel@autodesk.com) New artifact details: --------------------------------------------------------- - Artifact Status set to new value New - OS Distribution and Version set to new value All - Platform set to new value otherOS - External ID set to new value 796218 - Operating system set to new value Linux - Subcomponent set to new value Map Admin - Priority set to new value P2 - Defect Severity set to new value Medium - Version set to new value 1.0.0 - Target milestone set to new value 1.0.0 - Component set to new value Web Server Extensions - Steps to Reproduce set to new value Log on to the web admin application on a MapGuide site that is running on Linux. Select Manage Users, then select a user to edit. Perform one of the following two actions: - Make a change to any of the user's information, then click on Save, or - click on the link "Home". Expected result: The main Manage Users page to display. If the user's information was edited, the updated data should be visible. Actual result: Apache throws a "404 - File not found" error. Investigating in the Apache error log shows that the page is attempting to load "UserManagement.php", but the filename is actually "usermanagement.php"--the link has the incorrect case for the filename. If the web admin is running on a web tier configured on Windows, the case difference is ignored, and the product works as the user expects. - Summary set to new value Edit user screen contains bad links for Linux - Developer Notes set to new value the edituser.php script uses mixed case when referencing usermanagement.php - Submission Reviewed set to new value No - Artifact created - Description set to new value Web admin Manage Users fails on Linux. --------------------------------------------------------- This message was automatically generated by Project Tracker. From trevor.wekel at autodesk.com Wed Jun 14 15:38:24 2006 From: trevor.wekel at autodesk.com (Trevor Wekel) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG311][User] Edit user screen contains bad links for Linux Message-ID: <13024046.1150313904511.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG311 Type: Defect Artifact ID: MG311 (Edit user screen contains bad links for Linux) Modified by: Trevor Wekel trevorwekel (trevor.wekel@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- -- New value added to attribute Assigned to: trevorwekel Reason: Assigning developer. --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From trevor.wekel at autodesk.com Wed Jun 14 16:30:51 2006 From: trevor.wekel at autodesk.com (Trevor Wekel) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG311][Modified] Edit user screen contains bad links for Linux Message-ID: <33196057.1150317051300.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG311 Type: Defect Artifact ID: MG311 (Edit user screen contains bad links for Linux) Modified by: Trevor Wekel trevorwekel (trevor.wekel@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- Added following comment to artifact:: Automated Comment. Version control commit message. Defect ID MG311: Edit user screen contains bad links for Linux Modified File: trunk/MgDev/Web/src/mapadmin/edituser.php https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Web/src/mapadmin/edituser.php?view=diff&rev=691&p1=trunk/MgDev/Web/src/mapadmin/edituser.php&r1=690&p2=trunk/MgDev/Web/src/mapadmin/edituser.php&r2=691 --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From trevor.wekel at autodesk.com Wed Jun 14 16:32:46 2006 From: trevor.wekel at autodesk.com (Trevor Wekel) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG311][Modified] Edit user screen contains bad links for Linux Message-ID: <25251576.1150317166103.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG311 Type: Defect Artifact ID: MG311 (Edit user screen contains bad links for Linux) Modified by: Trevor Wekel trevorwekel (trevor.wekel@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- -- Resolution Description set to new value: Code fix submitted. -- Resolution set to new value: Submitted -- Developer Notes set to new value: Old value: the edituser.php script uses mixed case when referencing usermanagement.php New value: the edituser.php script uses mixed case when referencing usermanagement.php -- Artifact Status changed: Old value: New New value: Resolved -- Build set to new value: 178.5 -- Status Explanation set to new value: Code fix submitted. --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From trevor.wekel at autodesk.com Wed Jun 14 16:33:11 2006 From: trevor.wekel at autodesk.com (Trevor Wekel) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG311][User] Edit user screen contains bad links for Linux Message-ID: <2731349.1150317191364.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG311 Type: Defect Artifact ID: MG311 (Edit user screen contains bad links for Linux) Modified by: Trevor Wekel trevorwekel (trevor.wekel@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- -- New value added to attribute Verifier: kenhorovatin -- New value added to attribute Reviewer: harteshchhabra --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From trevor.wekel at autodesk.com Fri Jun 16 07:55:25 2006 From: trevor.wekel at autodesk.com (Trevor Wekel) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG312][New] Branch MapGuide 1.0.x Message-ID: <13184649.1150458925881.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG312 Type Task Artifact ID MG312 (Branch MapGuide 1.0.x) Reported by Trevor Wekel trevorwekel (trevor.wekel@autodesk.com) New artifact details: --------------------------------------------------------- - Task Priority set to new value Medium - Artifact created - Artifact Status set to new value New - Description set to new value Create release maintenance branch 1.0.x - Summary set to new value Branch MapGuide 1.0.x - Priority set to new value P2 - Submission Reviewed set to new value No --------------------------------------------------------- This message was automatically generated by Project Tracker. From trevor.wekel at autodesk.com Fri Jun 16 07:55:38 2006 From: trevor.wekel at autodesk.com (Trevor Wekel) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG312][User] Branch MapGuide 1.0.x Message-ID: <23378412.1150458938880.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG312 Type: Task Artifact ID: MG312 (Branch MapGuide 1.0.x) Modified by: Trevor Wekel trevorwekel (trevor.wekel@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- -- New value added to attribute Assigned to: trevorwekel --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From trevor.wekel at autodesk.com Fri Jun 16 07:56:22 2006 From: trevor.wekel at autodesk.com (Trevor Wekel) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG312][Modified] Branch MapGuide 1.0.x Message-ID: <13612670.1150458982998.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG312 Type: Task Artifact ID: MG312 (Branch MapGuide 1.0.x) Modified by: Trevor Wekel trevorwekel (trevor.wekel@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- Added following comment to artifact:: Automated Comment. Version control commit message. MG312 Create branch point Added Directory: branches/1.0.x --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From trevor.wekel at autodesk.com Fri Jun 16 07:59:50 2006 From: trevor.wekel at autodesk.com (Trevor Wekel) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG312][Modified] Branch MapGuide 1.0.x Message-ID: <15299973.1150459190271.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG312 Type: Task Artifact ID: MG312 (Branch MapGuide 1.0.x) Modified by: Trevor Wekel trevorwekel (trevor.wekel@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- Added following comment to artifact:: Automated Comment. Version control commit message. MG312: Create branch structure Added Directory: branches/1.0.x/MgDev --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From trevor.wekel at autodesk.com Fri Jun 16 08:12:28 2006 From: trevor.wekel at autodesk.com (Trevor Wekel) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG312][Modified] Branch MapGuide 1.0.x Message-ID: <25004359.1150459948967.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG312 Type: Task Artifact ID: MG312 (Branch MapGuide 1.0.x) Modified by: Trevor Wekel trevorwekel (trevor.wekel@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- Added following comment to artifact:: Automated Comment. Version control commit message. MG312: Create Tag for MapGuide Enterprise 1.0.0 release Added Directory: tags/MAPGUIDE1.0.0 --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From trevor.wekel at autodesk.com Fri Jun 16 08:12:48 2006 From: trevor.wekel at autodesk.com (Trevor Wekel) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG312][Modified] Branch MapGuide 1.0.x Message-ID: <16559262.1150459968329.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG312 Type: Task Artifact ID: MG312 (Branch MapGuide 1.0.x) Modified by: Trevor Wekel trevorwekel (trevor.wekel@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- Added following comment to artifact:: Automated Comment. Version control commit message. MG312: Create Tag for MapGuide Enterprise 1.0.0 release Added Directory: tags/MAPGUIDE1.0.0/MgDev --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From trevor.wekel at autodesk.com Fri Jun 16 08:15:21 2006 From: trevor.wekel at autodesk.com (Trevor Wekel) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG312][Modified] Branch MapGuide 1.0.x Message-ID: <6336692.1150460121297.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG312 Type: Task Artifact ID: MG312 (Branch MapGuide 1.0.x) Modified by: Trevor Wekel trevorwekel (trevor.wekel@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- Added following comment to artifact:: Automated Comment. Version control commit message. MG312: Create Tag for MapGuide Enterprise 1.0.0 release Added Directory: tags/MAPGUIDE1.0.0/MgDev/MgDev --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From trevor.wekel at autodesk.com Fri Jun 16 08:21:12 2006 From: trevor.wekel at autodesk.com (Trevor Wekel) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG312][Modified] Branch MapGuide 1.0.x Message-ID: <4747233.1150460472768.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG312 Type: Task Artifact ID: MG312 (Branch MapGuide 1.0.x) Modified by: Trevor Wekel trevorwekel (trevor.wekel@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- Added following comment to artifact:: Automated Comment. Version control commit message. MG312: Branch MapGuide 1.0.x Added Directory: branches/1.0.x/MgDev --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From thomas.m.tuerke at autodesk.com Fri Jun 16 14:20:23 2006 From: thomas.m.tuerke at autodesk.com (Thomas M. Tuerke) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG313][New] Up-integrate approved changes into the MGOS stream Message-ID: <8259411.1150482023136.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG313 Type Task Artifact ID MG313 (Up-integrate approved changes into the MGOS stream) Reported by Thomas M. Tuerke thomastuerke (thomas.m.tuerke@autodesk.com) New artifact details: --------------------------------------------------------- - Description set to new value Up-integrate changes from sand-box development. - Summary set to new value Up-integrate approved changes into the MGOS stream - Artifact Status set to new value New - Task Priority set to new value High - Artifact created --------------------------------------------------------- This message was automatically generated by Project Tracker. From thomas.m.tuerke at autodesk.com Fri Jun 16 15:24:23 2006 From: thomas.m.tuerke at autodesk.com (Thomas M. Tuerke) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG313][Modified] Up-integrate approved changes into the MGOS stream Message-ID: <10434740.1150485863280.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG313 Type: Task Artifact ID: MG313 (Up-integrate approved changes into the MGOS stream) Modified by: Thomas M. Tuerke thomastuerke (thomas.m.tuerke@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- Added following comment to artifact:: Automated Comment. Version control commit message. MG313 - Upintegration Modified File: trunk/MgDev/Server/src/Wms/1.0.0.xml.awd https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Server/src/Wms/1.0.0.xml.awd?view=diff&rev=698&p1=trunk/MgDev/Server/src/Wms/1.0.0.xml.awd&r1=697&p2=trunk/MgDev/Server/src/Wms/1.0.0.xml.awd&r2=698 File: trunk/MgDev/Server/src/Wms/1.1.0.xml.awd https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Server/src/Wms/1.1.0.xml.awd?view=diff&rev=698&p1=trunk/MgDev/Server/src/Wms/1.1.0.xml.awd&r1=697&p2=trunk/MgDev/Server/src/Wms/1.1.0.xml.awd&r2=698 File: trunk/MgDev/Server/src/Wms/1.1.1.xml.awd https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Server/src/Wms/1.1.1.xml.awd?view=diff&rev=698&p1=trunk/MgDev/Server/src/Wms/1.1.1.xml.awd&r1=697&p2=trunk/MgDev/Server/src/Wms/1.1.1.xml.awd&r2=698 File: trunk/MgDev/Server/src/Wms/OgcWmsService.config.awd https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Server/src/Wms/OgcWmsService.config.awd?view=diff&rev=698&p1=trunk/MgDev/Server/src/Wms/OgcWmsService.config.awd&r1=697&p2=trunk/MgDev/Server/src/Wms/OgcWmsService.config.awd&r2=698 File: trunk/MgDev/Web/src/HttpHandler/HttpWmsGetFeatureInfo.cpp https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Web/src/HttpHandler/HttpWmsGetFeatureInfo.cpp?view=diff&rev=698&p1=trunk/MgDev/Web/src/HttpHandler/HttpWmsGetFeatureInfo.cpp&r1=697&p2=trunk/MgDev/Web/src/HttpHandler/HttpWmsGetFeatureInfo.cpp&r2=698 File: trunk/MgDev/Web/src/HttpHandler/HttpWmsGetMap.cpp https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Web/src/HttpHandler/HttpWmsGetMap.cpp?view=diff&rev=698&p1=trunk/MgDev/Web/src/HttpHandler/HttpWmsGetMap.cpp&r1=697&p2=trunk/MgDev/Web/src/HttpHandler/HttpWmsGetMap.cpp&r2=698 File: trunk/MgDev/Web/src/HttpHandler/WfsGetFeatureParams.cpp https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Web/src/HttpHandler/WfsGetFeatureParams.cpp?view=diff&rev=698&p1=trunk/MgDev/Web/src/HttpHandler/WfsGetFeatureParams.cpp&r1=697&p2=trunk/MgDev/Web/src/HttpHandler/WfsGetFeatureParams.cpp&r2=698 File: trunk/MgDev/Web/src/HttpHandler/WmsMapUtil.cpp https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Web/src/HttpHandler/WmsMapUtil.cpp?view=diff&rev=698&p1=trunk/MgDev/Web/src/HttpHandler/WmsMapUtil.cpp&r1=697&p2=trunk/MgDev/Web/src/HttpHandler/WmsMapUtil.cpp&r2=698 File: trunk/MgDev/Web/src/HttpHandler/WmsMapUtil.h https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Web/src/HttpHandler/WmsMapUtil.h?view=diff&rev=698&p1=trunk/MgDev/Web/src/HttpHandler/WmsMapUtil.h&r1=697&p2=trunk/MgDev/Web/src/HttpHandler/WmsMapUtil.h&r2=698 --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From thomas.m.tuerke at autodesk.com Fri Jun 16 17:05:33 2006 From: thomas.m.tuerke at autodesk.com (Thomas M. Tuerke) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG313][Modified] Up-integrate approved changes into the MGOS stream Message-ID: <22528536.1150491933812.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG313 Type: Task Artifact ID: MG313 (Up-integrate approved changes into the MGOS stream) Modified by: Thomas M. Tuerke thomastuerke (thomas.m.tuerke@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- Added following comment to artifact:: Automated Comment. Version control commit message. MG313 - Upintegration Modified File: branches/1.0.x/MgDev/Server/src/Wms/1.0.0.xml.awd https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Server/src/Wms/1.0.0.xml.awd?view=diff&rev=699&p1=branches/1.0.x/MgDev/Server/src/Wms/1.0.0.xml.awd&r1=698&p2=branches/1.0.x/MgDev/Server/src/Wms/1.0.0.xml.awd&r2=699 File: branches/1.0.x/MgDev/Server/src/Wms/1.1.0.xml.awd https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Server/src/Wms/1.1.0.xml.awd?view=diff&rev=699&p1=branches/1.0.x/MgDev/Server/src/Wms/1.1.0.xml.awd&r1=698&p2=branches/1.0.x/MgDev/Server/src/Wms/1.1.0.xml.awd&r2=699 File: branches/1.0.x/MgDev/Server/src/Wms/1.1.1.xml.awd https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Server/src/Wms/1.1.1.xml.awd?view=diff&rev=699&p1=branches/1.0.x/MgDev/Server/src/Wms/1.1.1.xml.awd&r1=698&p2=branches/1.0.x/MgDev/Server/src/Wms/1.1.1.xml.awd&r2=699 File: branches/1.0.x/MgDev/Server/src/Wms/OgcWmsService.config.awd https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Server/src/Wms/OgcWmsService.config.awd?view=diff&rev=699&p1=branches/1.0.x/MgDev/Server/src/Wms/OgcWmsService.config.awd&r1=698&p2=branches/1.0.x/MgDev/Server/src/Wms/OgcWmsService.config.awd&r2=699 File: branches/1.0.x/MgDev/Web/src/HttpHandler/HttpWmsGetFeatureInfo.cpp https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/HttpHandler/HttpWmsGetFeatureInfo.cpp?view=diff&rev=699&p1=branches/1.0.x/MgDev/Web/src/HttpHandler/HttpWmsGetFeatureInfo.cpp&r1=698&p2=branches/1.0.x/MgDev/Web/src/HttpHandler/HttpWmsGetFeatureInfo.cpp&r2=699 File: branches/1.0.x/MgDev/Web/src/HttpHandler/HttpWmsGetMap.cpp https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/HttpHandler/HttpWmsGetMap.cpp?view=diff&rev=699&p1=branches/1.0.x/MgDev/Web/src/HttpHandler/HttpWmsGetMap.cpp&r1=698&p2=branches/1.0.x/MgDev/Web/src/HttpHandler/HttpWmsGetMap.cpp&r2=699 File: branches/1.0.x/MgDev/Web/src/HttpHandler/WfsGetFeatureParams.cpp https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/HttpHandler/WfsGetFeatureParams.cpp?view=diff&rev=699&p1=branches/1.0.x/MgDev/Web/src/HttpHandler/WfsGetFeatureParams.cpp&r1=698&p2=branches/1.0.x/MgDev/Web/src/HttpHandler/WfsGetFeatureParams.cpp&r2=699 File: branches/1.0.x/MgDev/Web/src/HttpHandler/WmsMapUtil.cpp https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/HttpHandler/WmsMapUtil.cpp?view=diff&rev=699&p1=branches/1.0.x/MgDev/Web/src/HttpHandler/WmsMapUtil.cpp&r1=698&p2=branches/1.0.x/MgDev/Web/src/HttpHandler/WmsMapUtil.cpp&r2=699 File: branches/1.0.x/MgDev/Web/src/HttpHandler/WmsMapUtil.h https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/HttpHandler/WmsMapUtil.h?view=diff&rev=699&p1=branches/1.0.x/MgDev/Web/src/HttpHandler/WmsMapUtil.h&r1=698&p2=branches/1.0.x/MgDev/Web/src/HttpHandler/WmsMapUtil.h&r2=699 --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From steve.dang at autodesk.com Tue Jun 20 12:25:08 2006 From: steve.dang at autodesk.com (Steve Dang) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG314][New] REGRESSION - Site/Support server communications are broken. Message-ID: <29744524.1150820708340.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG314 Type Defect Artifact ID MG314 (REGRESSION - Site/Support server communications are broken.) Reported by Steve Dang stevedang (steve.dang@autodesk.com) New artifact details: --------------------------------------------------------- - Artifact created - Platform set to new value All - Subcomponent set to new value Core - Artifact Status set to new value New - Steps to Reproduce set to new value 1. Set up a site with a Site server and one or more Support servers. 2. Try some Mapping Servive APIs. 3. Notice that the Server/Web Tier throws an MgNullReferenceException. - Version set to new value 1.0.0 - Summary set to new value REGRESSION - Site/Support server communications are broken. - Operating system set to new value All - Component set to new value Server - Description set to new value The Site/Support server communications are broken because the User information does not get propagated properly when a proxy service is created. - Priority set to new value P3 - Defect Severity set to new value Low --------------------------------------------------------- This message was automatically generated by Project Tracker. From steve.dang at autodesk.com Tue Jun 20 12:27:27 2006 From: steve.dang at autodesk.com (Steve Dang) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG314][User] REGRESSION - Site/Support server communications are broken. Message-ID: <21424385.1150820847226.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG314 Type: Defect Artifact ID: MG314 (REGRESSION - Site/Support server communications are broken.) Modified by: Steve Dang stevedang (steve.dang@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- -- New value added to attribute Reviewer: trevorwekel -- New value added to attribute Assigned to: stevedang --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From steve.dang at autodesk.com Tue Jun 20 12:31:51 2006 From: steve.dang at autodesk.com (Steve Dang) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG314][Modified] REGRESSION - Site/Support server communications are broken. Message-ID: <18485340.1150821111909.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG314 Type: Defect Artifact ID: MG314 (REGRESSION - Site/Support server communications are broken.) Modified by: Steve Dang stevedang (steve.dang@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- Added following comment to artifact:: Automated Comment. Version control commit message. MG314 (REGRESSION - Site/Support server communications are broken.) Modified File: trunk/MgDev/Common/Service/Services/ConnectionProperties.cpp https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Common/Service/Services/ConnectionProperties.cpp?view=diff&rev=700&p1=trunk/MgDev/Common/Service/Services/ConnectionProperties.cpp&r1=699&p2=trunk/MgDev/Common/Service/Services/ConnectionProperties.cpp&r2=700 File: trunk/MgDev/Common/Service/Services/ConnectionProperties.h https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Common/Service/Services/ConnectionProperties.h?view=diff&rev=700&p1=trunk/MgDev/Common/Service/Services/ConnectionProperties.h&r1=699&p2=trunk/MgDev/Common/Service/Services/ConnectionProperties.h&r2=700 File: trunk/MgDev/Common/Service/Services/ServerAdmin.cpp https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Common/Service/Services/ServerAdmin.cpp?view=diff&rev=700&p1=trunk/MgDev/Common/Service/Services/ServerAdmin.cpp&r1=699&p2=trunk/MgDev/Common/Service/Services/ServerAdmin.cpp&r2=700 File: trunk/MgDev/Common/Service/Services/Site.cpp https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Common/Service/Services/Site.cpp?view=diff&rev=700&p1=trunk/MgDev/Common/Service/Services/Site.cpp&r1=699&p2=trunk/MgDev/Common/Service/Services/Site.cpp&r2=700 File: trunk/MgDev/Common/Service/Services/SiteConnection.cpp https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Common/Service/Services/SiteConnection.cpp?view=diff&rev=700&p1=trunk/MgDev/Common/Service/Services/SiteConnection.cpp&r1=699&p2=trunk/MgDev/Common/Service/Services/SiteConnection.cpp&r2=700 File: trunk/MgDev/Common/Service/Services/SiteConnection.h https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Common/Service/Services/SiteConnection.h?view=diff&rev=700&p1=trunk/MgDev/Common/Service/Services/SiteConnection.h&r1=699&p2=trunk/MgDev/Common/Service/Services/SiteConnection.h&r2=700 File: trunk/MgDev/Server/src/Common/Base/ServiceOperation.cpp https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Server/src/Common/Base/ServiceOperation.cpp?view=diff&rev=700&p1=trunk/MgDev/Server/src/Common/Base/ServiceOperation.cpp&r1=699&p2=trunk/MgDev/Server/src/Common/Base/ServiceOperation.cpp&r2=700 File: trunk/MgDev/Server/src/Common/Manager/LoadBalanceManager.cpp https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Server/src/Common/Manager/LoadBalanceManager.cpp?view=diff&rev=700&p1=trunk/MgDev/Server/src/Common/Manager/LoadBalanceManager.cpp&r1=699&p2=trunk/MgDev/Server/src/Common/Manager/LoadBalanceManager.cpp&r2=700 File: trunk/MgDev/Server/src/Common/Manager/ServiceManager.cpp https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Server/src/Common/Manager/ServiceManager.cpp?view=diff&rev=700&p1=trunk/MgDev/Server/src/Common/Manager/ServiceManager.cpp&r1=699&p2=trunk/MgDev/Server/src/Common/Manager/ServiceManager.cpp&r2=700 File: trunk/MgDev/Server/src/Common/Manager/ServiceManager.h https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Server/src/Common/Manager/ServiceManager.h?view=diff&rev=700&p1=trunk/MgDev/Server/src/Common/Manager/ServiceManager.h&r1=699&p2=trunk/MgDev/Server/src/Common/Manager/ServiceManager.h&r2=700 File: trunk/MgDev/Server/src/Core/EventTimer.cpp https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Server/src/Core/EventTimer.cpp?view=diff&rev=700&p1=trunk/MgDev/Server/src/Core/EventTimer.cpp&r1=699&p2=trunk/MgDev/Server/src/Core/EventTimer.cpp&r2=700 File: trunk/MgDev/Server/src/Core/EventTimerManager.cpp https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Server/src/Core/EventTimerManager.cpp?view=diff&rev=700&p1=trunk/MgDev/Server/src/Core/EventTimerManager.cpp&r1=699&p2=trunk/MgDev/Server/src/Core/EventTimerManager.cpp&r2=700 File: trunk/MgDev/Server/src/Core/RepositoryCheckpointEventHandler.cpp https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Server/src/Core/RepositoryCheckpointEventHandler.cpp?view=diff&rev=700&p1=trunk/MgDev/Server/src/Core/RepositoryCheckpointEventHandler.cpp&r1=699&p2=trunk/MgDev/Server/src/Core/RepositoryCheckpointEventHandler.cpp&r2=700 File: trunk/MgDev/Server/src/Core/ResourceChangeEventHandler.cpp https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Server/src/Core/ResourceChangeEventHandler.cpp?view=diff&rev=700&p1=trunk/MgDev/Server/src/Core/ResourceChangeEventHandler.cpp&r1=699&p2=trunk/MgDev/Server/src/Core/ResourceChangeEventHandler.cpp&r2=700 File: trunk/MgDev/Server/src/Core/Server.cpp https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Server/src/Core/Server.cpp?view=diff&rev=700&p1=trunk/MgDev/Server/src/Core/Server.cpp&r1=699&p2=trunk/MgDev/Server/src/Core/Server.cpp&r2=700 File: trunk/MgDev/Server/src/Core/SessionTimeoutEventHandler.cpp https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Server/src/Core/SessionTimeoutEventHandler.cpp?view=diff&rev=700&p1=trunk/MgDev/Server/src/Core/SessionTimeoutEventHandler.cpp&r1=699&p2=trunk/MgDev/Server/src/Core/SessionTimeoutEventHandler.cpp&r2=700 File: trunk/MgDev/Server/src/Core/TimedEventHandler.cpp https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Server/src/Core/TimedEventHandler.cpp?view=diff&rev=700&p1=trunk/MgDev/Server/src/Core/TimedEventHandler.cpp&r1=699&p2=trunk/MgDev/Server/src/Core/TimedEventHandler.cpp&r2=700 File: trunk/MgDev/Server/src/Services/Drawing/DrawingOperation.cpp https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Server/src/Services/Drawing/DrawingOperation.cpp?view=diff&rev=700&p1=trunk/MgDev/Server/src/Services/Drawing/DrawingOperation.cpp&r1=699&p2=trunk/MgDev/Server/src/Services/Drawing/DrawingOperation.cpp&r2=700 File: trunk/MgDev/Server/src/Services/Drawing/DrawingOperation.h https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Server/src/Services/Drawing/DrawingOperation.h?view=diff&rev=700&p1=trunk/MgDev/Server/src/Services/Drawing/DrawingOperation.h&r1=699&p2=trunk/MgDev/Server/src/Services/Drawing/DrawingOperation.h&r2=700 File: trunk/MgDev/Server/src/Services/Feature/FeatureOperation.cpp https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Server/src/Services/Feature/FeatureOperation.cpp?view=diff&rev=700&p1=trunk/MgDev/Server/src/Services/Feature/FeatureOperation.cpp&r1=699&p2=trunk/MgDev/Server/src/Services/Feature/FeatureOperation.cpp&r2=700 File: trunk/MgDev/Server/src/Services/Feature/FeatureOperation.h https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Server/src/Services/Feature/FeatureOperation.h?view=diff&rev=700&p1=trunk/MgDev/Server/src/Services/Feature/FeatureOperation.h&r1=699&p2=trunk/MgDev/Server/src/Services/Feature/FeatureOperation.h&r2=700 File: trunk/MgDev/Server/src/Services/Mapping/MappingOperation.cpp https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Server/src/Services/Mapping/MappingOperation.cpp?view=diff&rev=700&p1=trunk/MgDev/Server/src/Services/Mapping/MappingOperation.cpp&r1=699&p2=trunk/MgDev/Server/src/Services/Mapping/MappingOperation.cpp&r2=700 File: trunk/MgDev/Server/src/Services/Mapping/MappingOperation.h https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Server/src/Services/Mapping/MappingOperation.h?view=diff&rev=700&p1=trunk/MgDev/Server/src/Services/Mapping/MappingOperation.h&r1=699&p2=trunk/MgDev/Server/src/Services/Mapping/MappingOperation.h&r2=700 File: trunk/MgDev/Server/src/Services/Rendering/RenderingOperation.cpp https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Server/src/Services/Rendering/RenderingOperation.cpp?view=diff&rev=700&p1=trunk/MgDev/Server/src/Services/Rendering/RenderingOperation.cpp&r1=699&p2=trunk/MgDev/Server/src/Services/Rendering/RenderingOperation.cpp&r2=700 File: trunk/MgDev/Server/src/Services/Rendering/RenderingOperation.h https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Server/src/Services/Rendering/RenderingOperation.h?view=diff&rev=700&p1=trunk/MgDev/Server/src/Services/Rendering/RenderingOperation.h&r1=699&p2=trunk/MgDev/Server/src/Services/Rendering/RenderingOperation.h&r2=700 File: trunk/MgDev/Server/src/Services/Resource/ApplicationRepositoryManager.cpp https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Server/src/Services/Resource/ApplicationRepositoryManager.cpp?view=diff&rev=700&p1=trunk/MgDev/Server/src/Services/Resource/ApplicationRepositoryManager.cpp&r1=699&p2=trunk/MgDev/Server/src/Services/Resource/ApplicationRepositoryManager.cpp&r2=700 File: trunk/MgDev/Server/src/Services/Resource/ApplicationRepositoryManager.h https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Server/src/Services/Resource/ApplicationRepositoryManager.h?view=diff&rev=700&p1=trunk/MgDev/Server/src/Services/Resource/ApplicationRepositoryManager.h&r1=699&p2=trunk/MgDev/Server/src/Services/Resource/ApplicationRepositoryManager.h&r2=700 File: trunk/MgDev/Server/src/Services/Resource/LibraryRepositoryManager.cpp https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Server/src/Services/Resource/LibraryRepositoryManager.cpp?view=diff&rev=700&p1=trunk/MgDev/Server/src/Services/Resource/LibraryRepositoryManager.cpp&r1=699&p2=trunk/MgDev/Server/src/Services/Resource/LibraryRepositoryManager.cpp&r2=700 File: trunk/MgDev/Server/src/Services/Resource/LibraryRepositoryManager.h https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Server/src/Services/Resource/LibraryRepositoryManager.h?view=diff&rev=700&p1=trunk/MgDev/Server/src/Services/Resource/LibraryRepositoryManager.h&r1=699&p2=trunk/MgDev/Server/src/Services/Resource/LibraryRepositoryManager.h&r2=700 File: trunk/MgDev/Server/src/Services/Resource/ResourceOperation.cpp https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Server/src/Services/Resource/ResourceOperation.cpp?view=diff&rev=700&p1=trunk/MgDev/Server/src/Services/Resource/ResourceOperation.cpp&r1=699&p2=trunk/MgDev/Server/src/Services/Resource/ResourceOperation.cpp&r2=700 File: trunk/MgDev/Server/src/Services/Resource/ResourceOperation.h https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Server/src/Services/Resource/ResourceOperation.h?view=diff&rev=700&p1=trunk/MgDev/Server/src/Services/Resource/ResourceOperation.h&r1=699&p2=trunk/MgDev/Server/src/Services/Resource/ResourceOperation.h&r2=700 File: trunk/MgDev/Server/src/Services/Resource/ServerResourceService.cpp https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Server/src/Services/Resource/ServerResourceService.cpp?view=diff&rev=700&p1=trunk/MgDev/Server/src/Services/Resource/ServerResourceService.cpp&r1=699&p2=trunk/MgDev/Server/src/Services/Resource/ServerResourceService.cpp&r2=700 File: trunk/MgDev/Server/src/Services/Resource/ServerResourceService.h https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Server/src/Services/Resource/ServerResourceService.h?view=diff&rev=700&p1=trunk/MgDev/Server/src/Services/Resource/ServerResourceService.h&r1=699&p2=trunk/MgDev/Server/src/Services/Resource/ServerResourceService.h&r2=700 File: trunk/MgDev/Server/src/Services/ServerAdmin/ServerAdminOperation.cpp https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Server/src/Services/ServerAdmin/ServerAdminOperation.cpp?view=diff&rev=700&p1=trunk/MgDev/Server/src/Services/ServerAdmin/ServerAdminOperation.cpp&r1=699&p2=trunk/MgDev/Server/src/Services/ServerAdmin/ServerAdminOperation.cpp&r2=700 File: trunk/MgDev/Server/src/Services/ServerAdmin/ServerAdminOperation.h https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Server/src/Services/ServerAdmin/ServerAdminOperation.h?view=diff&rev=700&p1=trunk/MgDev/Server/src/Services/ServerAdmin/ServerAdminOperation.h&r1=699&p2=trunk/MgDev/Server/src/Services/ServerAdmin/ServerAdminOperation.h&r2=700 File: trunk/MgDev/Server/src/Services/Site/ServerSiteService.cpp https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Server/src/Services/Site/ServerSiteService.cpp?view=diff&rev=700&p1=trunk/MgDev/Server/src/Services/Site/ServerSiteService.cpp&r1=699&p2=trunk/MgDev/Server/src/Services/Site/ServerSiteService.cpp&r2=700 File: trunk/MgDev/Server/src/Services/Site/ServerSiteService.h https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Server/src/Services/Site/ServerSiteService.h?view=diff&rev=700&p1=trunk/MgDev/Server/src/Services/Site/ServerSiteService.h&r1=699&p2=trunk/MgDev/Server/src/Services/Site/ServerSiteService.h&r2=700 File: trunk/MgDev/Server/src/Services/Site/SiteOperation.cpp https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Server/src/Services/Site/SiteOperation.cpp?view=diff&rev=700&p1=trunk/MgDev/Server/src/Services/Site/SiteOperation.cpp&r1=699&p2=trunk/MgDev/Server/src/Services/Site/SiteOperation.cpp&r2=700 File: trunk/MgDev/Server/src/Services/Site/SiteOperation.h https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Server/src/Services/Site/SiteOperation.h?view=diff&rev=700&p1=trunk/MgDev/Server/src/Services/Site/SiteOperation.h&r1=699&p2=trunk/MgDev/Server/src/Services/Site/SiteOperation.h&r2=700 File: trunk/MgDev/Server/src/Services/Tile/TileOperation.cpp https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Server/src/Services/Tile/TileOperation.cpp?view=diff&rev=700&p1=trunk/MgDev/Server/src/Services/Tile/TileOperation.cpp&r1=699&p2=trunk/MgDev/Server/src/Services/Tile/TileOperation.cpp&r2=700 File: trunk/MgDev/Server/src/Services/Tile/TileOperation.h https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Server/src/Services/Tile/TileOperation.h?view=diff&rev=700&p1=trunk/MgDev/Server/src/Services/Tile/TileOperation.h&r1=699&p2=trunk/MgDev/Server/src/Services/Tile/TileOperation.h&r2=700 File: trunk/MgDev/Server/src/UnitTesting/UnitTesting.cpp https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Server/src/UnitTesting/UnitTesting.cpp?view=diff&rev=700&p1=trunk/MgDev/Server/src/UnitTesting/UnitTesting.cpp&r1=699&p2=trunk/MgDev/Server/src/UnitTesting/UnitTesting.cpp&r2=700 --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From steve.dang at autodesk.com Tue Jun 20 12:34:50 2006 From: steve.dang at autodesk.com (Steve Dang) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG314][Modified] REGRESSION - Site/Support server communications are broken. Message-ID: <5387478.1150821290883.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG314 Type: Defect Artifact ID: MG314 (REGRESSION - Site/Support server communications are broken.) Modified by: Steve Dang stevedang (steve.dang@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- -- Target milestone set to new value: 1.0.1 -- Resolution set to new value: Submitted -- Artifact Status changed: Old value: New New value: Resolved --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From hartesh.chhabra at autodesk.com Tue Jun 20 14:41:08 2006 From: hartesh.chhabra at autodesk.com (Hartesh Chhabra) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG311][Modified] Edit user screen contains bad links for Linux Message-ID: <18955283.1150828868669.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG311 Type: Defect Artifact ID: MG311 (Edit user screen contains bad links for Linux) Modified by: Hartesh Chhabra harteshchhabra (hartesh.chhabra@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- -- Submission Reviewed changed: Old value: No New value: Yes -- Review Comments set to new value: Looks good. --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From bruce.dechant at autodesk.com Wed Jun 21 12:29:08 2006 From: bruce.dechant at autodesk.com (Bruce Dechant) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG315][New] Remove provider version workaround Message-ID: <4954162.1150907348279.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG315 Type Defect Artifact ID MG315 (Remove provider version workaround) Reported by Bruce Dechant brucedechant (bruce.dechant@autodesk.com) New artifact details: --------------------------------------------------------- - Version set to new value 1.0.0 - Platform set to new value All - Steps to Reproduce set to new value N/A - Subcomponent set to new value Core - Operating system set to new value All - Component set to new value Server - Summary set to new value Remove provider version workaround - Artifact Status set to new value New - Defect Severity set to new value Medium - Priority set to new value P3 - Description set to new value The open source code had a provider version workaround because it was using the older FDO G001 providers. Since the code is being updated to the latest FDO R050 release the workaround in no longer needed and should be removed. - Artifact created --------------------------------------------------------- This message was automatically generated by Project Tracker. From bruce.dechant at autodesk.com Wed Jun 21 12:29:27 2006 From: bruce.dechant at autodesk.com (Bruce Dechant) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG315][User] Remove provider version workaround Message-ID: <13388088.1150907367996.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG315 Type: Defect Artifact ID: MG315 (Remove provider version workaround) Modified by: Bruce Dechant brucedechant (bruce.dechant@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- -- New value added to attribute Assigned to: brucedechant -- New value added to attribute Reviewer: ronnielouie --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From bruce.dechant at autodesk.com Wed Jun 21 12:29:51 2006 From: bruce.dechant at autodesk.com (Bruce Dechant) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG315][Modified] Remove provider version workaround Message-ID: <1479038.1150907391067.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG315 Type: Defect Artifact ID: MG315 (Remove provider version workaround) Modified by: Bruce Dechant brucedechant (bruce.dechant@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- -- Target milestone set to new value: 1.0.1 -- Artifact Status changed: Old value: New New value: Assigned --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From bruce.dechant at autodesk.com Wed Jun 21 13:27:07 2006 From: bruce.dechant at autodesk.com (Bruce Dechant) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG315][Modified] Remove provider version workaround Message-ID: <15713254.1150910827062.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG315 Type: Defect Artifact ID: MG315 (Remove provider version workaround) Modified by: Bruce Dechant brucedechant (bruce.dechant@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- Added following comment to artifact:: Automated Comment. Version control commit message. MG315 Modified File: trunk/MgDev/Server/src/Common/Manager/FdoConnectionManager.cpp https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Server/src/Common/Manager/FdoConnectionManager.cpp?view=diff&rev=701&p1=trunk/MgDev/Server/src/Common/Manager/FdoConnectionManager.cpp&r1=700&p2=trunk/MgDev/Server/src/Common/Manager/FdoConnectionManager.cpp&r2=701 File: trunk/MgDev/Server/src/Services/Feature/ServerCreateFeatureSource.cpp https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Server/src/Services/Feature/ServerCreateFeatureSource.cpp?view=diff&rev=701&p1=trunk/MgDev/Server/src/Services/Feature/ServerCreateFeatureSource.cpp&r1=700&p2=trunk/MgDev/Server/src/Services/Feature/ServerCreateFeatureSource.cpp&r2=701 --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From bruce.dechant at autodesk.com Wed Jun 21 13:27:14 2006 From: bruce.dechant at autodesk.com (Bruce Dechant) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG315][Modified] Remove provider version workaround Message-ID: <4546344.1150910834274.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG315 Type: Defect Artifact ID: MG315 (Remove provider version workaround) Modified by: Bruce Dechant brucedechant (bruce.dechant@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- Added following comment to artifact:: Automated Comment. Version control commit message. MG315 Modified File: branches/1.0.x/MgDev/Server/src/Common/Manager/FdoConnectionManager.cpp https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Server/src/Common/Manager/FdoConnectionManager.cpp?view=diff&rev=702&p1=branches/1.0.x/MgDev/Server/src/Common/Manager/FdoConnectionManager.cpp&r1=701&p2=branches/1.0.x/MgDev/Server/src/Common/Manager/FdoConnectionManager.cpp&r2=702 File: branches/1.0.x/MgDev/Server/src/Services/Feature/ServerCreateFeatureSource.cpp https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Server/src/Services/Feature/ServerCreateFeatureSource.cpp?view=diff&rev=702&p1=branches/1.0.x/MgDev/Server/src/Services/Feature/ServerCreateFeatureSource.cpp&r1=701&p2=branches/1.0.x/MgDev/Server/src/Services/Feature/ServerCreateFeatureSource.cpp&r2=702 --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From bruce.dechant at autodesk.com Wed Jun 21 13:29:45 2006 From: bruce.dechant at autodesk.com (Bruce Dechant) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG315][Modified] Remove provider version workaround Message-ID: <20176028.1150910985975.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG315 Type: Defect Artifact ID: MG315 (Remove provider version workaround) Modified by: Bruce Dechant brucedechant (bruce.dechant@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- -- Resolution Description set to new value: Workaround removed. -- Resolution set to new value: Submitted -- Artifact Status changed: Old value: Assigned New value: Resolved -- Status Explanation set to new value: Workaround removed. -- Submission Reviewed set to new value: No --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From ronnie.louie at autodesk.com Thu Jun 22 11:54:08 2006 From: ronnie.louie at autodesk.com (Ronnie Louie) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG299][Modified] Update logging to include USER parameter infomation for conn... Message-ID: <5687962.1150991648156.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG299 Type: Defect Artifact ID: MG299 (Update logging to include USER parameter infomation for connections using a session ID) Modified by: Ronnie Louie ronnielouie (ronnie.louie@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- -- Submission Reviewed changed: Old value: No New value: Yes --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From ronnie.louie at autodesk.com Thu Jun 22 11:54:28 2006 From: ronnie.louie at autodesk.com (Ronnie Louie) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG315][Modified] Remove provider version workaround Message-ID: <19907247.1150991668984.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG315 Type: Defect Artifact ID: MG315 (Remove provider version workaround) Modified by: Ronnie Louie ronnielouie (ronnie.louie@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- -- Submission Reviewed changed: Old value: No New value: Yes --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From steve.dang at autodesk.com Fri Jun 23 12:34:54 2006 From: steve.dang at autodesk.com (Steve Dang) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG310][Modified] Add workaround for SHP FDO provider active "Default" spatial... Message-ID: <25226387.1151080494572.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG310 Type: Defect Artifact ID: MG310 (Add workaround for SHP FDO provider active "Default" spatial contexts being blank) Modified by: Steve Dang stevedang (steve.dang@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- -- Submission Reviewed changed: Old value: No New value: Yes --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From bruce.dechant at autodesk.com Fri Jun 23 13:09:31 2006 From: bruce.dechant at autodesk.com (Bruce Dechant) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG316][New] Update providers.xml file to match FDO R050 Message-ID: <29497581.1151082571377.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG316 Type Defect Artifact ID MG316 (Update providers.xml file to match FDO R050) Reported by Bruce Dechant brucedechant (bruce.dechant@autodesk.com) New artifact details: --------------------------------------------------------- - Summary set to new value Update providers.xml file to match FDO R050 - Version set to new value 1.0.0 - Platform set to new value All - Operating system set to new value All - Defect Severity set to new value High - Steps to Reproduce set to new value N/A - Artifact Status set to new value New - Priority set to new value P2 - Component set to new value Server - Description set to new value Now that the open source build is using the latest FDO R050. The providers.xml file needs to be updated to match. - Artifact created - Subcomponent set to new value Core --------------------------------------------------------- This message was automatically generated by Project Tracker. From bruce.dechant at autodesk.com Fri Jun 23 13:09:46 2006 From: bruce.dechant at autodesk.com (Bruce Dechant) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG316][User] Update providers.xml file to match FDO R050 Message-ID: <37090.1151082586364.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG316 Type: Defect Artifact ID: MG316 (Update providers.xml file to match FDO R050) Modified by: Bruce Dechant brucedechant (bruce.dechant@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- -- New value added to attribute Assigned to: brucedechant -- New value added to attribute Reviewer: stevedang --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From bruce.dechant at autodesk.com Fri Jun 23 13:10:04 2006 From: bruce.dechant at autodesk.com (Bruce Dechant) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG316][Modified] Update providers.xml file to match FDO R050 Message-ID: <949854.1151082604208.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG316 Type: Defect Artifact ID: MG316 (Update providers.xml file to match FDO R050) Modified by: Bruce Dechant brucedechant (bruce.dechant@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- -- Artifact Status changed: Old value: New New value: Assigned --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From bruce.dechant at autodesk.com Fri Jun 23 14:14:27 2006 From: bruce.dechant at autodesk.com (Bruce Dechant) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG316][Modified] Update providers.xml file to match FDO R050 Message-ID: <8945975.1151086467685.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG316 Type: Defect Artifact ID: MG316 (Update providers.xml file to match FDO R050) Modified by: Bruce Dechant brucedechant (bruce.dechant@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- Added following comment to artifact:: Automated Comment. Version control commit message. MG316 Modified File: trunk/MgDev/Oem/FDO/ProviderList/ServerCommunity/providers.xml https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Oem/FDO/ProviderList/ServerCommunity/providers.xml?view=diff&rev=703&p1=trunk/MgDev/Oem/FDO/ProviderList/ServerCommunity/providers.xml&r1=702&p2=trunk/MgDev/Oem/FDO/ProviderList/ServerCommunity/providers.xml&r2=703 --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From bruce.dechant at autodesk.com Fri Jun 23 14:15:01 2006 From: bruce.dechant at autodesk.com (Bruce Dechant) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG316][Modified] Update providers.xml file to match FDO R050 Message-ID: <31152312.1151086501148.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG316 Type: Defect Artifact ID: MG316 (Update providers.xml file to match FDO R050) Modified by: Bruce Dechant brucedechant (bruce.dechant@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- Added following comment to artifact:: Automated Comment. Version control commit message. MG316 Modified File: branches/1.0.x/MgDev/Oem/FDO/ProviderList/ServerCommunity/providers.xml https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Oem/FDO/ProviderList/ServerCommunity/providers.xml?view=diff&rev=704&p1=branches/1.0.x/MgDev/Oem/FDO/ProviderList/ServerCommunity/providers.xml&r1=703&p2=branches/1.0.x/MgDev/Oem/FDO/ProviderList/ServerCommunity/providers.xml&r2=704 --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From bruce.dechant at autodesk.com Fri Jun 23 14:15:59 2006 From: bruce.dechant at autodesk.com (Bruce Dechant) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG316][Modified] Update providers.xml file to match FDO R050 Message-ID: <10600303.1151086559392.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG316 Type: Defect Artifact ID: MG316 (Update providers.xml file to match FDO R050) Modified by: Bruce Dechant brucedechant (bruce.dechant@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- -- Submission Reviewed set to new value: No -- Artifact Status changed: Old value: Assigned New value: Resolved -- Status Explanation set to new value: File updated. -- Target milestone set to new value: 1.0.1 -- Resolution Description set to new value: File updated. -- Resolution set to new value: Submitted --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From steve.dang at autodesk.com Fri Jun 23 16:59:52 2006 From: steve.dang at autodesk.com (Steve Dang) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG317][New] TakeOffline API does not unregister server services accordin... Message-ID: <16783271.1151096392007.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG317 Type Defect Artifact ID MG317 (TakeOffline API does not unregister server services accordingly.) Reported by Steve Dang stevedang (steve.dang@autodesk.com) New artifact details: --------------------------------------------------------- - Defect Severity set to new value Low - Summary set to new value TakeOffline API does not unregister server services accordingly. - Operating system set to new value All - Priority set to new value P3 - Artifact created - Steps to Reproduce set to new value 1. Set up a site with a Site server and one or more Support servers. 2. Take one of the Support server offline. 3. Try to load some web layout. 4. Notice that the Server/Web Tier throws an MgServiceNotAvailableException. - Component set to new value Server - Subcomponent set to new value Core - Artifact Status set to new value New - Description set to new value TakeOffline API does not unregister server services accordingly. As a result, the service manager still provides services from an offline server. - Platform set to new value All - Version set to new value 1.0.0 --------------------------------------------------------- This message was automatically generated by Project Tracker. From steve.dang at autodesk.com Fri Jun 23 17:00:12 2006 From: steve.dang at autodesk.com (Steve Dang) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG317][User] TakeOffline API does not unregister server services accordin... Message-ID: <3852024.1151096412116.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG317 Type: Defect Artifact ID: MG317 (TakeOffline API does not unregister server services accordingly.) Modified by: Steve Dang stevedang (steve.dang@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- -- New value added to attribute Assigned to: stevedang -- New value added to attribute Reviewer: brucedechant --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From steve.dang at autodesk.com Sun Jun 25 14:40:22 2006 From: steve.dang at autodesk.com (Steve Dang) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG317][Modified] TakeOffline API does not unregister server services accordin... Message-ID: <8817488.1151260822129.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG317 Type: Defect Artifact ID: MG317 (TakeOffline API does not unregister server services accordingly.) Modified by: Steve Dang stevedang (steve.dang@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- Added following comment to artifact:: Automated Comment. Version control commit message. MG317 (TakeOffline API does not unregister server services accordingly.) Modified File: trunk/MgDev/Server/src/Common/Manager/LoadBalanceManager.cpp https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Server/src/Common/Manager/LoadBalanceManager.cpp?view=diff&rev=705&p1=trunk/MgDev/Server/src/Common/Manager/LoadBalanceManager.cpp&r1=704&p2=trunk/MgDev/Server/src/Common/Manager/LoadBalanceManager.cpp&r2=705 File: trunk/MgDev/Server/src/Common/Manager/LoadBalanceManager.h https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Server/src/Common/Manager/LoadBalanceManager.h?view=diff&rev=705&p1=trunk/MgDev/Server/src/Common/Manager/LoadBalanceManager.h&r1=704&p2=trunk/MgDev/Server/src/Common/Manager/LoadBalanceManager.h&r2=705 File: trunk/MgDev/Server/src/Common/Manager/ServerManager.cpp https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Server/src/Common/Manager/ServerManager.cpp?view=diff&rev=705&p1=trunk/MgDev/Server/src/Common/Manager/ServerManager.cpp&r1=704&p2=trunk/MgDev/Server/src/Common/Manager/ServerManager.cpp&r2=705 File: trunk/MgDev/Server/src/Common/Manager/ServerManager.h https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Server/src/Common/Manager/ServerManager.h?view=diff&rev=705&p1=trunk/MgDev/Server/src/Common/Manager/ServerManager.h&r1=704&p2=trunk/MgDev/Server/src/Common/Manager/ServerManager.h&r2=705 File: trunk/MgDev/Server/src/Core/Server.cpp https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Server/src/Core/Server.cpp?view=diff&rev=705&p1=trunk/MgDev/Server/src/Core/Server.cpp&r1=704&p2=trunk/MgDev/Server/src/Core/Server.cpp&r2=705 File: trunk/MgDev/Server/src/Core/ServiceRegistrationEventHandler.cpp https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Server/src/Core/ServiceRegistrationEventHandler.cpp?view=diff&rev=705&p1=trunk/MgDev/Server/src/Core/ServiceRegistrationEventHandler.cpp&r1=704&p2=trunk/MgDev/Server/src/Core/ServiceRegistrationEventHandler.cpp&r2=705 --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From tim.strang at autodesk.com Mon Jun 26 10:38:52 2006 From: tim.strang at autodesk.com (Tim Strang) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG318][New] Update configure.in to use FDO 3.1.0 Message-ID: <10908620.1151332732019.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG318 Type Enhancement Artifact ID MG318 (Update configure.in to use FDO 3.1.0) Reported by Tim Strang timstrang (tim.strang@autodesk.com) New artifact details: --------------------------------------------------------- - Artifact Status set to new value New - Description set to new value Update configure.in to use FDO 3.1.0 - Priority set to new value P3 - Artifact created - Summary set to new value Update configure.in to use FDO 3.1.0 --------------------------------------------------------- This message was automatically generated by Project Tracker. From tim.strang at autodesk.com Mon Jun 26 10:43:07 2006 From: tim.strang at autodesk.com (Tim Strang) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG318][User] Update configure.in to use FDO 3.1.0 Message-ID: <23560771.1151332987592.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG318 Type: Enhancement Artifact ID: MG318 (Update configure.in to use FDO 3.1.0) Modified by: Tim Strang timstrang (tim.strang@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- -- New value added to attribute CC: harteshchhabra -- New value added to attribute Assigned to: timstrang -- New value added to attribute Verifier: brucedechant -- New value added to attribute Reviewer: vishalbangia Reason: This will fix the new build that requires FDO 3.1.0 --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From tim.strang at autodesk.com Mon Jun 26 11:24:32 2006 From: tim.strang at autodesk.com (Tim Strang) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG318][Modified] Update configure.in to use FDO 3.1.0 Message-ID: <8956743.1151335472335.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG318 Type: Enhancement Artifact ID: MG318 (Update configure.in to use FDO 3.1.0) Modified by: Tim Strang timstrang (tim.strang@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- Added following comment to artifact:: Automated Comment. Version control commit message. MG318: Update configure.in to use FDO 3.1.0 Modified File: trunk/MgDev/configure.in https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/configure.in?view=diff&rev=706&p1=trunk/MgDev/configure.in&r1=705&p2=trunk/MgDev/configure.in&r2=706 --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From tim.strang at autodesk.com Mon Jun 26 16:25:34 2006 From: tim.strang at autodesk.com (Tim Strang) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG318][Modified] Update configure.in to use FDO 3.1.0 Message-ID: <22080009.1151353534571.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG318 Type: Enhancement Artifact ID: MG318 (Update configure.in to use FDO 3.1.0) Modified by: Tim Strang timstrang (tim.strang@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- Added following comment to artifact:: Automated Comment. Version control commit message. MG318: Update configure.in to use FDO 3.1.0 Modified File: branches/1.0.x/MgDev/configure https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/configure?view=diff&rev=707&p1=branches/1.0.x/MgDev/configure&r1=706&p2=branches/1.0.x/MgDev/configure&r2=707 File: branches/1.0.x/MgDev/configure.in https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/configure.in?view=diff&rev=707&p1=branches/1.0.x/MgDev/configure.in&r1=706&p2=branches/1.0.x/MgDev/configure.in&r2=707 --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From tim.strang at autodesk.com Mon Jun 26 16:27:37 2006 From: tim.strang at autodesk.com (Tim Strang) Date: Fri Dec 22 16:08:30 2006 Subject: [mapguide][MG318][Modified] Update configure.in to use FDO 3.1.0 Message-ID: <6152473.1151353657031.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG318 Type: Enhancement Artifact ID: MG318 (Update configure.in to use FDO 3.1.0) Modified by: Tim Strang timstrang (tim.strang@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- Added following comment to artifact:: Automated Comment. Version control commit message. MG318: Update configure.in to use FDO 3.1.0 Modified File: trunk/MgDev/configure https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/configure?view=diff&rev=708&p1=trunk/MgDev/configure&r1=707&p2=trunk/MgDev/configure&r2=708 --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From steve.dang at autodesk.com Tue Jun 27 13:32:03 2006 From: steve.dang at autodesk.com (Steve Dang) Date: Fri Dec 22 16:08:31 2006 Subject: [mapguide][MG252][Modified] Server hung/crashed after running load tests Message-ID: <28932014.1151429523606.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG252 Type: Defect Artifact ID: MG252 (Server hung/crashed after running load tests) Modified by: Steve Dang stevedang (steve.dang@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- -- Resolution set to new value: Submitted --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From tim.strang at autodesk.com Wed Jun 28 11:40:07 2006 From: tim.strang at autodesk.com (Tim Strang) Date: Fri Dec 22 16:08:31 2006 Subject: [mapguide][MG319][New] Update version of MapGuide 1.0.x branch to 1.0.1 Message-ID: <16862950.1151509207679.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG319 Type Enhancement Artifact ID MG319 (Update version of MapGuide 1.0.x branch to 1.0.1) Reported by Tim Strang timstrang (tim.strang@autodesk.com) New artifact details: --------------------------------------------------------- - Summary set to new value Update version of MapGuide 1.0.x branch to 1.0.1 - Artifact created - Priority set to new value P3 - Description set to new value Updating version of MapGuide 1.0.x branch (https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/) to 1.0.1 - Artifact Status set to new value New --------------------------------------------------------- This message was automatically generated by Project Tracker. From tim.strang at autodesk.com Wed Jun 28 11:41:42 2006 From: tim.strang at autodesk.com (Tim Strang) Date: Fri Dec 22 16:08:31 2006 Subject: [mapguide][MG319][User] Update version of MapGuide 1.0.x branch to 1.0.1 Message-ID: <25064094.1151509302823.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG319 Type: Enhancement Artifact ID: MG319 (Update version of MapGuide 1.0.x branch to 1.0.1) Modified by: Tim Strang timstrang (tim.strang@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- -- New value added to attribute Assigned to: timstrang -- New value added to attribute Reviewer: brucedechant -- New value added to attribute Verifier: vishalbangia -- New value added to attribute CC: harteshchhabra --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From tim.strang at autodesk.com Thu Jun 29 09:28:13 2006 From: tim.strang at autodesk.com (Tim Strang) Date: Fri Dec 22 16:08:31 2006 Subject: [mapguide][MG319][Modified] Update version of MapGuide 1.0.x branch to 1.0.1 Message-ID: <6261953.1151587693788.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG319 Type: Enhancement Artifact ID: MG319 (Update version of MapGuide 1.0.x branch to 1.0.1) Modified by: Tim Strang timstrang (tim.strang@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- Added following comment to artifact:: Automated Comment. Version control commit message. MG319: Update version of MapGuide 1.0.x branch to 1.0.1 Modified File: branches/1.0.x/MgDev/configure https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/configure?view=diff&rev=709&p1=branches/1.0.x/MgDev/configure&r1=708&p2=branches/1.0.x/MgDev/configure&r2=709 File: branches/1.0.x/MgDev/configure.in https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/configure.in?view=diff&rev=709&p1=branches/1.0.x/MgDev/configure.in&r1=708&p2=branches/1.0.x/MgDev/configure.in&r2=709 --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From pspencer at dmsolutions.ca Fri Jun 30 07:47:55 2006 From: pspencer at dmsolutions.ca (Paul Spencer) Date: Fri Dec 22 16:08:31 2006 Subject: [mapguide][MG179][Modified] TCP/IP Connection Pooling for Web Extensions and Server Message-ID: <30283711.1151668075737.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG179 Type: Enhancement Artifact ID: MG179 (TCP/IP Connection Pooling for Web Extensions and Server) Modified by: Paul Spencer pagameba (pspencer@dmsolutions.ca) The following modifications were made to this artifact: --------------------------------------------------------------------- Added following comment to artifact:: Bring web studio from cvs into svn and start managing it there. --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From pspencer at dmsolutions.ca Fri Jun 30 07:47:55 2006 From: pspencer at dmsolutions.ca (Paul Spencer) Date: Fri Dec 22 16:08:31 2006 Subject: [mapguide][MG179][Modified] TCP/IP Connection Pooling for Web Extensions and Server Message-ID: <22023766.1151668075875.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG179 Type: Enhancement Artifact ID: MG179 (TCP/IP Connection Pooling for Web Extensions and Server) Modified by: Paul Spencer pagameba (pspencer@dmsolutions.ca) The following modifications were made to this artifact: --------------------------------------------------------------------- Added following comment to artifact:: Bring web studio from cvs into svn and start managing it there. --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From pspencer at dmsolutions.ca Fri Jun 30 07:54:19 2006 From: pspencer at dmsolutions.ca (Paul Spencer) Date: Fri Dec 22 16:08:31 2006 Subject: [mapguide][MG320][New] import web studio into svn brank and trunk Message-ID: <10039473.1151668459046.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG320 Type Defect Artifact ID MG320 (import web studio into svn brank and trunk) Reported by Paul Spencer pagameba (pspencer@dmsolutions.ca) New artifact details: --------------------------------------------------------- - Artifact created - Steps to Reproduce set to new value none. - Defect Severity set to new value Medium - Resolution set to new value Submitted - Summary set to new value import web studio into svn brank and trunk - Component set to new value Web Server Extensions - Subcomponent set to new value N/A - Description set to new value bring web studio into svn repository - Operating system set to new value All - Integration and Build Notes set to new value This will need to be included in the next release. - Status Explanation set to new value just bringing in the existing code - Platform set to new value All - Priority set to new value P2 - Target milestone set to new value 1.0.1 - Version set to new value 1.0.0 - Artifact Status set to new value New --------------------------------------------------------- This message was automatically generated by Project Tracker. From pspencer at dmsolutions.ca Fri Jun 30 07:57:26 2006 From: pspencer at dmsolutions.ca (Paul Spencer) Date: Fri Dec 22 16:08:31 2006 Subject: [mapguide][MG320][User] import web studio into svn brank and trunk Message-ID: <14315152.1151668646667.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG320 Type: Defect Artifact ID: MG320 (import web studio into svn brank and trunk) Modified by: Paul Spencer pagameba (pspencer@dmsolutions.ca) The following modifications were made to this artifact: --------------------------------------------------------------------- -- New value added to attribute Assigned to: pagameba --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From bruce.dechant at autodesk.com Fri Jun 30 12:51:59 2006 From: bruce.dechant at autodesk.com (Bruce Dechant) Date: Fri Dec 22 16:08:31 2006 Subject: [mapguide][MG321][New] GetSchemaMapping API does not include "Default" spatial cont... Message-ID: <31902832.1151686319007.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG321 Type Defect Artifact ID MG321 (GetSchemaMapping API does not include "Default" spatial context in returned XML) Reported by Bruce Dechant brucedechant (bruce.dechant@autodesk.com) New artifact details: --------------------------------------------------------- - Priority set to new value P2 - Version set to new value 1.0.0 - Artifact Status set to new value New - Defect Severity set to new value Medium - Description set to new value The GetSchemaMapping API is used in the creation of configuration documents used by certain feature soruces(Example: Oracle). For some feature sources that only have 1 spatial context, ie: the "Default" this causes a problem because no spatial context is returned in the XML. Without a spatail context MapGuide cannot display any of the features. - Steps to Reproduce set to new value Execute the API and examine the returned XML. You will notice that the "Default" spatial context is missing. - Subcomponent set to new value Feature Service - Component set to new value Server - Platform set to new value All - Summary set to new value GetSchemaMapping API does not include "Default" spatial context in returned XML - Operating system set to new value All - Artifact created --------------------------------------------------------- This message was automatically generated by Project Tracker. From bruce.dechant at autodesk.com Fri Jun 30 12:52:16 2006 From: bruce.dechant at autodesk.com (Bruce Dechant) Date: Fri Dec 22 16:08:31 2006 Subject: [mapguide][MG321][User] GetSchemaMapping API does not include "Default" spatial cont... Message-ID: <15726691.1151686336216.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG321 Type: Defect Artifact ID: MG321 (GetSchemaMapping API does not include "Default" spatial context in returned XML) Modified by: Bruce Dechant brucedechant (bruce.dechant@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- -- New value added to attribute Assigned to: brucedechant -- New value added to attribute Reviewer: stevedang --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From bruce.dechant at autodesk.com Fri Jun 30 12:52:26 2006 From: bruce.dechant at autodesk.com (Bruce Dechant) Date: Fri Dec 22 16:08:31 2006 Subject: [mapguide][MG321][Modified] GetSchemaMapping API does not include "Default" spatial cont... Message-ID: <25662030.1151686346997.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG321 Type: Defect Artifact ID: MG321 (GetSchemaMapping API does not include "Default" spatial context in returned XML) Modified by: Bruce Dechant brucedechant (bruce.dechant@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- -- Artifact Status changed: Old value: New New value: Assigned --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From steve.dang at autodesk.com Fri Jun 30 13:22:30 2006 From: steve.dang at autodesk.com (Steve Dang) Date: Fri Dec 22 16:08:31 2006 Subject: [mapguide][MG317][Modified] TakeOffline API does not unregister server services accordin... Message-ID: <13779543.1151688150344.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG317 Type: Defect Artifact ID: MG317 (TakeOffline API does not unregister server services accordingly.) Modified by: Steve Dang stevedang (steve.dang@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- -- Resolution set to new value: Submitted --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From pspencer at dmsolutions.ca Fri Jun 30 13:29:13 2006 From: pspencer at dmsolutions.ca (Paul Spencer) Date: Fri Dec 22 16:08:31 2006 Subject: [mapguide][MG320][Modified] import web studio into svn brank and trunk Message-ID: <22293178.1151688553467.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG320 Type: Defect Artifact ID: MG320 (import web studio into svn brank and trunk) Modified by: Paul Spencer pagameba (pspencer@dmsolutions.ca) The following modifications were made to this artifact: --------------------------------------------------------------------- Added following comment to artifact:: Automated Comment. Version control commit message. MG320: create a home for webstudio in the 1.0.x branch in preparation for committing the actual code Added Directory: branches/1.0.x/MgDev/Web/src/webstudio --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From pspencer at dmsolutions.ca Fri Jun 30 13:43:35 2006 From: pspencer at dmsolutions.ca (Paul Spencer) Date: Fri Dec 22 16:08:31 2006 Subject: [mapguide][MG320][Modified] import web studio into svn brank and trunk Message-ID: <16562879.1151689415560.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG320 Type: Defect Artifact ID: MG320 (import web studio into svn brank and trunk) Modified by: Paul Spencer pagameba (pspencer@dmsolutions.ca) The following modifications were made to this artifact: --------------------------------------------------------------------- Added following comment to artifact:: Automated Comment. Version control commit message. MG320: initial import of all webstudio files Added File: branches/1.0.x/MgDev/Web/src/webstudio/all-projections.xml https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/all-projections.xml?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/config.xml https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/config.xml?view=auto&rev=711 Directory: branches/1.0.x/MgDev/Web/src/webstudio/css File: branches/1.0.x/MgDev/Web/src/webstudio/css/app.css https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/css/app.css?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/css/dialog.css https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/css/dialog.css?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/css/help.css https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/css/help.css?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/css/list.css https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/css/list.css?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/css/menu.css https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/css/menu.css?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/css/panel.css https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/css/panel.css?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/css/panel_ie.css https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/css/panel_ie.css?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/css/picker.css https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/css/picker.css?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/css/snap.css https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/css/snap.css?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/css/status.css https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/css/status.css?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/css/tabs.css https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/css/tabs.css?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/css/toolbar.css https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/css/toolbar.css?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/css/tree.css https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/css/tree.css?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/css/views.css https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/css/views.css?view=auto&rev=711 Directory: branches/1.0.x/MgDev/Web/src/webstudio/dialogs File: branches/1.0.x/MgDev/Web/src/webstudio/dialogs/about.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/dialogs/about.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/dialogs/browseresource.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/dialogs/browseresource.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/dialogs/confirmcloseresource.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/dialogs/confirmcloseresource.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/dialogs/confirmdelete.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/dialogs/confirmdelete.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/dialogs/confirmdeletefolder.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/dialogs/confirmdeletefolder.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/dialogs/confirmreferencechange.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/dialogs/confirmreferencechange.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/dialogs/coordinatesystem.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/dialogs/coordinatesystem.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/dialogs/expressionbuilder.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/dialogs/expressionbuilder.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/dialogs/opensite.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/dialogs/opensite.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/dialogs/referencedby.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/dialogs/referencedby.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/dialogs/referencedto.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/dialogs/referencedto.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/dialogs/rename.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/dialogs/rename.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/dialogs/renamefailure.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/dialogs/renamefailure.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/dialogs/stylearea.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/dialogs/stylearea.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/dialogs/stylelabel.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/dialogs/stylelabel.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/dialogs/styleline.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/dialogs/styleline.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/dialogs/stylepoint.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/dialogs/stylepoint.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/dialogs/theme.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/dialogs/theme.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/featureupload.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/featureupload.html?view=auto&rev=711 Directory: branches/1.0.x/MgDev/Web/src/webstudio/help File: branches/1.0.x/MgDev/Web/src/webstudio/help/content.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/help/content.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/help/dialog_browseresource.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/help/dialog_browseresource.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/help/dialog_coordinatesystem.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/help/dialog_coordinatesystem.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/help/dialog_expressionbuilder.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/help/dialog_expressionbuilder.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/help/dialog_opensite.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/help/dialog_opensite.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/help/dialog_stylearea.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/help/dialog_stylearea.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/help/dialog_stylelabel.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/help/dialog_stylelabel.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/help/dialog_styleline.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/help/dialog_styleline.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/help/dialog_stylepoint.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/help/dialog_stylepoint.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/help/gettingstarted.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/help/gettingstarted.html?view=auto&rev=711 Directory: branches/1.0.x/MgDev/Web/src/webstudio/help/images File: branches/1.0.x/MgDev/Web/src/webstudio/help/images/icon_add.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/help/images/icon_add.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/help/images/icon_add_rule.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/help/images/icon_add_rule.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/help/images/icon_add_scale.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/help/images/icon_add_scale.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/help/images/icon_close.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/help/images/icon_close.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/help/images/icon_copy.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/help/images/icon_copy.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/help/images/icon_cut.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/help/images/icon_cut.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/help/images/icon_delete.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/help/images/icon_delete.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/help/images/icon_duplicate.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/help/images/icon_duplicate.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/help/images/icon_help.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/help/images/icon_help.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/help/images/icon_maximize.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/help/images/icon_maximize.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/help/images/icon_minimize.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/help/images/icon_minimize.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/help/images/icon_move_down.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/help/images/icon_move_down.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/help/images/icon_move_up.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/help/images/icon_move_up.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/help/images/icon_open.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/help/images/icon_open.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/help/images/icon_paste.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/help/images/icon_paste.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/help/images/icon_quickhelp.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/help/images/icon_quickhelp.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/help/images/icon_refresh.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/help/images/icon_refresh.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/help/images/icon_save.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/help/images/icon_save.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/help/images/icon_saveall.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/help/images/icon_saveall.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/help/images/icon_sites.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/help/images/icon_sites.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/help/images/icon_theme.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/help/images/icon_theme.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/help/images/layerpreviewpanel.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/help/images/layerpreviewpanel.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/help/images/layerpropertiespanel.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/help/images/layerpropertiespanel.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/help/images/layersettingspanel.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/help/images/layersettingspanel.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/help/images/layerstylepanel.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/help/images/layerstylepanel.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/help/images/layerstyletoolbar.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/help/images/layerstyletoolbar.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/help/images/loading.gif https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/help/images/loading.gif?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/help/images/main_editmenu.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/help/images/main_editmenu.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/help/images/main_filemenu.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/help/images/main_filemenu.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/help/images/main_helpmenu.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/help/images/main_helpmenu.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/help/images/main_menu.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/help/images/main_menu.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/help/images/main_toolbar.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/help/images/main_toolbar.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/help/images/main_toolsmenu.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/help/images/main_toolsmenu.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/help/images/main_windowmenu.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/help/images/main_windowmenu.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/help/images/mappropertiespanel.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/help/images/mappropertiespanel.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/help/images/mapsettingspanel.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/help/images/mapsettingspanel.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/help/images/openresourcespanel.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/help/images/openresourcespanel.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/help/images/point_circle.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/help/images/point_circle.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/help/images/point_cross.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/help/images/point_cross.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/help/images/point_square.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/help/images/point_square.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/help/images/point_star.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/help/images/point_star.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/help/images/point_triangle.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/help/images/point_triangle.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/help/images/point_x.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/help/images/point_x.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/help/images/siteexplorerpanel.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/help/images/siteexplorerpanel.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/help/images/stylelinedialog.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/help/images/stylelinedialog.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/help/images/stylelinetoolbar.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/help/images/stylelinetoolbar.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/help/images/stylepointdialog.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/help/images/stylepointdialog.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/help/images/tree_close.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/help/images/tree_close.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/help/images/tree_data.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/help/images/tree_data.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/help/images/tree_layer.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/help/images/tree_layer.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/help/images/tree_map.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/help/images/tree_map.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/help/index.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/help/index.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/help/main_menus.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/help/main_menus.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/help/main_panels.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/help/main_panels.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/help/main_toolbar.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/help/main_toolbar.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/help/panel_featuresourceproperties.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/help/panel_featuresourceproperties.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/help/panel_featuresourcesettings.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/help/panel_featuresourcesettings.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/help/panel_layerpreview.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/help/panel_layerpreview.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/help/panel_layerproperties.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/help/panel_layerproperties.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/help/panel_layersettings.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/help/panel_layersettings.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/help/panel_layerstyle.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/help/panel_layerstyle.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/help/panel_maplayers.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/help/panel_maplayers.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/help/panel_mappreview.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/help/panel_mappreview.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/help/panel_mapproperties.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/help/panel_mapproperties.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/help/panel_mapsettings.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/help/panel_mapsettings.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/help/panel_openresources.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/help/panel_openresources.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/help/panel_siteexplorer.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/help/panel_siteexplorer.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/help/topics.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/help/topics.html?view=auto&rev=711 Directory: branches/1.0.x/MgDev/Web/src/webstudio/images File: branches/1.0.x/MgDev/Web/src/webstudio/images/a_pixel.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/a_pixel.png?view=auto&rev=711 Directory: branches/1.0.x/MgDev/Web/src/webstudio/images/areas File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Acad_iso02w100.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Acad_iso02w100.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Acad_iso03w100.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Acad_iso03w100.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Acad_iso04w100.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Acad_iso04w100.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Acad_iso05w100.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Acad_iso05w100.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Acad_iso06w100.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Acad_iso06w100.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Acad_iso07w100.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Acad_iso07w100.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Acad_iso08w100.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Acad_iso08w100.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Acad_iso09w100.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Acad_iso09w100.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Acad_iso10w100.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Acad_iso10w100.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Acad_iso11w100.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Acad_iso11w100.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Acad_iso12w100.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Acad_iso12w100.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Acad_iso13w100.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Acad_iso13w100.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Acad_iso14w100.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Acad_iso14w100.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Acad_iso15w100.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Acad_iso15w100.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Angle.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Angle.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Ansi31.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Ansi31.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Ansi32.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Ansi32.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Ansi33.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Ansi33.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Ansi34.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Ansi34.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Ansi35.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Ansi35.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Ansi36.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Ansi36.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Ansi37.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Ansi37.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Ansi38.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Ansi38.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Ar_b816.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Ar_b816.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Ar_b816c.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Ar_b816c.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Ar_b88.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Ar_b88.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Ar_brelm.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Ar_brelm.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Ar_brstd.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Ar_brstd.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Ar_conc.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Ar_conc.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Ar_hbone.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Ar_hbone.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Ar_parq1.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Ar_parq1.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Ar_rroof.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Ar_rroof.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Ar_rroof_90.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Ar_rroof_90.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Ar_rshke.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Ar_rshke.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Ar_rshke_180.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Ar_rshke_180.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Ar_rshke_270.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Ar_rshke_270.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Ar_rshke_90.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Ar_rshke_90.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Ar_sand.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Ar_sand.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Box.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Box.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Brass.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Brass.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Brick.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Brick.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Brstone.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Brstone.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Clay.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Clay.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Cork.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Cork.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Cross.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Cross.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Dash.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Dash.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Dolmit.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Dolmit.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Dots.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Dots.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Earth.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Earth.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Escher.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Escher.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Flex.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Flex.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Grass.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Grass.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Grate.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Grate.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Hex.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Hex.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Honey.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Honey.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Hound.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Hound.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Insul.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Insul.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Line.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Line.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Line_135.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Line_135.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Line_45.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Line_45.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Line_90.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Line_90.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Mudst.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Mudst.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Net.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Net.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Net3.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Net3.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Net_45.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Net_45.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Plast.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Plast.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Plasti.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Plasti.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Sacncr.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Sacncr.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill12.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill12.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill13.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill13.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill14.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill14.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill15.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill15.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill16.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill16.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill17.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill17.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill18.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill18.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill19.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill19.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill20.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill20.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill21.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill21.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill22.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill22.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill23.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill23.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill24.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill24.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill25.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill25.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill26.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill26.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill27.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill27.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill28.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill28.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill29.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill29.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill30.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill30.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill31.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill31.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill32.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill32.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill33.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill33.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill34.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill34.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill35.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill35.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill36.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill36.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill37.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill37.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill38.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill38.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill39.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill39.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill40.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill40.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill41.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill41.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill42.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill42.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill43.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill43.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill44.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill44.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill45.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill45.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill46.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill46.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill47.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill47.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill48.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill48.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill49.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill49.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill50.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill50.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill51.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill51.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill52.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill52.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill53.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill53.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill54.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill54.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill55.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill55.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill56.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill56.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill57.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill57.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill58.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill58.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill59.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill59.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill60.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill60.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill61.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill61.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill62.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill62.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill63.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill63.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill64.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill64.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill65.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill65.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill66.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill66.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill67.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill67.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill68.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill68.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill69.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill69.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill70.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill70.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill71.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Shapefill71.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Solid.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Solid.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Square.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Square.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Stars.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Stars.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Steel.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Steel.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Swamp.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Swamp.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Trans.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Trans.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Triang.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Triang.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Zigzag.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/areas/Zigzag.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/dialog_bg.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/dialog_bg.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/dialog_glow_b.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/dialog_glow_b.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/dialog_glow_bl.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/dialog_glow_bl.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/dialog_glow_br.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/dialog_glow_br.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/dialog_glow_l.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/dialog_glow_l.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/dialog_glow_r.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/dialog_glow_r.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/dialog_glow_t.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/dialog_glow_t.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/dialog_glow_tl.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/dialog_glow_tl.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/dialog_glow_tr.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/dialog_glow_tr.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/dialog_resize.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/dialog_resize.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/help_close.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/help_close.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/icon_add.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/icon_add.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/icon_add_layer.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/icon_add_layer.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/icon_add_rule.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/icon_add_rule.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/icon_add_scale.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/icon_add_scale.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/icon_close.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/icon_close.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/icon_copy.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/icon_copy.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/icon_cut.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/icon_cut.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/icon_debug.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/icon_debug.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/icon_delete.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/icon_delete.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/icon_duplicate.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/icon_duplicate.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/icon_edit.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/icon_edit.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/icon_folder_up.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/icon_folder_up.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/icon_help.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/icon_help.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/icon_maximize.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/icon_maximize.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/icon_minimize.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/icon_minimize.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/icon_move_down.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/icon_move_down.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/icon_move_up.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/icon_move_up.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/icon_new.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/icon_new.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/icon_new_folder.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/icon_new_folder.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/icon_open.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/icon_open.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/icon_paste.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/icon_paste.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/icon_preview.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/icon_preview.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/icon_properties.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/icon_properties.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/icon_quickhelp.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/icon_quickhelp.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/icon_refresh.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/icon_refresh.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/icon_rename.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/icon_rename.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/icon_save.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/icon_save.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/icon_saveall.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/icon_saveall.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/icon_sites.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/icon_sites.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/icon_theme.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/icon_theme.png?view=auto&rev=711 Directory: branches/1.0.x/MgDev/Web/src/webstudio/images/lines File: branches/1.0.x/MgDev/Web/src/webstudio/images/lines/ACAD_ISO02W100.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/lines/ACAD_ISO02W100.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/lines/ACAD_ISO03W100.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/lines/ACAD_ISO03W100.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/lines/ACAD_ISO04W100.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/lines/ACAD_ISO04W100.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/lines/ACAD_ISO05W100.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/lines/ACAD_ISO05W100.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/lines/ACAD_ISO06W100.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/lines/ACAD_ISO06W100.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/lines/ACAD_ISO07W100.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/lines/ACAD_ISO07W100.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/lines/ACAD_ISO08W100.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/lines/ACAD_ISO08W100.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/lines/ACAD_ISO09W100.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/lines/ACAD_ISO09W100.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/lines/ACAD_ISO10W100.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/lines/ACAD_ISO10W100.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/lines/ACAD_ISO11W100.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/lines/ACAD_ISO11W100.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/lines/ACAD_ISO12W100.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/lines/ACAD_ISO12W100.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/lines/ACAD_ISO13W100.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/lines/ACAD_ISO13W100.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/lines/ACAD_ISO14W100.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/lines/ACAD_ISO14W100.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/lines/ACAD_ISO15W100.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/lines/ACAD_ISO15W100.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/lines/BORDER.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/lines/BORDER.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/lines/BORDER2.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/lines/BORDER2.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/lines/BORDERX2.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/lines/BORDERX2.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/lines/CENTER.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/lines/CENTER.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/lines/CENTER2.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/lines/CENTER2.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/lines/CENTERX2.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/lines/CENTERX2.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/lines/DASHDOT2.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/lines/DASHDOT2.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/lines/DASHDOT3.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/lines/DASHDOT3.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/lines/DASHDOTX2.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/lines/DASHDOTX2.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/lines/DASHED.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/lines/DASHED.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/lines/DASHED2.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/lines/DASHED2.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/lines/DASHEDX2.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/lines/DASHEDX2.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/lines/DIVIDE.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/lines/DIVIDE.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/lines/DIVIDE2.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/lines/DIVIDE2.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/lines/DIVIDEX2.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/lines/DIVIDEX2.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/lines/DOT2.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/lines/DOT2.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/lines/DOT3.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/lines/DOT3.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/lines/DOTX2.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/lines/DOTX2.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/lines/Dash.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/lines/Dash.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/lines/DashDot.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/lines/DashDot.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/lines/DashDotDot.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/lines/DashDotDot.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/lines/Dot.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/lines/Dot.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/lines/FENCELINE1.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/lines/FENCELINE1.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/lines/FENCELINE2.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/lines/FENCELINE2.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/lines/HIDDEN.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/lines/HIDDEN.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/lines/HIDDEN2.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/lines/HIDDEN2.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/lines/HIDDENX2.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/lines/HIDDENX2.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/lines/LINE03.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/lines/LINE03.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/lines/LINE04.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/lines/LINE04.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/lines/LINE05.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/lines/LINE05.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/lines/LINE06.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/lines/LINE06.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/lines/LINE07.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/lines/LINE07.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/lines/LINE08.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/lines/LINE08.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/lines/LINE09.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/lines/LINE09.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/lines/LINE10.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/lines/LINE10.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/lines/LINE11.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/lines/LINE11.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/lines/LINE12.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/lines/LINE12.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/lines/LINE13.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/lines/LINE13.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/lines/LINE14.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/lines/LINE14.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/lines/LINE15.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/lines/LINE15.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/lines/LINE16.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/lines/LINE16.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/lines/LINE17.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/lines/LINE17.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/lines/LINE18.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/lines/LINE18.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/lines/LINE19.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/lines/LINE19.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/lines/LINE20.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/lines/LINE20.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/lines/LINE21.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/lines/LINE21.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/lines/LINE22.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/lines/LINE22.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/lines/LINE23.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/lines/LINE23.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/lines/LINE24.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/lines/LINE24.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/lines/LINE25.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/lines/LINE25.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/lines/PHANTOM.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/lines/PHANTOM.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/lines/PHANTOM2.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/lines/PHANTOM2.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/lines/PHANTOMX2.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/lines/PHANTOMX2.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/lines/Rail.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/lines/Rail.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/lines/Solid.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/lines/Solid.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/lines/TRACKS.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/lines/TRACKS.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/loading.gif https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/loading.gif?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/menu_item_arrow.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/menu_item_arrow.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/menu_item_arrow_2.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/menu_item_arrow_2.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/menu_item_arrow_grey.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/menu_item_arrow_grey.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/menu_item_bg.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/menu_item_bg.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/menu_item_bg_2.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/menu_item_bg_2.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/menu_item_check.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/menu_item_check.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/menu_item_radio.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/menu_item_radio.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/panel_grey_bg.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/panel_grey_bg.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/panel_white_bg.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/panel_white_bg.png?view=auto&rev=711 Directory: branches/1.0.x/MgDev/Web/src/webstudio/images/points File: branches/1.0.x/MgDev/Web/src/webstudio/images/points/circle.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/points/circle.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/points/cross.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/points/cross.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/points/square.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/points/square.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/points/star.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/points/star.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/points/triangle.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/points/triangle.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/points/x.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/points/x.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/select_bg.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/select_bg.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/snap_bg.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/snap_bg.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/tab_bg.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/tab_bg.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/tree_blank.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/tree_blank.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/tree_close.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/tree_close.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/tree_data.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/tree_data.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/tree_folder.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/tree_folder.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/tree_folder_open.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/tree_folder_open.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/tree_images.zip https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/tree_images.zip?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/tree_last_node.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/tree_last_node.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/tree_layer.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/tree_layer.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/tree_layout.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/tree_layout.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/tree_load.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/tree_load.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/tree_map.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/tree_map.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/tree_minus.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/tree_minus.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/tree_minus_last_node.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/tree_minus_last_node.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/tree_minus_node.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/tree_minus_node.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/tree_node.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/tree_node.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/tree_none.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/tree_none.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/tree_page.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/tree_page.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/tree_plus.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/tree_plus.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/tree_plus_last_node.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/tree_plus_last_node.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/tree_plus_node.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/tree_plus_node.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/tree_print.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/tree_print.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/tree_selected_bg.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/tree_selected_bg.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/tree_server.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/tree_server.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/tree_symbol.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/tree_symbol.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/images/tree_vert_line.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/images/tree_vert_line.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/index.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/index.html?view=auto&rev=711 Directory: branches/1.0.x/MgDev/Web/src/webstudio/js File: branches/1.0.x/MgDev/Web/src/webstudio/js/WSApplication.js https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/js/WSApplication.js?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/js/WSBroker.js https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/js/WSBroker.js?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/js/WSDialog.js https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/js/WSDialog.js?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/js/WSFactory.js https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/js/WSFactory.js?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/js/WSUtility.js https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/js/WSUtility.js?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/js/WSView.js https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/js/WSView.js?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/js/jx.js https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/js/jx.js?view=auto&rev=711 Directory: branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous File: branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/CHANGELOG https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/CHANGELOG?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/MIT-LICENSE https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/MIT-LICENSE?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/READBEFOREUPGRADING.txt https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/READBEFOREUPGRADING.txt?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/README https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/README?view=auto&rev=711 Directory: branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/lib File: branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/lib/prototype.js https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/lib/prototype.js?view=auto&rev=711 Directory: branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/src File: branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/src/builder.js https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/src/builder.js?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/src/controls.js https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/src/controls.js?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/src/dragdrop.js https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/src/dragdrop.js?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/src/effects.js https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/src/effects.js?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/src/scriptaculous.js https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/src/scriptaculous.js?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/src/slider.js https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/src/slider.js?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/src/unittest.js https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/src/unittest.js?view=auto&rev=711 Directory: branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test Directory: branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/functional File: branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/functional/_ajax_inplaceeditor_result.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/functional/_ajax_inplaceeditor_result.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/functional/_ajax_inplaceeditor_text.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/functional/_ajax_inplaceeditor_text.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/functional/_autocomplete_result.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/functional/_autocomplete_result.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/functional/ajax_autocompleter2_test.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/functional/ajax_autocompleter2_test.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/functional/ajax_autocompleter_test.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/functional/ajax_autocompleter_test.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/functional/ajax_inplacecollectioneditor_test.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/functional/ajax_inplacecollectioneditor_test.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/functional/ajax_inplaceeditor_test.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/functional/ajax_inplaceeditor_test.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/functional/dragdrop2_test.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/functional/dragdrop2_test.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/functional/dragdrop3_test.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/functional/dragdrop3_test.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/functional/dragdrop4_test.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/functional/dragdrop4_test.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/functional/dragdrop5_test.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/functional/dragdrop5_test.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/functional/dragdrop6_test.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/functional/dragdrop6_test.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/functional/dragdrop_test.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/functional/dragdrop_test.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/functional/dropmarker.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/functional/dropmarker.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/functional/effect_direct_test.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/functional/effect_direct_test.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/functional/effect_scale_test.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/functional/effect_scale_test.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/functional/effects2_test.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/functional/effects2_test.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/functional/effects3_test.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/functional/effects3_test.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/functional/effects4_test.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/functional/effects4_test.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/functional/effects5_test.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/functional/effects5_test.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/functional/effects6_test.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/functional/effects6_test.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/functional/effects_blind_test.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/functional/effects_blind_test.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/functional/effects_float_appear_test.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/functional/effects_float_appear_test.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/functional/effects_grow_strink_test.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/functional/effects_grow_strink_test.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/functional/effects_queue_limit_test.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/functional/effects_queue_limit_test.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/functional/effects_queue_test.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/functional/effects_queue_test.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/functional/effects_random_demo.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/functional/effects_random_demo.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/functional/effects_test.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/functional/effects_test.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/functional/effects_toggle_test.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/functional/effects_toggle_test.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/functional/icon.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/functional/icon.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/functional/index.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/functional/index.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/functional/position_clone_test.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/functional/position_clone_test.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/functional/slider_test.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/functional/slider_test.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/functional/sortable2_test.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/functional/sortable2_test.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/functional/sortable3_test.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/functional/sortable3_test.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/functional/sortable4_test.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/functional/sortable4_test.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/functional/sortable5_test.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/functional/sortable5_test.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/functional/sortable_test.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/functional/sortable_test.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/functional/texteffects_test.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/functional/texteffects_test.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/run_functional_tests.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/run_functional_tests.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/run_unit_tests.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/run_unit_tests.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/test.css https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/test.css?view=auto&rev=711 Directory: branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/unit File: branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/unit/_ajax_inplaceeditor_result.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/unit/_ajax_inplaceeditor_result.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/unit/_ajax_inplaceeditor_text.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/unit/_ajax_inplaceeditor_text.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/unit/_ajax_updater_result.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/unit/_ajax_updater_result.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/unit/_autocomplete_result.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/unit/_autocomplete_result.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/unit/ajax_autocompleter_test.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/unit/ajax_autocompleter_test.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/unit/ajax_inplaceeditor_test.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/unit/ajax_inplaceeditor_test.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/unit/builder_test.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/unit/builder_test.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/unit/dragdrop_test.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/unit/dragdrop_test.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/unit/effects_test.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/unit/effects_test.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/unit/element_test.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/unit/element_test.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/unit/icon.png https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/unit/icon.png?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/unit/index.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/unit/index.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/unit/loading_test.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/unit/loading_test.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/unit/position_clone_test.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/unit/position_clone_test.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/unit/slider_test.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/unit/slider_test.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/unit/sortable_test.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/unit/sortable_test.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/unit/string_test.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/unit/string_test.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/unit/unittest_test.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/js/scriptaculous/test/unit/unittest_test.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/launch.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/launch.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/loadapi.php https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/loadapi.php?view=auto&rev=711 Directory: branches/1.0.x/MgDev/Web/src/webstudio/panels File: branches/1.0.x/MgDev/Web/src/webstudio/panels/featureproperties.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/panels/featureproperties.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/panels/featuresettings.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/panels/featuresettings.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/panels/layerproperties.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/panels/layerproperties.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/panels/layersettings.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/panels/layersettings.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/panels/layerstyle.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/panels/layerstyle.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/panels/mapproperties.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/panels/mapproperties.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/panels/mapsettings.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/panels/mapsettings.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/panels/mapstyle.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/panels/mapstyle.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/panels/unsupported.html https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/panels/unsupported.html?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/projections.xml https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/projections.xml?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/redirect.php https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/redirect.php?view=auto&rev=711 Directory: branches/1.0.x/MgDev/Web/src/webstudio/templates File: branches/1.0.x/MgDev/Web/src/webstudio/templates/FeatureSource.xml https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/templates/FeatureSource.xml?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/templates/LayerDefinition.xml https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/templates/LayerDefinition.xml?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/templates/MapDefinition.xml https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/templates/MapDefinition.xml?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/templates/layermap.templ https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/templates/layermap.templ?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/templates/layermaptiled.templ https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/templates/layermaptiled.templ?view=auto&rev=711 File: branches/1.0.x/MgDev/Web/src/webstudio/templates/weblayout.templ https://mapguide.osgeo.org/source/browse/mapguide/branches/1.0.x/MgDev/Web/src/webstudio/templates/weblayout.templ?view=auto&rev=711 --------------------------------------------------------------------- This message was automatically generated by Project Tracker.