mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #47767
[Bug 1760970] A change has been merged
Reviewed: https://reviews.mahara.org/8776
Committed: https://git.mahara.org/mahara/mahara/commit/ac1eab1158508adea3bb120d21aa9bf3cbc0b8e9
Submitter: Robert Lyon (robertl@xxxxxxxxxxxxxxx)
Branch: 18.04_STABLE
commit ac1eab1158508adea3bb120d21aa9bf3cbc0b8e9
Author: Robert Lyon <robertl@xxxxxxxxxxxxxxx>
Date: Wed Apr 4 10:43:02 2018 +1200
Bug 1760970: Allow the artefact classes to commit in correct order
When the contenthash is missing
Also set the new orientation column as not null
behatnotneeded
Change-Id: I64de51a2a0f456ac54f7a47cbc6398fb1b588594
Signed-off-by: Robert Lyon <robertl@xxxxxxxxxxxxxxx>
(cherry picked from commit 996f06f7ed3540e692687d4db9f318364cbcd9a3)
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1760970
Title:
Upgraded site doesn't rotate images
Status in Mahara:
Fix Committed
Status in Mahara 18.04 series:
Fix Committed
Status in Mahara 18.10 series:
Fix Committed
Bug description:
When you upgrade from 17.10 to 18.04RC2 / master, images that had been
uploaded prior to the upgrade cannot be rotated.
Robert tracked it down to the database in the table
"artefact_file_image". There it says:
orientation character varying(10) DEFAULT '0'::character varying,
and
CONSTRAINT artefileimag_ori_ck CHECK (orientation::text = ANY
(ARRAY['0'::character varying
when on a fresh install it says "bigint" instead of "character
varying".
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1760970/+subscriptions
References