Bug 344 - [Chameleon 1.1] Official Context Support
: [Chameleon 1.1] Official Context Support
Status: RESOLVED FIXED
: Chameleon
Core
: 1.99
: PC Windows NT
: P3 normal
: 1.99 beta 4
Assigned To:
:
:
:
:
:
  Show dependency treegraph
 
Reported: 2004-04-05 16:00 by
Modified: 2004-12-02 21:30 (History)


Attachments


Note

You need to log in before you can comment on or make changes to this bug.


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.