Update of /var/cvs/contributions/CMSContainer/migration
In directory james.mmbase.org:/tmp/cvs-serv25789/migration

Modified Files:
        migration_1.5_to_1.6.txt 
Log Message:
CMSC-1253 - Reduce code duplication in edit_default templates


See also: http://cvs.mmbase.org/viewcvs/contributions/CMSContainer/migration
See also: http://www.mmbase.org/jira/browse/CMSC-1253


Index: migration_1.5_to_1.6.txt
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer/migration/migration_1.5_to_1.6.txt,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -b -r1.16 -r1.17
--- migration_1.5_to_1.6.txt    4 Feb 2009 15:32:58 -0000       1.16
+++ migration_1.5_to_1.6.txt    14 Feb 2009 16:10:04 -0000      1.17
@@ -111,6 +111,8 @@
 * Good:  use the page="" with the full page path, e.g. the input of 
<cmsc:location> to retrieve the full page path.
 *
 
+
+
 Name: Flash movies/apps do not work with Flash 10.
 Goal: fix it in JSPs 
 Type:  user action
@@ -122,3 +124,31 @@
 *
 *
 *
+
+
+Name: Check your overridden edit_default templates
+Goal: Fix JSP's
+Type:  user action
+
+--- Start script ---
+Check all of the edit_default templates your project overrides. From version 
1.6 up, the edit_default templates have been refactored to reduce code 
duplication. All commonly used parts of an edit_default template have been put 
into includable JSP's. See the default edit_default templates in the CMSc 
/cmsc/portlets/src/webapps/WEB-INF/templates/edit_defaults directory for an 
example.
+Please do not edit the includable parts, because this might cuase problems in 
other portlets that use them. 
+--- End script ---
+*
+*
+*
+
+
+
+
+
+Name: Check references to ServerUtil - Has been moved
+Goal: 
+Type:  user action
+
+--- Start script ---
+Change all references to ServerUtil, which was located in 
com.finalist.cmsc.navigation. It has been moved to com.finalist.cmsc.util.
+--- End script ---
+*
+*
+*
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to