Bug 344

Summary: [Chameleon 1.1] Official Context Support
Product: Chameleon Reporter: Jason Fournier <jfournier@dmsolutions.ca>
Component: CoreAssignee: chameleon-dev <chameleon-dev@lists.maptools.org>
Status: RESOLVED FIXED    
Severity: normal CC: chameleon-dev@lists.maptools.org
Priority: P3    
Version: 1.99   
Target Milestone: 1.99 beta 4   
Hardware: PC   
OS: Windows NT   
Whiteboard:

Description From 2004-04-05 16:00:10
While we can currently support Context documents in Chameleon 1.x through custom
scripting it would be beneficial to have this as a supported capability for
Chameleon in general.  Chameleon would still require a mapfile as it's base - I
think introducing a new method in the Chameleon Class extension to load a
context into the current session would suffice.

Marked as Enhancement.
------- Comment #1 From 2004-04-05 17:46:38 -------
I am thinking of a CWCLoadContext method in Chameleon class that would check to
see if the moMapObject->oMap is a valid object and load the context into the
existing map object, or create a new, empty map object with suitable defaults
from the chameleon configuration file and then load the context.  This would
also help the new service instance.

Assigning to Sacha to implement, talk to me before you start.
------- Comment #2 From 2004-04-08 08:38:35 -------
updated version to 1.99
------- Comment #3 From 2004-07-08 11:08:30 -------
Changed target to 1.99 RC 1.
------- Comment #4 From 2004-08-10 20:28:55 -------
Changed Severity to normal.
------- Comment #5 From 2004-11-04 18:20:09 -------
there is now a loadContext function in chameleon.php as part of the application
object.