Update of /cvsroot/php-blog/serendipity
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16591
Modified Files:
README
Log Message:
Add upgrade notes.
Index: README
===================================================================
RCS file: /cvsroot/php-blog/serendipity/README,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- README 25 Feb 2004 08:42:01 -0000 1.1
+++ README 3 Mar 2004 13:39:48 -0000 1.2
@@ -5,6 +5,28 @@
(Temporary document until a final documentation draft is finished!)
###############################################################################
+# UPDATING #
+###############################################################################
+
+The automatic update script should find and execute any necessary changes to the
+database layout made in different s9y versions.
+
+However, you are always advised to look at the corresponding
+SQL update file in sql/db_update* to see which changes were made.
+
+###############################################################################
+# NOTES ON UPDATING FROM 0.5 -> 0.5.1 #
+###############################################################################
+
+* The structure of the content_rewrite plugin has changed. It will get rewritten
+ automatically by the update script, but if you had output on your sidebar
+ before, you need to do this:
+
+ - Add the 'serendipity_plugin_eventwrapper' to the sidebar plugins.
+ - Configure the 'serendipity_plugin_eventwrapper' and set it to use your
+ existing 'serendpity_event_contentrewrite' plugin.
+
+###############################################################################
# THE 'embed' CONFIGURATION DIRECTIVE #
###############################################################################
|