From trevor.wekel at autodesk.com Wed Nov 1 12:24:42 2006 From: trevor.wekel at autodesk.com (Trevor Wekel) Date: Fri Dec 22 16:08:36 2006 Subject: [mapguide][MG443][New] Typecasting of MgCoordinate to derived classes fails Message-ID: <3965625.1162401882907.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG443 Type Defect Artifact ID MG443 (Typecasting of MgCoordinate to derived classes fails) Reported by Trevor Wekel trevorwekel (trevor.wekel@autodesk.com) New artifact details: --------------------------------------------------------- - Resolution Description set to new value MgCoordinate derived classes were misssing CLASS_ID in their headers so IMake/Swig could not generate the appropriate casting logic. A bug in IMake prevented property autogeneration when additional tokens appeared between the method name and the __get/__set comment eg: GetX() = 0; /// __get The extra two tokens caused the generation logic to fail. - Priority set to new value P3 - Operating system set to new value All - Subcomponent set to new value General - Component set to new value Web Server Extensions - Description set to new value MgCoordinate cannot be cast to MgCoordinateXY, XYZ, XYM, and XYZM. .Net autogenerated properties are not visible for MgCoordinate and a variety of other classes. - Artifact created - Steps to Reproduce set to new value Casting and MgCoordinate to MgCoordinateXY returns a null reference in .Net. Properties are not visible for MgCoordinate in the Visual Studio 2005 class explorer. - Summary set to new value Typecasting of MgCoordinate to derived classes fails - Defect Severity set to new value Low - Submission Reviewed set to new value No - Version set to new value 1.0.2 - Artifact Status set to new value New - Target milestone set to new value 1.1.0 --------------------------------------------------------- This message was automatically generated by Project Tracker. From trevor.wekel at autodesk.com Wed Nov 1 12:24:55 2006 From: trevor.wekel at autodesk.com (Trevor Wekel) Date: Fri Dec 22 16:08:36 2006 Subject: [mapguide][MG443][User] Typecasting of MgCoordinate to derived classes fails Message-ID: <12284142.1162401895400.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG443 Type: Defect Artifact ID: MG443 (Typecasting of MgCoordinate to derived classes fails) 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 Wed Nov 1 12:30:16 2006 From: trevor.wekel at autodesk.com (Trevor Wekel) Date: Fri Dec 22 16:08:36 2006 Subject: [mapguide][MG443][Modified] Typecasting of MgCoordinate to derived classes fails Message-ID: <15425262.1162402216178.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG443 Type: Defect Artifact ID: MG443 (Typecasting of MgCoordinate to derived classes fails) Modified by: Trevor Wekel trevorwekel (trevor.wekel@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- -- Description set to new value: Old value: MgCoordinate cannot be cast to MgCoordinateXY, XYZ, XYM, and XYZM. .Net autogenerated properties are not visible for MgCoordinate and a variety of other classes. New value: MgCoordinate cannot be cast to MgCoordinateXY, XYZ, XYM, and XYZM. .Net autogenerated properties are not visible for MgCoordinate and a variety of other classes. MgByteReader::ToString() only allows conversion once. -- Resolution Description set to new value: Old value: MgCoordinate derived classes were misssing CLASS_ID in their headers so IMake/Swig could not generate the appropriate casting logic. A bug in IMake prevented property autogeneration when additional tokens appeared between the method name and the __get/__set comment eg: GetX() = 0; /// __get The extra two tokens caused the generation logic to fail. New value: MgCoordinate derived classes were misssing CLASS_ID in their headers so IMake/Swig could not generate the appropriate casting logic. A bug in IMake prevented property autogeneration when additional tokens appeared between the method name and the __get/__set comment eg: GetX() = 0; /// __get The extra two tokens caused the generation logic to fail. MgByteReader::ToString() only allows the reader to be converted to a string once. Since most byte readers can be rewound, this is an unnecessary limitation. An automatic rewind has been added to the method. --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From trevor.wekel at autodesk.com Wed Nov 1 12:31:30 2006 From: trevor.wekel at autodesk.com (Trevor Wekel) Date: Fri Dec 22 16:08:36 2006 Subject: [mapguide][MG443][Modified] Typecasting of MgCoordinate to derived classes fails Message-ID: <25478656.1162402290015.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG443 Type: Defect Artifact ID: MG443 (Typecasting of MgCoordinate to derived classes fails) 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. MG443: Typecasting of MgCoordinate to derived classes fails Modified File: trunk/MgDev/BuildTools/WebTools/IMake/IMake.cpp https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/BuildTools/WebTools/IMake/IMake.cpp?view=diff&rev=963&p1=trunk/MgDev/BuildTools/WebTools/IMake/IMake.cpp&r1=962&p2=trunk/MgDev/BuildTools/WebTools/IMake/IMake.cpp&r2=963 File: trunk/MgDev/BuildTools/WebTools/IMake/Win32/IMake.exe https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/BuildTools/WebTools/IMake/Win32/IMake.exe?view=diff&rev=963&p1=trunk/MgDev/BuildTools/WebTools/IMake/Win32/IMake.exe&r1=962&p2=trunk/MgDev/BuildTools/WebTools/IMake/Win32/IMake.exe&r2=963 File: trunk/MgDev/Common/Foundation/Data/ByteReader.cpp https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Common/Foundation/Data/ByteReader.cpp?view=diff&rev=963&p1=trunk/MgDev/Common/Foundation/Data/ByteReader.cpp&r1=962&p2=trunk/MgDev/Common/Foundation/Data/ByteReader.cpp&r2=963 File: trunk/MgDev/Common/Geometry/CoordinateXY.cpp https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Common/Geometry/CoordinateXY.cpp?view=diff&rev=963&p1=trunk/MgDev/Common/Geometry/CoordinateXY.cpp&r1=962&p2=trunk/MgDev/Common/Geometry/CoordinateXY.cpp&r2=963 File: trunk/MgDev/Common/Geometry/CoordinateXY.h https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Common/Geometry/CoordinateXY.h?view=diff&rev=963&p1=trunk/MgDev/Common/Geometry/CoordinateXY.h&r1=962&p2=trunk/MgDev/Common/Geometry/CoordinateXY.h&r2=963 File: trunk/MgDev/Common/Geometry/CoordinateXYM.cpp https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Common/Geometry/CoordinateXYM.cpp?view=diff&rev=963&p1=trunk/MgDev/Common/Geometry/CoordinateXYM.cpp&r1=962&p2=trunk/MgDev/Common/Geometry/CoordinateXYM.cpp&r2=963 File: trunk/MgDev/Common/Geometry/CoordinateXYM.h https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Common/Geometry/CoordinateXYM.h?view=diff&rev=963&p1=trunk/MgDev/Common/Geometry/CoordinateXYM.h&r1=962&p2=trunk/MgDev/Common/Geometry/CoordinateXYM.h&r2=963 File: trunk/MgDev/Common/Geometry/CoordinateXYZ.cpp https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Common/Geometry/CoordinateXYZ.cpp?view=diff&rev=963&p1=trunk/MgDev/Common/Geometry/CoordinateXYZ.cpp&r1=962&p2=trunk/MgDev/Common/Geometry/CoordinateXYZ.cpp&r2=963 File: trunk/MgDev/Common/Geometry/CoordinateXYZ.h https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Common/Geometry/CoordinateXYZ.h?view=diff&rev=963&p1=trunk/MgDev/Common/Geometry/CoordinateXYZ.h&r1=962&p2=trunk/MgDev/Common/Geometry/CoordinateXYZ.h&r2=963 File: trunk/MgDev/Common/Geometry/CoordinateXYZM.cpp https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Common/Geometry/CoordinateXYZM.cpp?view=diff&rev=963&p1=trunk/MgDev/Common/Geometry/CoordinateXYZM.cpp&r1=962&p2=trunk/MgDev/Common/Geometry/CoordinateXYZM.cpp&r2=963 File: trunk/MgDev/Common/Geometry/CoordinateXYZM.h https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Common/Geometry/CoordinateXYZM.h?view=diff&rev=963&p1=trunk/MgDev/Common/Geometry/CoordinateXYZM.h&r1=962&p2=trunk/MgDev/Common/Geometry/CoordinateXYZM.h&r2=963 File: trunk/MgDev/Server/src/Core/ServerCore.vcproj https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Server/src/Core/ServerCore.vcproj?view=diff&rev=963&p1=trunk/MgDev/Server/src/Core/ServerCore.vcproj&r1=962&p2=trunk/MgDev/Server/src/Core/ServerCore.vcproj&r2=963 File: trunk/MgDev/UnitTest/Common/DotNetWrappers/ByteReaderTest.cs https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/UnitTest/Common/DotNetWrappers/ByteReaderTest.cs?view=diff&rev=963&p1=trunk/MgDev/UnitTest/Common/DotNetWrappers/ByteReaderTest.cs&r1=962&p2=trunk/MgDev/UnitTest/Common/DotNetWrappers/ByteReaderTest.cs&r2=963 File: trunk/MgDev/UnitTest/Common/DotNetWrappers/PropertiesTest.cs https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/UnitTest/Common/DotNetWrappers/PropertiesTest.cs?view=diff&rev=963&p1=trunk/MgDev/UnitTest/Common/DotNetWrappers/PropertiesTest.cs&r1=962&p2=trunk/MgDev/UnitTest/Common/DotNetWrappers/PropertiesTest.cs&r2=963 --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From trevor.wekel at autodesk.com Wed Nov 1 12:35:05 2006 From: trevor.wekel at autodesk.com (Trevor Wekel) Date: Fri Dec 22 16:08:36 2006 Subject: [mapguide][MG443][Modified] Typecasting of MgCoordinate to derived classes fails Message-ID: <19327542.1162402505203.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG443 Type: Defect Artifact ID: MG443 (Typecasting of MgCoordinate to derived classes fails) 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 -- Status Explanation set to new value: Code submitted -- Resolution set to new value: Submitted -- Resolution Description set to new value: Old value: MgCoordinate derived classes were misssing CLASS_ID in their headers so IMake/Swig could not generate the appropriate casting logic. A bug in IMake prevented property autogeneration when additional tokens appeared between the method name and the __get/__set comment eg: GetX() = 0; /// __get The extra two tokens caused the generation logic to fail. MgByteReader::ToString() only allows the reader to be converted to a string once. Since most byte readers can be rewound, this is an unnecessary limitation. An automatic rewind has been added to the method. New value: MgCoordinate derived classes were misssing CLASS_ID in their headers so IMake/Swig could not generate the appropriate casting logic. A bug in IMake prevented property autogeneration when additional tokens appeared between the method name and the __get/__set comment eg: GetX() = 0; /// __get The extra two tokens caused the generation logic to fail. MgByteReader::ToString() only allows the reader to be converted to a string once. Since most byte readers can be rewound, this is an unnecessary limitation. An automatic rewind has been added to the method. Testing Performed: Server unit tests pass (383 OK) Web Extensions tests 8/939 errors. Looks as though there are minor FDO schema changes to SpatialContext, SelectFeatures, GetProviderCapabilties which are not related to this submission. The .Net unit tests for collections and properties pass successfully. Tests were enhanced to to check typecasting. --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From trevor.wekel at autodesk.com Wed Nov 1 12:35:26 2006 From: trevor.wekel at autodesk.com (Trevor Wekel) Date: Fri Dec 22 16:08:36 2006 Subject: [mapguide][MG443][User] Typecasting of MgCoordinate to derived classes fails Message-ID: <19137992.1162402526437.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG443 Type: Defect Artifact ID: MG443 (Typecasting of MgCoordinate to derived classes fails) Modified by: Trevor Wekel trevorwekel (trevor.wekel@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- -- New value added to attribute Reviewer: ronnielouie --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From ronnie.louie at autodesk.com Wed Nov 1 23:53:49 2006 From: ronnie.louie at autodesk.com (Ronnie Louie) Date: Fri Dec 22 16:08:36 2006 Subject: [mapguide][MG443][Modified] Typecasting of MgCoordinate to derived classes fails Message-ID: <15712833.1162443229603.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG443 Type: Defect Artifact ID: MG443 (Typecasting of MgCoordinate to derived classes fails) 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 amorsell at spatialgis.com Thu Nov 2 17:06:27 2006 From: amorsell at spatialgis.com (Andrew Morsell) Date: Fri Dec 22 16:08:36 2006 Subject: [mapguide][MG444][New] Web Layout Search does not work with Joined fields Message-ID: <7986911.1162505187550.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG444 Type Defect Artifact ID MG444 (Web Layout Search does not work with Joined fields) Reported by Andrew Morsell amorsell (amorsell@spatialgis.com) New artifact details: --------------------------------------------------------- - Summary set to new value Web Layout Search does not work with Joined fields - Platform set to new value All - Defect Severity set to new value High - Version set to new value 1.0.2 - Artifact created - Artifact Status set to new value New - Steps to Reproduce set to new value Define a web layout Search from a data extender joined field and then attempt to use it. - Subcomponent set to new value Feature Service - Description set to new value In Studio, when defining a Search in a web layout, it allows you to choose a data extender joined field on which to base the search. But, when executing that search from with the web layout, the following errors occur. >From MGOS: "An exception occurred in FDO component. Invalid identifier name ''. Exception occurred in method MgServerGwsGetFeatures.GetMgClassDefinition at line 207 in file c:\build_tux_area\mgdev\server\src\services\feature\ServerGwsGetFeatures.cpp" >From MGE "An exception occurred in FDO component. Invalid identifier name 'FLATATS_TDATA1'. - MgServerGwsFeatureReader.Serialize line 603 file c:\build_tux_area\mgdev\server\src\services\feature\ServerGwsFeatureReader.cpp - MgServerGwsGetFeatures.GetFeatures line 93 file c:\build_tux_area\mgdev\server\src\services\feature\ServerGwsGetFeatures.cpp - MgServerGwsGetFeatures.GetMgClassDefinition line 207 file c:\build_tux_area\mgdev\server\src\services\feature\ServerGwsGetFeatures.cpp" - Operating system set to new value All - Component set to new value Web Server Extensions --------------------------------------------------------- This message was automatically generated by Project Tracker. From amorsell at spatialgis.com Fri Nov 3 12:06:26 2006 From: amorsell at spatialgis.com (Andrew Morsell) Date: Fri Dec 22 16:08:36 2006 Subject: [mapguide][MG445][New] Add Search Ability to API Help Message-ID: <26718014.1162573586869.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG445 Type Enhancement Artifact ID MG445 (Add Search Ability to API Help) Reported by Andrew Morsell amorsell (amorsell@spatialgis.com) New artifact details: --------------------------------------------------------- - Description set to new value Please add the ability to search the API help document. This capability was there prior to release MGOS 1.0, but was removed. This is a very handy feature to have when doing API research. - Artifact created - Artifact Status set to new value New - Justification set to new value Having to drill down through the class heirarchy can be cumbersome when you are looking for information on a particular class, property, method, etc. - Summary set to new value Add Search Ability to API Help --------------------------------------------------------- This message was automatically generated by Project Tracker. From richardbernard42 at yahoo.co.uk Sun Nov 5 13:40:10 2006 From: richardbernard42 at yahoo.co.uk (MR RICHARD BERNARD) Date: Fri Dec 22 16:08:36 2006 Subject: GREETINGS Message-ID: GREETINGS This letter must come to you as a surprise, but I believe it is only a day that people meet and become great friends and business partners. I am Mr. Richard Bernard , currently Head of Coporate affairs with a reputable bank here in U. A. E. I write you this proposal in good faith, believing that I can trust you with the information I am about to reveal to you. I have an urgent and very confidential business proposition for you. On November 6, 2000, an Iraqi Foreign Oil consultant/contractor with the CHEVRON PETROLEUM CORPORATION, MR. KHALIL AL NASSER made a (Fixed deposit) for 36 calendar months, valued at US$17,500,000.00 (Seventeen Million Five hundred Thousand Dollars only) in my bank and I happen to be his account officer before I was moved to my present position recently. Upon maturity in 2003, as his account officer , it is my duty to notify him on the maturity date so I sent a routine notification to his forwarding address but the letter was returned undelivered. After sometime, I tried sending back the letter, but it was again returned and finally I discovered from his contract employers, Chevron Petroleum Corporation that Mr. Khalil Al Nasser died as a result of torture in the hand of Saddam Hussein (former Iraqi President) during one of his trips to his country Iraq, as he was accused of leaking information to the Americans. On further investigation, I discovered that Mr. Al Nasser’s family wife and two sons died during the Gulf War in Iraq and was the reason why he did not declare any next of kin or relation in all his official documents, including his Bank Deposit paperwork in my Bank and did not leave any WILL. This sum of US$17,500,000.00 have been floating and placed under dormant/unserviceable account by my bank management since no one have heard from the owner since 2003. I wish to let you know that all the investigation I have made so far, my bank management is not aware of it, I am the only one that have the information. With the recent change of government in my country and with their efforts to support the United Nations in checkmating terrorism aid in the U. A. E. By end of this year, the government will pass a new financial control law which will give the government authority to interrogate account owners of above $5,000,000.00 to explain the source of the funds, making sure it is not for terrorism support. If I do not move this money out of the country immediately, by end of the year the government will definitely confiscate the money, because my bank cannot provide the account owner to explain the source of the money. I cannot directly transfer out this money without the help of a foreigner and that is why I am contacting you for an assistance. As the Account Officer to late Al Nasser, coupled with my present position and status in the bank as Head of Retail Banking Groug , I have the power to influence the release of the funds to any foreigner that comes up as the next of kin to the account, with the correct information concerning the account, which I shall give you. All documents to enable you claim this fund will be carefully worked out and there is practically no risk involved, the transaction will be executed under a legitimate arrangement that will protect you from any breach of law, beside U. A. E is porous and anything goes. If you accept to work with me, I want you to state how you wish us to share the funds in percentage, so that both parties will be satisfied. If you are interested, contact me as soon as you receive this message so we can go over the details. Thanking you in advance and may God bless you. Please, treat with utmost confidentiality. I shall send you copy of the deposit certificate issued to Al Nasser when the deposit was made for your perusal. I wait your urgent response. Regards, Mr Richard Bernard From andrew.demerchant at gemtec.ca Tue Nov 7 22:42:25 2006 From: andrew.demerchant at gemtec.ca (Andrew) Date: Fri Dec 22 16:08:36 2006 Subject: [mapguide][MG446][New] DWF Viewer security Message-ID: <6495279.1162957345660.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG446 Type Defect Artifact ID MG446 (DWF Viewer security) Reported by Andrew andrew_demerchant (andrew.demerchant@gemtec.ca) New artifact details: --------------------------------------------------------- - Component set to new value Viewer - Version set to new value 1.0.2 - Steps to Reproduce set to new value Remove the "everyone" group for a library. Add a new user, and then add that to your library. Then try to use the dwf viewer for that library. You will not be prompted to login. Instead you will see an error: Permission denied to resource: Library://test/ Permission denied to resource: Library://test/ Exception occurred in method MgResourceHeaderManager.CheckPermission at line 2495 in file c:\build_tux_area\mgdev_opensource\server\src\services\resource\ResourceHeaderManager.cpp If you simply change the URL to use the ajax viewer, the login prompt is displayed, and all works as you'd expect. - Defect Severity set to new value Critical - Artifact Status set to new value New - Artifact created - Operating system set to new value Windows 2000 - Platform set to new value PC - Subcomponent set to new value DWF Viewer - Summary set to new value DWF Viewer security - Description set to new value Can't secure a library using the DWF viewer. If you try to remove the "everyone" user and force the user to log in, you 'll get: Permission denied to resource: Library://test/ Permission denied to resource: Library://test/ Exception occurred in method MgResourceHeaderManager.CheckPermission at line 2495 in file c:\build_tux_area\mgdev_opensource\server\src\services\resource\ResourceHeaderManager.cpp This works fine in the ajax viewer though. The DWF viewer simply doesn't let the user have a chance to log in. --------------------------------------------------------- This message was automatically generated by Project Tracker. From walt.welton-lair at autodesk.com Wed Nov 8 08:35:22 2006 From: walt.welton-lair at autodesk.com (Walt Welton-Lair) Date: Fri Dec 22 16:08:36 2006 Subject: [mapguide][MG446][Modified] DWF Viewer security Message-ID: <21371435.1162992922255.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG446 Type: Defect Artifact ID: MG446 (DWF Viewer security) Modified by: Walt Welton-Lair waltweltonlair (walt.welton-lair@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- -- Developer Notes set to new value: I tested this a little more, and here's what I found. When opening a web layout using AJAX viewer, the login prompt appears immediately, before *any* server request is even made. The first server operation then ends up being an authentication request (OpAuthenticate). After this come the requests for resources - the web layout, etc. These succeed because we have provided credentials. When opening a web layout using DWF viewer, the behavior is different. There's a couple of authentication requests that get made using "anonymous" user, but no login prompt has yet been displayed. Then comes a request to get the web layout resource, again using "anonymous". This fails because user "anonymous" does not have access to the library. The browser then displays the exception message. At this point the web layout hasn't been loaded and DWF Viewer hasn't yet entered into the picture. So this is a MapGuide web tier issue... --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From walt.welton-lair at autodesk.com Wed Nov 8 10:46:16 2006 From: walt.welton-lair at autodesk.com (Walt Welton-Lair) Date: Fri Dec 22 16:08:36 2006 Subject: [mapguide][MG349][Modified] AJAX Viewer does not display multi-line labels Message-ID: <25108290.1163000776996.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG349 Type: Defect Artifact ID: MG349 (AJAX Viewer does not display multi-line labels) Modified by: Walt Welton-Lair waltweltonlair (walt.welton-lair@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- -- Developer Notes set to new value: Old value: Fixed a problem with DWF Viewer when rendering rotated multi-line labels. The text rotation was not being correctly account for. Multi-line simple labels in AJAX Viewer are now rendered correctly, both for regular and tiled maps. Multi-line path labels (the ones which follow a polyline) are not yet supported. The work for the latter will be done in a future MG release. Any of the following substrings will be interpreted as a line-break: - "//n" - "/n/r" - "/r/n" - "/n" - "/r" Fixed a bug with simple label underlining in which the underline wasn't being rendered antialiased. Fixed a bug in which rendering of the opaque background wasn't correct in the case of a rotated label. New value: Fixed a problem with DWF Viewer when rendering rotated multi-line labels. The text rotation was not being correctly account for. Multi-line simple labels in AJAX Viewer are now rendered correctly, both for regular and tiled maps. Multi-line path labels (the ones which follow a polyline) are not yet supported. The work for the latter will be done in a future MG release. Any of the following substrings will be interpreted as a line-break: - "\\n" - "\n\r" - "\r\n" - "\n" - "\r" Fixed a bug with simple label underlining in which the underline wasn't being rendered antialiased. Fixed a bug in which rendering of the opaque background wasn't correct in the case of a rotated label. --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From walt.welton-lair at autodesk.com Wed Nov 8 11:46:07 2006 From: walt.welton-lair at autodesk.com (Walt Welton-Lair) Date: Fri Dec 22 16:08:36 2006 Subject: [mapguide][MG447][New] Non-uniformly scaled symbols don't draw at correct position ... Message-ID: <23534665.1163004367086.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG447 Type Defect Artifact ID MG447 (Non-uniformly scaled symbols don't draw at correct position in DWF Viewer) Reported by Walt Welton-Lair waltweltonlair (walt.welton-lair@autodesk.com) New artifact details: --------------------------------------------------------- - Artifact Status set to new value New - Subcomponent set to new value Core - Description set to new value Symbols that have a non uniform scale applied to them are not being rendered at the correct position. When the symbol aspect ratio is > 1.0 the symbol?s x translation is wrong. When the symbol aspect ratio is < 1.0 the symbol?s y translation is wrong. - Platform set to new value All - Version set to new value 1.0.2 - Operating system set to new value All - Steps to Reproduce set to new value This is just one way to see the problem. 1/ Create a map with points and some other reference geometry - lines or polygons. 2/ Configure the point style to use a marker symbol with an aspect ratio not equal to one. 3/ Using DWF Viewer, open the map and zoom in to a reasonable level where some symbols are still visible. 4/ Zoom out, without releasing the mouse, and note that the symbols move away from the reference geometry. - Priority set to new value P2 - Defect Severity set to new value Medium - Component set to new value Server - Target milestone set to new value 1.1.0 - Summary set to new value Non-uniformly scaled symbols don't draw at correct position in DWF Viewer - Artifact created --------------------------------------------------------- This message was automatically generated by Project Tracker. From walt.welton-lair at autodesk.com Wed Nov 8 11:46:24 2006 From: walt.welton-lair at autodesk.com (Walt Welton-Lair) Date: Fri Dec 22 16:08:36 2006 Subject: [mapguide][MG447][User] Non-uniformly scaled symbols don't draw at correct position ... Message-ID: <6151599.1163004384262.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG447 Type: Defect Artifact ID: MG447 (Non-uniformly scaled symbols don't draw at correct position in DWF Viewer) Modified by: Walt Welton-Lair waltweltonlair (walt.welton-lair@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- -- New value added to attribute Assigned to: waltweltonlair -- New value added to attribute Reviewer: traianstanev --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From walt.welton-lair at autodesk.com Wed Nov 8 11:46:37 2006 From: walt.welton-lair at autodesk.com (Walt Welton-Lair) Date: Fri Dec 22 16:08:36 2006 Subject: [mapguide][MG447][Modified] Non-uniformly scaled symbols don't draw at correct position ... Message-ID: <12918529.1163004397374.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG447 Type: Defect Artifact ID: MG447 (Non-uniformly scaled symbols don't draw at correct position in DWF Viewer) Modified by: Walt Welton-Lair waltweltonlair (walt.welton-lair@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 walt.welton-lair at autodesk.com Wed Nov 8 11:47:52 2006 From: walt.welton-lair at autodesk.com (Walt Welton-Lair) Date: Fri Dec 22 16:08:36 2006 Subject: [mapguide][MG447][Modified] Non-uniformly scaled symbols don't draw at correct position ... Message-ID: <31815609.1163004472022.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG447 Type: Defect Artifact ID: MG447 (Non-uniformly scaled symbols don't draw at correct position in DWF Viewer) Modified by: Walt Welton-Lair waltweltonlair (walt.welton-lair@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- Added following comment to artifact:: Automated Comment. Version control commit message. MG447 Modified File: trunk/MgDev/Common/Stylization/DWFRenderer.cpp https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Common/Stylization/DWFRenderer.cpp?view=diff&rev=964&p1=trunk/MgDev/Common/Stylization/DWFRenderer.cpp&r1=963&p2=trunk/MgDev/Common/Stylization/DWFRenderer.cpp&r2=964 --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From walt.welton-lair at autodesk.com Wed Nov 8 11:57:42 2006 From: walt.welton-lair at autodesk.com (Walt Welton-Lair) Date: Fri Dec 22 16:08:36 2006 Subject: [mapguide][MG447][Modified] Non-uniformly scaled symbols don't draw at correct position ... Message-ID: <2619224.1163005062205.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG447 Type: Defect Artifact ID: MG447 (Non-uniformly scaled symbols don't draw at correct position in DWF Viewer) Modified by: Walt Welton-Lair waltweltonlair (walt.welton-lair@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- -- Artifact Status changed: Old value: Assigned New value: Resolved -- Resolution Description set to new value: Code fix has been submitted. -- Resolution set to new value: Submitted -- Developer Notes set to new value: When the DWFRenderer generates the destination bounds for the symbol (in DWFRenderer::ProcessOneMarker) it was centering the bounds in the W2D symbol space (0,0)-(2000000,2000000). The insertion point, however, is taken into account later, and so you effecively get two shifts. The correct thing to do is to have the symbol destination bounds start at (0,0). -- Testing Notes set to new value: Tested for small / large aspect symbols, with or without rotation. Results are now identical to AJAX viewer. --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From tom.fukushima at autodesk.com Wed Nov 8 14:57:35 2006 From: tom.fukushima at autodesk.com (Tom Fukushima) Date: Fri Dec 22 16:08:36 2006 Subject: [mapguide][MG448][New] VCProj files for Web tier have hard-coded paths Message-ID: <13354595.1163015855436.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG448 Type Defect Artifact ID MG448 (VCProj files for Web tier have hard-coded paths) Reported by Tom Fukushima tomfukushima (tom.fukushima@autodesk.com) New artifact details: --------------------------------------------------------- - Artifact Status set to new value New - Subcomponent set to new value Core - Component set to new value Web Server Extensions - Platform set to new value All - Artifact created - Steps to Reproduce set to new value Build Web Tier solution - Summary set to new value VCProj files for Web tier have hard-coded paths - Description set to new value The Web tier projects have hard-coded paths. In order to compile the Enterprise version of the Web tier the paths needs to be make relative to the solution file. - Version set to new value 1.0.2 - Defect Severity set to new value Critical - Operating system set to new value Windows XP --------------------------------------------------------- This message was automatically generated by Project Tracker. From tom.fukushima at autodesk.com Wed Nov 8 14:58:40 2006 From: tom.fukushima at autodesk.com (Tom Fukushima) Date: Fri Dec 22 16:08:36 2006 Subject: [mapguide][MG448][User] VCProj files for Web tier have hard-coded paths Message-ID: <426881.1163015920020.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG448 Type: Defect Artifact ID: MG448 (VCProj files for Web tier have hard-coded paths) Modified by: Tom Fukushima tomfukushima (tom.fukushima@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- -- New value added to attribute Assigned to: tomfukushima -- New value added to attribute Reviewer: timstrang --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From tom.fukushima at autodesk.com Wed Nov 8 15:30:51 2006 From: tom.fukushima at autodesk.com (Tom Fukushima) Date: Fri Dec 22 16:08:36 2006 Subject: [mapguide][MG448][Modified] VCProj files for Web tier have hard-coded paths Message-ID: <3415163.1163017851406.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG448 Type: Defect Artifact ID: MG448 (VCProj files for Web tier have hard-coded paths) Modified by: Tom Fukushima tomfukushima (tom.fukushima@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- Added following comment to artifact:: Automated Comment. Version control commit message. MG448 (VCProj files for Web tier have hard-coded paths) Modified File: trunk/MgDev/Web/src/DotNetApi/DotNetApi.vcproj https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Web/src/DotNetApi/DotNetApi.vcproj?view=diff&rev=965&p1=trunk/MgDev/Web/src/DotNetApi/DotNetApi.vcproj&r1=964&p2=trunk/MgDev/Web/src/DotNetApi/DotNetApi.vcproj&r2=965 File: trunk/MgDev/Web/src/DotNetApi/Makefile https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Web/src/DotNetApi/Makefile?view=diff&rev=965&p1=trunk/MgDev/Web/src/DotNetApi/Makefile&r1=964&p2=trunk/MgDev/Web/src/DotNetApi/Makefile&r2=965 File: trunk/MgDev/Web/src/DotNetUnmanagedApi/DotNetUnmanagedApi.vcproj https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Web/src/DotNetUnmanagedApi/DotNetUnmanagedApi.vcproj?view=diff&rev=965&p1=trunk/MgDev/Web/src/DotNetUnmanagedApi/DotNetUnmanagedApi.vcproj&r1=964&p2=trunk/MgDev/Web/src/DotNetUnmanagedApi/DotNetUnmanagedApi.vcproj&r2=965 File: trunk/MgDev/Web/src/HttpHandler/HttpHandler.vcproj https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Web/src/HttpHandler/HttpHandler.vcproj?view=diff&rev=965&p1=trunk/MgDev/Web/src/HttpHandler/HttpHandler.vcproj&r1=964&p2=trunk/MgDev/Web/src/HttpHandler/HttpHandler.vcproj&r2=965 File: trunk/MgDev/Web/src/JavaApi/JavaApi.vcproj https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Web/src/JavaApi/JavaApi.vcproj?view=diff&rev=965&p1=trunk/MgDev/Web/src/JavaApi/JavaApi.vcproj&r1=964&p2=trunk/MgDev/Web/src/JavaApi/JavaApi.vcproj&r2=965 File: trunk/MgDev/Web/src/PhpApi/PhpApi.vcproj https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Web/src/PhpApi/PhpApi.vcproj?view=diff&rev=965&p1=trunk/MgDev/Web/src/PhpApi/PhpApi.vcproj&r1=964&p2=trunk/MgDev/Web/src/PhpApi/PhpApi.vcproj&r2=965 File: trunk/MgDev/Web/src/WebApp/WebApp.vcproj https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Web/src/WebApp/WebApp.vcproj?view=diff&rev=965&p1=trunk/MgDev/Web/src/WebApp/WebApp.vcproj&r1=964&p2=trunk/MgDev/Web/src/WebApp/WebApp.vcproj&r2=965 File: trunk/MgDev/Web/src/WebSupport/WebSupport.vcproj https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Web/src/WebSupport/WebSupport.vcproj?view=diff&rev=965&p1=trunk/MgDev/Web/src/WebSupport/WebSupport.vcproj&r1=964&p2=trunk/MgDev/Web/src/WebSupport/WebSupport.vcproj&r2=965 --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From tom.fukushima at autodesk.com Wed Nov 8 15:34:01 2006 From: tom.fukushima at autodesk.com (Tom Fukushima) Date: Fri Dec 22 16:08:36 2006 Subject: [mapguide][MG448][Modified] VCProj files for Web tier have hard-coded paths Message-ID: <18406538.1163018041683.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG448 Type: Defect Artifact ID: MG448 (VCProj files for Web tier have hard-coded paths) Modified by: Tom Fukushima tomfukushima (tom.fukushima@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- -- Resolution set to new value: Submitted -- Priority set to new value: P1 -- Artifact Status changed: Old value: New New value: Resolved -- Target milestone set to new value: 1.1.0 --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From chris.claydon at autodesk.com Fri Nov 10 18:49:21 2006 From: chris.claydon at autodesk.com (Chris Claydon) Date: Fri Dec 22 16:08:36 2006 Subject: [mapguide][MG363][Modified] Direct KML Support in MapGuide Message-ID: <22671214.1163202561814.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG363 Type: Enhancement Artifact ID: MG363 (Direct KML Support in MapGuide) Modified by: Chris Claydon chrisclaydon (chris.claydon@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- Added following comment to artifact:: Automated Comment. Version control commit message. MG363 - KML Support - Added session-based authentication for one-time authentication. Note that adding USERNAME=Anonymous to the original GetMapKml request can be used for automatic login, providing that the requested resources support Anonymous access. Also added support for a DRAWORDER parameter in GetFeaturesKml and GetLayerKml operations - this currently only works for raster layers. It has been suggested in the Google Earth newsgroups that for vector layers the elevation be adjusted by a few meters for each layer in order to achieve the necessary draw order. The framework is in place to support this, but with the latest GE beta, making this change messes up the colors for some reason. So it is not currently enabled in the code. Modified File: trunk/MgDev/Common/MapGuideCommon/Services/KmlService.h https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Common/MapGuideCommon/Services/KmlService.h?view=diff&rev=966&p1=trunk/MgDev/Common/MapGuideCommon/Services/KmlService.h&r1=965&p2=trunk/MgDev/Common/MapGuideCommon/Services/KmlService.h&r2=966 File: trunk/MgDev/Common/MapGuideCommon/Services/ProxyKmlService.cpp https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Common/MapGuideCommon/Services/ProxyKmlService.cpp?view=diff&rev=966&p1=trunk/MgDev/Common/MapGuideCommon/Services/ProxyKmlService.cpp&r1=965&p2=trunk/MgDev/Common/MapGuideCommon/Services/ProxyKmlService.cpp&r2=966 File: trunk/MgDev/Common/MapGuideCommon/Services/ProxyKmlService.h https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Common/MapGuideCommon/Services/ProxyKmlService.h?view=diff&rev=966&p1=trunk/MgDev/Common/MapGuideCommon/Services/ProxyKmlService.h&r1=965&p2=trunk/MgDev/Common/MapGuideCommon/Services/ProxyKmlService.h&r2=966 File: trunk/MgDev/Common/Stylization/KmlRenderer.cpp https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Common/Stylization/KmlRenderer.cpp?view=diff&rev=966&p1=trunk/MgDev/Common/Stylization/KmlRenderer.cpp&r1=965&p2=trunk/MgDev/Common/Stylization/KmlRenderer.cpp&r2=966 File: trunk/MgDev/Common/Stylization/KmlRenderer.h https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Common/Stylization/KmlRenderer.h?view=diff&rev=966&p1=trunk/MgDev/Common/Stylization/KmlRenderer.h&r1=965&p2=trunk/MgDev/Common/Stylization/KmlRenderer.h&r2=966 File: trunk/MgDev/Server/src/Services/Kml/OpGetFeaturesKml.cpp https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Server/src/Services/Kml/OpGetFeaturesKml.cpp?view=diff&rev=966&p1=trunk/MgDev/Server/src/Services/Kml/OpGetFeaturesKml.cpp&r1=965&p2=trunk/MgDev/Server/src/Services/Kml/OpGetFeaturesKml.cpp&r2=966 File: trunk/MgDev/Server/src/Services/Kml/OpGetLayerKml.cpp https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Server/src/Services/Kml/OpGetLayerKml.cpp?view=diff&rev=966&p1=trunk/MgDev/Server/src/Services/Kml/OpGetLayerKml.cpp&r1=965&p2=trunk/MgDev/Server/src/Services/Kml/OpGetLayerKml.cpp&r2=966 File: trunk/MgDev/Server/src/Services/Kml/ServerKmlService.cpp https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Server/src/Services/Kml/ServerKmlService.cpp?view=diff&rev=966&p1=trunk/MgDev/Server/src/Services/Kml/ServerKmlService.cpp&r1=965&p2=trunk/MgDev/Server/src/Services/Kml/ServerKmlService.cpp&r2=966 File: trunk/MgDev/Server/src/Services/Kml/ServerKmlService.h https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Server/src/Services/Kml/ServerKmlService.h?view=diff&rev=966&p1=trunk/MgDev/Server/src/Services/Kml/ServerKmlService.h&r1=965&p2=trunk/MgDev/Server/src/Services/Kml/ServerKmlService.h&r2=966 File: trunk/MgDev/UnitTest/WebTier/MapAgent/MapAgentForms/getfeatureskmlform.html https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/UnitTest/WebTier/MapAgent/MapAgentForms/getfeatureskmlform.html?view=diff&rev=966&p1=trunk/MgDev/UnitTest/WebTier/MapAgent/MapAgentForms/getfeatureskmlform.html&r1=965&p2=trunk/MgDev/UnitTest/WebTier/MapAgent/MapAgentForms/getfeatureskmlform.html&r2=966 File: trunk/MgDev/UnitTest/WebTier/MapAgent/MapAgentForms/getlayerkmlform.html https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/UnitTest/WebTier/MapAgent/MapAgentForms/getlayerkmlform.html?view=diff&rev=966&p1=trunk/MgDev/UnitTest/WebTier/MapAgent/MapAgentForms/getlayerkmlform.html&r1=965&p2=trunk/MgDev/UnitTest/WebTier/MapAgent/MapAgentForms/getlayerkmlform.html&r2=966 File: trunk/MgDev/Web/src/HttpHandler/HttpKmlGetFeatures.cpp https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Web/src/HttpHandler/HttpKmlGetFeatures.cpp?view=diff&rev=966&p1=trunk/MgDev/Web/src/HttpHandler/HttpKmlGetFeatures.cpp&r1=965&p2=trunk/MgDev/Web/src/HttpHandler/HttpKmlGetFeatures.cpp&r2=966 File: trunk/MgDev/Web/src/HttpHandler/HttpKmlGetFeatures.h https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Web/src/HttpHandler/HttpKmlGetFeatures.h?view=diff&rev=966&p1=trunk/MgDev/Web/src/HttpHandler/HttpKmlGetFeatures.h&r1=965&p2=trunk/MgDev/Web/src/HttpHandler/HttpKmlGetFeatures.h&r2=966 File: trunk/MgDev/Web/src/HttpHandler/HttpKmlGetLayer.cpp https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Web/src/HttpHandler/HttpKmlGetLayer.cpp?view=diff&rev=966&p1=trunk/MgDev/Web/src/HttpHandler/HttpKmlGetLayer.cpp&r1=965&p2=trunk/MgDev/Web/src/HttpHandler/HttpKmlGetLayer.cpp&r2=966 File: trunk/MgDev/Web/src/HttpHandler/HttpKmlGetLayer.h https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Web/src/HttpHandler/HttpKmlGetLayer.h?view=diff&rev=966&p1=trunk/MgDev/Web/src/HttpHandler/HttpKmlGetLayer.h&r1=965&p2=trunk/MgDev/Web/src/HttpHandler/HttpKmlGetLayer.h&r2=966 File: trunk/MgDev/Web/src/HttpHandler/HttpResourceStrings.cpp https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Web/src/HttpHandler/HttpResourceStrings.cpp?view=diff&rev=966&p1=trunk/MgDev/Web/src/HttpHandler/HttpResourceStrings.cpp&r1=965&p2=trunk/MgDev/Web/src/HttpHandler/HttpResourceStrings.cpp&r2=966 File: trunk/MgDev/Web/src/HttpHandler/HttpResourceStrings.h https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Web/src/HttpHandler/HttpResourceStrings.h?view=diff&rev=966&p1=trunk/MgDev/Web/src/HttpHandler/HttpResourceStrings.h&r1=965&p2=trunk/MgDev/Web/src/HttpHandler/HttpResourceStrings.h&r2=966 --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From walt.welton-lair at autodesk.com Tue Nov 14 09:45:59 2006 From: walt.welton-lair at autodesk.com (Walt Welton-Lair) Date: Fri Dec 22 16:08:36 2006 Subject: [mapguide][MG446][User] DWF Viewer security Message-ID: <7108128.1163515559613.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG446 Type: Defect Artifact ID: MG446 (DWF Viewer security) Modified by: Walt Welton-Lair waltweltonlair (walt.welton-lair@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- -- New value added to attribute Reviewer: tomfukushima -- New value added to attribute Assigned to: waltweltonlair --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From walt.welton-lair at autodesk.com Tue Nov 14 09:49:12 2006 From: walt.welton-lair at autodesk.com (Walt Welton-Lair) Date: Fri Dec 22 16:08:36 2006 Subject: [mapguide][MG446][Modified] DWF Viewer security Message-ID: <12267234.1163515752850.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG446 Type: Defect Artifact ID: MG446 (DWF Viewer security) Modified by: Walt Welton-Lair waltweltonlair (walt.welton-lair@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- -- Artifact Status changed: Old value: New New value: Assigned -- Target milestone set to new value: 1.1.0 -- Testing Notes set to new value: Verified that the DWF-based layout now authenticates immediately, and that for the specific example above (user with read-only permission) the layout loads correctly. -- Developer Notes set to new value: Old value: I tested this a little more, and here's what I found. When opening a web layout using AJAX viewer, the login prompt appears immediately, before *any* server request is even made. The first server operation then ends up being an authentication request (OpAuthenticate). After this come the requests for resources - the web layout, etc. These succeed because we have provided credentials. When opening a web layout using DWF viewer, the behavior is different. There's a couple of authentication requests that get made using "anonymous" user, but no login prompt has yet been displayed. Then comes a request to get the web layout resource, again using "anonymous". This fails because user "anonymous" does not have access to the library. The browser then displays the exception message. At this point the web layout hasn't been loaded and DWF Viewer hasn't yet entered into the picture. So this is a MapGuide web tier issue... New value: I tested this a little more, and here's what I found. When opening a web layout using AJAX viewer, the login prompt appears immediately, before *any* server request is even made. The first server operation then ends up being an authentication request (OpAuthenticate). After this come the requests for resources - the web layout, etc. These succeed because we have provided credentials. When opening a web layout using DWF viewer, the behavior is different. There's a couple of authentication requests that get made using "anonymous" user, but no login prompt has yet been displayed. Then comes a request to get the web layout resource, again using "anonymous". This fails because user "anonymous" does not have access to the library. The browser then displays the exception message. At this point the web layout hasn't been loaded and DWF Viewer hasn't yet entered into the picture. So this is a MapGuide web tier issue... The fix is to simply make DWF-based web layouts authenticate the same way as AJAX-based layouts. --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From walt.welton-lair at autodesk.com Tue Nov 14 09:50:35 2006 From: walt.welton-lair at autodesk.com (Walt Welton-Lair) Date: Fri Dec 22 16:08:36 2006 Subject: [mapguide][MG446][Modified] DWF Viewer security Message-ID: <28920495.1163515835290.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG446 Type: Defect Artifact ID: MG446 (DWF Viewer security) Modified by: Walt Welton-Lair waltweltonlair (walt.welton-lair@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- Added following comment to artifact:: Automated Comment. Version control commit message. MG446 Modified File: trunk/MgDev/Web/src/mapviewerjava/mainframe.jsp https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Web/src/mapviewerjava/mainframe.jsp?view=diff&rev=967&p1=trunk/MgDev/Web/src/mapviewerjava/mainframe.jsp&r1=966&p2=trunk/MgDev/Web/src/mapviewerjava/mainframe.jsp&r2=967 --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From walt.welton-lair at autodesk.com Tue Nov 14 09:51:17 2006 From: walt.welton-lair at autodesk.com (Walt Welton-Lair) Date: Fri Dec 22 16:08:36 2006 Subject: [mapguide][MG446][Modified] DWF Viewer security Message-ID: <9127165.1163515877939.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG446 Type: Defect Artifact ID: MG446 (DWF Viewer security) Modified by: Walt Welton-Lair waltweltonlair (walt.welton-lair@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- Added following comment to artifact:: Automated Comment. Version control commit message. MG446 Modified File: trunk/MgDev/Web/src/mapviewernet/mainframe.aspx https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Web/src/mapviewernet/mainframe.aspx?view=diff&rev=968&p1=trunk/MgDev/Web/src/mapviewernet/mainframe.aspx&r1=967&p2=trunk/MgDev/Web/src/mapviewernet/mainframe.aspx&r2=968 --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From walt.welton-lair at autodesk.com Tue Nov 14 09:51:35 2006 From: walt.welton-lair at autodesk.com (Walt Welton-Lair) Date: Fri Dec 22 16:08:36 2006 Subject: [mapguide][MG446][Modified] DWF Viewer security Message-ID: <22968785.1163515895353.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG446 Type: Defect Artifact ID: MG446 (DWF Viewer security) Modified by: Walt Welton-Lair waltweltonlair (walt.welton-lair@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- Added following comment to artifact:: Automated Comment. Version control commit message. MG446 Modified File: trunk/MgDev/Web/src/mapviewerphp/mainframe.php https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Web/src/mapviewerphp/mainframe.php?view=diff&rev=969&p1=trunk/MgDev/Web/src/mapviewerphp/mainframe.php&r1=968&p2=trunk/MgDev/Web/src/mapviewerphp/mainframe.php&r2=969 --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From walt.welton-lair at autodesk.com Tue Nov 14 09:52:29 2006 From: walt.welton-lair at autodesk.com (Walt Welton-Lair) Date: Fri Dec 22 16:08:36 2006 Subject: [mapguide][MG446][Modified] DWF Viewer security Message-ID: <16780410.1163515949948.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG446 Type: Defect Artifact ID: MG446 (DWF Viewer security) Modified by: Walt Welton-Lair waltweltonlair (walt.welton-lair@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- -- Resolution Description set to new value: Code fix has been submitted. -- Resolution set to new value: Submitted -- Priority set to new value: P1 -- Artifact Status changed: Old value: Assigned New value: Resolved --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From bruce.dechant at autodesk.com Wed Nov 15 12:16:58 2006 From: bruce.dechant at autodesk.com (Bruce Dechant) Date: Fri Dec 22 16:08:36 2006 Subject: [mapguide][MG428][User] Coordinate system libraries fail to initialize in web tier Message-ID: <1256863.1163611018895.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG428 Type: Defect Artifact ID: MG428 (Coordinate system libraries fail to initialize in web tier) Modified by: Bruce Dechant brucedechant (bruce.dechant@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- -- New value added to attribute Assigned to: timstrang -- New value added to attribute Reviewer: chrisclaydon -- New value added to attribute Verifier: brucedechant --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From bruce.dechant at autodesk.com Wed Nov 15 12:17:18 2006 From: bruce.dechant at autodesk.com (Bruce Dechant) Date: Fri Dec 22 16:08:36 2006 Subject: [mapguide][MG428][Modified] Coordinate system libraries fail to initialize in web tier Message-ID: <16123419.1163611038980.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG428 Type: Defect Artifact ID: MG428 (Coordinate system libraries fail to initialize in web tier) 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 -- Priority set to new value: P3 --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From tom.fukushima at autodesk.com Wed Nov 15 18:15:00 2006 From: tom.fukushima at autodesk.com (Tom Fukushima) Date: Fri Dec 22 16:08:36 2006 Subject: [mapguide][MG449][New] Update config classes to include licensing information Message-ID: <8196850.1163632500627.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG449 Type Defect Artifact ID MG449 (Update config classes to include licensing information) Reported by Tom Fukushima tomfukushima (tom.fukushima@autodesk.com) New artifact details: --------------------------------------------------------- - Component set to new value Server - Platform set to new value All - Target milestone set to new value 1.1.0 - Artifact Status set to new value New - Version set to new value 1.0.2 - Priority set to new value P3 - Steps to Reproduce set to new value Create a version of MapGuide with a licensing model. Having these variables in this class makes it easier to create the licensing model. Not perfect, but it's a start. - Operating system set to new value All - Artifact created - Subcomponent set to new value Core - Summary set to new value Update config classes to include licensing information - Description set to new value Add member variables to the config class that can be used to hold licensing information. --------------------------------------------------------- This message was automatically generated by Project Tracker. From tom.fukushima at autodesk.com Wed Nov 15 18:15:16 2006 From: tom.fukushima at autodesk.com (Tom Fukushima) Date: Fri Dec 22 16:08:36 2006 Subject: [mapguide][MG449][User] Update config classes to include licensing information Message-ID: <29993707.1163632516937.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG449 Type: Defect Artifact ID: MG449 (Update config classes to include licensing information) Modified by: Tom Fukushima tomfukushima (tom.fukushima@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- -- New value added to attribute Assigned to: tomfukushima -- New value added to attribute Reviewer: brucedechant --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From tom.fukushima at autodesk.com Wed Nov 15 18:50:52 2006 From: tom.fukushima at autodesk.com (Tom Fukushima) Date: Fri Dec 22 16:08:36 2006 Subject: [mapguide][MG449][Modified] Update config classes to include licensing information Message-ID: <11782867.1163634652476.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG449 Type: Defect Artifact ID: MG449 (Update config classes to include licensing information) Modified by: Tom Fukushima tomfukushima (tom.fukushima@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- Added following comment to artifact:: Automated Comment. Version control commit message. MG449 Update MgConfigProperties class to include licensing information. Modified File: trunk/MgDev/Common/MapGuideCommon/System/ConfigProperties.cpp https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Common/MapGuideCommon/System/ConfigProperties.cpp?view=diff&rev=970&p1=trunk/MgDev/Common/MapGuideCommon/System/ConfigProperties.cpp&r1=969&p2=trunk/MgDev/Common/MapGuideCommon/System/ConfigProperties.cpp&r2=970 File: trunk/MgDev/Common/MapGuideCommon/System/ConfigProperties.h https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Common/MapGuideCommon/System/ConfigProperties.h?view=diff&rev=970&p1=trunk/MgDev/Common/MapGuideCommon/System/ConfigProperties.h&r1=969&p2=trunk/MgDev/Common/MapGuideCommon/System/ConfigProperties.h&r2=970 --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From tom.fukushima at autodesk.com Wed Nov 15 18:51:24 2006 From: tom.fukushima at autodesk.com (Tom Fukushima) Date: Fri Dec 22 16:08:36 2006 Subject: [mapguide][MG449][Modified] Update config classes to include licensing information Message-ID: <25153276.1163634684011.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG449 Type: Defect Artifact ID: MG449 (Update config classes to include licensing information) Modified by: Tom Fukushima tomfukushima (tom.fukushima@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- Added following comment to artifact:: Automated Comment. Version control commit message. MG449 Update MgConfigProperties class to include licensing information. Modified File: trunk/MgDev/Server/src/Core/serverconfig.ini https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Server/src/Core/serverconfig.ini?view=diff&rev=971&p1=trunk/MgDev/Server/src/Core/serverconfig.ini&r1=970&p2=trunk/MgDev/Server/src/Core/serverconfig.ini&r2=971 --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From tom.fukushima at autodesk.com Wed Nov 15 19:09:25 2006 From: tom.fukushima at autodesk.com (Tom Fukushima) Date: Fri Dec 22 16:08:36 2006 Subject: [mapguide][MG449][Modified] Update config classes to include licensing information Message-ID: <9640259.1163635765628.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG449 Type: Defect Artifact ID: MG449 (Update config classes to include licensing information) Modified by: Tom Fukushima tomfukushima (tom.fukushima@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- Added following comment to artifact:: Automated Comment. Version control commit message. MG449 Update MgConfigProperties class to include licensing information. Modified File: trunk/MgDev/Server/src/Core/serverconfig.ini https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Server/src/Core/serverconfig.ini?view=diff&rev=972&p1=trunk/MgDev/Server/src/Core/serverconfig.ini&r1=971&p2=trunk/MgDev/Server/src/Core/serverconfig.ini&r2=972 --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From tom.fukushima at autodesk.com Wed Nov 15 19:09:46 2006 From: tom.fukushima at autodesk.com (Tom Fukushima) Date: Fri Dec 22 16:08:36 2006 Subject: [mapguide][MG449][Modified] Update config classes to include licensing information Message-ID: <30085309.1163635786447.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG449 Type: Defect Artifact ID: MG449 (Update config classes to include licensing information) Modified by: Tom Fukushima tomfukushima (tom.fukushima@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 tom.fukushima at autodesk.com Thu Nov 16 16:07:35 2006 From: tom.fukushima at autodesk.com (Tom Fukushima) Date: Fri Dec 22 16:08:36 2006 Subject: [mapguide][MG449][Modified] Update config classes to include licensing information Message-ID: <18522715.1163711255850.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG449 Type: Defect Artifact ID: MG449 (Update config classes to include licensing information) Modified by: Tom Fukushima tomfukushima (tom.fukushima@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- Added following comment to artifact:: Automated Comment. Version control commit message. MG449 Remove line that is causing subclassed licensing to fail. 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=973&p1=trunk/MgDev/Server/src/Common/Manager/FdoConnectionManager.cpp&r1=972&p2=trunk/MgDev/Server/src/Common/Manager/FdoConnectionManager.cpp&r2=973 --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From bscott at geomapgis.com Fri Nov 17 10:07:19 2006 From: bscott at geomapgis.com (Bruno Scott) Date: Fri Dec 22 16:08:36 2006 Subject: [mapguide][MG450][New] Selection does not work with King Oracle Message-ID: <12853583.1163776039938.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG450 Type Defect Artifact ID MG450 (Selection does not work with King Oracle) Reported by Bruno Scott bscott (bscott@geomapgis.com) New artifact details: --------------------------------------------------------- - Version set to new value 1.0.2 - Artifact Status set to new value New - Summary set to new value Selection does not work with King Oracle - Platform set to new value PC - Artifact created - Steps to Reproduce set to new value just try to select a feature using the above configuration - Subcomponent set to new value DWF Viewer - Defect Severity set to new value Critical - Operating system set to new value Windows XP - Component set to new value Viewer - Description set to new value Selection does not work with King Oracle 0.4.4 I've tried it with MG Enterprise SP1 and OpenSource 1.0.2 using Dwf and ajax viewer. Using the Autodesk FDO Oracle provider on the same tables works fine. Using other providers like sdf works fine too. Using King Oracle with oracle instant client Oracle server 9.0.5 and 10G1 Using IIS on windows xp pro or windows 2003 SP1 --------------------------------------------------------- This message was automatically generated by Project Tracker. From bscott at geomapgis.com Fri Nov 17 10:49:15 2006 From: bscott at geomapgis.com (Bruno Scott) Date: Fri Dec 22 16:08:36 2006 Subject: [mapguide][MG451][New] oncontextmenu disabled when using dwf viewer Message-ID: <16550085.1163778555042.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG451 Type Defect Artifact ID MG451 (oncontextmenu disabled when using dwf viewer) Reported by Bruno Scott bscott (bscott@geomapgis.com) New artifact details: --------------------------------------------------------- - Steps to Reproduce set to new value source for the frames.htm source for the function.htm - Summary set to new value oncontextmenu disabled when using dwf viewer - Version set to new value 1.0.2 - Component set to new value Web Server Extensions - Subcomponent set to new value DWF Viewer - Operating system set to new value Windows XP - Artifact created - Platform set to new value PC - Description set to new value i have a frameset with 2 frames First frame only have a body with oncontextmenu Second frame have a layout with dwf viewer On the first frame, the oncontextmenu is disabled. If a use the ajax viewer the oncontextmenu works fine - Artifact Status set to new value New --------------------------------------------------------- This message was automatically generated by Project Tracker. From bruce.dechant at autodesk.com Fri Nov 17 12:39:11 2006 From: bruce.dechant at autodesk.com (Bruce Dechant) Date: Fri Dec 22 16:08:36 2006 Subject: [mapguide][MG452][New] MapGuide RFC 1 - Commandline Parameter Changes Message-ID: <19239512.1163785151389.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG452 Type Enhancement Artifact ID MG452 (MapGuide RFC 1 - Commandline Parameter Changes) Reported by Bruce Dechant brucedechant (bruce.dechant@autodesk.com) New artifact details: --------------------------------------------------------- - Justification set to new value The current commandline parameters for the MapGuide server require the "/" character before the parameter name which is not really needed The "testmode" and "interactive" parameter name changes and removal of the "Test" word for specific unit test names are really just changes for shortening the name for easier entry by the user. The removal of the "/t" extra parameter for the renamed "testmode" ("test") parameter is recommended because it is really not needed. The user can simply specify what specific unit test they want to run without needing the "/t". - Artifact created - Summary set to new value MapGuide RFC 1 - Commandline Parameter Changes - Artifact Status set to new value New - Description set to new value Make the following MapGuide server commandline parameter changes: 1. Remove the need for the "/" character before the parameter name, but retain support for the "/" for backwards compatibility. 2. Change the "testmode" parameter to "test", but retain support for the "testmode" for backwards compatibility. 3. Remove the "/t" parameter from the renamed "testmode" parameter. 4. Change the "interactive" parameter to "run", but retain support for "interactive" for backwards compatibility. 5. Remove the need for adding the "Test" word in front of all specific unit test names. ie: CoordinateSystem instead of TestCoordinateSystem - Priority set to new value P3 --------------------------------------------------------- This message was automatically generated by Project Tracker. From bruce.dechant at autodesk.com Fri Nov 17 12:39:29 2006 From: bruce.dechant at autodesk.com (Bruce Dechant) Date: Fri Dec 22 16:08:36 2006 Subject: [mapguide][MG452][User] MapGuide RFC 1 - Commandline Parameter Changes Message-ID: <15654168.1163785169515.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG452 Type: Enhancement Artifact ID: MG452 (MapGuide RFC 1 - Commandline Parameter Changes) Modified by: Bruce Dechant brucedechant (bruce.dechant@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- -- New value added to attribute Reviewer: ronnielouie -- New value added to attribute Assigned to: brucedechant --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From bruce.dechant at autodesk.com Fri Nov 17 12:39:46 2006 From: bruce.dechant at autodesk.com (Bruce Dechant) Date: Fri Dec 22 16:08:36 2006 Subject: [mapguide][MG452][Modified] MapGuide RFC 1 - Commandline Parameter Changes Message-ID: <4054105.1163785186538.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG452 Type: Enhancement Artifact ID: MG452 (MapGuide RFC 1 - Commandline Parameter Changes) 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 Nov 17 12:43:33 2006 From: bruce.dechant at autodesk.com (Bruce Dechant) Date: Fri Dec 22 16:08:36 2006 Subject: [mapguide][MG452][Modified] MapGuide RFC 1 - Commandline Parameter Changes Message-ID: <22534056.1163785413679.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG452 Type: Enhancement Artifact ID: MG452 (MapGuide RFC 1 - Commandline Parameter Changes) 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. MG452: MapGuide RFC 1 - Commandline Parameter Changes Modified File: trunk/MgDev/Common/Foundation/System/Resources.cpp https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Common/Foundation/System/Resources.cpp?view=diff&rev=974&p1=trunk/MgDev/Common/Foundation/System/Resources.cpp&r1=973&p2=trunk/MgDev/Common/Foundation/System/Resources.cpp&r2=974 File: trunk/MgDev/Common/Foundation/System/Resources.h https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Common/Foundation/System/Resources.h?view=diff&rev=974&p1=trunk/MgDev/Common/Foundation/System/Resources.h&r1=973&p2=trunk/MgDev/Common/Foundation/System/Resources.h&r2=974 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=974&p1=trunk/MgDev/Server/src/Core/Server.cpp&r1=973&p2=trunk/MgDev/Server/src/Core/Server.cpp&r2=974 File: trunk/MgDev/Server/src/Core/main.cpp https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Server/src/Core/main.cpp?view=diff&rev=974&p1=trunk/MgDev/Server/src/Core/main.cpp&r1=973&p2=trunk/MgDev/Server/src/Core/main.cpp&r2=974 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=974&p1=trunk/MgDev/Server/src/UnitTesting/UnitTesting.cpp&r1=973&p2=trunk/MgDev/Server/src/UnitTesting/UnitTesting.cpp&r2=974 --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From bruce.dechant at autodesk.com Fri Nov 17 12:44:51 2006 From: bruce.dechant at autodesk.com (Bruce Dechant) Date: Fri Dec 22 16:08:36 2006 Subject: [mapguide][MG452][Modified] MapGuide RFC 1 - Commandline Parameter Changes Message-ID: <5555571.1163785491281.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG452 Type: Enhancement Artifact ID: MG452 (MapGuide RFC 1 - Commandline Parameter Changes) Modified by: Bruce Dechant brucedechant (bruce.dechant@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- -- Submission Reviewed set to new value: No -- Status Explanation set to new value: Code submitted. -- Resolution set to new value: Submitted -- Resolution Description set to new value: Code submitted. -- Target milestone set to new value: 1.1.0 -- Artifact Status changed: Old value: Assigned New value: Resolved --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From livrosdeengenharia at yahoo.com.br Fri Nov 17 15:52:55 2006 From: livrosdeengenharia at yahoo.com.br (Ensino Profissional Editora) Date: Fri Dec 22 16:08:36 2006 Subject: Livro, Fundamentos de Eficiência Energética (Lançamento) Message-ID: An HTML attachment was scrubbed... URL: http://lists.osgeo.org/pipermail/mapguide_issues/attachments/20061117/5efaacee/attachment.html From bruce.dechant at autodesk.com Fri Nov 17 14:53:06 2006 From: bruce.dechant at autodesk.com (Bruce Dechant) Date: Fri Dec 22 16:08:36 2006 Subject: [mapguide][MG452][Modified] MapGuide RFC 1 - Commandline Parameter Changes Message-ID: <3846400.1163793186445.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG452 Type: Enhancement Artifact ID: MG452 (MapGuide RFC 1 - Commandline Parameter Changes) 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. MG452: MapGuide RFC 1 - Commandline Parameter Changes Modified File: trunk/MgDev/Server/src/Core/Makefile.am https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Server/src/Core/Makefile.am?view=diff&rev=975&p1=trunk/MgDev/Server/src/Core/Makefile.am&r1=974&p2=trunk/MgDev/Server/src/Core/Makefile.am&r2=975 File: trunk/MgDev/Server/src/Core/ServerCore.vcproj https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Server/src/Core/ServerCore.vcproj?view=diff&rev=975&p1=trunk/MgDev/Server/src/Core/ServerCore.vcproj&r1=974&p2=trunk/MgDev/Server/src/Core/ServerCore.vcproj&r2=975 --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From trevor.wekel at autodesk.com Fri Nov 17 15:41:21 2006 From: trevor.wekel at autodesk.com (Trevor Wekel) Date: Fri Dec 22 16:08:36 2006 Subject: [mapguide][MG453][New] Branch MapGuide 1.1.x Message-ID: <10503075.1163796081449.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG453 Type Task Artifact ID MG453 (Branch MapGuide 1.1.x) Reported by Trevor Wekel trevorwekel (trevor.wekel@autodesk.com) New artifact details: --------------------------------------------------------- - Task Priority set to new value Medium - Artifact Status set to new value New - Submission Reviewed set to new value No - Target milestone set to new value 1.1.0 - Priority set to new value P3 - Artifact created - Summary set to new value Branch MapGuide 1.1.x - Description set to new value Create release maintenance branch for MapGuide 1.1 --------------------------------------------------------- This message was automatically generated by Project Tracker. From trevor.wekel at autodesk.com Fri Nov 17 15:41:33 2006 From: trevor.wekel at autodesk.com (Trevor Wekel) Date: Fri Dec 22 16:08:36 2006 Subject: [mapguide][MG453][User] Branch MapGuide 1.1.x Message-ID: <20456838.1163796093844.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG453 Type: Task Artifact ID: MG453 (Branch MapGuide 1.1.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 Nov 17 15:41:47 2006 From: trevor.wekel at autodesk.com (Trevor Wekel) Date: Fri Dec 22 16:08:36 2006 Subject: [mapguide][MG453][Modified] Branch MapGuide 1.1.x Message-ID: <4495448.1163796107976.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG453 Type: Task Artifact ID: MG453 (Branch MapGuide 1.1.x) 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: Assigned --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From trevor.wekel at autodesk.com Fri Nov 17 15:47:43 2006 From: trevor.wekel at autodesk.com (Trevor Wekel) Date: Fri Dec 22 16:08:36 2006 Subject: [mapguide][MG453][Modified] Branch MapGuide 1.1.x Message-ID: <29512079.1163796463057.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG453 Type: Task Artifact ID: MG453 (Branch MapGuide 1.1.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. MG453: Branch MapGuide 1.1.x Added Directory: branches/1.1.x --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From trevor.wekel at autodesk.com Fri Nov 17 15:49:58 2006 From: trevor.wekel at autodesk.com (Trevor Wekel) Date: Fri Dec 22 16:08:36 2006 Subject: [mapguide][MG453][Modified] Branch MapGuide 1.1.x Message-ID: <11218519.1163796598406.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG453 Type: Task Artifact ID: MG453 (Branch MapGuide 1.1.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. MG453: Branch MapGuide 1.1.x Added Directory: branches/1.1.x/MgDev --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From trevor.wekel at autodesk.com Fri Nov 17 15:51:25 2006 From: trevor.wekel at autodesk.com (Trevor Wekel) Date: Fri Dec 22 16:08:37 2006 Subject: [mapguide][MG453][Modified] Branch MapGuide 1.1.x Message-ID: <5853631.1163796685148.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG453 Type: Task Artifact ID: MG453 (Branch MapGuide 1.1.x) Modified by: Trevor Wekel trevorwekel (trevor.wekel@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- -- Resolution Description set to new value: Branch created -- Resolution set to new value: Submitted -- Artifact Status changed: Old value: Assigned New value: Resolved --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From trevor.wekel at autodesk.com Fri Nov 17 15:51:51 2006 From: trevor.wekel at autodesk.com (Trevor Wekel) Date: Fri Dec 22 16:08:37 2006 Subject: [mapguide][MG453][User] Branch MapGuide 1.1.x Message-ID: <33388002.1163796711158.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG453 Type: Task Artifact ID: MG453 (Branch MapGuide 1.1.x) Modified by: Trevor Wekel trevorwekel (trevor.wekel@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- -- New value added to attribute Reviewer: tomfukushima --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From haris at sl-king.com Sat Nov 18 05:02:31 2006 From: haris at sl-king.com (Haris Kurtagic) Date: Fri Dec 22 16:08:37 2006 Subject: [mapguide][MG450][Modified] Selection does not work with King Oracle Message-ID: <2922339.1163844151853.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG450 Type: Defect Artifact ID: MG450 (Selection does not work with King Oracle) Modified by: Haris Kurtagic haris (haris@sl-king.com) The following modifications were made to this artifact: --------------------------------------------------------------------- Added following comment to artifact:: I have tested and selection works for me if feature class has identity. King.Oracle is working on spatial tables without need of additional metadata tables, so it is creating identity on class if table has primary key defined on it. So if you ty table with primary key it should be selectable. This design that selection works only for classes with identity is something which is designed in MapGuide. Difference betwean Autodesk and King provider in your case comes I suspect because you have tested again tables created with Autodesk FDO schema metadata tables. For example if you try Autodesk provider on foreign schema than item would be selectable in King Oracle ( if table have primary key) provider but not in Autodesk provider. --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From andrew.demerchant at gemtec.ca Mon Nov 20 16:03:28 2006 From: andrew.demerchant at gemtec.ca (Andrew) Date: Fri Dec 22 16:08:37 2006 Subject: [mapguide][MG454][New] Add ability to turn on/off parts of themed layers Message-ID: <28530679.1164056608059.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG454 Type Enhancement Artifact ID MG454 (Add ability to turn on/off parts of themed layers) Reported by Andrew andrew_demerchant (andrew.demerchant@gemtec.ca) New artifact details: --------------------------------------------------------- - Description set to new value It would be nice if we could turn off/on themed layers according to their theme. I have a themed layer of several types of monitoring points, so in my "monitoring points" layer, there are 6 different icons. It would be great if I could easily turn on/off any of those icons. As it stands, the only workaround for this would be to make 6 copies of the same layer, and filter each on the type. - Artifact created - Justification set to new value This would save having to make multiple copies of the same layer, and then running multiple filters. Should be faster. - Artifact Status set to new value New - Summary set to new value Add ability to turn on/off parts of themed layers --------------------------------------------------------- This message was automatically generated by Project Tracker. From arnab.tux at gmail.com Tue Nov 21 15:39:32 2006 From: arnab.tux at gmail.com (Arnab Ganguly) Date: Fri Dec 22 16:08:37 2006 Subject: [mapguide][MG1][Modified] Develop Web Content for MapGuide 1.0.0 Launch Message-ID: <19335714.1164141572450.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG1 Type: OS:Issue Artifact ID: MG1 (Develop Web Content for MapGuide 1.0.0 Launch) Modified by: Arnab Ganguly arnab_ganguly (arnab.tux@gmail.com) The following modifications were made to this artifact: --------------------------------------------------------------------- Added following comment to artifact:: Automated Comment. Version control commit message. MG1 Update livegallery.html Modified File: trunk/www/livegallery.html.en https://mapguide.osgeo.org/source/browse/mapguide/trunk/www/livegallery.html.en?view=diff&rev=978&p1=trunk/www/livegallery.html.en&r1=977&p2=trunk/www/livegallery.html.en&r2=978 File: trunk/www/livegallery.html.ja https://mapguide.osgeo.org/source/browse/mapguide/trunk/www/livegallery.html.ja?view=diff&rev=978&p1=trunk/www/livegallery.html.ja&r1=977&p2=trunk/www/livegallery.html.ja&r2=978 --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From steve.dang at autodesk.com Wed Nov 22 12:10:32 2006 From: steve.dang at autodesk.com (Steve Dang) Date: Fri Dec 22 16:08:37 2006 Subject: [mapguide][MG427][Modified] Coordinate system improvements Message-ID: <12754122.1164215432793.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG427 Type: Enhancement Artifact ID: MG427 (Coordinate system improvements) 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 walt.welton-lair at autodesk.com Thu Nov 23 12:22:20 2006 From: walt.welton-lair at autodesk.com (Walt Welton-Lair) Date: Fri Dec 22 16:08:37 2006 Subject: [mapguide][MG455][New] DWFRenderer leaks memory after encountering stylization exce... Message-ID: <5011656.1164302540145.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG455 Type Defect Artifact ID MG455 (DWFRenderer leaks memory after encountering stylization exception) Reported by Walt Welton-Lair waltweltonlair (walt.welton-lair@autodesk.com) New artifact details: --------------------------------------------------------- - Priority set to new value P2 - Steps to Reproduce set to new value Raise an exception after a call to DWFRenderer::StartLayer and before DWFRenderer::EndLayer. If the layer has attributes associated with it, then the m_attributes pointer will not be freed. - Summary set to new value DWFRenderer leaks memory after encountering stylization exception - Artifact created - Defect Severity set to new value Medium - Description set to new value If an exception is raised while rendering DWF output during StylizeFeatures, then the DWFRenderer can leak memory. In particular, the m_attributes pointer is not freed. This references a DWFObjectDefinitionResource object. - Version set to new value 1.0.2 - Target milestone set to new value 1.1.0 - Artifact Status set to new value New - Operating system set to new value All - Platform set to new value All - Subcomponent set to new value Core - Component set to new value Server --------------------------------------------------------- This message was automatically generated by Project Tracker. From walt.welton-lair at autodesk.com Thu Nov 23 12:23:05 2006 From: walt.welton-lair at autodesk.com (Walt Welton-Lair) Date: Fri Dec 22 16:08:37 2006 Subject: [mapguide][MG455][User] DWFRenderer leaks memory after encountering stylization exce... Message-ID: <18597173.1164302585190.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG455 Type: Defect Artifact ID: MG455 (DWFRenderer leaks memory after encountering stylization exception) Modified by: Walt Welton-Lair waltweltonlair (walt.welton-lair@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- -- New value added to attribute Assigned to: waltweltonlair -- New value added to attribute Reviewer: traianstanev --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From walt.welton-lair at autodesk.com Thu Nov 23 12:27:39 2006 From: walt.welton-lair at autodesk.com (Walt Welton-Lair) Date: Fri Dec 22 16:08:37 2006 Subject: [mapguide][MG455][Modified] DWFRenderer leaks memory after encountering stylization exce... Message-ID: <9856521.1164302859108.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG455 Type: Defect Artifact ID: MG455 (DWFRenderer leaks memory after encountering stylization exception) Modified by: Walt Welton-Lair waltweltonlair (walt.welton-lair@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- -- Artifact Status changed: Old value: New New value: Assigned -- Developer Notes set to new value: In StartLayer we allocate m_attributes, and in EndLayer we add it to the attribute resources collection (and reset the pointer back to NULL). The collection is freed when the renderer is destroyed. If an exception occurs after the call to StartLayer such that EndLayer is not called, then m_attributes does not get added to the resources collection, and must be manually freed. We now check if it's non-NULL in StartLayer and delete it if necessary - that takes care of the case when an exception occurs processing layer N, and we've started processing layer N+1. Also added the check in the destructor. That handles the case if an exception occurs while processing the last layer of the map. --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From walt.welton-lair at autodesk.com Thu Nov 23 12:28:27 2006 From: walt.welton-lair at autodesk.com (Walt Welton-Lair) Date: Fri Dec 22 16:08:37 2006 Subject: [mapguide][MG455][Modified] DWFRenderer leaks memory after encountering stylization exce... Message-ID: <18497208.1164302907554.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG455 Type: Defect Artifact ID: MG455 (DWFRenderer leaks memory after encountering stylization exception) Modified by: Walt Welton-Lair waltweltonlair (walt.welton-lair@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- Added following comment to artifact:: Automated Comment. Version control commit message. MG455 Modified File: trunk/MgDev/Common/Stylization/DWFRenderer.cpp https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Common/Stylization/DWFRenderer.cpp?view=diff&rev=979&p1=trunk/MgDev/Common/Stylization/DWFRenderer.cpp&r1=978&p2=trunk/MgDev/Common/Stylization/DWFRenderer.cpp&r2=979 --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From walt.welton-lair at autodesk.com Thu Nov 23 12:28:51 2006 From: walt.welton-lair at autodesk.com (Walt Welton-Lair) Date: Fri Dec 22 16:08:37 2006 Subject: [mapguide][MG455][Modified] DWFRenderer leaks memory after encountering stylization exce... Message-ID: <1373473.1164302931548.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG455 Type: Defect Artifact ID: MG455 (DWFRenderer leaks memory after encountering stylization exception) Modified by: Walt Welton-Lair waltweltonlair (walt.welton-lair@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- -- Resolution set to new value: Submitted -- Artifact Status changed: Old value: Assigned New value: Resolved --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From trevor.wekel at autodesk.com Thu Nov 23 18:36:44 2006 From: trevor.wekel at autodesk.com (Trevor Wekel) Date: Fri Dec 22 16:08:37 2006 Subject: [mapguide][MG428][Modified] Coordinate system libraries fail to initialize in web tier Message-ID: <26914124.1164325004855.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG428 Type: Defect Artifact ID: MG428 (Coordinate system libraries fail to initialize in web tier) 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. MG428: Coordinate system libraries fail to initialize in web tier Modified File: trunk/MgDev/Oem/fcgi/fcgi-2.4.0/libfcgi/fcgi_stdio.c https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Oem/fcgi/fcgi-2.4.0/libfcgi/fcgi_stdio.c?view=diff&rev=980&p1=trunk/MgDev/Oem/fcgi/fcgi-2.4.0/libfcgi/fcgi_stdio.c&r1=979&p2=trunk/MgDev/Oem/fcgi/fcgi-2.4.0/libfcgi/fcgi_stdio.c&r2=980 Removed Directory: trunk/MgDev/Oem/fcgi/fcgi-2.4.0/libfcgi/.libs --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From trevor.wekel at autodesk.com Thu Nov 23 18:37:40 2006 From: trevor.wekel at autodesk.com (Trevor Wekel) Date: Fri Dec 22 16:08:37 2006 Subject: [mapguide][MG428][Modified] Coordinate system libraries fail to initialize in web tier Message-ID: <31952311.1164325060503.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG428 Type: Defect Artifact ID: MG428 (Coordinate system libraries fail to initialize in web tier) 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. MG428: Coordinate system libraries fail to initialize in web tier Modified File: trunk/MgDev/build_oem.sh https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/build_oem.sh?view=diff&rev=981&p1=trunk/MgDev/build_oem.sh&r1=980&p2=trunk/MgDev/build_oem.sh&r2=981 --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From trevor.wekel at autodesk.com Fri Nov 24 15:36:06 2006 From: trevor.wekel at autodesk.com (Trevor Wekel) Date: Fri Dec 22 16:08:37 2006 Subject: [mapguide][MG428][Modified] Coordinate system libraries fail to initialize in web tier Message-ID: <2250441.1164400566563.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG428 Type: Defect Artifact ID: MG428 (Coordinate system libraries fail to initialize in web tier) 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. MG428: Coordinate system libraries fail to initialize in web tier Fix broken build_oem.sh script. Modified File: trunk/MgDev/build_oem.sh https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/build_oem.sh?view=diff&rev=982&p1=trunk/MgDev/build_oem.sh&r1=981&p2=trunk/MgDev/build_oem.sh&r2=982 --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From steve.dang at autodesk.com Fri Nov 24 16:20:33 2006 From: steve.dang at autodesk.com (Steve Dang) Date: Fri Dec 22 16:08:37 2006 Subject: [mapguide][MG456][New] Miscellaneous code cleanups and fixes Message-ID: <24470357.1164403233710.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG456 Type Task Artifact ID MG456 (Miscellaneous code cleanups and fixes) Reported by Steve Dang stevedang (steve.dang@autodesk.com) New artifact details: --------------------------------------------------------- - Task Priority set to new value Medium - Artifact created - Description set to new value Miscellaneous code cleanups and fixes to enhance the server/web tier stability. - Summary set to new value Miscellaneous code cleanups and fixes - Artifact Status set to new value New - Priority set to new value P3 --------------------------------------------------------- This message was automatically generated by Project Tracker. From steve.dang at autodesk.com Fri Nov 24 16:21:15 2006 From: steve.dang at autodesk.com (Steve Dang) Date: Fri Dec 22 16:08:37 2006 Subject: [mapguide][MG456][User] Miscellaneous code cleanups and fixes Message-ID: <9508547.1164403275556.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG456 Type: Task Artifact ID: MG456 (Miscellaneous code cleanups and fixes) 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 ronnie.louie at autodesk.com Sat Nov 25 01:44:39 2006 From: ronnie.louie at autodesk.com (Ronnie Louie) Date: Fri Dec 22 16:08:37 2006 Subject: [mapguide][MG452][Modified] MapGuide RFC 1 - Commandline Parameter Changes Message-ID: <25444773.1164437079078.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG452 Type: Enhancement Artifact ID: MG452 (MapGuide RFC 1 - Commandline Parameter Changes) 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 tim.strang at autodesk.com Sun Nov 26 12:06:18 2006 From: tim.strang at autodesk.com (Tim Strang) Date: Fri Dec 22 16:08:37 2006 Subject: [mapguide][MG457][New] fix creation of the source code distribution tar ball (make ... Message-ID: <10775523.1164560778536.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG457 Type Enhancement Artifact ID MG457 (fix creation of the source code distribution tar ball (make dist)) Reported by Tim Strang timstrang (tim.strang@autodesk.com) New artifact details: --------------------------------------------------------- - Description set to new value add recently added files to Makefile.am(s) so that they are added to the distridution source code tar ball - Summary set to new value fix creation of the source code distribution tar ball (make dist) - Artifact created - Priority set to new value P1 - Artifact Status set to new value New --------------------------------------------------------- This message was automatically generated by Project Tracker. From tim.strang at autodesk.com Sun Nov 26 12:07:03 2006 From: tim.strang at autodesk.com (Tim Strang) Date: Fri Dec 22 16:08:37 2006 Subject: [mapguide][MG457][User] fix creation of the source code distribution tar ball (make ... Message-ID: <24734198.1164560823871.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG457 Type: Enhancement Artifact ID: MG457 (fix creation of the source code distribution tar ball (make dist)) Modified by: Tim Strang timstrang (tim.strang@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- -- New value added to attribute Verifier: tomfukushima -- New value added to attribute Reviewer: ronnielouie -- New value added to attribute Assigned to: timstrang --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From tim.strang at autodesk.com Sun Nov 26 14:52:11 2006 From: tim.strang at autodesk.com (Tim Strang) Date: Fri Dec 22 16:08:37 2006 Subject: [mapguide][MG457][Modified] fix creation of the source code distribution tar ball (make ... Message-ID: <239527.1164570731787.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG457 Type: Enhancement Artifact ID: MG457 (fix creation of the source code distribution tar ball (make dist)) 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. MG457: fix creation of the source code distribution tar ball (make dist) Modified File: branches/1.1.x/MgDev/Common/Foundation/Makefile.am https://mapguide.osgeo.org/source/browse/mapguide/branches/1.1.x/MgDev/Common/Foundation/Makefile.am?view=diff&rev=983&p1=branches/1.1.x/MgDev/Common/Foundation/Makefile.am&r1=982&p2=branches/1.1.x/MgDev/Common/Foundation/Makefile.am&r2=983 File: branches/1.1.x/MgDev/Common/Geometry/Makefile.am https://mapguide.osgeo.org/source/browse/mapguide/branches/1.1.x/MgDev/Common/Geometry/Makefile.am?view=diff&rev=983&p1=branches/1.1.x/MgDev/Common/Geometry/Makefile.am&r1=982&p2=branches/1.1.x/MgDev/Common/Geometry/Makefile.am&r2=983 File: branches/1.1.x/MgDev/Common/Makefile.am https://mapguide.osgeo.org/source/browse/mapguide/branches/1.1.x/MgDev/Common/Makefile.am?view=diff&rev=983&p1=branches/1.1.x/MgDev/Common/Makefile.am&r1=982&p2=branches/1.1.x/MgDev/Common/Makefile.am&r2=983 File: branches/1.1.x/MgDev/Common/MapGuideCommon/Makefile.am https://mapguide.osgeo.org/source/browse/mapguide/branches/1.1.x/MgDev/Common/MapGuideCommon/Makefile.am?view=diff&rev=983&p1=branches/1.1.x/MgDev/Common/MapGuideCommon/Makefile.am&r1=982&p2=branches/1.1.x/MgDev/Common/MapGuideCommon/Makefile.am&r2=983 File: branches/1.1.x/MgDev/Common/PlatformBase/Makefile.am https://mapguide.osgeo.org/source/browse/mapguide/branches/1.1.x/MgDev/Common/PlatformBase/Makefile.am?view=diff&rev=983&p1=branches/1.1.x/MgDev/Common/PlatformBase/Makefile.am&r1=982&p2=branches/1.1.x/MgDev/Common/PlatformBase/Makefile.am&r2=983 File: branches/1.1.x/MgDev/Server/src/Common/Makefile.am https://mapguide.osgeo.org/source/browse/mapguide/branches/1.1.x/MgDev/Server/src/Common/Makefile.am?view=diff&rev=983&p1=branches/1.1.x/MgDev/Server/src/Common/Makefile.am&r1=982&p2=branches/1.1.x/MgDev/Server/src/Common/Makefile.am&r2=983 File: branches/1.1.x/MgDev/Server/src/Core/Makefile.am https://mapguide.osgeo.org/source/browse/mapguide/branches/1.1.x/MgDev/Server/src/Core/Makefile.am?view=diff&rev=983&p1=branches/1.1.x/MgDev/Server/src/Core/Makefile.am&r1=982&p2=branches/1.1.x/MgDev/Server/src/Core/Makefile.am&r2=983 File: branches/1.1.x/MgDev/Web/src/HttpHandler/Makefile.am https://mapguide.osgeo.org/source/browse/mapguide/branches/1.1.x/MgDev/Web/src/HttpHandler/Makefile.am?view=diff&rev=983&p1=branches/1.1.x/MgDev/Web/src/HttpHandler/Makefile.am&r1=982&p2=branches/1.1.x/MgDev/Web/src/HttpHandler/Makefile.am&r2=983 File: branches/1.1.x/MgDev/Web/src/WebApp/Makefile.am https://mapguide.osgeo.org/source/browse/mapguide/branches/1.1.x/MgDev/Web/src/WebApp/Makefile.am?view=diff&rev=983&p1=branches/1.1.x/MgDev/Web/src/WebApp/Makefile.am&r1=982&p2=branches/1.1.x/MgDev/Web/src/WebApp/Makefile.am&r2=983 File: branches/1.1.x/MgDev/configure.in https://mapguide.osgeo.org/source/browse/mapguide/branches/1.1.x/MgDev/configure.in?view=diff&rev=983&p1=branches/1.1.x/MgDev/configure.in&r1=982&p2=branches/1.1.x/MgDev/configure.in&r2=983 --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From bruce.dechant at autodesk.com Mon Nov 27 12:11:42 2006 From: bruce.dechant at autodesk.com (Bruce Dechant) Date: Fri Dec 22 16:08:37 2006 Subject: [mapguide][MG457][Modified] fix creation of the source code distribution tar ball (make ... Message-ID: <29013258.1164647502495.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG457 Type: Enhancement Artifact ID: MG457 (fix creation of the source code distribution tar ball (make dist)) 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. MG457: fix creation of the source code distribution tar ball (make dist) Modified File: branches/1.1.x/MgDev/Server/src/Common/Makefile.am https://mapguide.osgeo.org/source/browse/mapguide/branches/1.1.x/MgDev/Server/src/Common/Makefile.am?view=diff&rev=984&p1=branches/1.1.x/MgDev/Server/src/Common/Makefile.am&r1=983&p2=branches/1.1.x/MgDev/Server/src/Common/Makefile.am&r2=984 File: branches/1.1.x/MgDev/Server/src/Core/Makefile.am https://mapguide.osgeo.org/source/browse/mapguide/branches/1.1.x/MgDev/Server/src/Core/Makefile.am?view=diff&rev=984&p1=branches/1.1.x/MgDev/Server/src/Core/Makefile.am&r1=983&p2=branches/1.1.x/MgDev/Server/src/Core/Makefile.am&r2=984 Removed Directory: branches/1.1.x/MgDev/Server/src/Common/Factory --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From bruce.dechant at autodesk.com Mon Nov 27 12:13:02 2006 From: bruce.dechant at autodesk.com (Bruce Dechant) Date: Fri Dec 22 16:08:37 2006 Subject: [mapguide][MG457][Modified] fix creation of the source code distribution tar ball (make ... Message-ID: <22503903.1164647582077.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG457 Type: Enhancement Artifact ID: MG457 (fix creation of the source code distribution tar ball (make dist)) 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. MG457: fix creation of the source code distribution tar ball (make dist) Modified File: trunk/MgDev/Server/src/Common/Makefile.am https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Server/src/Common/Makefile.am?view=diff&rev=985&p1=trunk/MgDev/Server/src/Common/Makefile.am&r1=984&p2=trunk/MgDev/Server/src/Common/Makefile.am&r2=985 File: trunk/MgDev/Server/src/Core/Makefile.am https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Server/src/Core/Makefile.am?view=diff&rev=985&p1=trunk/MgDev/Server/src/Core/Makefile.am&r1=984&p2=trunk/MgDev/Server/src/Core/Makefile.am&r2=985 Removed Directory: trunk/MgDev/Server/src/Common/Factory --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From steve.dang at autodesk.com Mon Nov 27 15:07:49 2006 From: steve.dang at autodesk.com (Steve Dang) Date: Fri Dec 22 16:08:37 2006 Subject: [mapguide][MG456][Modified] Miscellaneous code cleanups and fixes Message-ID: <14812229.1164658069550.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG456 Type: Task Artifact ID: MG456 (Miscellaneous code cleanups and fixes) 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. MG456 (Miscellaneous code cleanups and fixes) Modified File: trunk/MgDev/Common/Foundation/Data/DateTime.cpp https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Common/Foundation/Data/DateTime.cpp?view=diff&rev=986&p1=trunk/MgDev/Common/Foundation/Data/DateTime.cpp&r1=985&p2=trunk/MgDev/Common/Foundation/Data/DateTime.cpp&r2=986 --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From tim.strang at autodesk.com Mon Nov 27 15:22:13 2006 From: tim.strang at autodesk.com (Tim Strang) Date: Fri Dec 22 16:08:37 2006 Subject: [mapguide][MG457][Modified] fix creation of the source code distribution tar ball (make ... Message-ID: <4070714.1164658933877.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG457 Type: Enhancement Artifact ID: MG457 (fix creation of the source code distribution tar ball (make dist)) 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. MG457: add webstudio to the source code distribution tar ball Modified File: branches/1.1.x/MgDev/Web/src/Makefile.am https://mapguide.osgeo.org/source/browse/mapguide/branches/1.1.x/MgDev/Web/src/Makefile.am?view=diff&rev=987&p1=branches/1.1.x/MgDev/Web/src/Makefile.am&r1=986&p2=branches/1.1.x/MgDev/Web/src/Makefile.am&r2=987 --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From tim.strang at autodesk.com Mon Nov 27 17:22:15 2006 From: tim.strang at autodesk.com (Tim Strang) Date: Fri Dec 22 16:08:37 2006 Subject: [mapguide][MG457][Modified] fix creation of the source code distribution tar ball (make ... Message-ID: <2891481.1164666135181.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG457 Type: Enhancement Artifact ID: MG457 (fix creation of the source code distribution tar ball (make dist)) 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. MG457: fix configure.in Modified File: branches/1.1.x/MgDev/configure.in https://mapguide.osgeo.org/source/browse/mapguide/branches/1.1.x/MgDev/configure.in?view=diff&rev=988&p1=branches/1.1.x/MgDev/configure.in&r1=987&p2=branches/1.1.x/MgDev/configure.in&r2=988 --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From pspencer at dmsolutions.ca Mon Nov 27 22:09:59 2006 From: pspencer at dmsolutions.ca (Paul Spencer) Date: Fri Dec 22 16:08:37 2006 Subject: [mapguide][MG458][New] MgDeleteFeatures hangs server with invalid field in filterTe... Message-ID: <1034993.1164683399143.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG458 Type Defect Artifact ID MG458 (MgDeleteFeatures hangs server with invalid field in filterText) Reported by Paul Spencer pagameba (pspencer@dmsolutions.ca) New artifact details: --------------------------------------------------------- - Target milestone set to new value 1.1.0 - Steps to Reproduce set to new value I ran across this when copying the ClearDataSource function from Buffer.php ... the MgDeleteFeatures uses "ID > 0". In my generated SDF, I only have a KEY (no ID) but I didn't change the code in ClearDataSource. I would imagine that you can reproduce this by changing ClearDataSource in Buffer.php to reference some invalid field (say "FOO > 0") but I haven't tested that locally. - Version set to new value 1.0.2 - Subcomponent set to new value Feature Service - Priority set to new value P1 - Submission Reviewed set to new value No - OS Distribution and Version set to new value windows xp - Status Explanation set to new value new bug report - Artifact Status set to new value Unconfirmed - Operating system set to new value All - Platform set to new value All - Summary set to new value MgDeleteFeatures hangs server with invalid field in filterText - Description set to new value When executing an MgDeleteFeatures command with filterText that references a field that doesn't exist, the web server hangs. I would expect it to generate an exception :) Changing the filterText to use a valid field works as expected. - Artifact created - Component set to new value Web Server Extensions - Defect Severity set to new value High --------------------------------------------------------- This message was automatically generated by Project Tracker. From tim.strang at autodesk.com Tue Nov 28 10:25:46 2006 From: tim.strang at autodesk.com (Tim Strang) Date: Fri Dec 22 16:08:37 2006 Subject: [mapguide][MG457][Modified] fix creation of the source code distribution tar ball (make ... Message-ID: <17960846.1164727546533.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG457 Type: Enhancement Artifact ID: MG457 (fix creation of the source code distribution tar ball (make dist)) 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. MG457: fix configure.in Modified File: trunk/MgDev/configure.in https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/configure.in?view=diff&rev=989&p1=trunk/MgDev/configure.in&r1=988&p2=trunk/MgDev/configure.in&r2=989 --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From bruce.dechant at autodesk.com Tue Nov 28 10:41:33 2006 From: bruce.dechant at autodesk.com (Bruce Dechant) Date: Fri Dec 22 16:08:37 2006 Subject: [mapguide][MG457][Modified] fix creation of the source code distribution tar ball (make ... Message-ID: <5497029.1164728493042.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG457 Type: Enhancement Artifact ID: MG457 (fix creation of the source code distribution tar ball (make dist)) 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. MG457 fix configure files Modified File: branches/1.1.x/MgDev/configure https://mapguide.osgeo.org/source/browse/mapguide/branches/1.1.x/MgDev/configure?view=diff&rev=990&p1=branches/1.1.x/MgDev/configure&r1=989&p2=branches/1.1.x/MgDev/configure&r2=990 --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From bruce.dechant at autodesk.com Tue Nov 28 10:42:39 2006 From: bruce.dechant at autodesk.com (Bruce Dechant) Date: Fri Dec 22 16:08:37 2006 Subject: [mapguide][MG457][Modified] fix creation of the source code distribution tar ball (make ... Message-ID: <13225917.1164728559372.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG457 Type: Enhancement Artifact ID: MG457 (fix creation of the source code distribution tar ball (make dist)) 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. MG457 fix configure files Modified File: trunk/MgDev/configure https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/configure?view=diff&rev=991&p1=trunk/MgDev/configure&r1=990&p2=trunk/MgDev/configure&r2=991 --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From steve.dang at autodesk.com Wed Nov 29 13:43:10 2006 From: steve.dang at autodesk.com (Steve Dang) Date: Fri Dec 22 16:08:37 2006 Subject: [mapguide][MG456][Modified] Miscellaneous code cleanups and fixes Message-ID: <3891985.1164825790014.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG456 Type: Task Artifact ID: MG456 (Miscellaneous code cleanups and fixes) 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. MG456 (Miscellaneous code cleanups and fixes) Modified 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=992&p1=trunk/MgDev/Server/src/Core/Server.cpp&r1=991&p2=trunk/MgDev/Server/src/Core/Server.cpp&r2=992 --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From reva.revadigar at autodesk.com Wed Nov 29 14:03:50 2006 From: reva.revadigar at autodesk.com (Reva Revadigar) Date: Fri Dec 22 16:08:37 2006 Subject: [mapguide][MG459][New] Fix for 860954 Message-ID: <10613590.1164827030132.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG459 Type Defect Artifact ID MG459 (Fix for 860954) Reported by Reva Revadigar revadir (reva.revadigar@autodesk.com) New artifact details: --------------------------------------------------------- - Version set to new value 1.0.2 - Submission Reviewed set to new value Yes - Summary set to new value Fix for 860954 - Operating system set to new value All - Artifact created - Component set to new value Server - Priority set to new value P3 - Platform set to new value All - Steps to Reproduce set to new value 1. Launch Map 2. Load a layer by drag/drop of a .layer file pointing to a polygon layer. 3. Edit style of layer by adding a theme with default properties. Result: Boundschecker reports 33 leaks of 32 bytes each (sizeof a MdfString) at source location: LengthConverter::UnitToEnglish - [lengthconverter.cpp, line 138 (MgMdfModeld.dll)] The function LengthConverter::UnitToEnglish() is allocating memory for an MdfString and returning a pointer to the newly created string. Callers must free this string. Right now they are not doing this. - Defect Severity set to new value Low - Artifact Status set to new value New - Resolution set to new value Submitted - Target milestone set to new value 1.1.0 - Subcomponent set to new value Core - Description set to new value I'm fixing memory leaks in Map and I came across some memory leaks in the GisPlatform code, which is shared between Map and MapGuide. What I found was that callers to LengthConverter::UnitToEnglish() need to free the returned string. That method is in MdfModel.dll, but it is being called from two places in MdfParser.dll. So I need to modify IOStroke.cpp and IOSymbol.cpp. I need to make the following changes: IoStroke.cpp: 98c98,99 < fd << EncodeString(*LengthConverter::UnitToEnglish(stroke->GetUnit())); --- > std::auto_ptr str(LengthConverter::UnitToEnglish(stroke->GetUnit())); > fd << EncodeString(*str); IoSymbol.cpp: < fd << EncodeString(*LengthConverter::UnitToEnglish(m_symbol->GetUnit())); --- > std::auto_ptr str(LengthConverter::UnitToEnglish(m_symbol->GetUnit())); > fd << EncodeString(*str); --------------------------------------------------------- This message was automatically generated by Project Tracker. From reva.revadigar at autodesk.com Wed Nov 29 14:04:36 2006 From: reva.revadigar at autodesk.com (Reva Revadigar) Date: Fri Dec 22 16:08:37 2006 Subject: [mapguide][MG459][Modified] Fix for 860954 Message-ID: <23185915.1164827076496.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG459 Type: Defect Artifact ID: MG459 (Fix for 860954) Modified by: Reva Revadigar revadir (reva.revadigar@autodesk.com) The following modifications were made to this artifact: --------------------------------------------------------------------- Added following comment to artifact:: Automated Comment. Version control commit message. Defect ID MG459: Fix for 860954 Modified File: trunk/MgDev/Common/MdfParser/IOStroke.cpp https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Common/MdfParser/IOStroke.cpp?view=diff&rev=993&p1=trunk/MgDev/Common/MdfParser/IOStroke.cpp&r1=992&p2=trunk/MgDev/Common/MdfParser/IOStroke.cpp&r2=993 File: trunk/MgDev/Common/MdfParser/IOSymbol.cpp https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Common/MdfParser/IOSymbol.cpp?view=diff&rev=993&p1=trunk/MgDev/Common/MdfParser/IOSymbol.cpp&r1=992&p2=trunk/MgDev/Common/MdfParser/IOSymbol.cpp&r2=993 --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From steve.dang at autodesk.com Wed Nov 29 14:12:45 2006 From: steve.dang at autodesk.com (Steve Dang) Date: Fri Dec 22 16:08:37 2006 Subject: [mapguide][MG456][Modified] Miscellaneous code cleanups and fixes Message-ID: <23460282.1164827565242.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG456 Type: Task Artifact ID: MG456 (Miscellaneous code cleanups and fixes) 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. MG456 (Miscellaneous code cleanups and fixes) - Removed unused files. Modified File: trunk/MgDev/Oem/CppUnit-1.9.14/src/cppunit/cppunit.vcproj https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Oem/CppUnit-1.9.14/src/cppunit/cppunit.vcproj?view=diff&rev=994&p1=trunk/MgDev/Oem/CppUnit-1.9.14/src/cppunit/cppunit.vcproj&r1=993&p2=trunk/MgDev/Oem/CppUnit-1.9.14/src/cppunit/cppunit.vcproj&r2=994 --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From steve.dang at autodesk.com Thu Nov 30 00:36:07 2006 From: steve.dang at autodesk.com (Steve Dang) Date: Fri Dec 22 16:08:37 2006 Subject: [mapguide][MG456][Modified] Miscellaneous code cleanups and fixes Message-ID: <14900377.1164864967878.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG456 Type: Task Artifact ID: MG456 (Miscellaneous code cleanups and fixes) 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. MG456 (Miscellaneous code cleanups and fixes) - Fixed memory leaks. Modified File: trunk/MgDev/Common/CoordinateSystem/CoordSys.cpp https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Common/CoordinateSystem/CoordSys.cpp?view=diff&rev=995&p1=trunk/MgDev/Common/CoordinateSystem/CoordSys.cpp&r1=994&p2=trunk/MgDev/Common/CoordinateSystem/CoordSys.cpp&r2=995 --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From steve.dang at autodesk.com Thu Nov 30 14:30:40 2006 From: steve.dang at autodesk.com (Steve Dang) Date: Fri Dec 22 16:08:37 2006 Subject: [mapguide][MG456][Modified] Miscellaneous code cleanups and fixes Message-ID: <32880724.1164915040609.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG456 Type: Task Artifact ID: MG456 (Miscellaneous code cleanups and fixes) 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. MG456 (Miscellaneous code cleanups and fixes) - Fixed memory leaks. Modified File: trunk/MgDev/Common/PlatformBase/Services/SpatialContextData.cpp https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Common/PlatformBase/Services/SpatialContextData.cpp?view=diff&rev=996&p1=trunk/MgDev/Common/PlatformBase/Services/SpatialContextData.cpp&r1=995&p2=trunk/MgDev/Common/PlatformBase/Services/SpatialContextData.cpp&r2=996 --------------------------------------------------------------------- This message was automatically generated by Project Tracker. From steve.dang at autodesk.com Thu Nov 30 18:48:15 2006 From: steve.dang at autodesk.com (Steve Dang) Date: Fri Dec 22 16:08:37 2006 Subject: [mapguide][MG456][Modified] Miscellaneous code cleanups and fixes Message-ID: <32185094.1164930495073.JavaMail.httpd@localhost> You can view the artifact detail at the following URL: https://mapguide.osgeo.org/servlets/Scarab/id/MG456 Type: Task Artifact ID: MG456 (Miscellaneous code cleanups and fixes) 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. MG456 (Miscellaneous code cleanups and fixes) Modified File: trunk/MgDev/Common/Foundation/System/StreamReader.cpp https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Common/Foundation/System/StreamReader.cpp?view=diff&rev=997&p1=trunk/MgDev/Common/Foundation/System/StreamReader.cpp&r1=996&p2=trunk/MgDev/Common/Foundation/System/StreamReader.cpp&r2=997 File: trunk/MgDev/Common/PlatformBase/Services/Raster.cpp https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Common/PlatformBase/Services/Raster.cpp?view=diff&rev=997&p1=trunk/MgDev/Common/PlatformBase/Services/Raster.cpp&r1=996&p2=trunk/MgDev/Common/PlatformBase/Services/Raster.cpp&r2=997 --------------------------------------------------------------------- This message was automatically generated by Project Tracker.