Philipp Bracher [04/Apr/07 11:45 AM] ''''''''''''''' changes priority of context filter: - context 100 - content type 200 --> bypassable filters need it Comment: bypassable filter don't necessarily need Context Valid; Changed with Bootstrap file (see diff); Resolution: Backup old configuration and bootstrap freshly Status: TODO Philipp Bracher [04/Apr/07 11:46 AM] ''''''''''''''' change bypass configuration: - use typical magnolia list of nodedata instead of a string - this allows bootsrapping bypass configurations Valid; Changed with Bootstrap file (see diff); Resolution: Backup old configuration and bootstrap freshly; transform old bypass format to new one Status: TODO Grégory Joseph [11/Apr/07 02:30 PM] '''''''''''''' The "renderers" node is now called "template-renderers", i.e: initEntry("renderers", TemplateRendererManager.getInstance()); is now: initEntry("template-renderers", TemplateRendererManager.getInstance()); Valid; Install Task Status: FIXED. Grégory Joseph [25/Apr/07 03:49 PM] '''''''''''''' BaseCacheManager.init() creates a default config for the new cache configuration when it doesnt exist. See MAGNOLIA-1477. This should be in the upgrade mechanism instead of in the actual cache impl. Valid: true; related JIRA issue fixed; config still in init() method. Status: TODO Philipp Bracher [02/May/07 12:11 PM] ''''''''''''''' web.xml: rename info.magnolia.cms.filters.MagnoliaManagedFilter to info.magnolia.cms.filters.MagnoliaMainFilter Comment: has changed again Magnolia global filters magnoliaFilterChain info.magnolia.cms.filters.MgnlMainFilter Valid: true; Manual Task ("update your web.xml") Status: TODO Philipp Bracher [02/May/07 12:12 PM] ''''''''''''''' web.xml: remove the servlet definition and mapping for info.magnolia.cms.cache.CacheGeneratorServlet (the servlet has been removed in 3.1) Valid: true; Manual Task ("remove from web.xml") Status: IN PROGRESS by Greg. Philipp Bracher [02/May/07 12:13 PM] ''''''''''''''' Changes in repository configuration: - use 1.3 configuration Valid: true; Warning Task ("changes in repo-conf are lost"); (svn diff --old=http://svn.magnolia.info/svn/magnolia/branches/magnolia-3.0/magnolia/src/main/webapp/WEB-INF/config/repo-conf-jackrabbit-1.3/jackrabbit-derby-search.xml --new=http://svn.magnolia.info/svn/magnolia/trunk/magnolia/src/main/webapp/WEB-INF/config/repo-conf/jackrabbit-derby-search.xml) Philipp Bracher [02/May/07 12:20 PM] ''''''''''''''' Warn the users if he uses old imports of HierarchyManager in the jsps Valid: false; Status: FIXED Oliver Lietz [03/May/07 05:50 PM] '''''''''''' add bypass configuration for custom servlets if needed see: MGNLDMS-97 Valid: true; but nothing special needed at install time for that (maybe some more convenient AddFilterBypassTask?) Status: FIXED Grégory Joseph [16/May/07 07:34 PM] '''''''''''''' renamed MgnlCmsFilter to RenderingFilter Valid: true; no warn/info in version handler so far, but I think not required as the whole filter thing has changed? Sameer Charles [17/May/07 10:36 AM] '''''''''''''' - REMOVE server/login ADD existing login config to server/filters/login - REMOVE server/SecureURIList ADD these as acl to anonymous user - REMOVE server/UnsecureURI ADD these as bypass to security filters - ADD LoginFilter, SecureURIFilter, ContentSecurityFilter Valid: true; seems to be done (cannot check acl of anonymous user currently). Do we need a manual task for copying customized (Un-)/SecuredURIs? Status: requires RECHECK Philipp Bracher [22/May/07 09:42 AM] '''''''''''''' - move /server/i18n to /server/i18n/system - create /server/i18n/content - add i18n filter Valid: true; requires transformation Status: TODO Philipp Bracher [22/May/07 09:43 AM] ''''''''''''''' commands: - rename impl property to class - rename impl (if this is not a class name) to commandName Valid: true; Status: FIXED Sameer Charles [25/May/07 05:21 PM] ''''''''''''''' Activation: (MAGNOLIA-1546) - remove /subscribers - add new config activation/subscribers under /server Valid: true; requires transform task (currently done with bootstrap file for author instance); maybe another candidate for a BackupTask+ManualTask as well.. Status: TODO