Replies inline:
you'll have to elaborate more on exactly what problems you are seeing?
if the old models and macros aren't working at all then the pages
would just have lots of $etc variables and #showBlah() calls all over
the place.
if the legacy models and macros are working but things just aren't
looking formatted properly then it could just be a problem with
changes made to the html/css between versions.
if you set ...
rendering.legacyModels.enabled=true
... in your config file then things should be working, at least for
the most part.
The problem we're seeing is that the main macro to show the weblog
entries: #showWeblogEntries("_day" 15) doesn't appear to be outputting
anything. Most of the items in the sidebar such as the bookmark and
category listings appear to be working.
no, the upload scheme you mentioned is not in the current code, so
that's a customization you'll have to handle on your own. if i
understand your comment you are doing this ...
${file.uploads}/a/aaa
${file.uploads}/a/arrr
${file.uploads}/b/blah
an easier way to keep that working in newer versions would be to
subclass or modify the FileManagerImpl and just override the necessary
code so that it appends that letter before the handle name. shouldn't
be that hard to do.
-- Allen
\
Thanks, we'll put that code in. We won't have to modify any macros
correct? We're really trying to keep our fork type modifications to a
minimum so that we can maybe have some chance to keeping the code up to
date :)
-Matt