From 50616de03829f2993dd925120ba0df88cce2765b Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Sun, 16 Oct 2011 17:55:35 -0700 Subject: [PATCH] Documen the incompatible change in the Gallery Album and loss of functions. --- docs/gotcha.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/gotcha.txt b/docs/gotcha.txt index 32279ad2b..ca16eed55 100644 --- a/docs/gotcha.txt +++ b/docs/gotcha.txt @@ -13,6 +13,10 @@ save you many hours of grief. code, chances are you'll need to update it to make it work with WebGUI 8. + * The rotation, deletion and reordering of Photos in a Gallery Album + has been removed because the way it was implemented in WebGUI 7 + is incompatible with WebGUI 8. + * As part of the migration to Template::Toolkit, we will be changing template variables from using dots to underscores. All templates using that namespace were automatically upgraded to use the new variables.