RGJ
(Richard - Communiteq)
2018 年 2 月 3 日午前 8:45
1
Saturday morning is always a good moment to research weird problems.
I suddenly see things that I’ve overlooked for a long time.
The image orientation fix seems to be missing in the stable branch.
Can you please, please backport it for 1.9.3 ?
Master:
def initialize(file, filename, opts = {})
@file = file
@filename = (filename || "").gsub(/[^[:print:]]/, "")
@upload = Upload.new(original_filename: @filename, filesize: 0)
@opts = opts
@filesize = @opts[:filesize] if @opts[:external_upload_too_big]
@opts[:validate] = (
if opts[:skip_validations].present?
Stable:
def initialize(file, filename, opts = {})
@file = file
@filename = (filename || "").gsub(/[^[:print:]]/, "")
@upload = Upload.new(original_filename: @filename, filesize: 0)
@opts = opts
@filesize = @opts[:filesize] if @opts[:external_upload_too_big]
@opts[:validate] = (
「いいね!」 2
Sure @zogstrip can you take a look?
「いいね!」 2
RGJ
(Richard - Communiteq)
2018 年 2 月 4 日午後 6:31
4
「いいね!」 1
RGJ
(Richard - Communiteq)
2018 年 2 月 16 日午後 5:03
5
@zogstrip @neil do you have any plans to merge these changes back in to stable ?
Yup. Topic isn’t closed and still is assigned Just haven’t got a chance to do it yet.
「いいね!」 4
RGJ
(Richard - Communiteq)
2018 年 5 月 17 日午後 12:17
7
Would it be possible to merge the image rotation bugfix back into stable before Discourse 2.0 stable is being released? It’s only a single line in upload_creator.rb that is still causing a lot of headaches.
「いいね!」 1
Sorry for the delay. It’s now backported
committed 12:55PM - 17 May 18 UTC
「いいね!」 5
zogstrip
クローズされました:
2018 年 5 月 17 日午後 4:00
9
This topic was automatically closed after 3 hours. New replies are no longer allowed.