Joshua Portway wrote: > > sorry i've been off this list for a while, some of these questions may > have been answered before but I couldn't find the answers from a quick > look through the archives : > > several behaviours seem to have changed in 3.6.3 (i was using 3.5.8 > before) which are causing problems : > > 1) mgnl-files doesn't seem to work properly. At least the sample > templates etc. aren't installing for me. They install and work correctly > the first time that I deploy my application to my app server (glassfish) > - but if I then redeploy the app they seem to get deleted and don't seem > to be recreated when the app starts up again.....or something. Deleting > the config/modules/samples node and then restarting my app server seems > to fix the problem (the sample files get re-installed) - but this is a > real pain, and I'm pretty sure I didn't have to do this before. > Presumably anything that uses mgnl-files will be having similar problems > (not just the samples module), so I'm a little worried I might also have > more subtle problems that I'm not aware of.
This has always been like this. You can always add a ExtractModuleFiles to the startup tasks of your version handler to extract them. > 2) The cache doesn't seem to flush in response to things like changing > user permissions. If I change the permissions of a user group then some > pages may appear or disappear from the site (and therefore from site > menus etc.) but the cache doesn't seem to recognise this and continues > to used cached versions of pages which contain stuff that should not be > visible according to the current permissions. The only way to fix this > seems to be to manually flush the cache, which is also pretty tedious. In the flush policy of your cache configuration you can configure the repositories that trigger flushing. Cheers Philippe ---------------------------------------------------------------- For list details see http://www.magnolia-cms.com/home/community/mailing-lists.html To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
