Version 1.0
This is a production-quality release (the Calligram site runs on it).
However there are some missing features and we know you'll want more
from the documentation. Please give us your feedback so we can improve!
Missing features:
Cacheing only partially works. Since we added some new features
(especially modes), our old descriptor mechanism is now inadequate to
describe a page's state. In keeping with the general Cascade philosophy
that everything should be explicit, we are reimplementing the cacheing
mechanism. The upshot is that mixed pages are not allowed (i.e. one
application cannot deliver both cacheable and uncacheable content) for
the same mode.
We hope to have a 1.1 release within a couple of weeks which fully implements the new cacheing policy.
Not all changes to an application's definition are noticed. Sometimes
you need to dump the configuration cache in order for changes to take
effect.
Run
rm -rf /www/vhtdocs/mysite/var/cas/MVC/*
to do this.