Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(7931)

Issue 6933049: code review 6933049: go.talks/pkg/present: fix image size handling. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 4 months ago by francesc
Modified:
11 years, 4 months ago
Reviewers:
CC:
adg, golang-dev
Visibility:
Public.

Description

go.talks/pkg/present: fix image size handling. Fixes issue 4527

Patch Set 1 #

Patch Set 2 : diff -r 7eccb718c30c https://code.google.com/p/go.talks #

Patch Set 3 : diff -r 7eccb718c30c https://code.google.com/p/go.talks #

Patch Set 4 : diff -r 7eccb718c30c https://code.google.com/p/go.talks #

Total comments: 2

Patch Set 5 : diff -r 7eccb718c30c https://code.google.com/p/go.talks #

Patch Set 6 : diff -r 7eccb718c30c https://code.google.com/p/go.talks #

Patch Set 7 : diff -r 7eccb718c30c https://code.google.com/p/go.talks #

Total comments: 2

Patch Set 8 : diff -r 7eccb718c30c https://code.google.com/p/go.talks #

Patch Set 9 : diff -r 7eccb718c30c https://code.google.com/p/go.talks #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -6 lines) Patch
M pkg/present/image.go View 1 3 chunks +9 lines, -5 lines 0 comments Download
M present/templates/action.tmpl View 1 2 3 4 5 6 7 1 chunk +5 lines, -1 line 0 comments Download

Messages

Total messages: 9
francesc
Hello adg@golang.org (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go.talks
11 years, 4 months ago (2012-12-12 03:16:22 UTC) #1
adg
On 12 December 2012 14:16, <campoy@golang.org> wrote: > Description: > go.talks/pkg/present: Fixing image size handling. ...
11 years, 4 months ago (2012-12-12 03:17:53 UTC) #2
adg
https://codereview.appspot.com/6933049/diff/4002/present/templates/action.tmpl File present/templates/action.tmpl (right): https://codereview.appspot.com/6933049/diff/4002/present/templates/action.tmpl#newcode34 present/templates/action.tmpl:34: {{define "image"}}<div class="image"><img src="{{.URL}}" height="{{.Height}}" width="{{.Width}}"></div>{{end}} this means if ...
11 years, 4 months ago (2012-12-12 03:18:21 UTC) #3
adg
I have been informed that that isn't the present tense, but rather the imperative tense. ...
11 years, 4 months ago (2012-12-12 03:22:57 UTC) #4
francesc
https://codereview.appspot.com/6933049/diff/4002/present/templates/action.tmpl File present/templates/action.tmpl (right): https://codereview.appspot.com/6933049/diff/4002/present/templates/action.tmpl#newcode34 present/templates/action.tmpl:34: {{define "image"}}<div class="image"><img src="{{.URL}}" height="{{.Height}}" width="{{.Width}}"></div>{{end}} On 2012/12/12 03:18:21, ...
11 years, 4 months ago (2012-12-12 15:57:15 UTC) #5
adg
Something went wrong while uploading. Please run "hg upload" again.
11 years, 4 months ago (2012-12-12 22:18:26 UTC) #6
francesc
On 2012/12/12 22:18:26, adg wrote: > Something went wrong while uploading. Please run "hg upload" ...
11 years, 4 months ago (2012-12-12 22:30:55 UTC) #7
adg
LGTM modulo one change https://codereview.appspot.com/6933049/diff/2006/present/templates/action.tmpl File present/templates/action.tmpl (right): https://codereview.appspot.com/6933049/diff/2006/present/templates/action.tmpl#newcode37 present/templates/action.tmpl:37: </div>{{end}} put the end on ...
11 years, 4 months ago (2012-12-13 02:47:26 UTC) #8
francesc
11 years, 4 months ago (2012-12-13 02:51:14 UTC) #9
*** Submitted as
https://code.google.com/p/go/source/detail?r=598a884f5100&repo=talks ***

go.talks/pkg/present: fix image size handling.

Fixes issue 4527

R=adg
CC=golang-dev
https://codereview.appspot.com/6933049

https://codereview.appspot.com/6933049/diff/2006/present/templates/action.tmpl
File present/templates/action.tmpl (right):

https://codereview.appspot.com/6933049/diff/2006/present/templates/action.tmp...
present/templates/action.tmpl:37: </div>{{end}}
On 2012/12/13 02:47:27, adg wrote:
> put the end on the next line

Done.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b