[mapguide-commits] r5214 - sandbox/maestro-3.0/Maestro

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Wed Sep 29 09:29:11 EDT 2010


Author: jng
Date: 2010-09-29 13:29:11 +0000 (Wed, 29 Sep 2010)
New Revision: 5214

Modified:
   sandbox/maestro-3.0/Maestro/changelog.txt
Log:
changelog.txt update

Also the summary of r5213 (which I accidentally left out):

More 3.0 sandbox changes
 - Implement options API. Almost identical to FDO Toolbox
 - Make most ShowDialog() calls from Command objects use the Workbench as the parent window, ensuring the form will be shown on top of the workbench (most forms are set with CenterParent = true). This change will only be apparent if you use multiple monitors (like me)


Modified: sandbox/maestro-3.0/Maestro/changelog.txt
===================================================================
--- sandbox/maestro-3.0/Maestro/changelog.txt	2010-09-29 13:21:25 UTC (rev 5213)
+++ sandbox/maestro-3.0/Maestro/changelog.txt	2010-09-29 13:29:11 UTC (rev 5214)
@@ -40,4 +40,8 @@
 		- Allows interrogation of supported features/commands depending on implementation and mapguide server version.
 	- Custom command API
 		- Allows for custom functionality which may only work for newer versions of MapGuide.
+ - Other New Features and Changes
+	- Load Procedure validation support
+	- API and UI support for listening to outbound requests. You can now view outbound requests of your MapGuide Server connections
+	- Validation no longer logs redundant messages. All errors, warnings and other messages are unique for each resource being validated. You won't get repeats
  
\ No newline at end of file



More information about the mapguide-commits mailing list